Anuken
fc1761d6fe
Merge branch 'master' of https://github.com/Anuken/Mindustry into v9
...
# Conflicts:
# core/src/mindustry/mod/DataImagePacker.java
2026-09-16 10:18:34 -04:00
Anuken
45b82b9fa2
Merge remote-tracking branch 'origin/master'
2026-09-16 10:18:06 -04:00
Anuken
22cf431170
Fixed incorrect texture removal
2026-09-16 10:17:59 -04:00
Acts1631
b513d92456
Deduplicate requested assets during handshake ( #12667 )
...
* Deduplicate requested assets during handshake
* Use Bits for asset request deduplication
2026-09-15 20:34:09 -04:00
Anuken
b3be63437e
Better player name wrapping in player list
2026-09-15 12:13:12 -04:00
Anuken
c801b625ac
Merge remote-tracking branch 'origin/master'
2026-09-15 00:39:53 -04:00
Anuken
0bbc4c6777
Fixed #12660
2026-09-15 00:39:46 -04:00
sora54
4eed142ccc
Fix cluster array dimension to use costTypes size ( #12658 )
2026-09-15 00:19:59 -04:00
EggleEgg
42ec5c9685
Bugfix: cap lightning distance ( #12659 )
2026-09-15 00:03:44 -04:00
summoner
ca9876544e
Translation: Update bundle_hu.properties ( #12661 )
...
* Translation: Update bundle_hu.properties
Fixing sentences
Fixing wording
* Translation: Update bundle_hu.properties
More fixes
2026-09-15 00:03:23 -04:00
Cardillan
73d5865908
Fix processor text/graphics buffer holding old content on restart ( #12663 )
2026-09-15 00:03:16 -04:00
NiTiSon
f474eab926
fix: Renderer update cause blocks to lose their extra and floor data ( #12664 )
...
Co-authored-by: NiTiSon <NiTiSon@users.noreply.github.com >
2026-09-15 00:03:02 -04:00
Anuken
0bcc96b5a2
Merge branch 'master' of https://github.com/Anuken/Mindustry into v9
2026-09-14 10:57:02 -04:00
Anuken
b76147ec50
Antialias + linear filter bleed on data patch images
2026-09-14 10:48:08 -04:00
Anuken
22ca0ce33f
Avoidance radius clamp
2026-09-13 22:53:38 -04:00
Anuken
4368c6e60e
Fixed #12657
2026-09-13 21:20:47 -04:00
Anuken
7591c51b60
More dummy validation + Pathfinder fixes
2026-09-13 21:15:29 -04:00
Anuken
fb4bddd163
Support for dynamically-generated rounded/angled corners in UI
2026-09-13 20:23:30 -04:00
Anuken
5c7cacaafe
Merge branch 'master' of https://github.com/Anuken/Mindustry into v9
2026-09-13 09:51:01 -04:00
Anuken
9c7b0981a6
Schematic reading simplification
2026-09-13 09:50:52 -04:00
Anuken
93c88fea8c
Merge remote-tracking branch 'origin/master'
2026-09-13 09:15:04 -04:00
Anuken
9de4deed37
Fixed redundant mod browser mod icons being cached
2026-09-13 09:14:58 -04:00
Thinker8832
254fd3e28d
Fix typo in split.container description ( #12651 )
2026-09-12 23:46:25 -04:00
EggleEgg
9a886aa582
Bugfix: overdriable dummy sddeq3e ( #12653 )
2026-09-12 23:46:09 -04:00
Anuken
a51047a80d
Merge remote-tracking branch 'origin/master'
2026-09-12 23:45:59 -04:00
Anuken
55dba0c156
Fixed #12650
2026-09-12 23:45:53 -04:00
WMF
a98a7ba227
yet another requiredPlanets fix ( #12649 )
2026-09-12 23:28:09 -04:00
Anuken
56348b3e31
Fixed #12652
2026-09-12 23:21:40 -04:00
Anuken
89527f879b
Fixed #12632
2026-09-12 12:41:42 -04:00
Anuken
57221d4a9f
Merge remote-tracking branch 'origin/v9' into v9
2026-09-12 12:30:52 -04:00
Anuken
7f982b303b
Merge branch 'master' of https://github.com/Anuken/Mindustry into v9
...
# Conflicts:
# gradle.properties
2026-09-12 12:30:31 -04:00
Anuken
78646f512e
Made small data patch sounds load as one-shot wavs instead of streams
2026-09-12 11:50:15 -04:00
Anuken
fd4eac0f81
Merge remote-tracking branch 'origin/master'
2026-09-12 11:00:55 -04:00
Anuken
60cc6a1839
Fixed #12647
2026-09-12 11:00:48 -04:00
Cardillan
51561bcb85
Allow ucontrol deconstruct in campaign ( #12628 )
2026-09-12 10:55:24 -04:00
summoner
3d56fefb51
Translation: Update bundle_hu.properties ( #12637 )
...
Translate new strings
Follow the changes of the english bundle
2026-09-12 10:55:02 -04:00
EggleEgg
9b7556a078
No hasItems for generic crafters
2026-09-12 10:54:47 -04:00
Github Actions
cf2f3f82b5
Automatic bundle update
2026-09-12 14:54:29 +00:00
Александр Голомшток
3be43b1a54
Add sort-by-recently-played option to the map list ( #12638 )
...
* Add sort-by-recently-played option to the map list
The existing "recent" sort orders by the map file's last-modified
time, which only reflects edits - built-in maps never touch their
file, so it's meaningless for them, and for custom maps it tracks
last edited, not last played.
Track an actual last-played timestamp per map, the same way
high scores are already tracked (Core.settings, keyed by filename),
updated whenever a map finishes loading successfully outside of
playtesting. Add it as a fifth MapPriority option alongside the
existing four.
Resolves Anuken/Mindustry-Suggestions#5115
* Use eyeSmall icon per review feedback
2026-09-12 10:53:42 -04:00
Anuken
a5c178ae5a
Merge remote-tracking branch 'origin/master'
2026-09-12 10:49:51 -04:00
Anuken
06163708bd
Fixed misleading build UI for team-specific infinite resources
2026-09-12 10:49:45 -04:00
Александр Голомшток
1ee9684d96
Leave sinking wreckage when units die over liquids ( #12633 )
2026-09-12 10:37:17 -04:00
Github Actions
137c6201c0
Automatic bundle update
2026-09-12 14:37:17 +00:00
redloong
a341cff83f
Refine Chinese translations in bundle_zh_CN.properties ( #12631 )
...
* Refine Chinese translations in bundle_zh_CN.properties
Updated various translations in the properties file for improved clarity and accuracy.
* Update Chinese localization for various labels
* Rename animated water settings to dynamic effects
Updated animated water settings to reflect dynamic effects.
* Update Chinese translations in bundle_zh_CN.properties
2026-09-12 10:36:26 -04:00
Anuken
7501697f02
Fixed #12644
2026-09-12 10:36:11 -04:00
Anuken
776214f7bb
Merge remote-tracking branch 'origin/master'
2026-09-12 10:04:50 -04:00
Anuken
6df25c8308
Reverted fix for #12223
2026-09-12 10:04:44 -04:00
Cardillan
ab51304dd6
Fixes #12640 : Unset keybinding not saved ( #12641 )
2026-09-12 10:01:41 -04:00
Anuken
e751e240db
Fixed #12636
2026-09-12 09:59:07 -04:00
Anuken
f490ce4a82
Removed sortPlans call
2026-09-11 21:04:48 -04:00