Skip to content

Sensing heat#12191

Merged
Anuken merged 3 commits into
Anuken:masterfrom
cardillan:sensing-heat
Jul 4, 2026
Merged

Sensing heat#12191
Anuken merged 3 commits into
Anuken:masterfrom
cardillan:sensing-heat

Conversation

@cardillan

Copy link
Copy Markdown
Contributor

My attempt at implementing Anuken/Mindustry-Suggestions#6353.

As there isn't a heat field common to all blocks, I've added the ability to sense @heat to blocks that define the field, returning the value of the field as-is. Apparently, different blocks use different ranges for heat, so maybe adding a @heatCapacity or @maxHeat property might be useful, but I didn't want to go there as I don't understand the mechanism all that much. It should still be useful for map authors using world processors as it is.

If your pull request is not translation or serverlist-related, read the list of requirements below and check each box:

  • I have read the contribution guidelines.
  • I have ensured that my code compiles, if applicable.
  • I have ensured that any new features in this PR function correctly in-game, if applicable.

@EggleEgg

EggleEgg commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

how does this interact with nuclear reactor heat? it is primordial it does not reach values >1 to not break serpulo logic

@cardillan

Copy link
Copy Markdown
Contributor Author

how does this interact with nuclear reactor heat? it is primordial it does not reach values >1 to not break serpulo logic

It doesn't change the heat values at all anywhere, I've only added the ability to sense them.

@EggleEgg

EggleEgg commented Jun 7, 2026

Copy link
Copy Markdown
Contributor

I see now, HeatBlock is unchanged (nuclear reactor implements it) so sensing is (or should be) exactly the same. My concern was sensor heat returning values >1, as heatFrac()/heatOutput can reach up to 15. This would ve broken quite a lot of basic serpulo logic

Comment thread core/src/mindustry/world/blocks/power/VariableReactor.java Outdated
Comment thread core/src/mindustry/world/blocks/heat/HeatConductor.java Outdated
Comment thread core/src/mindustry/world/blocks/heat/HeatProducer.java Outdated
Comment thread core/src/mindustry/world/blocks/power/HeaterGenerator.java Outdated
Comment thread core/src/mindustry/world/blocks/production/HeatCrafter.java Outdated
Co-authored-by: Anuken <arnukren@gmail.com>
@Anuken
Anuken merged commit cc850dd into Anuken:master Jul 4, 2026
2 checks passed
@cardillan
cardillan deleted the sensing-heat branch July 5, 2026 16:03
Yaaty256 added a commit to Yaaty256/Mindustry that referenced this pull request Jul 7, 2026
commit 1ddc69bb602f63587d3cb3112d98b1a710b99a92
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jul 7 10:13:37 2026 -0400

    Fixed incorrect block config offset

commit 544f63e101c0a30aa4d86bd393f2c8916aeb8b79
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jul 7 10:00:06 2026 -0400

    Fixed incorrect inventory offset

commit 92fe219e7866684e67795d188b6d68535f875445
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jul 7 09:35:34 2026 -0400

    Fixed #12304 / Fixed #12307

commit 6d9601b579eb4936dbeb6fb499e20eeba462e084
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jul 7 09:23:49 2026 -0400

    Bundle fix

commit 567434fe99b86ce35ae96031ca6aed5b12b2ae5d
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jul 7 09:16:10 2026 -0400

    arc

commit 094726e916b6c326a3e638a4a1e4a9adc9cd770d
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jul 7 09:11:47 2026 -0400

    Label ID fix

commit e0996e29f4834a0c1bef2e96451cc1d8859d657a
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jul 7 09:00:38 2026 -0400

    Fixed #12306 / Fixed #12305

commit e25b7280890aa50edcd0b53f7f4fea9ca4808fb0
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jul 7 08:48:43 2026 -0400

    Fixed #12302 / Fixed #12303 / Fixed #12299

commit 8051a5c8d4040fa182d42bfff2f337f5c21c277a
Merge: 8b3d9504c9 f8e804d3cb
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jul 6 18:32:34 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 8b3d9504c90afd085fb221d9e1450b3dd40ae03a
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jul 6 18:32:28 2026 -0400

    Fixed NoiseEffect clipping

commit f8e804d3cb8f577eb796973a6bba8a4ba09c3843
Author: Github Actions <actions@github.com>
Date:   Mon Jul 6 21:51:02 2026 +0000

    Automatic bundle update

