Commit Graph

4539 Commits

Author SHA1 Message Date
Anuken
2ad41a9047 Map submission updates 2026-01-25 09:22:24 +09:00
Anuken
9150360f74 Added temporary credit text for sector submissions 2026-01-19 08:50:29 +09:00
Anuken
08c1a7aa29 Merge branch 'master' of https://github.com/Anuken/Mindustry 2026-01-18 06:25:23 -05:00
Anuken
8b1c028b2a Added credit for extractionOutpost 2026-01-18 06:24:35 -05:00
Github Actions
895cea805e Automatic bundle update 2026-01-17 20:47:16 +00:00
Anuken
364fb579be Moved credits to global.properties 2026-01-17 15:40:38 -05:00
Github Actions
14aef11a11 Automatic bundle update 2026-01-17 01:35:04 +00:00
Anuken
078e467fb2 Merge remote-tracking branch 'origin/master' 2026-01-16 20:29:20 -05:00
Anuken
c12371ea12 Moved certain strings into global.properties 2026-01-16 20:29:14 -05:00
Github Actions
2ec973b12c Automatic bundle update 2026-01-17 00:52:34 +00:00
Anuken
88acbbdc84 Added credits for each map to bundle (not displayed yet) 2026-01-16 19:51:19 -05:00
SITUVNgcd
2a6cd86bad Update Vietnamese translation (#11476)
* Translate new strings

Patch guide & Fields view

* Translate new strings

* Translate new strings

Build logic, team rules,...

* Translate new strings

Core unloaders rule

* Translate new strings & update

Database subcategory & draw copy

* Translate new strings
2026-01-15 23:00:41 -05:00
Github Actions
6ae882fd3e Automatic bundle update 2026-01-16 03:59:54 +00:00
Valerio Bozzolan
a00dd8023b Translations: improve Italian (#11554)
I browsed through some parts of the interface in IT, and noticed some missing strings. Now added.

P.S. "Obbiettivo" (2 "b") should not be used. "Obiettivo" (1 "b") is more correct.

https://accademiadellacrusca.it/it/consulenza/obiettivo---obbiettivo--obiezione--obbiezione/37

Co-authored-by: Anuken <arnukren@gmail.com>
2026-01-15 22:58:41 -05:00
Github Actions
1ce89c5306 Automatic bundle update 2026-01-15 05:49:41 +00:00
Anuken
f0186853ec Closes Anuken/Mindustry-Suggestions/issues/6060 2026-01-15 00:48:23 -05:00
Anuken
06de790dc2 Coastline name changed 2026-01-15 00:39:00 -05:00
Github Actions
34dbb868dd Automatic bundle update 2026-01-14 23:39:45 +00:00
MinRi2
1ce9b117cc Display hint for patched content (#11551)
* Display hint for patched content

* Use icon for patched hint

* Add disclaimer / Use file icon

* Rename bundle key
2026-01-14 18:38:31 -05:00
Github Actions
0e684f1a32 Automatic bundle update 2026-01-14 23:00:48 +00:00
Anuken
d8d85ebeef Alternate extraction outpost submission / Louder wave spawn noise 2026-01-14 17:59:33 -05:00
Github Actions
ac42a20f55 Automatic bundle update 2026-01-14 04:30:13 +00:00
Anuken
b7da1b955a Merge remote-tracking branch 'origin/master' 2026-01-13 23:28:55 -05:00
Anuken
c226dfd624 Frontier text moved to bundle 2026-01-13 23:28:49 -05:00
Github Actions
c61bff0904 Automatic bundle update 2026-01-14 04:15:46 +00:00
Anuken
6891ac58f2 Merge remote-tracking branch 'origin/master' 2026-01-13 23:14:32 -05:00
Anuken
c064587d5c Fungal pass expanded / Hint overlap fixes 2026-01-13 23:14:26 -05:00
Github Actions
13665de064 Automatic bundle update 2026-01-14 03:52:06 +00:00
Anuken
a6c2718354 Core zone tutorial hint 2026-01-13 22:50:47 -05:00
Github Actions
dce2e0ec17 Automatic bundle update 2026-01-13 06:17:27 +00:00
Anuken
772404a494 Merge remote-tracking branch 'origin/master' 2026-01-13 01:16:11 -05:00
Anuken
bda421680f Sea Port renamed 2026-01-13 01:16:05 -05:00
Github Actions
b6ff695c4c Automatic bundle update 2026-01-13 05:54:14 +00:00
Anuken
524cb8a78b Merge remote-tracking branch 'origin/master' 2026-01-13 00:52:58 -05:00
Anuken
42edaceafc Fixed Atolls localization with new tutorial 2026-01-13 00:52:53 -05:00
Github Actions
de4d4aa0ed Automatic bundle update 2026-01-13 04:27:45 +00:00
Anuken
6313a2b5cc Atolls tutorial finalized & moved into bundles 2026-01-12 23:26:22 -05:00
Github Actions
f56cd4f164 Automatic bundle update 2026-01-11 02:53:23 +00:00
Anuken
efbec69b3c Added Fallen Vessel sector submission 2026-01-10 21:48:53 -05:00
Github Actions
4e00176c98 Automatic bundle update 2025-12-31 19:40:40 +00:00
SomeonesShade
4122a9d51d Reactivity and Assorted Changes (#11245)
* Implemented turretDepositCooldown (1)

* Implemented activationTime for Turrets (1)

* activationTime for Turrets Fixes (2)
readSync() line isn't needed,
Overdrive should not make the cooldown go faster, it stays as is unless there is a good argument against it.

* activationTime (3): Descriptions and SetBars()
Updated arc and lancer descriptions.
Added setBars() stuff for clearness.

* turretDepositCooldown (2):
now depositCooldown and is now on a per turret basis if needed... will potentially need further iteration

* turretDepositCooldown (3): made it opt in
added an internal gamerule (long name, need to reduce it later) to enable the balance (oriented for pvp)
depositCooldown = 0 by def
added depositCooldown entries in Blocks.java

* activationTime (4): Minor Adjustments to UI

* activitationTime (5): Implemented drawInactive() and inactiveColo, and arc/lancer sprite
Thinking if I should set the sprites to be white, then use Color.gray...

* turretDepositCooldown (4): Made the cooldown only affect turrets

* Reload Turret Coolant Fixes (1)
Made coolant and overdrive effects not get chopped off from Math.min when its too high

* activationTime (6): activationTime is now at the Base Turret Level
Also implemented the code for TractorBeamTurret thanks to the code changes
Parallax can have the feature if needed for future balancing.
Hopefully nothing was screwed up in the transition...

* Counterbalance (1): Swarmer 8 -> 7 firerate nerf, and Cyclone 7.5 -> 6 firerate nerf [First Attempt]

* Reload Turret Coolant Fixes (2): added a buffer if the excessReload exceeds more than 2 reloads.

* Reload Turret Coolant Fixes (3): hotfix, the buffer actually works this time

* turretDepositCooldown (5): Made the cooldown seperate from itemDepositCooldown

* Implemented armorMultiplier (1)

* fixing a merge

* (AT:7a) Reverted Saving Capability

* (AT:7b) Removed activation timer from lancer and arc as well as sprites

* (AT:7c) Removed visuals for activation timer
will be reimplemented via a greyscale effect if returned rather than via sprites

* (AT:7aa) oops

* Made the default value 0 when placed - Activation Timer (8)

* (depositCooldown : 6) Moved depositCooldown to Blocks.java, cleaned up canDepositItem(), removed enableTurretDepositCooldown

* armorMultiplier (2) - oops, made armorMultipler = 0 correspond to 100% armorPiercing

* Update core/src/mindustry/input/InputHandler.java

* Reload Turret Coolant Fixes (4): A bit too high

---------

Co-authored-by: Anuken <arnukren@gmail.com>
2025-12-31 14:39:22 -05:00
Anuken
4d57e9fbdb Block category rename 2025-12-30 01:10:53 -05:00
Github Actions
1beadcf73b Automatic bundle update 2025-12-30 06:09:00 +00:00
酪桦姬
4981300476 Core Database Content Classification Subdivison (#11506)
* test

* test

* test

* Core database content subdivision

* Core database content subdivision

* undo some old change

* Revert "test"

This reverts commit ada9dca787.

* Revert "test"

This reverts commit d7c81185

* undo some old change

* cleanup

* Update core/assets/bundles/bundle.properties

* Format and Cleanup

* Format and Cleanup

* gradle toggle

* Update core/assets/bundles/bundle.properties

* Update core/assets/bundles/bundle.properties

* Update core/assets/bundles/bundle.properties

---------

Co-authored-by: Anuken <arnukren@gmail.com>
2025-12-30 01:08:00 -05:00
The4codeblocks
43a3c3a340 update translation placeholders (#11505)
* fix placeholder

* fix placeholder

* again

* again

* again

* again

* again

* Clarify graphicstype.image description

Updated the description for graphicstype.image to clarify usage examples.

* again

* again

* again
2025-12-28 10:46:27 -05:00
Redstonneur1256
1a89fc9f8e Allow displays on draw image (#11140)
* Display on display drawing

* Update draw image description
2025-12-27 21:38:44 -05:00
EggleEgg
fe8db2f978 Omura flare description change (#11492) 2025-12-25 18:55:51 -05:00
Anuken
d88c3f7f33 147 -> 154 in bundles 2025-12-22 10:24:10 -05:00
Github Actions
41dd28c197 Automatic bundle update 2025-12-21 21:02:48 +00:00
Anuken
861678fd71 Rule for Serpulo core unloaders taking items from the core 2025-12-21 16:01:27 -05:00