Made ECR diffs more preview-friendly in future commits

This commit is contained in:
LAX1DUDE
2022-12-29 22:10:05 -08:00
parent 3d6bbb672c
commit 67a922d528
701 changed files with 3835 additions and 3747 deletions

View File

@ -10,42 +10,42 @@
+ import java.io.IOException;
+
> CHANGE 6 : 10 @ 4 : 17
> CHANGE 4 : 8 @ 2 : 15
~
~ import net.lax1dude.eaglercraft.v1_8.Keyboard;
~ import net.lax1dude.eaglercraft.v1_8.log4j.LogManager;
~ import net.lax1dude.eaglercraft.v1_8.log4j.Logger;
> DELETE 13 @ 20 : 22
> DELETE 7 @ 16 : 18
> DELETE 14 @ 23 : 26
> DELETE 1 @ 3 : 6
> DELETE 17 @ 29 : 30
> DELETE 3 @ 6 : 7
> DELETE 29 @ 42 : 44
> DELETE 12 @ 13 : 15
> INSERT 30 : 31 @ 45
> INSERT 1 : 2 @ 3
+ private static long lastRefreshCommit = 0l;
> CHANGE 41 : 42 @ 55 : 56
> CHANGE 11 : 12 @ 10 : 11
~ this.savedServerList = ServerList.getServerList();
> DELETE 43 @ 57 : 66
> DELETE 2 @ 2 : 11
> CHANGE 78 : 79 @ 101 : 108
> CHANGE 35 : 36 @ 44 : 51
~ this.savedServerList.updateServerPing();
> DELETE 83 @ 112 : 118
> DELETE 5 @ 11 : 17
> CHANGE 85 : 86 @ 120 : 121
> CHANGE 2 : 3 @ 8 : 9
~ protected void actionPerformed(GuiButton parGuiButton) {
> CHANGE 122 : 127 @ 157 : 158
> CHANGE 37 : 42 @ 37 : 38
~ long millis = System.currentTimeMillis();
~ if (millis - lastRefreshCommit > 700l) {
@ -53,11 +53,11 @@
~ this.refreshServerList();
~ }
> CHANGE 132 : 133 @ 163 : 164
> CHANGE 10 : 11 @ 6 : 7
~ public void refreshServerList() {
> CHANGE 147 : 152 @ 178 : 180
> CHANGE 15 : 20 @ 15 : 17
~ long millis = System.currentTimeMillis();
~ if (millis - lastRefreshCommit > 700l) {
@ -65,7 +65,7 @@
~ this.refreshServerList();
~ }
> CHANGE 167 : 172 @ 195 : 197
> CHANGE 20 : 25 @ 17 : 19
~ long millis = System.currentTimeMillis();
~ if (millis - lastRefreshCommit > 700l) {
@ -73,7 +73,7 @@
~ this.refreshServerList();
~ }
> CHANGE 182 : 187 @ 207 : 209
> CHANGE 15 : 20 @ 12 : 14
~ long millis = System.currentTimeMillis();
~ if (millis - lastRefreshCommit > 700l) {
@ -81,33 +81,33 @@
~ this.refreshServerList();
~ }
> DELETE 188 @ 210 : 211
> DELETE 6 @ 3 : 4
> CHANGE 190 : 191 @ 213 : 214
> CHANGE 2 : 3 @ 3 : 4
~ protected void keyTyped(char parChar1, int parInt1) {
> DELETE 209 @ 232 : 241
> DELETE 19 @ 19 : 28
> CHANGE 220 : 221 @ 252 : 253
> CHANGE 11 : 12 @ 20 : 21
~ } else if (i < this.serverListSelector.getSize() - 1) {
> DELETE 223 @ 255 : 264
> DELETE 3 @ 3 : 12
> DELETE 256 @ 297 : 302
> DELETE 33 @ 42 : 47
> DELETE 257 @ 303 : 304
> DELETE 1 @ 6 : 7
> CHANGE 270 : 271 @ 317 : 319
> CHANGE 13 : 14 @ 14 : 16
~ if (guilistextended$iguilistentry != null) {
> DELETE 277 @ 325 : 326
> DELETE 7 @ 8 : 9
> DELETE 279 @ 328 : 332
> DELETE 2 @ 3 : 7
> CHANGE 283 : 284 @ 336 : 337
> CHANGE 4 : 5 @ 8 : 9
~ protected void mouseClicked(int parInt1, int parInt2, int parInt3) {