Skip to content

Commit daa28ff

Browse files
committed
Update v146 -> BE(25087)76e24f7edc1ba4476aa22397749789a5c33e6689
1 parent ad219d9 commit daa28ff

File tree

201 files changed

+845
-8533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

201 files changed

+845
-8533
lines changed

patches/client/0002-BUILD-build.gradle.kts-and-clear.patch patches/client/0001-BUILD-build.gradle.kts-and-clear.patch

+73-174
Large diffs are not rendered by default.

patches/client/0001-SC-Early-release-Anuken-9065.patch

-22
This file was deleted.

patches/client/0004-CS-Version.patch patches/client/0003-CS-Version.patch

+13-13
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Subject: [PATCH] CS: Version
1818
11 files changed, 37 insertions(+), 14 deletions(-)
1919

2020
diff --git a/.gitignore b/.gitignore
21-
index 5dce71d331fd8e76886739d80ba225c9a9ccdef2..511d79c5ece85ef092b12b233450417eaf1e849a 100644
21+
index 7d91d3191096c431b739d2d5ecd951a764feead3..ba271e6bd0dd06971fff6fa2314254149cc90087 100644
2222
--- a/.gitignore
2323
+++ b/.gitignore
2424
@@ -4,6 +4,7 @@ logs/
@@ -28,7 +28,7 @@ index 5dce71d331fd8e76886739d80ba225c9a9ccdef2..511d79c5ece85ef092b12b233450417e
2828
+/core/assets/MindustryX.hjson
2929
/deploy/
3030
/out/
31-
/desktop/packr-out/
31+
ios/libs/
3232
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
3333
index 8cae20eee7a480cef6a14576fc72b096d38271e1..25602c4ab4070b7db9b31803c88281c7e4aa449e 100644
3434
--- a/android/AndroidManifest.xml
@@ -74,7 +74,7 @@ index d42ffe6d4a318ce558f1010eae46140f88ed5c99..bf44ead5c58abfb79c500e6daae30c3e
7474
+ <string name="app_name">MindustryX</string>
7575
</resources>
7676
diff --git a/build.gradle b/build.gradle
77-
index 2eaad0ed218fdb1994e98a26729cb9341c4dff6d..bcee6551b24137dd1c96aa1f2b5701008bbb0290 100644
77+
index 0cb5c6337c2d6a41243907d2c34c679b63112d61..fb6808e41d2fbff78c81f3904d01eb4e8e413492 100644
7878
--- a/build.gradle
7979
+++ b/build.gradle
8080
@@ -21,12 +21,12 @@ allprojects{
@@ -106,10 +106,10 @@ index e2a6d4ede97677940bc6b73de42f6f5ff71fc0be..9d9d170c1fb00fbd4bf35c1a2f04bcff
106106
processResources.configure {
107107
dependsOn(generateLocales, generateBasePartNames, writeVersion)
108108
diff --git a/core/src/mindustry/Vars.java b/core/src/mindustry/Vars.java
109-
index 0dc1cf9e3fdb125b9d8c26c708960d69a4202b0a..ec34503e16c87ab34dcdba33e7e89d8f644048c6 100644
109+
index bc4c6a494aec88af73f001906598ba91a50ac6a3..d08d04a6f0e8107cec995876b2072c46aa85b3c2 100644
110110
--- a/core/src/mindustry/Vars.java
111111
+++ b/core/src/mindustry/Vars.java
112-
@@ -76,7 +76,7 @@ public class Vars implements Loadable{
112+
@@ -77,7 +77,7 @@ public class Vars implements Loadable{
113113
//TODO merge with v6 list upon release
114114
public static final String serverJsonURL = "https://raw.githubusercontent.com/Anuken/Mindustry/master/servers_v7.json";
115115
/** URL of the github issue report template.*/
@@ -119,7 +119,7 @@ index 0dc1cf9e3fdb125b9d8c26c708960d69a4202b0a..ec34503e16c87ab34dcdba33e7e89d8f
119119
public static final Seq<ServerGroup> defaultServers = Seq.with();
120120
/** maximum size of any block, do not change unless you know what you're doing */
121121
diff --git a/core/src/mindustry/core/NetClient.java b/core/src/mindustry/core/NetClient.java
122-
index 9f6a8bf9227b9f389140236d7b5b20dcecf1a70b..6eaa704296d197c2bcd722c78e2c770a543aec27 100644
122+
index 8171a89797a0d1cb29fb50364a94b6d3130698ae..76736b9f6bc44d040bdfc2cc717702d1c3eca839 100644
123123
--- a/core/src/mindustry/core/NetClient.java
124124
+++ b/core/src/mindustry/core/NetClient.java
125125
@@ -92,7 +92,7 @@ public class NetClient implements ApplicationListener{
@@ -141,10 +141,10 @@ index 9f6a8bf9227b9f389140236d7b5b20dcecf1a70b..6eaa704296d197c2bcd722c78e2c770a
141141
});
142142
}
143143
diff --git a/core/src/mindustry/core/NetServer.java b/core/src/mindustry/core/NetServer.java
144-
index 52ae9dd382b0ba88549085bd865303bea6d14c35..66a3940ac97f0290632842dd2a37324bc7c988cf 100644
144+
index b80f828362676bdad9cffa982b2544f845441c74..80149612e037bd9ec6368c1b4c3a5d067fd184f1 100644
145145
--- a/core/src/mindustry/core/NetServer.java
146146
+++ b/core/src/mindustry/core/NetServer.java
147-
@@ -208,9 +208,14 @@ public class NetServer implements ApplicationListener{
147+
@@ -210,9 +210,14 @@ public class NetServer implements ApplicationListener{
148148
return;
149149
}
150150

@@ -210,13 +210,13 @@ index 73bbd59416cc8e1b64bcb5538fdd73886a455451..8698103654e40dd4e85451e1020563ca
210210
}
211211
}
212212
diff --git a/gradle.properties b/gradle.properties
213-
index 7b12c3c47ea2c2738d1dca24487f5ce4fc81d79f..6da05117a3f4abd7ae82fe2a5d766b1a847f7100 100644
213+
index f43e22ea642fe0dcd62cf970a518de025db65ea4..b1921b8ac0d8d0ca7ac86e4d551a694d1ae38ed9 100644
214214
--- a/gradle.properties
215215
+++ b/gradle.properties
216-
@@ -27,4 +27,6 @@ org.gradle.caching=true
217-
#used for slow jitpack builds; TODO see if this actually works
216+
@@ -28,3 +28,5 @@ org.gradle.caching=true
218217
org.gradle.internal.http.socketTimeout=100000
219218
org.gradle.internal.http.connectionTimeout=100000
219+
archash=7d6e89dffd
220220
+
221-
+upstreamBuild=146
222-
archash=152e49944a
221+
+upstreamBuild=25087
222+
\ No newline at end of file

patches/client/0005-API-Hooks.patch patches/client/0004-API-Hooks.patch

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ Subject: [PATCH] API: Hooks
1111
create mode 100644 core/src/mindustryX/Hooks.java
1212

1313
diff --git a/core/src/mindustry/ClientLauncher.java b/core/src/mindustry/ClientLauncher.java
14-
index 7e0757047006ed5d6e8b1165124b7de90a8e037d..87c1dfce278bdc123ee761d8e1e16c2b883d2c8a 100644
14+
index 2a7b133588279145272136f6aa2a02276f34d824..fa6e5c5b52cfdb83de5b50539d57c579aa6e0c95 100644
1515
--- a/core/src/mindustry/ClientLauncher.java
1616
+++ b/core/src/mindustry/ClientLauncher.java
17-
@@ -170,6 +170,7 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
17+
@@ -171,6 +171,7 @@ public abstract class ClientLauncher extends ApplicationCore implements Platform
1818
add(ui = new UI());
1919
add(netServer = new NetServer());
2020
add(netClient = new NetClient());
@@ -23,10 +23,10 @@ index 7e0757047006ed5d6e8b1165124b7de90a8e037d..87c1dfce278bdc123ee761d8e1e16c2b
2323
assets.load(schematics);
2424

2525
diff --git a/core/src/mindustry/Vars.java b/core/src/mindustry/Vars.java
26-
index ec34503e16c87ab34dcdba33e7e89d8f644048c6..ae716151e019fa61af85b99583d3bc8dba9a3e18 100644
26+
index d08d04a6f0e8107cec995876b2072c46aa85b3c2..793c1759060a5e28e1df276bae2fdcf23f78284e 100644
2727
--- a/core/src/mindustry/Vars.java
2828
+++ b/core/src/mindustry/Vars.java
29-
@@ -259,6 +259,7 @@ public class Vars implements Loadable{
29+
@@ -269,6 +269,7 @@ public class Vars implements Loadable{
3030
}
3131

3232
public static void init(){

patches/client/0007-S-update-TypeIO.writeRequest.patch patches/client/0006-S-update-TypeIO.writeRequest.patch

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Subject: [PATCH] S: update TypeIO.writeRequest
88
1 file changed, 3 insertions(+), 2 deletions(-)
99

1010
diff --git a/core/src/mindustry/io/TypeIO.java b/core/src/mindustry/io/TypeIO.java
11-
index ca9a6bc239f65b3f229f974dc504dabb306a2727..e925720991eb09aabe3440a879a3ce6a0b959ed1 100644
11+
index 70d1543c366b4eeef80c67f4eaeb05643c93451e..fe9682663342ccd1f3537cf82ea4c74996655440 100644
1212
--- a/core/src/mindustry/io/TypeIO.java
1313
+++ b/core/src/mindustry/io/TypeIO.java
14-
@@ -403,8 +403,9 @@ public class TypeIO{
14+
@@ -414,8 +414,9 @@ public class TypeIO{
1515
if(!plan.breaking){
1616
write.s(plan.block.id);
1717
write.b((byte)plan.rotation);

patches/client/0008-API-Add-LogicBlock.running.patch patches/client/0007-API-Add-LogicBlock.running.patch

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,35 @@ Subject: [PATCH] API: Add `LogicBlock.running`
88
1 file changed, 5 insertions(+)
99

1010
diff --git a/core/src/mindustry/world/blocks/logic/LogicBlock.java b/core/src/mindustry/world/blocks/logic/LogicBlock.java
11-
index 765186cce1c4aef68cf12a6a0e8b4a6ba3fadd7b..e726a36e0129961c4f10664e0a2277d5b3c377be 100644
11+
index 655cf48e4f974d2e05cdca66deb361f1ee9f65bf..6f4d08ac40d461d0c41dbb292866add7565ed784 100644
1212
--- a/core/src/mindustry/world/blocks/logic/LogicBlock.java
1313
+++ b/core/src/mindustry/world/blocks/logic/LogicBlock.java
14-
@@ -23,6 +23,7 @@ import mindustry.ui.*;
14+
@@ -24,6 +24,7 @@ import mindustry.ui.*;
1515
import mindustry.world.*;
1616
import mindustry.world.blocks.ConstructBlock.*;
1717
import mindustry.world.meta.*;
1818
+import mindustryX.*;
1919

2020
import java.io.*;
2121
import java.util.zip.*;
22-
@@ -30,6 +31,8 @@ import java.util.zip.*;
22+
@@ -31,6 +32,8 @@ import java.util.zip.*;
2323
import static mindustry.Vars.*;
2424

2525
public class LogicBlock extends Block{
2626
+ @MindustryXApi
2727
+ public static boolean running = false;
2828
private static final int maxByteLen = 1024 * 100;
29+
public static final int maxNameLength = 32;
2930

30-
public int maxInstructionScale = 5;
31-
@@ -509,6 +512,7 @@ public class LogicBlock extends Block{
31+
@@ -531,6 +534,7 @@ public class LogicBlock extends Block{
3232

3333
if(accumulator > maxInstructionScale * ipt) accumulator = maxInstructionScale * ipt;
3434

3535
+ running = true;
3636
for(int i = 0; i < (int)accumulator; i++){
3737
executor.runOnce();
3838
accumulator --;
39-
@@ -517,6 +521,7 @@ public class LogicBlock extends Block{
39+
@@ -539,6 +543,7 @@ public class LogicBlock extends Block{
4040
break;
4141
}
4242
}

patches/client/0009-API-add-SendPacketEvent.patch patches/client/0008-API-add-SendPacketEvent.patch

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ Subject: [PATCH] API: add SendPacketEvent
1111
create mode 100644 core/src/mindustryX/events/SendPacketEvent.java
1212

1313
diff --git a/core/src/mindustry/net/ArcNetProvider.java b/core/src/mindustry/net/ArcNetProvider.java
14-
index 3eaeacd1f3ea9436ba8b67b9a04b1a40cad02a5c..80e9b6b7317ac124d936bebce0e4481e2a31721c 100644
14+
index e7a1a33dd6b4a523900d841d08246d0383ce2f30..23e8b294d646f2835750a1b085ae826032c3c627 100644
1515
--- a/core/src/mindustry/net/ArcNetProvider.java
1616
+++ b/core/src/mindustry/net/ArcNetProvider.java
17-
@@ -15,6 +15,7 @@ import mindustry.game.EventType.*;
17+
@@ -16,6 +16,7 @@ import mindustry.game.EventType.*;
1818
import mindustry.net.Administration.*;
1919
import mindustry.net.Net.*;
2020
import mindustry.net.Packets.*;
2121
+import mindustryX.events.*;
2222
import net.jpountz.lz4.*;
2323

2424
import java.io.*;
25-
@@ -329,6 +330,7 @@ public class ArcNetProvider implements NetProvider{
25+
@@ -335,6 +336,7 @@ public class ArcNetProvider implements NetProvider{
2626

2727
@Override
2828
public void sendStream(Streamable stream){
2929
+ if(SendPacketEvent.emit(this, null, stream)) return;
3030
connection.addListener(new InputStreamSender(stream.stream, 1024){
3131
int id;
3232

33-
@@ -354,6 +356,7 @@ public class ArcNetProvider implements NetProvider{
33+
@@ -360,6 +362,7 @@ public class ArcNetProvider implements NetProvider{
3434

3535
@Override
3636
public void send(Object object, boolean reliable){
@@ -39,18 +39,18 @@ index 3eaeacd1f3ea9436ba8b67b9a04b1a40cad02a5c..80e9b6b7317ac124d936bebce0e4481e
3939
if(reliable){
4040
connection.sendTCP(object);
4141
diff --git a/core/src/mindustry/net/Net.java b/core/src/mindustry/net/Net.java
42-
index ef69c392b08de46d8994610b3ffb5ebdd64ab41a..6f9b8f9b50079b42f7762c8ee2b1101394b54e33 100644
42+
index 145238bf8856c7b83da468b89362c3d1df5d5928..7db098b1985ea7df7516f43ab4b0c49f05c723fa 100644
4343
--- a/core/src/mindustry/net/Net.java
4444
+++ b/core/src/mindustry/net/Net.java
45-
@@ -9,6 +9,7 @@ import mindustry.game.EventType.*;
45+
@@ -10,6 +10,7 @@ import mindustry.game.EventType.*;
4646
import mindustry.gen.*;
4747
import mindustry.net.Packets.*;
4848
import mindustry.net.Streamable.*;
4949
+import mindustryX.events.*;
5050
import net.jpountz.lz4.*;
5151

5252
import java.io.*;
53-
@@ -222,8 +223,10 @@ public class Net{
53+
@@ -223,8 +224,10 @@ public class Net{
5454

5555
/** Send an object to all connected clients, or to the server if this is a client.*/
5656
public void send(Object object, boolean reliable){
@@ -61,7 +61,7 @@ index ef69c392b08de46d8994610b3ffb5ebdd64ab41a..6f9b8f9b50079b42f7762c8ee2b11013
6161
con.send(object, reliable);
6262
}
6363
}else{
64-
@@ -233,8 +236,9 @@ public class Net{
64+
@@ -234,8 +237,9 @@ public class Net{
6565

6666
/** Send an object to everyone EXCEPT a certain client. Server-side only.*/
6767
public void sendExcept(NetConnection except, Object object, boolean reliable){

patches/client/0011-S-add-Config.locale-for-localizedName.patch patches/client/0010-S-add-Config.locale-for-localizedName.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Subject: [PATCH] S: add `Config.locale` for localizedName
88
1 file changed, 1 insertion(+)
99

1010
diff --git a/core/src/mindustry/net/Administration.java b/core/src/mindustry/net/Administration.java
11-
index d544531fac41023e5d71ddcbdabb493118dfb35e..1fb21851e5c95530cf549d9a24e3a353c2b1dd7a 100644
11+
index da453afaa53fd7cc72e073baedb29da31e705bb9..6e17790494961f306260d2b521ce2add39642d93 100644
1212
--- a/core/src/mindustry/net/Administration.java
1313
+++ b/core/src/mindustry/net/Administration.java
1414
@@ -488,6 +488,7 @@ public class Administration{

patches/client/0013-SC-Fix-6.patch patches/client/0011-SC-Fix-6.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Subject: [PATCH] SC: Fix #6
88
1 file changed, 6 insertions(+), 1 deletion(-)
99

1010
diff --git a/core/src/mindustry/world/blocks/payloads/PayloadConveyor.java b/core/src/mindustry/world/blocks/payloads/PayloadConveyor.java
11-
index 94a0de3071c6c486fad37876edc5004283756150..036ccf0b629c45ee75cd60294be91e5e3b745124 100644
11+
index e6c368d97eec75f27d68d681fec480defe7e8218..d80217d66403bfd962594deb73642f053f3e403d 100644
1212
--- a/core/src/mindustry/world/blocks/payloads/PayloadConveyor.java
1313
+++ b/core/src/mindustry/world/blocks/payloads/PayloadConveyor.java
1414
@@ -11,6 +11,7 @@ import mindustry.entities.*;
@@ -19,7 +19,7 @@ index 94a0de3071c6c486fad37876edc5004283756150..036ccf0b629c45ee75cd60294be91e5e
1919
import mindustry.world.meta.*;
2020

2121
import static mindustry.Vars.*;
22-
@@ -153,7 +154,10 @@ public class PayloadConveyor extends Block{
22+
@@ -154,7 +155,10 @@ public class PayloadConveyor extends Block{
2323
if(valid && stepAccepted != curStep && item != null){
2424
if(next != null){
2525
//trigger update forward
@@ -31,7 +31,7 @@ index 94a0de3071c6c486fad37876edc5004283756150..036ccf0b629c45ee75cd60294be91e5e
3131

3232
//TODO add self to queue of next conveyor, then check if this conveyor was selected next frame - selection happens deterministically
3333
if(next != null && next.acceptPayload(this, item)){
34-
@@ -260,6 +264,7 @@ public class PayloadConveyor extends Block{
34+
@@ -267,6 +271,7 @@ public class PayloadConveyor extends Block{
3535

3636
@Override
3737
public boolean acceptPayload(Building source, Payload payload){

patches/client/0014-API-add-LogicAssembledEvent.patch patches/client/0012-API-add-LogicAssembledEvent.patch

+6-6
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ index 6f65e9981f2291d1c892c23f3ec8603aec8e3a4c..32133826223d3e4fe1be991c8abd3bc2
3434
}
3535
line ++;
3636
diff --git a/core/src/mindustry/logic/LStatements.java b/core/src/mindustry/logic/LStatements.java
37-
index 73ce558eb343b812561f76a65efc795008533a9e..9ca0dca4133fc15af3feb32e5ef770d806f9812d 100644
37+
index 3ca506e0e0ec45bf4bfbc58029e2db65673a4c60..9884b9846f06a48c4596ffa5f29f59279b3c21b7 100644
3838
--- a/core/src/mindustry/logic/LStatements.java
3939
+++ b/core/src/mindustry/logic/LStatements.java
40-
@@ -18,6 +18,7 @@ import mindustry.logic.LogicFx.*;
40+
@@ -20,6 +20,7 @@ import mindustry.logic.LogicFx.*;
4141
import mindustry.type.*;
4242
import mindustry.ui.*;
4343
import mindustry.world.meta.*;
4444
+import mindustryX.*;
4545

4646
import static mindustry.Vars.*;
4747
import static mindustry.logic.LCanvas.*;
48-
@@ -43,6 +44,16 @@ public class LStatements{
48+
@@ -45,6 +46,16 @@ public class LStatements{
4949

5050
@RegisterStatement("noop")
5151
public static class InvalidStatement extends LStatement{
@@ -63,7 +63,7 @@ index 73ce558eb343b812561f76a65efc795008533a9e..9ca0dca4133fc15af3feb32e5ef770d8
6363
@Override
6464
public void build(Table table){
6565
diff --git a/core/src/mindustry/world/blocks/logic/LogicBlock.java b/core/src/mindustry/world/blocks/logic/LogicBlock.java
66-
index e726a36e0129961c4f10664e0a2277d5b3c377be..753688265a060d519686d49a24eac6627cd21991 100644
66+
index 6f4d08ac40d461d0c41dbb292866add7565ed784..261b6374360c2cbae88f44aa441f55706c181936 100644
6767
--- a/core/src/mindustry/world/blocks/logic/LogicBlock.java
6868
+++ b/core/src/mindustry/world/blocks/logic/LogicBlock.java
6969
@@ -1,5 +1,6 @@
@@ -73,15 +73,15 @@ index e726a36e0129961c4f10664e0a2277d5b3c377be..753688265a060d519686d49a24eac662
7373
import arc.Graphics.*;
7474
import arc.Graphics.Cursor.*;
7575
import arc.func.*;
76-
@@ -24,6 +25,7 @@ import mindustry.world.*;
76+
@@ -25,6 +26,7 @@ import mindustry.world.*;
7777
import mindustry.world.blocks.ConstructBlock.*;
7878
import mindustry.world.meta.*;
7979
import mindustryX.*;
8080
+import mindustryX.events.*;
8181

8282
import java.io.*;
8383
import java.util.zip.*;
84-
@@ -382,6 +384,8 @@ public class LogicBlock extends Block{
84+
@@ -404,6 +406,8 @@ public class LogicBlock extends Block{
8585
asm.putConst("@thisx", World.conv(x));
8686
asm.putConst("@thisy", World.conv(y));
8787

0 commit comments

Comments
 (0)