commit 0c96b3f7edbddf51dd9f9f2ae703f2ed369a97b6
Author: Denzy <sakeldenis@gmail.com>
Date:   Tue Jul 7 00:50:25 2026 +0300

    Update Belarusian translation (#12133)

    * Update bundle_be.properties

    minor changes

    * Update bundle_be.properties

    * Update bundle_be.properties

    * Update bundle_be.properties

    * Update bundle_be.properties

    * Update bundle_be.properties

commit 7af809496e1e0f0e7998106e2fa5d1fc17c9cc1d
Merge: b9331331a7 5e78db1a11
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jul 6 17:41:37 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit b9331331a75cb916e7f66a902bfd5f96ec06ddf6
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jul 6 17:41:30 2026 -0400

    Don't cap reloadCounter in turrets

commit 5e78db1a11aa68707aafd5a8d516c22fa67c5bef
Author: Cardillan <122014763+cardillan@users.noreply.github.com>
Date:   Mon Jul 6 23:21:07 2026 +0200

    Allow reading links from a processor (#11838)

    * Allow reading links from a processor

    * Add support for numerical indexes

commit 72f947634e45c873b7dd7b59c424f5eaa24498e2
Author: summoner <summoner001@users.noreply.github.com>
Date:   Mon Jul 6 22:55:44 2026 +0200

    Translation: Update bundle_hu.properties (#12297)

    * Translation: Update bundle_hu.properties

    Translate new string

    * Translation: Ubdate bundle_hu.properties

    Follow the changes of the english bundle

commit ed33b04bfcaaffb5bce41b0552b77e7b23c0d50c
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jul 6 15:41:40 2026 -0400

    Possible schematics search reset fix

commit 44dee9b2857caa45bbf7cb18d8198d7a7de41eba
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jul 6 00:19:48 2026 -0400

    Removed zoom value rounding

commit 80b18bf7938ce199c2eb8632eea18f946c310b22
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jul 6 00:02:45 2026 -0400

    Repack sprites when switching v9/v8 branches

commit 0b3ba6f94ae101bfccc46f795903d3715fa696b1
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 14:16:26 2026 -0400

    More CI updates

commit cb3ee2112ffbec938393527c702e5af91f222ae0
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 14:15:46 2026 -0400

    More CI updates

commit 4d72af7d30370c3945ab5403945e4fd19aa56191
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 14:13:40 2026 -0400

    Removed jitpack repo updating, updated CI scripts

commit 9704bf37cc6036404bba44d004ca58f4cd0edb98
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 14:09:54 2026 -0400

    Removed jitpack repo updating, updated CI scripts

commit 112ec4bdff62a5bab46d3b1b68c52017c7a3c248
Merge: 4e92cd8b5c 85aa1f5e34
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 13:25:21 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 85aa1f5e3407927bffa387295571c009fbe3b5dc
Author: Github Actions <actions@github.com>
Date:   Sun Jul 5 17:25:16 2026 +0000

    Automatic class mapping and map name update

commit 4e92cd8b5c9499b4a63aabedeb4c9f6cf82bf1f7
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 13:25:15 2026 -0400

    what?

commit 717aa69293876da45a3857e09688e7443ae241dd
Author: Kevin Vilyan <146146416+Kev-Vily@users.noreply.github.com>
Date:   Mon Jul 6 00:22:49 2026 +0700

    Translate asset.exists.audio (#12295)

commit 97fce0735db20e0086ab05936b42c68ece6ae533
Merge: 8b64aebe27 a9258f99d4
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 13:22:29 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 8b64aebe27d3ebb2787fdae1cfc0c3e1fff030f7
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 13:22:23 2026 -0400

    Script for updating map names

commit a9258f99d4bf05582f6657e66b7a862fa4423809
Author: Github Actions <actions@github.com>
Date:   Sun Jul 5 17:05:58 2026 +0000

    Automatic bundle update

commit 2fb28e589a1a7d3b07dba338623d76cb5f2707cc
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 13:04:34 2026 -0400

    Bundle cleanup

commit dddce86ec7d20430a73ab3bca0a1570abb64096e
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 12:04:51 2026 -0400

    Fixed #12296

commit a64aae1d78e29fcc579da67bb7c9d00931ab7644
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 12:00:04 2026 -0400

    Updated sector submissions, fixed crash

commit 028f1036fb8a2c78cdae60f346b96940931e1a65
Merge: 0c2e006cc8 f42b519f20
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 11:17:18 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 0c2e006cc80292585ff17213b11363208f24d4b6
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 11:17:12 2026 -0400

    Audio bugfixes & data patch logic sound play support

commit f42b519f20a74dde2c698aa1372f64ec67302c7e
Author: Github Actions <actions@github.com>
Date:   Sun Jul 5 14:47:20 2026 +0000

    Automatic bundle update

commit 41c6f389c711efb0ecf3a582566b87accf5d96d9
Author: JniTrRny <85090668+JniTrRny@users.noreply.github.com>
Date:   Sun Jul 5 21:46:03 2026 +0700

    Update bundle_th.properties (#12289)

    Co-authored-by: Anuken <arnukren@gmail.com>

commit db02b63be60840d19b9f1475e3a91a4f9488ccb3
Author: Sunky.MP3G <125795960+SunkyMP3G@users.noreply.github.com>
Date:   Sun Jul 5 21:45:41 2026 +0700

    Fixed ru translations (#12292)

    * Fixed ru translations

    * Fixed old typo

commit 4805c77eac12a8c824e16e965bced84b11341ae3
Author: Github Actions <actions@github.com>
Date:   Sun Jul 5 14:45:10 2026 +0000

    Automatic bundle update

commit 71b1428fbe95c3a6f8c0d19b059d40c0eb57e14b
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 10:43:47 2026 -0400

    Fixed #12290

commit cbd3bea79297745c1fa7199f415f6c5291ceda79
Merge: e24d63c971 bdc4ed311c
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 09:46:50 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit e24d63c9719d3473e1efb192f12bbb7ceca5f6f1
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jul 5 09:46:44 2026 -0400

    Fixed #12293

commit bdc4ed311c8ea12ae8fcb38778e881e4e2a2fdab
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jul 4 14:29:38 2026 -0400

    Update CONTRIBUTING.md

commit 05c3c856a958887a05b70e516c242ee438754358
Merge: e58782c838 6ad776ca7a
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jul 4 13:01:31 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit e58782c838fcff460348f0c1c7efdc36f1abf309
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jul 4 13:01:24 2026 -0400

    Bulk-serialization optimization

commit 6ad776ca7a7d5d27ba688f7ad73903e9bbbb2a0e
Author: Kevin Vilyan <146146416+Kev-Vily@users.noreply.github.com>
Date:   Sat Jul 4 22:22:25 2026 +0700

    Fixed Minor Thing in Bundle ID (#12286)

commit 3c2004a2e7d1631b66b04026a98a746402384291
Merge: e3a877c948 33814d2339
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jul 4 11:18:12 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit e3a877c948dbe64b3e0de3841b53fa4a8f37d17a
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jul 4 11:18:07 2026 -0400

    Sync cleanup + player-local entities/labels

commit 33814d2339dede23215f480c9283467c9058b121
Author: Github Actions <actions@github.com>
Date:   Sat Jul 4 14:47:20 2026 +0000

    Automatic bundle update

commit c756faddac03dfcdbb2251918336fab931ffda0b
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jul 4 10:45:55 2026 -0400

    Fixed un-sanitized filenames being used in file chooser

commit eed063af2fe259381c3171f6e7657f529980551b
Author: Zoe Chen <87363436+Zoe096423@users.noreply.github.com>
Date:   Sat Jul 4 22:44:51 2026 +0800

    Update Chinese translations in bundle_zh_TW.properties (#12268)

commit 382ca559eb9491db9b933cfa7f2ea229a7369f77
Author: BalaM314 <71201189+BalaM314@users.noreply.github.com>
Date:   Sat Jul 4 20:14:32 2026 +0530

    Entity serialization optimization, part 1 (#12285)

    * Share entity snapshots where possible

    * Serialize per-team when FoW enabled

    * small fixes

    * PR review fixes

    * don't spam toByteArray
    * Keep snapshot timer in netServer, delete it from NetConnection and TeamData
    * formatting

commit e0ed93ed8aad864034c2d11f5e31ee9f11b42301
Author: Github Actions <actions@github.com>
Date:   Sat Jul 4 00:51:28 2026 +0000

    Automatic class mapping update

commit bb62a3163a14464505fc76623a66a34d3af37247
Author: EggleEgg <125359838+EggleEgg@users.noreply.github.com>
Date:   Sat Jul 4 02:49:13 2026 +0200

    drawNoise/drawNoiseLayers as an effect so that json can use them (#12152)

    * drawNoise/drawNoiseLayers as an effect so that json can use them

    * .* import

    * dont call everytime

    * use getOrNull

    * probably still wrong somewhere

    * just in case

commit cc850dd75ec710d8fcdd115f7ad4c74674d40ff3
Author: Cardillan <122014763+cardillan@users.noreply.github.com>
Date:   Sat Jul 4 02:45:35 2026 +0200

    Sensing heat (#12191)

    * Sensing heat

    * Returning null instead of 0 for turrets that do not use heat

    * Apply suggestions from code review

    Co-authored-by: Anuken <arnukren@gmail.com>

    ---------

    Co-authored-by: Anuken <arnukren@gmail.com>

commit 5ad9a65a153089361fed4af149cc0bcf61fd0066
Author: kay <56635816+nullotte@users.noreply.github.com>
Date:   Sat Jul 4 07:43:27 2026 +0700

    unhardcode logic display background color (#12178)

commit c2103247edf63ea66228b54748342031d352d2c9
Author: 2B2M22 <autosubtitletest@gmail.com>
Date:   Sat Jul 4 03:36:08 2026 +0300

    Spawn on core doesnt ignore "possessionAllowed" rule (#12183)

    * Make player cannot control building when possession disabled

    * check is core best

commit 6a6ed904733554a89e200478c8fc422c9d957828
Author: Github Actions <actions@github.com>
Date:   Sat Jul 4 00:33:11 2026 +0000

    Automatic bundle update

commit 478e3a2109f09f251fff21d775813bf4ddcbad96
Merge: cf1c08c66e 689d8c9e48
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jul 3 20:31:53 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit cf1c08c66e7b60788fafe3bc31da660d5c5628fc
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jul 3 20:31:46 2026 -0400

    Removed unused bundle entry

commit 689d8c9e482296ebce954a4a0ee0cb3b3f4d5885
Author: BalaM314 <71201189+BalaM314@users.noreply.github.com>
Date:   Sat Jul 4 06:00:38 2026 +0530

    Blacklist UDP address along with TCP address (#12274)

commit 3ff15ff7e9948bc1278afef66141eb92b9e0d38b
Author: Github Actions <actions@github.com>
Date:   Sat Jul 4 00:27:00 2026 +0000

    Automatic bundle update

commit 6d855fef2421c3dba4bdbfe652875b3cf1badc1a
Author: Pyratite No Lead <62745850+woodjecket@users.noreply.github.com>
Date:   Sat Jul 4 08:25:36 2026 +0800

    Update Simplified Chinese Translation (#12215)

    * Update Simplified Chinese translation

    * Update Simplified Chinese translation 2

    * Fix typo

    * Revert "Fix typo"

    This reverts commit 9a097d8e19f1de32df6af0fb3be222462628cb32.

    * Fix typo

    * Update Simplified Chinese Translation

    * Update Simplified Chinese translation 2

    * Fix typo

    * Fix typo

commit 7b8347a9c275f7222adb200f340b51b47f6e4fc4
Author: Y-Yes <129616271+Y-Yes@users.noreply.github.com>
Date:   Sat Jul 4 03:24:11 2026 +0300

    Updated translations in bundle_lt.properties (#12248)

commit 713e796da69b9b43416f757b47bc66d7255b6180
Author: EggleEgg <125359838+EggleEgg@users.noreply.github.com>
Date:   Sat Jul 4 02:24:00 2026 +0200

    Serpulo nano-rebalance: conveyor and junction (#11767)

commit 780449edee6d804f34b5869013d86a96a964e592
Author: Github Actions <actions@github.com>
Date:   Sat Jul 4 00:23:52 2026 +0000

    Automatic bundle update

commit 2736ec96fbbccd07ba00508548aa9c36b5dd520b
Author: Sunky.MP3G <125795960+SunkyMP3G@users.noreply.github.com>
Date:   Sat Jul 4 07:22:37 2026 +0700

    Ru translations (#12218)

    * Update bundle_ru.properties

    * Fall damage lololol

    * forgot

    * Update bundle_ru.properties

    * Other

    * Update bundle_ru.properties

    * Fixed #12254

    * Dev and patch stuff

    ---------

    Co-authored-by: Anuken <arnukren@gmail.com>

commit 4691696afe3eff898ffcd25e5f45f99bef267735
Author: SITUVNgcd <44901211+SITUVNgcd@users.noreply.github.com>
Date:   Sat Jul 4 07:21:48 2026 +0700

    Update Vietnamese translation (#12139)

    * Update Vietnamese translation

    https://github.com/Anuken/Mindustry/commit/ed9ad45332397b58884ffd3d4c42db2a2b274a63

    * Update Vietnamese translation

    https://github.com/Anuken/Mindustry/commit/eae56c4230bf24ac6c732f31d46ca5acb1d85c78

    * Update Vietnamese translation

    https://github.com/Anuken/Mindustry/commit/e9c06482409d057a58a5952081c66bfe0f123846

    * Update Vietnamese translation

    https://github.com/Anuken/Mindustry/commit/2bdedfed25932ebf11330d3584092c50e2e26d96

    ---------

    Co-authored-by: Anuken <arnukren@gmail.com>

commit 66d0019063bf2fc0fb08f5deb698e63550f1dc44
Author: alecthe2nd <80932144+alecthe2nd@users.noreply.github.com>
Date:   Fri Jul 3 19:21:06 2026 -0500

    Add icon formatting to content descriptions and details (#12266)

commit 86683d60cd56b6fe1170d7152b9e7323d0e3981b
Author: summoner <summoner001@users.noreply.github.com>
Date:   Sat Jul 4 02:20:43 2026 +0200

    Translation: Update bundle_hu.properties (#12138)

    * Translation: Update bundle_hu.properties

    Translate new strings

    * Translation: Update bundle_hu.properties

    Translate new string

    * Translation: Update bundle_hu.properties

    Translate new string
    Follow the changes of the english bundle

    * Translation: Update bundle_hu.properties

    Fix typo

    * Translation: Update bundle_hu.properties

    Translate new strings
    Follow the changes of the english bundle
    Fix translation

    * Translation: Update bundle_hu.properties

    Translate new strings

    * Translation: Update bundle_hu.properties

    Follow the changes of the english bundle

    * Translation: Update bundle_hu.properties

    Translate new strings
    fix translation
    Follow the changes of the english bundle

    * Translation: Update bundle_hu.properties

    Translate new strings

    * Tranlastion: Update bundle_hu.properties

    translate new strings

commit 7b9f564f7490b8f8ad2020517416a61c27610396
Author: Kevin Vilyan <146146416+Kev-Vily@users.noreply.github.com>
Date:   Sat Jul 4 07:20:28 2026 +0700

    update bundle id (final)  (#12147)

    * Add files via upload

    * decided to revision some texts

    * unit fact activation

    * update hideSpawns & revision campaign introduction

    * minor revision

    * game \-\ permainan

    * data pacher new

    * addition

    * finish the messages

    * revision

    * screenshot error

    * steamFriendsOnly

    * Update bundle_id_ID.properties

    * Some New Settings

    * hmph

commit 9e2851aa0bee15af1d2968a0a3755aecb1f5bce6
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jul 3 13:51:39 2026 -0400

    Fixed ground zero unit kill objective

commit 1af06f58ce9f60d7ef82669bbcbb843c9a4e6f48
Merge: 03abf9dc0d 12509e6225
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jul 2 15:41:02 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 03abf9dc0dbdba3421a2724fa10fed5747b155a7
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jul 2 15:40:56 2026 -0400

    Fixed incorrect perf bar scaling

commit 12509e6225e3945b5ea11b043c6fa6cade9e1717
Author: EggleEgg <125359838+EggleEgg@users.noreply.github.com>
Date:   Thu Jul 2 16:08:45 2026 +0200

    Make all research prioritize resources outside of the currently active sector (#12153)

    * Make all research prioritize resources outside of the currently active sector

    * YOU DONT EVEN NEED THIS STOP IMPORTING RANDOM CLASSES

    * hopefully I m not stupid enough to mess this up

    * STOP IMPORTING

    * did I screw up somewhere? who knows

commit 58e21f32b4d1445fa1b8ecd7360bfac4e0a8930b
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jul 2 10:06:10 2026 -0400

    Fixed #12280

commit 735cb143ae4a123e3251e22a7e035c84814a0b54
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jul 2 09:47:44 2026 -0400

    Fixed #12276

commit 7b7c1190cfec31dbb9cd20baa23183b5b03be829
Merge: f9fdbaae9b bcb080aa42
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jul 2 09:30:14 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit f9fdbaae9bfaf142f8277cb220f69cf02ba70d02
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jul 2 09:30:07 2026 -0400

    Fixed #12279

commit bcb080aa427c6a999619d363b05018eeec3e5597
Author: Github Actions <actions@github.com>
Date:   Thu Jul 2 00:58:23 2026 +0000

    Automatic class mapping update

commit 81b217dadc7c7ae11b04d9f31141d8a040c9ddd9
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jul 1 20:56:13 2026 -0400

    Assigned more accurate difficulty for submissions

commit e48790de7797291a50d00a2bc6b9134ba40b8c46
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jul 1 13:57:53 2026 -0400

    Fixed some horrible JSON hacks

commit a4178e4c18f3fc6ca6369a4a764fe8ae1edd1bce
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jul 1 01:36:58 2026 -0400

    Fixed #12267

commit 5ae986a6ddfdb743d1544fa0a7f9705333b84a17
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jul 1 00:25:27 2026 -0400

    Fixed #12270

commit a07ded343c4fc0cdc192b95cdb6e906f730dfb4b
Merge: c990822abb dca67a8996
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 29 23:10:40 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit c990822abbd5b447e16b0ca1d770858fa89db12e
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 29 23:10:33 2026 -0400

    Submission updates

commit dca67a8996f531ced376c4c3f4c5f3e989c52969
Author: EggleEgg <125359838+EggleEgg@users.noreply.github.com>
Date:   Tue Jun 30 04:54:52 2026 +0200

    Bugfix: wreck/explosive damage bypassing shields (#12269)

commit dc2020f32822b1e60ee73f964bb60e6137bbebee
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 29 18:34:52 2026 -0400

    Updated rhino

commit 7370173f630bd9f27c1374d343c5bd7c4b17fe49
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 28 21:40:15 2026 -0400

    Show truncated stack trace in crash dialog

commit c423d24834598bf67b5a0d44ab4f921a94426ace
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 28 21:31:19 2026 -0400

    Updated several map submissions

commit b58bddbd03fdcdad97a0f164b33e93bebe15637c
Merge: 2361f9a630 4334710289
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 27 12:20:18 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 2361f9a630ce21d1045836bb45591f19467d4e47
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 27 12:20:12 2026 -0400

    Fixed mismatched end() call

commit 4334710289eb690f5ed8522815b55a63a5f11112
Author: Github Actions <actions@github.com>
Date:   Sat Jun 27 15:44:43 2026 +0000

    Automatic bundle update

commit c764999d7538f6c90c743c2f868613d4d44ae505
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 27 11:43:24 2026 -0400

    Toggleable performance metrics display

commit 6b416f71872ca6e265bc43fe354617bb5865366a
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 27 10:20:22 2026 -0400

    Moved unit updating to separate performance counter

commit b3b59a5f6a1ffe846fe729220a596a33a1260478
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 17:26:17 2026 -0400

    Shuffle servers on load + Crash fix

commit 5d252515e2eee109217f584d2e718bf3c023e689
Merge: 37ac3c9e70 32e95a69a9
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 15:47:30 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 37ac3c9e70c6a969a0d4b0162446adec89757e84
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 15:47:24 2026 -0400

    ID check fix

commit 32e95a69a9657863b7519f570f19987bb714cce7
Author: Cardillan <122014763+cardillan@users.noreply.github.com>
Date:   Fri Jun 26 20:40:57 2026 +0200

    Fix mod settings not displayed correctly (#12255)

commit c054ffeb2b22a8b32704d76147370db028d650bf
Author: NeilGreenFly <1471761931@qq.com>
Date:   Sat Jun 27 02:40:01 2026 +0800

    Fix the issue where the icon for UnlockableContent characters in the text isn't centered on the character (#12262)

    * Let the logic display enable allowRectanglePlacement.

    * Fix the issue where the icon for UnlockableContent characters in the text isn't centered on the character

commit 027ea766e6eeec40f147e0c5e51e16d983f69b03
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 14:39:29 2026 -0400

    Clean previews on data import

commit 4e8a7d98af577b8c03b1e69a3304e8eda17b597f
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 14:38:49 2026 -0400

    Fixed #12258

commit b50716362b4a4754c61976141d841d701a03cc53
Merge: 4e57366960 52822246e8
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 14:31:06 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 4e5736696090ef14577a2e0bce73a928de1593db
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 14:31:00 2026 -0400

    Removed unused keybind

commit 52822246e822f01655badbc827211337b90e7ea9
Author: Github Actions <actions@github.com>
Date:   Fri Jun 26 18:06:08 2026 +0000

    Automatic bundle update

commit 25c7067664cbe285899e5dddde68b8a4b87ed4ff
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 14:04:36 2026 -0400

    Key for teleporting to cursor in the editor

commit 6b89eabfee84b6593d9ecceec1f4196018f730f9
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 13:55:31 2026 -0400

    arc

commit 0571faa3502fdacd94ca1d728e840a8b8ea71650
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 13:55:11 2026 -0400

    Less hacky editor building updates

commit e3da9fed6ee11b9d8abfc9ff5c210fe34dc35af3
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 12:37:49 2026 -0400

    Slightly more conservative max delta values

commit c74cfb63a631312868e1b2d3f5c4560ec766aa5d
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 12:11:10 2026 -0400

    More config for uuidChangeLimit

commit 9b13d85b462e2356470d602a03e5d67620debace
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 11:50:57 2026 -0400

    cleanup

commit 25a542759d30fe548d170dcf0fb0bb5f9c1b90dd
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 11:09:45 2026 -0400

    Check for changing UUID many times on the same IP

commit 6d625167a5697f57c5aa5991ac0c0a01e4e93935
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 26 10:33:05 2026 -0400

    arc

commit 5ef7c8bce86812d1da2ef84b1f98766475c570b3
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jun 25 02:33:07 2026 -0400

    Reverted fixed timestep changes

commit 692c4c65e415431f7987384ad2f2dedebd76caf1
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jun 25 02:18:24 2026 -0400

    cleanup

commit de5c8589036e2f7432dbeb373ae6027eac0fc9d2
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 24 21:04:26 2026 -0400

    cleanup

commit 2effc25ad0465d9230936add988602a05cad9638
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 24 19:45:10 2026 -0400

    fixed timestep insanity

commit ca7f9662e211a9e9ddaaa9f6ecbc3f9b1ffa7417
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 24 13:42:19 2026 -0400

    Fixed some update bugs

commit b56d2352331219ded7968e5735a8c73d50e50c95
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 24 13:02:38 2026 -0400

    Minor conveyor draw optimization

commit 60b4e9a0d7792c2440613325165be850ba26084c
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 24 12:50:56 2026 -0400

    Fixed duct updates/interpolation

commit 0e5d6d1252885a5b75e3a1d01a3033e3a84cb35a
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 24 12:30:38 2026 -0400

    Reverted buggy conveyor interpolation

commit 4da35f91d9e40bf237eef3c0ce936fe89c698a4e
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 24 12:20:23 2026 -0400

    Moved ambient audio to new thread

commit e6b17adf3a763049dc12a936502412481a269c7e
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 24 11:01:29 2026 -0400

    wip

commit d22a2995a32b1f0d9e68af208d57d5c4c15739e2
Merge: 32dd187421 2bdedfed25
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jun 23 13:19:42 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 32dd187421c3f98afcc47947110ab953a433b106
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jun 23 13:19:36 2026 -0400

    Fixed timestep interpolation for some blocks

commit 2bdedfed25932ebf11330d3584092c50e2e26d96
Author: Github Actions <actions@github.com>
Date:   Mon Jun 22 21:57:37 2026 +0000

    Automatic bundle update

commit 9d967277cd294797e6f09c57ce36b27cba4d0b44
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 22 17:55:57 2026 -0400

    Developer options + checkbox settings change + fixed building timestep option

commit d925a0a1b27987052dbaa251c8926105e9a8a13b
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 22 15:57:34 2026 -0400

    Moved entity updates into separate methods

commit b1135371ac012b3191beea466b5e787eedcd8a3c
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 22 12:26:29 2026 -0400

    arc

commit 40bf89df32cf7f75ef06bd1f4c5f07f44fbfbbb3
Merge: 84d23af453 4e28dbbf09
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 22 12:25:56 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 84d23af45385cae30009266ee3fdc494e714e953
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 22 12:25:49 2026 -0400

    Fixed incorrect resource calculations

commit 4e28dbbf09fa1450bb2f15e6480d2e2a1ce30bb0
Author: Cardillan <122014763+cardillan@users.noreply.github.com>
Date:   Mon Jun 22 18:00:54 2026 +0200

    Make read/write object fields wider (#12251)

commit 5ce1b5acb3389359dc07ea810e54505ca9c72bda
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 22 11:52:19 2026 -0400

    Fixed #12252

commit 0c31df663086fa357f6d18dee5a5f83f4a266231
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 21 23:48:58 2026 -0400

    Fixed LOD for power nodes at max zoomout on mobile

commit f681ce9036c6f93a2ed5775b644b987ee2351d0d
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 21 17:04:02 2026 -0400

    arc

commit 9147b69c3a05b20e1b8a31ae257007edaf67f540
Merge: 2ecc7ff340 991310be92
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 21 13:02:27 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 2ecc7ff34091c4ecb9416cf9d1111ea5d866f4dd
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 21 13:02:18 2026 -0400

    Raised minSdkVersion 14 -> 21 for Android due to NDK no longer supporting 14

commit 991310be9279626d4218959a592863e3cfac57c3
Author: Github Actions <actions@github.com>
Date:   Sun Jun 21 16:32:07 2026 +0000

    Automatic bundle update

commit 7359e054123bbe658d31e52f97548d9ab8168605
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 21 12:26:09 2026 -0400

    Misc bugfixes for data patches

commit f5133aa8e380928640e9fec85976c193b705a35e
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 21 10:56:33 2026 -0400

    Support for autotiled destructible walls

commit 35306423b5294fe0055e8f60fb5a7220d3a45042
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 21 10:07:52 2026 -0400

    Fixed #12250

commit 69f95ee396af5990cb2f1bf0771a4b5d940da78a
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 21 09:52:10 2026 -0400

    Stop trying to pack when env atlas is full

commit 559b64b3acc2a5f112cdef74c676c2ad7885bf0f
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 21:53:38 2026 -0400

    Fixed #12185

commit 4747ee35beec614862253e861691b2e51a1ab85b
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 21:51:13 2026 -0400

    Fixed #12209

commit ff8420870395b344a3ac75746c5e3e364eee1ae0
Merge: 1f1df02356 143585bd39
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 21:43:56 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 1f1df0235600dc5e93cd417ca9dc7f3ebd9f1733
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 21:43:51 2026 -0400

    Fixed #12214

commit 143585bd39d27f26b580eda15667ecb26738d043
Author: wan <149618204+wancor1@users.noreply.github.com>
Date:   Sun Jun 21 10:29:50 2026 +0900

    Update bundle_ja.properties (#12246)

commit 59347a3de1051ab5e1ca6034e509b5224e99d353
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 21:29:03 2026 -0400

    Fixed #12167

commit ac25174a954894d5ff63c2c2d3bf4bdf6f533d01
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 21:27:16 2026 -0400

    Fixed #12198

commit b6b42bad9dee820997fa0c8cdf6e9962172a12b1
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 21:20:12 2026 -0400

    Fixed #12148

commit ffffd5751dd9c7db5f80f3116f31da3aae4982e2
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 21:10:37 2026 -0400

    Fixed #12188

commit fc867d38e6cadf2ce3eb0e46e8456bd67cef8c65
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 21:05:04 2026 -0400

    Fixed #12190

commit 9c98602f9a011a273a95be0d3d9177a71351257e
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 21:00:46 2026 -0400

    Fixed #12208

commit cc278a3a6ef62784c7d3ab382af76650d0e8d717
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 20:53:41 2026 -0400

    Fixed #12223

commit 2dd86456cf81237951934dfb4bd3ef164ba6bc2e
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 20:48:09 2026 -0400

    Fixed #12240

commit e43d2db0d6de49b4b3eeeb492c5a919ce72cd454
Merge: 33a8406bd3 66be97ee47
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 20:29:29 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 33a8406bd330f1a67dd2d3caa74019104c67d307
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 20:29:24 2026 -0400

    Reverted #12243

commit 66be97ee470a9352f61d2b51d42e40700bc86616
Author: EggleEgg <125359838+EggleEgg@users.noreply.github.com>
Date:   Sun Jun 21 02:19:46 2026 +0200

    Erekir nano-rebalance: small heat redirector buff (#12137)

    * Erekir nano-rebalance: small heat redirector buff

    * redirector original cost + 6 tung but acts like a node

    * Just go for the easy option for now. 3 surge

commit 45e44fd8bc164b0c6366b3dfc70387e95aeaac72
Author: buthed010203 <naguiar010203@gmail.com>
Date:   Sat Jun 20 20:18:27 2026 -0400

    Add dedicated steam server support (#12166)

    * Add dedicated steam server support.

    * Fixup

    * Add cancel button

commit 479b3854ba648590187111590cad03a01f2ec054
Author: buthed010203 <naguiar010203@gmail.com>
Date:   Sat Jun 20 20:17:28 2026 -0400

    Refactor Call.label to use WorldLabel (#12164)

    * Refactor Call.label to use WorldLabel

    * Don't serialize duration

commit 0293c2a3a8db0b935cb972642ca2df3cc324a198
Author: BalaM314 <71201189+BalaM314@users.noreply.github.com>
Date:   Sun Jun 21 05:45:40 2026 +0530

    Re-order tech tree to remove unnecessary prerequisites (#12179)

    * Mass driver gated behind Tar Fields as intended, instead of Impact 0078
    * Plastanium conveyor can be researched without thorium

commit a10f4455f7ea3fa4dc717fbe4626b3aae55ce9cd
Author: Valera <76255437+xzxADIxzx@users.noreply.github.com>
Date:   Sun Jun 21 03:14:00 2026 +0300

    Made plans' animation framerate-independent (#12187)

    A minor fix of InputHandler#drawOtherBuildPlans

commit a586a34f360e14a44e39951957c4e4af2e6bfa79
Merge: fcf3f83737 24adf22c53
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 20:12:52 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit fcf3f83737e7b8f40ab1c0ae37fcd672626b7d7a
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 20:12:46 2026 -0400

    Fixed unit assembler afterPatch

commit 24adf22c53826cf40b7f121e483d36d344c05c0e
Author: BalaM314 <71201189+BalaM314@users.noreply.github.com>
Date:   Sun Jun 21 05:39:58 2026 +0530

    Fix wiki builds failing (#12205)

commit 0e4d0f62163942c40be148982500849386fc8451
Author: StesNiash <111519914+StesNiash@users.noreply.github.com>
Date:   Sun Jun 21 03:08:50 2026 +0300

    Update UnitAssembler.java (#12227)

    Now units can payenter in assemblers.

commit 3e4de7df525b8977ca8abd730bc84c3d6d865ca9
Author: Adham Hakki <adh.hakki@gmail.com>
Date:   Sun Jun 21 03:04:52 2026 +0300

    Add mindustry:// URL scheme intent filter for Android (#12238)

commit ed130b1bac224f567dd386cd67c1e74538d0cd38
Author: NeilGreenFly <1471761931@qq.com>
Date:   Sun Jun 21 08:04:05 2026 +0800

    Let the logic display enable allowRectanglePlacement. (#12247)

commit 96e73c89d823bdd8fe41a2a27e4692b68c968e2d
Merge: b8fc1a70ed 6175104b0e
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 19:34:46 2026 -0400

    Merge branch 'master' of https://github.com/Anuken/Mindustry

commit b8fc1a70ede206bec177057368f932c7056c6867
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 19:34:44 2026 -0400

    Reset public game visibility value to false because people keep making it public by accident

commit 6175104b0ef302eeb39673db36d5447361d606a0
Author: Github Actions <actions@github.com>
Date:   Sat Jun 20 23:29:32 2026 +0000

    Automatic bundle update

commit d6400c573ab39e242f3252405771724fc413de1a
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 19:28:09 2026 -0400

    Moved Steam hosting public checkbox to paused dialog + disabled global ban list in private lobbies

commit a96611a68cc7a1e5a0bc5b4d57afc37c74606538
Merge: aa82a26e1d 04e74cba01
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 17:33:36 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit aa82a26e1db9eba43fbb100a08a080d446a7f62d
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 17:33:27 2026 -0400

    Crash fix

commit dfcfabec6628e89d19d4b02b36700eca6af9c915
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 17:33:11 2026 -0400

    Crash fix

commit 04e74cba01848793e3d05fbe13e620dcb02b0f3a
Author: ZenthXSin <13437823821@163.com>
Date:   Sun Jun 21 04:35:56 2026 +0800

    Fix NullPointerException in LogicBlock.updateLinks() when linksVar is null (#12241)

    Co-authored-by: 488254306 <488254306@qq.com>

commit 7542587558c495e94f9d442896a6e1df20103598
Author: Wu Shuwen <mikewushuwen@outlook.com>
Date:   Sun Jun 21 04:34:21 2026 +0800

    fix: skip unrecognized block IDs in client plan deserialization (#12244)

    Prevent NullPointerException when a client sends a plan with a
    block ID the server doesn't recognize (e.g. from a modded client).
    Skip the plan entry instead of crashing.

    Fixes #12243

commit 5a83175d96c07e9be90af3f9e361c7f9d7ad537d
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 16:21:25 2026 -0400

    Fixed NaN black screen after editor

commit 4f43020509ab65d17ba645394514ede7c9d52c97
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 16:04:52 2026 -0400

    Removed accidental debug

commit 81841ad35aa232785a8c2c121228a650bc898db4
Merge: 82d1df7445 b7b8c61d47
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 10:39:38 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 82d1df744529932b64dca122f278b4ac0563d1cf
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 20 10:39:32 2026 -0400

    Fixed quitting editor not resetting data patches

commit b7b8c61d4772cc69e2010c625c4d49c6a8223de0
Author: Github Actions <actions@github.com>
Date:   Fri Jun 19 01:21:56 2026 +0000

    Automatic class mapping update

commit 0672e7f37e2b6950853f9142d573d788b9e91996
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jun 18 21:19:40 2026 -0400

    Removed unused/broken block classes

commit 7f67b1dbce4b2d7a5c3bb6c46d542d46c62ba2ab
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jun 18 21:16:32 2026 -0400

    Misc minor fixes

commit 368e787f89a40e8d011d765fbe96e2b7c5097a6b
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jun 18 09:59:50 2026 -0400

    Hide editor when joining a game

commit de2cba940df288da941368f50fe31c3728ce05f5
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jun 18 09:50:47 2026 -0400

    Fixed node unlink not updating power graph

commit 54e2c15ae4d1b3a60978afd88eb874cfb395a258
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 17 11:46:48 2026 -0400

    Reverted building sleep changes

commit fad7afb97eaad6d4a440d52cf67e79a1e8563e24
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jun 16 17:13:17 2026 -0400

    Minor block optimizations

commit d5c78639f3ded8b5c9710fc1c06533e52e3d5821
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jun 16 16:00:11 2026 -0400

    Minor turret optimization

commit b91d26c5090027157bfae614524ed06e50a93d41
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jun 16 10:54:49 2026 -0400

    Better PerfCounter average display

commit 051a2b654840e0e799b51ef343877f066b642e33
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 16:44:07 2026 -0400

    Fixed duct/conduit proximity recache

commit dfd08a8b691ae77b35dcedc6b7e6a49754d1407c
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 16:25:30 2026 -0400

    Boulder shadow rendering fix

commit 3f40a4a63d2b69ed29dd3655277f18c764ed4886
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 16:21:04 2026 -0400

    Optimizations for specific Erekir block rendering

commit a782e23e57a8498feb5c90c5548820f630fe58e0
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 16:20:56 2026 -0400

    Optimizations for specific Erekir block rendering

commit b74a466157bcbadec7a0ec5626aa6b75b8c91f1c
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 16:03:21 2026 -0400

    Duct optimization

commit c7e7f7e58cda7a499513d713ea8b338fc4262d73
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 15:07:18 2026 -0400

    More block rendering optimization

commit 760440fd247d289a23056a68fb15342b077f084f
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 11:27:18 2026 -0400

    Fixed annotation processor warnings

commit 856ea50676188e7f3f3cac91f3496cc259f1aa40
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 11:05:59 2026 -0400

    Fixed map dialog crash

commit dbd90bf8437b07a96bb09d23e509f5369bd21c31
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 10:20:30 2026 -0400

    zoom-out LOD system + bugfixes

commit 8daf0a6619b40b5cc9622bb0f559a6437d241915
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 01:57:36 2026 -0400

    Fixed fog recache

commit 6a9d23a2effb832e0796df20bdb09abe0a9adcd3
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 15 01:50:48 2026 -0400

    Generate icons for content in data patch editor

commit 4d3cb54f7ee154b0b94c94015f280926509a65b6
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 14 14:38:12 2026 -0400

    Load sounds on demand (saves ~200mb RAM on startup)

commit 22444e2d8ef4aa7240af8b442c7888200476266f
Merge: 11a2016412 39588af3e4
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 14 08:59:48 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 11a201641254630d6489f9e514707b6af786cb6e
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 14 08:59:42 2026 -0400

    Crash fix

commit 39588af3e47b059684dc4e8105cf385a9309f754
Author: Github Actions <actions@github.com>
Date:   Sun Jun 14 06:37:41 2026 +0000

    Automatic bundle update

commit 99faf69fcac698333a218d6c2e3df8b324a696fc
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 14 02:36:19 2026 -0400

    Log errors for failed screenshots

commit 0eec03c36601c7e2a2644d27fbae899d39bd77d9
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 14 02:18:23 2026 -0400

    Fixed shielded walls not drawing

commit 950e46e36043b5313d3227398d6f704a87528ac7
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 14 02:13:02 2026 -0400

    Crash fix

commit 489d3d4777273b75ad8b8b3c5e58f5748b58637c
Merge: 77d15c71cc 07f17b1538
Author: Anuken <arnukren@gmail.com>
Date:   Sun Jun 14 02:00:13 2026 -0400

    Merge branch 'static-block-optimization' of https://github.com/Anuken/Mindustry

commit 07f17b1538981a3784dc4e1c3438285599fb1e92
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 23:41:07 2026 -0400

    Mend projector optimization

commit f42ba5adc8f827befc494768a7290354e29ad5a7
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 22:44:23 2026 -0400

    More minor fixes

commit 6313b5b58945fd4fbc5720cbfb0c9de29e2ef418
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 22:33:28 2026 -0400

    API fix

commit 77d15c71cc98ca8f15a664ce7f3867a404940475
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 22:22:11 2026 -0400

    arc

commit 5ffc3aca6a308fb00a409fd9e804b18a1f8fa68b
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 22:22:03 2026 -0400

    arc

commit ffe6d8b356bad5acbedd83a77971474412963721
Merge: 3c36fccdf4 13ee5512b2
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 22:12:43 2026 -0400

    Merge branch 'master' of https://github.com/Anuken/Mindustry into static-block-optimization

commit 13ee5512b2bf41b55299398a2971f69ddcc14635
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 22:08:52 2026 -0400

    Fixed insane GC spam in weather rendering

commit 3c36fccdf4029dc4c86a554a64288648b680d2b6
Merge: cd626b5718 a684e5b864
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 22:02:01 2026 -0400

    Merge remote-tracking branch 'origin/static-block-optimization' into static-block-optimization

commit cd626b5718496052e75b80280a38c11630dfdfe9
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 22:01:56 2026 -0400

    Fixed a few details

commit a684e5b86417f69f5b091e2574d1d576d4bc7a15
Author: Github Actions <actions@github.com>
Date:   Sun Jun 14 01:34:38 2026 +0000

    Automatic class mapping update

commit e919f0d60a3b9159bd98492cf6d60c369f0f470c
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 21:32:29 2026 -0400

    Experimental static drawing optimization

commit 35b883c06561051e71485aae48be9825f6119ec6
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 13 10:07:39 2026 -0400

    Updated some asset-related bundle keys

commit fe95be6bd2ad63baeede1b54cf4777268a699133
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 12 22:50:47 2026 -0400

    Fixed sound assets playing over editor music

commit 2bec423fd759c5bc2bf786a1f6a27d80c98493f0
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 12 20:05:03 2026 -0400

    arc

commit 5ddbc7d25e36b8333fa7fbf63c5ad2d151b491eb
Author: Github Actions <actions@github.com>
Date:   Fri Jun 12 23:13:19 2026 +0000

    Automatic class mapping update

commit 7b829e3c3f755dac431bebe59185997e4f546944
Merge: e9c0648240 4a925237ae
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 12 19:10:51 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit e9c06482409d057a58a5952081c66bfe0f123846
Author: Github Actions <actions@github.com>
Date:   Fri Jun 12 22:57:47 2026 +0000

    Automatic bundle update

commit 8a2b01fb27f52878815ba2d484d088c86498aa89
Merge: 3fa77d326c 651886db35
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 12 18:56:28 2026 -0400

    Merge remote-tracking branch 'origin/data-patch-assets' into data-patch-assets

commit 3fa77d326c9df61a1fd7f2810668058ffe6056f3
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 12 18:56:22 2026 -0400

    Fixed some issues with bundle assets

commit 651886db355d2a3a9f4b5018027f0eefd5505c3b
Author: Github Actions <actions@github.com>
Date:   Fri Jun 12 19:51:56 2026 +0000

    Automatic bundle update

commit 0a4e5ca80ed608650436a0f1c5da50d5ce0b10b1
Author: Anuken <arnukren@gmail.com>
Date:   Fri Jun 12 15:50:33 2026 -0400

    Many content asset fixes

commit ef6a54580d8b44096085b93c5901258c424231fd
Merge: ff3907d6f4 d36e7e5e45
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jun 11 18:41:37 2026 -0400

    Merge remote-tracking branch 'origin/data-patch-assets' into data-patch-assets

commit ff3907d6f462d61b7df032aa0051bde29a88d9f4
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jun 11 18:41:25 2026 -0400

    File chooser system refactor

commit d36e7e5e454a268b3ba7dc2196c959b66f5d1e85
Author: Github Actions <actions@github.com>
Date:   Thu Jun 11 02:50:11 2026 +0000

    Automatic bundle update

commit e9cb036af1e09b30956dba77e9e75fb248c6d923
Merge: ed8fc1fa1b c9b1c3f5ff
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 10 22:48:51 2026 -0400

    Merge remote-tracking branch 'origin/data-patch-assets' into data-patch-assets

commit ed8fc1fa1b93bf3b8271bf56eb8b48f2a920ac92
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 10 22:48:45 2026 -0400

    Semi-functional tab for adding/viewing map content

commit c9b1c3f5ff3fc438dcff70ee3c0da50aca57e4af
Author: Github Actions <actions@github.com>
Date:   Wed Jun 10 18:01:50 2026 +0000

    Automatic bundle update

commit 3f16c75e06933b2a2ab374af0fc5835924138991
Merge: 9ab30eda4a 467327b5b0
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 10 14:00:28 2026 -0400

    Merge remote-tracking branch 'origin/data-patch-assets' into data-patch-assets

commit 9ab30eda4a4e6d39f9e0ea2877e1ba1484efabb8
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 10 14:00:21 2026 -0400

    Audio asset view, other misc fixes

commit 467327b5b0947573a256a40590ee18d31eff4ed7
Author: Github Actions <actions@github.com>
Date:   Wed Jun 10 04:27:15 2026 +0000

    Automatic bundle update

commit 32da99fcc1774a33075577765887f81146e49424
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 10 00:25:51 2026 -0400

    WIP asset view dialog

commit 178cd16010993cff70a7d30d107dfa4bcc7957e7
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 8 23:47:46 2026 -0400

    Optimizations that don't even belong in this branch

commit 7357cef274e581f854f05f070856ad3642c4e56b
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 8 19:04:44 2026 -0400

    Asset type reordering

commit 033e489904814a3d52cc499a1433dce1a7559211
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 8 13:26:00 2026 -0400

    Proper sound icon for settings

commit 6de284f6eb741ca4d93fcbc9c6e738c3a031b01f
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 8 12:52:36 2026 -0400

    Updated  font with new icons

commit 776c5bcb822675d942055ab9388a89d9c5745a94
Author: Anuken <arnukren@gmail.com>
Date:   Sat Jun 6 16:35:55 2026 -0400

    WIP asset view

commit 8779326e78bb0afc755dc1ac8b001bd2ed194b4a
Author: Anuken <arnukren@gmail.com>
Date:   Thu Jun 4 13:36:44 2026 -0400

    Unit tests

commit 4dfa4a2348977ac76c94ed8ecb9c600d1930462f
Merge: 39cc6cfd6d 98ef75a581
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 3 18:26:06 2026 -0400

    Merge remote-tracking branch 'origin/data-patch-assets' into data-patch-assets

commit 39cc6cfd6dca7bc060340e142cbdb98aa5f59ee4
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 3 18:25:58 2026 -0400

    Misc minor fixes

commit 98ef75a581d507c18c9f2423b88109f8e4c0319b
Author: Github Actions <actions@github.com>
Date:   Wed Jun 3 15:55:27 2026 +0000

    Automatic bundle update

commit ab69f947efef19e625587c30b5639b7edd307b54
Merge: a9bc173016 72181c154d
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 3 11:54:04 2026 -0400

    Merge remote-tracking branch 'origin/data-patch-assets' into data-patch-assets

commit a9bc17301645b47100921a281d769a5b44a9670b
Author: Anuken <arnukren@gmail.com>
Date:   Wed Jun 3 11:53:56 2026 -0400

    Incremental asset downloading

commit 72181c154dc6d7854ddbf96f91e0807c2e915fb3
Author: Github Actions <actions@github.com>
Date:   Wed Jun 3 01:24:40 2026 +0000

    Automatic bundle update

commit acc8eda33f91af089a3b3304dbc814e412da255d
Merge: a5ea0ee39e ee44bc3143
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jun 2 21:23:18 2026 -0400

    Merge remote-tracking branch 'origin/data-patch-assets' into data-patch-assets

commit a5ea0ee39e47797561252f890c2679ba51be5f21
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jun 2 21:23:11 2026 -0400

    Faster asset transfer & asset transfer loading bar

commit ee44bc3143e5c514e7153de36ef8c3aaacf7638b
Author: Github Actions <actions@github.com>
Date:   Tue Jun 2 18:38:50 2026 +0000

    Automatic bundle update

commit c9106ef256b8f612921db300754b823482daa692
Merge: d44b9ae317 dd29c202ef
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jun 2 14:37:25 2026 -0400

    Merge remote-tracking branch 'origin/data-patch-assets' into data-patch-assets

commit d44b9ae317427312053322408fccccce58531696
Author: Anuken <arnukren@gmail.com>
Date:   Tue Jun 2 14:37:01 2026 -0400

    Various fixes related to content assets

commit dd29c202ef1cd923d2703f824f5168ed47296265
Author: Github Actions <actions@github.com>
Date:   Mon Jun 1 16:16:17 2026 +0000

    Automatic bundle update

commit 1ed80c59fdc5e5429c6deab11c90e93261df3db8
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 1 12:14:53 2026 -0400

    Embed assets when exporting save

commit 17d8aa5dc2a40b3fd76577061710f560c112da35
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 1 02:52:23 2026 -0400

    Server embedded asset fix

commit dc490696ac6ee9fda4c1833c68ceb231a2b8807a
Author: Anuken <arnukren@gmail.com>
Date:   Mon Jun 1 02:41:25 2026 -0400

    WIP: External asset cache

commit 8764208045abdb7617fde0b8df293d52e791f6b8
Merge: 536e460fce b1dc1513e5
Author: Anuken <arnukren@gmail.com>
Date:   Sun May 31 15:44:26 2026 -0400

    Merge remote-tracking branch 'origin/data-patch-assets' into data-patch-assets

commit 536e460fce75d23bd858fb47332cbc0f77f07272
Author: Anuken <arnukren@gmail.com>
Date:   Sun May 31 15:44:19 2026 -0400

    Misc data patching fixes

commit b1dc1513e5fa7ff88da5bfbfc182b58a5311433d
Author: Github Actions <actions@github.com>
Date:   Sat May 30 20:23:40 2026 +0000

    Automatic bundle update

commit fdef57d38fe8d9c9e1472cc822cc98635ad95b1d
Author: Anuken <arnukren@gmail.com>
Date:   Sat May 30 16:21:57 2026 -0400

    Server rule file, planet data patch support, logic script class

commit e11ada7ef22ab85910b235cb411a615359c51e15
Author: Anuken <arnukren@gmail.com>
Date:   Sat May 30 12:46:28 2026 -0400

    Rule/planet/server/logic music playing support

commit 4a925237ae9f91fb096550b8d880221811d68359
Author: Cardillan <122014763+cardillan@users.noreply.github.com>
Date:   Sat May 30 16:34:40 2026 +0200

    Fix wrong allowed size displayed in an error message (#12151)

commit 62ee68679dbb19c3b640b16b1093ed4dadb26e6d
Author: Anuken <arnukren@gmail.com>
Date:   Sat May 30 01:16:59 2026 -0400

    Better validation for content

commit 01d1d3adf0175a6d7265cf8028ad0300b6e4038a
Author: Anuken <arnukren@gmail.com>
Date:   Fri May 29 20:45:06 2026 -0400

    Actually functional asset addition system

commit 67c9b2d2768c676f889b09fdf54861fe33b526a6
Author: Anuken <arnukren@gmail.com>
Date:   Fri May 29 17:07:52 2026 -0400

    WIP data patch asset system

commit eae56c4230bf24ac6c732f31d46ca5acb1d85c78
Author: Github Actions <actions@github.com>
Date:   Fri May 29 15:55:16 2026 +0000

    Automatic bundle update

commit d02fcfad46474686a8e57931205063cdaec8b2a5
Author: EggleEgg <125359838+EggleEgg@users.noreply.github.com>
Date:   Fri May 29 17:53:41 2026 +0200

    Display 10/s movespeed in conveyor instead of 11/s (#11978)

    * Display 10/s movespeed in conveyor instead of 11/s

    * Apply suggestions from code review

    Co-authored-by: Anuken <arnukren@gmail.com>

    ---------

    Co-authored-by: Anuken <arnukren@gmail.com>

commit 317fef8887ba4aa05b94cde36ccd2abda312b26e
Author: EggleEgg <125359838+EggleEgg@users.noreply.github.com>
Date:   Fri May 29 17:52:29 2026 +0200

    Hide enemy spawns instead of show enemy spawns (#12093)

    * Hide enemy spawns instead of show enemy spawns

    * hidespawns not hidepawns smh

    * remove old stupid comment from pull

commit 7ecec5548e65214699751eec3f90037a52d22af1
Author: zvenios <kont.05.vladdd@gmail.com>
Date:   Fri May 29 18:48:37 2026 +0300

    Remove flare from units.omura.description in bundles (#12136)

commit f42b6d58ecf71ca7e627934caf22115d851c5974
Merge: bce8c14efb c68ca5ee87
Author: Anuken <arnukren@gmail.com>
Date:   Fri May 29 11:39:57 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit bce8c14efb5cbffc1e8e93b94b87c2191512de2e
Author: Anuken <arnukren@gmail.com>
Date:   Fri May 29 11:39:51 2026 -0400

    Fixed #12131

commit c68ca5ee877e09fcd8d171685a64d43f21913ebe
Author: Github Actions <actions@github.com>
Date:   Fri May 29 15:12:43 2026 +0000

    Automatic class mapping update

commit 8e21f0a113c560ea8d063597ae068f9e1cfdccc9
Author: Anuken <arnukren@gmail.com>
Date:   Fri May 29 11:10:41 2026 -0400

    Fixed #12140

commit 03dc7b0ac54e93c362d0c00a7f40a600f2b57184
Merge: 5afb043fb2 389b748395
Author: Anuken <arnukren@gmail.com>
Date:   Fri May 29 10:53:04 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 5afb043fb25ea7ceca4f5b688c22111761ccc9b8
Author: Anuken <arnukren@gmail.com>
Date:   Fri May 29 10:52:58 2026 -0400

    Fixed #12127

commit 389b74839535dbc5716f8650628d233e707d86f8
Author: Space <2909165527@qq.com>
Date:   Fri May 29 22:44:02 2026 +0800

    Fixed issue(ammoParts don't work if parts.size == 0) (#12144)

commit 6103e5b66429f37a5c761486c7232211a14653e4
Author: Github Actions <actions@github.com>
Date:   Fri May 29 03:18:57 2026 +0000

    Automatic bundle update

commit ac10d2b0825324d395d6de353a5ae32ab7f7577a
Author: Anuken <arnukren@gmail.com>
Date:   Thu May 28 23:17:36 2026 -0400

    Objective text for unit factories activating

commit 47c398f7440710f94e66076d3180f5a4cc34e6d2
Author: Anuken <arnukren@gmail.com>
Date:   Thu May 28 13:39:16 2026 -0400

    Triggering CI

commit b192b1325039b6bf451ab76bb8d41bdaf042d2c2
Author: Anuken <arnukren@gmail.com>
Date:   Thu May 28 13:36:15 2026 -0400

    Fixed assets jar + added CI scripts for it

commit ae0c0966d318f3598f8ee8aaca412f3ce71bfd9f
Author: Anuken <arnukren@gmail.com>
Date:   Thu May 28 11:51:45 2026 -0400

    arc

commit a1330c444c2cd4553073eb7f3b6a89064b999d0f
Author: Anuken <arnukren@gmail.com>
Date:   Thu May 28 11:13:31 2026 -0400

    arc

commit f4f7f3cc1dfee9075f2272ca807e9df3c65f3cb1
Author: Anuken <arnukren@gmail.com>
Date:   Thu May 28 11:04:35 2026 -0400

    Target java 17 for annotations subproject

commit 8927383d7bf50557523df302c5de641fa0d8b77d
Merge: 506647e70b ed9ad45332
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 16:50:06 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 506647e70b33d848379e61d62fb3351e23995478
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 16:50:00 2026 -0400

    Server jline support

commit ed9ad45332397b58884ffd3d4c42db2a2b274a63
Author: Github Actions <actions@github.com>
Date:   Wed May 27 20:29:17 2026 +0000

    Automatic bundle update

commit 07ded59fb8e32d8fb9136f90d3177e7cc310cc59
Merge: c2e1e97862 66257c15af
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 16:28:01 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit c2e1e9786251c7832832a237c4ce804fac272d88
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 16:27:35 2026 -0400

    Show message when no files are imported

commit 66257c15afac25bdeecc9514751fd538c2f881bc
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 16:15:42 2026 -0400

    RoboVM compilation fix

commit d6ecbcdf114779a5cf215da16759595fd1f3272b
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 15:37:39 2026 -0400

    Triggering build CI

commit 52da06729ba52ec70272422da4f60073293823dd
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 15:30:19 2026 -0400

    Upgrading to Java 17 target without jabel (seeing if CI fails)

commit c04a67bc8589160c8bc80488b2604f87c7da6efc
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 15:17:19 2026 -0400

    Use STB-based image reading for pixmaps in patch images

commit 47a477dedd1b1dda3664da81e26512506414f67f
Merge: 45ae083eea c4622772f8
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 14:53:34 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 45ae083eeadbe6064a2be7e76a5c0fd50f6654d8
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 14:53:04 2026 -0400

    Removed unused sprite

commit 4040d1995ac16e1a42162845b0c811f06bead986
Merge: 017b6e86f7 a620647376
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 14:52:19 2026 -0400

    Merge branch 'data-patch-images' of https://github.com/Anuken/Mindustry

    # Conflicts:
    #	core/assets/bundles/bundle_cs.properties

commit a620647376cf0b5b6e79bb3741ae7fb86fa877ff
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 14:50:59 2026 -0400

    Data patch save format changes

commit 3d970138caf2c0c15c4c840e48f2f3fa1e5e2c30
Merge: 385c147975 29f67110be
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 10:08:15 2026 -0400

    Merge remote-tracking branch 'origin/data-patch-images' into data-patch-images

commit 385c147975be2474f28d91e6d039ecd090ad8265
Author: Anuken <arnukren@gmail.com>
Date:   Wed May 27 10:08:04 2026 -0400

    Minor structural refactoring

commit 29f67110becf2627f1951a723a2744fb5e9f171a
Author: Github Actions <actions@github.com>
Date:   Tue May 26 20:47:10 2026 +0000

    Automatic bundle update

commit 0eb8dd5170bd73ef1e036a0ef7f33c9425ac92b0
Author: Anuken <arnukren@gmail.com>
Date:   Tue May 26 16:45:40 2026 -0400

    Data patch image dialog

commit 3b85f6a4993486496e253180677cf138776e137b
Author: Anuken <arnukren@gmail.com>
Date:   Tue May 26 13:25:52 2026 -0400

    Fixed previews

commit b907b839bf27fd87a14f9660d6cc5a096e0a427f
Author: Anuken <arnukren@gmail.com>
Date:   Tue May 26 11:57:51 2026 -0400

    Full data patch image support

commit 16fb1154ef5c71ded87c9f6cf7eb0be1841b179d
Author: Anuken <arnukren@gmail.com>
Date:   Mon May 25 23:20:14 2026 -0400

    WIP data patch image support

commit c4622772f8b337a33616e4a14226ae90933a798d
Author: zvenios <kont.05.vladdd@gmail.com>
Date:   Tue May 26 02:51:35 2026 +0300

    Update omura bundle_ru.properties (#12126)

commit c994662b97145704104cb09a95f9aaf5e911a2c7
Author: WarmWooly <68318069+WarmWooly@users.noreply.github.com>
Date:   Mon May 25 19:46:28 2026 -0400

    Bugfix: Held items turn into ghost copper when respawning (#12121)

    * unitClear(): droppingItem = false

    * Undone change (wrong file!)

    * droppingItem = false (desktop respawn)

    * droppingItem = false (mobile respawn)

commit 017b6e86f780aa08864a640eb80d909ea84399cb
Author: Anuken <arnukren@gmail.com>
Date:   Mon May 25 19:45:28 2026 -0400

    Fixed #12124

commit a86146faa232704931f56102aabd43772314e9da
Author: EggleEgg <125359838+EggleEgg@users.noreply.github.com>
Date:   Mon May 25 05:35:19 2026 +0200

    Bugfix: Md timeToArrive not accounting for timescale in bullet (#12117)

commit 05b2ecd4eb578ac38cace8118dbecc1bd548ff4a
Author: Anuken <arnukren@gmail.com>
Date:   Sun May 24 20:09:08 2026 -0400

    Fixed #12112

commit 430a4ce59e4593bca6fd8f90facc59feb408957f
Author: Anuken <arnukren@gmail.com>
Date:   Sun May 24 20:03:57 2026 -0400

    Fixed #12113

commit 4fff0f9af7c2997979f35808379c1a7fc228e285
Author: Anuken <arnukren@gmail.com>
Date:   Sun May 24 19:49:17 2026 -0400

    Better status effect display

commit e830e6524736eedad2a205bef7449c38e0e1a9ef
Merge: 990fe2bdf8 9ad195b68b
Author: Anuken <arnukren@gmail.com>
Date:   Sun May 24 16:07:27 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 990fe2bdf89a838ffb52ec6a42e7ae4c026e5be7
Author: Anuken <arnukren@gmail.com>
Date:   Sun May 24 16:07:17 2026 -0400

    Display shields stacked on health for payload units

commit 0358038b71137789d0c795f811012fba8a9e7703
Author: Anuken <arnukren@gmail.com>
Date:   Sun May 24 15:54:36 2026 -0400

    Revert "Added shield health bar when commanding a shielded unit. (#12043)"

    This reverts commit 7b541c72c95a24a22231b7b79b31746c588fbb7f.

commit 9ad195b68b9a0f9e7bf4eade37bf4dd1d5947bb4
Author: IYanHua <164545622+IYanHua@users.noreply.github.com>
Date:   Sun May 24 11:49:55 2026 +0800

    Fixed the issue where pop-ups left after logging out of the server could not be closed. (#12111)

    * Fixed the issue where pop-ups left after logging out of the server could not be closed.

    * Apply suggestion from @Anuken

    ---------

    Co-authored-by: Anuken <arnukren@gmail.com>

commit ed54566a14c4403f70cd2a8d95194e1e4145820e
Merge: 13b549d4b1 512fa38e38
Author: Anuken <arnukren@gmail.com>
Date:   Sat May 23 18:29:39 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 13b549d4b1f62bfd2342cd8d55038b62dbf6f3a4
Author: Anuken <arnukren@gmail.com>
Date:   Sat May 23 18:29:34 2026 -0400

    Fixed circling check for CommandAI

commit 512fa38e38d43434ca1b2787c8d0c85758447e8c
Author: Github Actions <actions@github.com>
Date:   Sat May 23 22:06:24 2026 +0000

    Automatic bundle update

commit 865536ebf4a4611280fd301c7fbe9ef702256970
Author: Vojtěch Oram <vojtech@oram.cz>
Date:   Sat May 23 15:05:11 2026 -0700

    Finished czech translation (#11999)

    * finished czech translation - fix mistakes at existing strings and translated the rest

    * Update outdated czech translations to match current bundle.properties

    - Migrate tutorial strings from old \uXXXX icon escapes to :icon-name: syntax
    - Extend block/unit descriptions with newer clauses
      (e.g. "Optionally uses X to boost efficiency", "Capable of carrying 2x2 structures")
    - Fix factual drift in logic system descriptions
      (lst.makemarker limit 20 -> 20,000; lst.sync 10/s -> 20/s;
      lenum.colori "indexed position" -> "indexed color")
    - Fix typos and mixed-language strings
      (lst.applystatus, lglobal.@clientMobile, onset.attack,
      block.silicon-arc-furnace.name)
    - Translate remaining untranslated english strings
      (graphicstype.print, onset.arcfurnace/power/graphite, atolls.mega6,
      liquid.ozone.description, unit.emanate.description, split.acquire,
      split.pickup, rules.airUseSpawns)
    - Correct materials in block.large-cliff-crusher.description
      (ozone+tungsten -> hydrogen+graphite per current bundle)

    * Fix pre-existing czech translation bugs

    - mods.browser.latest: restore stripped [lightgray] color code
    - wave.guardianwarn.one: restore missing {0} placeholder
    - locales.info: replace stray @ with {0} in time-left example
    - sectors.underattack: remove spurious {0}% placeholder not in english source
    - announce.nuclearstrike: restore dropped second line about backup cores

    ---------

    Co-authored-by: Anuken <arnukren@gmail.com>

commit c634488b6e927edab29a09d2fc2b37f4cfd02f87
Author: JniTrRny <85090668+JniTrRny@users.noreply.github.com>
Date:   Sun May 24 05:00:52 2026 +0700

    Update bundle_th.properties (#12109)

    * v8 description changes and stuff

    * spelling

commit 9fde5f1a64f6015dba0081212ffd90ca5431326c
Author: Anuken <arnukren@gmail.com>
Date:   Sat May 23 13:25:47 2026 -0400

    Closes Anuken/Mindustry-Suggestions/issues/6319

commit 40584856773ea167b3535af433abb1f203aa61d8
Author: Anuken <arnukren@gmail.com>
Date:   Sat May 23 13:08:46 2026 -0400

    Fixed #12107

commit 8a6ee5b4406d8868e8e1780c6208dc036056f998
Merge: 06f557409f e4a3574155
Author: Anuken <arnukren@gmail.com>
Date:   Sat May 23 01:39:45 2026 -0400

    Merge remote-tracking branch 'origin/master'

commit 06f557409ff5733c91c3b80178945e622586c0c2
Author: Anuken <arnukren@gmail.com>
Date:   Sat May 23 01:39:38 2026 -0400

    Fixed #12106

commit e4a357415574c0df821d513f7cbba2b9abf06c37
Author: Github Actions <actions@github.com>
Date:   Sat May 23 05:24:08 2026 +0000

    Automatic bundle update

commit 3f649aea1fd65ce034366e4750da6d1da301ba22
Author: summoner <summoner001@users.noreply.github.com>
Date:   Sat May 23 07:22:56 2026 +0200

    Translation: Update bundle_hu.properties (#11975)

    * Translation: Update bundle_hu.properties

    Translate new strings
    Fix coherency

    * Fix translation

    * Translation: Update bundle_hu.properties

    Translate new strings

    * Fix spacing in confirmation message for planet campaign saves

    * Translation: Update bundle_hu.properties

    Translate new strings

    * Translation: Update bundle_hu.properties

    Translate new strings

    * Translation: Update bundle_hu.properties

    Translate new strings

    * Translation: Update bundle_hu.properties

    Fix Hungarian translations for clarity and accuracy

    * Translation: Update bundle_hu.properties

    Translate new string

commit 1f355cb6621d5b6…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants