Update #24 - 1000s of optimizations, shared worlds on desktop

This commit is contained in:
lax1dude
2024-03-02 20:51:44 -08:00
parent a50c93cb75
commit 8ab65942c5
624 changed files with 8091 additions and 3620 deletions

View File

@ -7,4 +7,21 @@
> DELETE 3 @ 3 : 4
> INSERT 82 : 84 @ 82
+ public static final GameType[] _VALUES = values();
+
> CHANGE 49 : 52 @ 49 : 50
~ WorldSettings.GameType[] types = _VALUES;
~ for (int i = 0; i < types.length; ++i) {
~ WorldSettings.GameType worldsettings$gametype = types[i];
> CHANGE 9 : 12 @ 9 : 10
~ WorldSettings.GameType[] types = _VALUES;
~ for (int i = 0; i < types.length; ++i) {
~ WorldSettings.GameType worldsettings$gametype = types[i];
> EOF