Skip to content

Commit fa77e8d

Browse files
authored
Merge pull request #81 from grcrt/development
Development
2 parents 419be7b + 497aace commit fa77e8d

File tree

5 files changed

+19
-49
lines changed

5 files changed

+19
-49
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,3 @@ workflows:
8383
- deploy:
8484
requires:
8585
- test
86-
87-
notify:
88-
webhooks:
89-
- url: https://webhooks.gitter.im/e/4ded253c643be4ece1d5

README.md

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,3 @@
1-
[![GRCRT RiP](https://imageshack.com/a/img924/1207/i7h0Kp.png)](https://grcrt.net)
2-
3-
<h2 align="center"><a href="https://grcrt.net">TIME TO SAY GOODBYE</a></h2>
4-
5-
GRCRT was created and developed with passion. By gamers, for gamers, and over the 13 years of its existence, it has gathered around itself quite a large community of regular users: currently about 10,000 per month (and at its peak even 21,000) from 126 countries around the world.
6-
7-
Unfortunately, the hard truth is that passion alone is not enough. When we gave up displaying ads a few years ago, we switched to a donation model. GRCRT has therefore relied solely on your generosity and goodwill. It was your contributions that kept the servers running, enabling us to provide the tools that many of you can't imagine playing without. Recently, however, the reality of financial constraints has become impossible to ignore. Year after year, the amount of donations decreased, often not sufficing, forcing us to contribute from our own pockets. This year, that aid has dropped dramatically, covering about 55% of the necessary €2040 needed to maintain our infrastructure. Unfortunately, we can no longer afford to bear such high costs, so we are sad to announce that at the end of this year, the GRCRT project is going to be closed in its entirety. Definitely.
8-
9-
What does this closure mean in practice? GRCRT is not only a script: it's also statistics, activity monitor, image version of the report (for sharing where the standard report doesn't work) and graphic elements on converted reports. And since players come from all corners of the world, GRCRT should be equally (quickly) accessible to each of them, regardless of location (we even have players from Antarctica). In order to be able to ensure proper operation of these functionalities, a proper infrastructure is needed:
10-
11-
* to read / write the data fast we use a powerful dedicated server with SSD drives
12-
* to secure your reports and statistics in case of a failure we have a second server with backups
13-
* a service called CDN is responsible for fast access to data from anywhere in the world
14-
15-
This is an extremely difficult decision and having to say goodbye - after so many years - to a project that for many of us has become an indispensable and integral part of the game is hard to accept.
16-
To each and every one of you who has been a part of this multi-year journey, we would like to express our deepest gratitude and appreciation. Your support, whether through financial contributions, bug reports, or simply playing or talking together, has made an immeasurable difference.
17-
18-
In particular, however, we would like to thank the group of 17 most dedicated users who have supported us on a regular, monthly (and some more often) basis. Forgive us if, due to GDPR, we do not disclose your names.
19-
20-
Thank you for being with us all these years.
21-
22-
Thank you for supporting us.
23-
24-
We are sorry that we have to part ways.
25-
26-
Farewell....
27-
28-
Potusek,
29-
anpu
30-
31-
p.s. If anyone would like to take over and continue GRCRT and is interested in buying back the site, domain and services, feel free to contact us: potusek@grcrt.net
32-
33-
---
34-
351
[![GRCRT Logo](https://imageshack.com/a/img924/4606/RzPCrp.png)](https://grcrt.net)
362

373
<h2 align="center"><a href="https://grcrt.net">GRCRT</a></h2>

common/RepConvAdds.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,9 +168,9 @@ function _RepConvAdds() {
168168
$('#ui_box')
169169
.append(
170170
$('<img/>', {
171-
'src':RepConv.grcrt_cdn+'/img/rip-64w.png',
171+
'src':RepConv.grcrt_cdn+'img/octopus.png',
172172
'id': 'grcgrc',
173-
'style':'position:absolute;bottom:0px;left:0px;z-index:1000'})
173+
'style':'position:absolute;bottom:10px;left:10px;z-index:1000'})
174174
);
175175
// this.addPlayerLedger();
176176
}

modules/GRCRT_Radar.js

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,11 @@ if (RepConv.Debug) console.log("generateTime ___unitSpeed="+___unitSpeed+" vs _u
893893
)
894894
})
895895
$.each(getAdds().split(" "), function(i,o){
896-
$('#grcrt_radar_result ul .grcrt_'+o+':not(.grcrt_done)').tooltip(getTooltip(o)).addClass('grcrt_done')
896+
try{
897+
$('#grcrt_radar_result ul .grcrt_'+o+':not(.grcrt_done)').tooltip(getTooltip(o)).addClass('grcrt_done')
898+
} catch(e){
899+
console.log(e)
900+
}
897901
})
898902
$.each($(".grcrt_rr_cs_time .arrival_time:not(.grcrt_done)"), function(i,elem){
899903
$(elem).text($(elem).data('sec')+"").updateTime().addClass('grcrt_done')
@@ -1362,7 +1366,11 @@ if (RepConv.Debug) console.log("generateTime ___unitSpeed="+___unitSpeed+" vs _u
13621366
setUnitSpeed()
13631367
})
13641368
$.each(getAdds().split(" "), function(i,o){
1365-
$('.grcrt_modifiers .modifier_icon.'+o).tooltip(getTooltip(o))
1369+
try{
1370+
$('.grcrt_modifiers .modifier_icon.'+o).tooltip(getTooltip(o))
1371+
} catch(e){
1372+
console.log(e)
1373+
}
13661374
})
13671375

13681376
sp_cs_lifetime = $("#grcrt_cs_time").spinnerHorizontal({

modules/RepConvGRC.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3533,7 +3533,7 @@ function _RepConvGRC() {
35333533
$('<img/>', {
35343534
'src':RepConv.grcrt_cdn+'img/mute.png',
35353535
'id' : 'grcrtSound',
3536-
'style': 'position:absolute; bottom: 85px; left: 15px;z-index: 1002;'
3536+
'style': 'position:absolute; bottom: 45px; left: 15px;z-index: 1002;'
35373537
})
35383538
.mousePopup(new MousePopup(RepConvTool.GetLabel('POPDISABLEALARM')))
35393539
.click(function() {
@@ -3661,12 +3661,12 @@ function _RepConvGRC() {
36613661
// activity_commands_list();
36623662
construction_queue_chg();
36633663
addAttackObserver();
3664-
$('#grcgrc')
3665-
.css("cursor","pointer")
3666-
.mousePopup(new MousePopup("That's the end of GRCRTools"))
3667-
.click(function(){
3668-
RepConvGRC.openGRCRT('HELPTAB1');
3669-
})
3664+
// $('#grcgrc')
3665+
// .css("cursor","pointer")
3666+
// .mousePopup(new MousePopup("That's the end of GRCRTools or..."))
3667+
// .click(function(){
3668+
// RepConvGRC.openGRCRT('HELPTAB1');
3669+
// })
36703670
}
36713671
// -- okienka
36723672
function _grcrtWindowStats(){

0 commit comments

Comments
 (0)