Commit Graph

7805 Commits

Author SHA1 Message Date
Anuken
7b3e2fa7dc Merge remote-tracking branch 'origin/master' 2025-04-05 11:00:22 -04:00
Anuken
2538115e6d Fixed #10594 2025-04-05 11:00:14 -04:00
1ue999
11b60ed39f Read from string return null out of bounds (#10596)
* reading charcodes from strings as inverse of printchar

* made it actually work and tested it

* make reading invalid index of string return null instead of 0
2025-04-05 10:50:41 -04:00
Anuken
95e663d1df Misc bugfixes 2025-04-05 10:48:07 -04:00
Anuken
519e9ba3e1 Fungal pass sector order changed 2025-04-04 23:15:58 -04:00
Anuken
5258c1f4ed Breach graphite cost decrease 2025-04-04 16:51:36 -04:00
Anuken
dd0982dc93 Display incompatible mods in browser / Shoot alternate mirror fix 2025-04-04 16:51:23 -04:00
Anuken
d601a96838 Make all procedural sectors be at least medium difficulty 2025-04-04 15:52:28 -04:00
Anuken
c6262f5211 Closes #10537 2025-04-04 15:08:15 -04:00
Anuken
02364029da Merge remote-tracking branch 'origin/master' 2025-04-04 14:00:57 -04:00
Anuken
dad62f03b5 Closes #10588 2025-04-04 14:00:51 -04:00
ApsZoldat
212be01571 Minor editor/world processor fixes and tweaks (#10505)
* Rules search and info button tweaks

* Tweak spawnunit and some searching (again)

* Just revert a condition removal
2025-04-04 13:49:35 -04:00
1ue999
923a668631 read from string (#10531)
* reading charcodes from strings as inverse of printchar

* made it actually work and tested it
2025-04-04 13:47:29 -04:00
Anuken
96ca7f797f Closes #10532 2025-04-04 13:43:16 -04:00
Anuken
e4d3c8fb05 Cleanup 2025-04-04 13:39:56 -04:00
Anuken
7472fe5c12 Merge remote-tracking branch 'origin/master' 2025-04-04 13:39:29 -04:00
Anuken
01a7b6e68f Closes #10521 2025-04-04 13:39:22 -04:00
Cardillan
6a21b12b11 Adds LAccess.memoryCapacity - sensable property returning the size of a memory block (#10589) 2025-04-04 13:26:41 -04:00
Gl
0082855292 Check for unit constructor validity (#10543)
* Check for unit constructor validity

* how did that get here???

---------

Co-authored-by: Anuken <arnukren@gmail.com>
2025-04-04 13:22:31 -04:00
Anuken
c2de9170dd Closes #10562 2025-04-04 13:18:15 -04:00
camelStyleUser
bd0436bbff Fix Integer.MIN_VALUE not getting parsed correctly and add [-+]0[xb] (#10586)
* Fix Integer.MIN_VALUE not getting parsed correctly and add [-+]0[xb]

* Handle number parsing edgecases

* Revert "Handle number parsing edgecases"

This reverts commit 6b7b01e636.

* Fix formatting
2025-04-04 13:12:03 -04:00
Anuken
2159f6450b Fixed #10568 2025-04-04 13:04:22 -04:00
Anuken
1df342f827 Fixed #10577 2025-04-04 12:56:32 -04:00
Anuken
0d5d0fdc9b Fixed #10558 2025-04-04 12:54:13 -04:00
Anuken
80815bf8a1 Fixed #10554 2025-04-04 12:14:59 -04:00
Anuken
ae75123d3e Fixed #10553 2025-04-04 12:12:16 -04:00
Anuken
2fea619357 Fixed #10550 2025-04-04 12:12:16 -04:00
Anuken
1911fced21 Fixed #10540 2025-04-04 12:12:16 -04:00
Anuken
b545e0296f Fixed #10591 2025-04-04 12:12:16 -04:00
Anuken
b7dbe54d76 Merging changes from private branch 2025-04-04 11:47:35 -04:00
Ovulam5480
edffc24cca Fixed shockwaveTower efficiency (#10538) 2025-03-17 12:37:03 -04:00
Anuken
7aaf0f3475 Merge remote-tracking branch 'origin/master' 2025-03-09 10:19:16 -04:00
Anuken
f7b13b7924 Fixed mixtech vault item dupe 2025-03-09 10:19:09 -04:00
WayZer
fd597080a6 Update CargoAI.java (#10494) 2025-02-23 01:35:37 -05:00
Anuken
11061d1dd1 Fixed #10502 2025-02-23 01:26:47 -05:00
Anuken
ed05214ea4 Fixed #10497 2025-02-23 01:22:52 -05:00
Anuken
bc350afdea Network ping packet fix 2025-02-23 00:59:02 -05:00
Anuken
9507292107 LCanvas cleanup 2025-02-11 11:07:51 -05:00
Anuken
8efd62e668 PR cleanup 2025-02-10 17:03:46 -05:00
Anuken
5a56825801 Merge branch 'mod-dependencies' of https://github.com/MEEPofFaith/Mindustry into MEEPofFaith-mod-dependencies 2025-02-10 16:31:56 -05:00
Anuken
3bdb871f10 Merge branch 'patch-6' of https://github.com/Atomic-Laboratory/Mindustry into Atomic-Laboratory-patch-6 2025-02-10 16:24:40 -05:00
Anuken
70f187d6c4 Update core/src/mindustry/ui/dialogs/JoinDialog.java 2025-02-10 16:24:20 -05:00
Anuken
e95ff98abf Merge remote-tracking branch 'origin/master' 2025-02-10 16:22:01 -05:00
Anuken
5622b295e6 Logic canvas fixes 2025-02-10 16:21:51 -05:00
ivan71kmayshan27
0d96a68e84 Allow configuration of minimum and maximum camera distance in main game screen (#7603)
* Variable min and max zoom

* Variable min and max zoom

* Variable min and max zoom

---------

Co-authored-by: ivan <ikamyshan@evolution.com>
Co-authored-by: Anuken <arnukren@gmail.com>
2025-02-10 16:09:35 -05:00
Anuken
79a9a446c4 PR cleanup 2025-02-10 15:53:46 -05:00
Anuken
fec91eb157 Merge branch 'balancing_burst-drill-optional-multiplier' of https://github.com/SomeonesShade/Mindustry into SomeonesShade-balancing_burst-drill-optional-multiplier 2025-02-10 15:51:47 -05:00
Anuken
9a9e4611cd Logic jump PR cleanup 2025-02-10 15:51:02 -05:00
Anuken
7a6222aa18 Revert "Allow markers to be used as light sources (#9733)" (#10490)
This reverts commit 8626082068.
2025-02-10 14:24:46 -05:00
Anuken
c32b304c78 Sync core units with spawner block database tab 2025-02-10 13:50:27 -05:00