Commit Graph

7544 Commits

Author SHA1 Message Date
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
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
Anuken
5c7cacaafe Merge branch 'master' of https://github.com/Anuken/Mindustry into v9 2026-09-13 09:51:01 -04:00
Thinker8832
254fd3e28d Fix typo in split.container description (#12651) 2026-09-12 23:46:25 -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
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
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
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
1a34b786a7 Merge remote-tracking branch 'origin/v9' into v9 2026-09-11 12:59:31 -04:00
Anuken
b7f1681157 Merge branch 'master' of https://github.com/Anuken/Mindustry into v9
# Conflicts:
#	gradle.properties
2026-09-11 12:58:55 -04:00
Anuken
84cdf2bbfe Fixed heal beam discontinuity 2026-09-11 02:40:28 -04:00
Anuken
7f8f08d2c5 Merge remote-tracking branch 'origin/master' 2026-09-10 20:07:39 -04:00
Anuken
85e6db44c1 Map submission updates 2026-09-10 20:07:32 -04:00
Github Actions
b430eaa239 Automatic bundle update 2026-09-11 00:01:29 +00:00
Александр Голомшток
889c581d73 Add descriptions for all logic sensor choices (#12622)
Only about 15 of the ~75 senseable LAccess values had a bundle entry, so
the rest fell through LCanvas.tooltip() (which has no lenum.* fallback for
them) and showed no tooltip on hover/long-press in the sensor picker.
A few also resolved to an unrelated lenum.* string of the same name -
for example @building showed "Building in a specific group".

Add a laccess.<name> line for every remaining senseable value, including
the privileged camera sensors, worded from the sense() implementations in
BuildingComp / UnitComp / BulletComp and the turret blocks.

Closes Anuken/Mindustry-Suggestions#5222
2026-09-10 20:00:11 -04:00
Github Actions
2af44b5f5e Automatic bundle update 2026-09-10 23:52:49 +00:00
redloong
00ee86a1b7 fix for bundle (#12621)
* new

* Translate 'seconds' to '秒' in properties file
2026-09-10 19:51:59 -04:00
Sunky.MP3G
9e4d2e67d2 (WIP) RU translations (#12614)
* Wip translations

* Should be it

* small warning

* Typo

* Boss radar line

* Same for en

* `jump` fix
2026-09-10 19:51:28 -04:00
Github Actions
acd8682f40 Automatic bundle update 2026-09-10 23:37:35 +00:00
phinner
0e3ca1d2c6 French Translation: Just In Time... (#12625)
* french translation (pass 1)

* machine translation + ai

* french translation (pass 2)

* automated corrections + manual corrections

* french translation (pass 3)

* final manual corrections + consistency tweaks

* Prefer plurals
2026-09-10 19:36:51 -04:00
Github Actions
7c5f29e6fb Automatic bundle update 2026-09-10 15:45:35 +00:00
summoner
760fcb2e23 Translation: Update bundle_hu.properties (#12612)
* Translation: Update bundle_hu.properties

Translate new string
Follow the changes of the english bundle
Fix coherence
Fix line wrapping

* Translation: Update bundle_hu.properties

Follow the changes of the english bundle

* Translation: Update bundle_hu.properties

Follow the changes of the english bundle
2026-09-10 11:44:54 -04:00
Kevin Vilyan
ded8eb762f Update Bundle ID + Fixed Main Bundle (#12617)
* Bundle ID Major Fixes

* lil

* gahhh,

* Add missing string + fixed "Jump" Token

* add  radartarget.label.boss  line

---------

Co-authored-by: Anuken <arnukren@gmail.com>
2026-09-10 11:44:33 -04:00
Anuken
ef5d3cb26b Fixed logic localization PR issues 2026-09-10 11:43:51 -04:00
Github Actions
961e8b6e60 Automatic bundle update 2026-09-09 21:56:59 +00:00
Anuken
867dd29ba8 Merge branch 'master' of https://github.com/Anuken/Mindustry into v9
# Conflicts:
#	core/assets/bundles/bundle_es.properties
#	core/assets/bundles/bundle_it.properties
#	core/src/mindustry/game/MapObjectives.java
#	core/src/mindustry/logic/LExecutor.java
#	core/src/mindustry/world/blocks/payloads/PayloadMassDriver.java
#	gradle.properties
#	tests/src/test/java/ApplicationTests.java
2026-09-09 17:51:03 -04:00
Github Actions
64bc6d3ac0 Automatic bundle update 2026-09-09 16:47:29 +00:00
Anuken
2276f471f2 Merge branch 'logic-editor-autowrap'
# Conflicts:
#	core/src/mindustry/logic/LStatements.java
2026-09-09 12:45:27 -04:00
Anuken
2837f2cad2 More layout fixes 2026-09-09 12:43:04 -04:00
Anuken
6407a48973 Major cleanup of layout 2026-09-09 11:20:20 -04:00
Github Actions
200f4d42be Automatic bundle update 2026-09-08 06:42:43 +00:00
EggleEgg
201f606383 Crucible output scales with attribute boost (#11552) 2026-09-08 02:42:02 -04:00
Anuken
7e2d57247d minor tweaks 2026-09-07 14:25:41 -04:00
Vector
2290685999 Update bundle_es.properties (#12455)
* Update bundle_es.properties

* Update bundle_es.properties

* Atolls tutorial

* Frozen Forest tutorials

Updated Spanish translations for various game mechanics and instructions.

* Scathe ammo

* Update bundle_es.properties

* logic strings

* Update bundle_es.properties

* some settings translations

* Update bundle_es.properties

* Update bundle_es.properties

* there we go

* locale config

* test

* ucontrol test

Updated Spanish translations for various labels and objectives.

* target dummy

* Update bundle_es.properties

* Update bundle_es.properties

sensor and effect translations

* Update bundle_es.properties

* Update bundle_es.properties

* Update bundle_es.properties
2026-09-07 12:43:56 -04:00
redloong
9d07ba06ab Update unbindKey translation to '解绑' (#12608) 2026-09-07 12:19:29 -04:00
Github Actions
d95a3ef6aa Automatic bundle update 2026-09-06 14:39:33 +00:00
JniTrRny
c2f7bddb0f Update bundle_th.properties (#12599)
* quick update

* 2much2translate
2026-09-06 10:38:42 -04:00
summoner
0e5189e1b7 Translation: Update bundle_hu.properties (#12601)
* Translation: Update bundle_hu.properties

Translate new strings
Fix translation

* Translation: Update bundle_hu.properties

Fixing line wrapping
fix wording
2026-09-06 10:32:42 -04:00
Anuken
c81d0eb025 Merge remote-tracking branch 'origin/master' 2026-09-05 16:14:42 -04:00
Anuken
7494e9a1a8 Update bundle_id_ID (#12580) 2026-09-05 16:14:34 -04:00
Github Actions
ccf6b81ed6 Automatic bundle update 2026-09-05 20:12:11 +00:00
summoner
171899596f Translation: Update bundle_hu.properties (#12592)
* Translation: Update bundle_hu.properties

Translate new strings

* Translation: Update bundle_hu.properties

Translate new strings

* Fix translation

Fix translation
2026-09-05 16:11:24 -04:00
Github Actions
ec4fe559f5 Automatic bundle update 2026-09-05 20:04:57 +00:00
Cardillan
8079274531 Allow selecting a version when reinstalling a mod (#12589)
* Mod reinstall select version

* Support for JSON mods with/without releases

* Removed commented-out code
2026-09-05 16:04:23 -04:00
Anuken
a7955970ff Fixed some map multipliers 2026-09-05 12:49:40 -04:00
Github Actions
83dd62f2ad Automatic bundle update 2026-09-05 13:52:41 +00:00
redloong
07a080931d Something to fix (maybe?) (#12595)
* Update cutsceneaction.label.active to 'active'

* Update translations in bundle_zh_CN.properties

Updated translations for dynamic effects and markers.

* Modify Chinese translations for UI elements

Updated translations for dynamic effects and target dummy.

* Translate prioritize filter labels to Chinese

* new
2026-09-05 09:51:27 -04:00