Commit graph

18912 commits

Author SHA1 Message Date
summoner001
ab54a144e9
Update bundle_hu.properties (#10659)
* Update bundle_hu.properties

Follow the changes of the english bundle.
Fixing a typo
Fixing extra empty lines

* Update description.txt

Fix sentences

* Update full_description.txt

Fixin sentences

* Update description.txt

Fixing sentences

* Update full_description.txt

fixing sentences

* Update description.txt

fixing sentences

* Update bundle_hu.properties

Translate new lines

* Update bundle_hu.properties

fixing mistake

* Translate new strings

* Translate the new string

* Fix extra space

* Delete extra empty line after solving conflicts

* Fix consistency

* Follow the changes of the english bundle

---------

Co-authored-by: Anuken <arnukren@gmail.com>
2025-04-23 12:57:43 -04:00
Anuken
6f4bcbf933 Fixed #10712 2025-04-22 20:11:15 -04:00
Anuken
43904a800d More reasonable rtsMaxSquad default 2025-04-22 20:01:47 -04:00
Anuken
45f8144a2e RTS AI fixes and improvements 2025-04-22 19:42:05 -04:00
Anuken
bea50d3821 Sync spawned units immediately 2025-04-22 13:23:53 -04:00
1ue999
d6c2ec85f7
Dont add duplicates to history (console and chat) (#10710)
* Dont add duplicates to history

* redundant parenthesis removal
2025-04-22 11:06:22 -04:00
Github Actions
4e2215151f Automatic bundle update 2025-04-22 03:09:02 +00:00
buthed010203
594b0b5d6a
Better bundle comment handling (#10704)
* Better bundle comment handling

* Formatting
2025-04-21 23:07:54 -04:00
nuri (smol)
ba2a205c7e
peanut brain moment (#10708) 2025-04-21 23:01:34 -04:00
Anuken
c35b9b8076 Fixed campaign sector info not saving on exit 2025-04-21 19:40:20 -04:00
Anuken
359d46c6f3 Allow setting requested gl version 2025-04-21 17:50:58 -04:00
Anuken
c7e9ff7b6f Merge remote-tracking branch 'origin/master' 2025-04-21 14:23:08 -04:00
Anuken
847ec1813e Allow controlling/selecting units with LogicAI 2025-04-21 14:23:01 -04:00
1ue999
ab0a47a837
Conveyor progress (#10620)
* sensor progressssssssssssssssssssssssss

* for duct aswell

* better setprop for conveyors

* slight performance improvement i assume

* * import

* check if len is 0
2025-04-21 09:36:24 -04:00
SeuEarth
b9c900490e
Update Korean translation (#10653)
* Update bundle_ko.properties

* Update description.txt

* Add files via upload

* Update bundle_ko.properties

* Update bundle_ko.properties

* Update bundle_ko.properties

* Update bundle_ko.properties

* Update bundle_ko.properties
2025-04-21 09:33:43 -04:00
MonoChronos
36df5cb79e
Update bundle_fil.properties (#10669)
a
2025-04-21 09:33:25 -04:00
Haerbin23456
de350ea2c7
fix(tile): correct loop variable from i to j in nearby check (#10701)
In TilePreChangeEvent handling, the inner loop used `i` instead of `j` when checking nearby tiles, which could lead to incorrect nearSolid flag updates. This fixes the variable naming conflict.
2025-04-21 09:32:26 -04:00
ity
e401fa38a4
Fix simplified Chinese translation (#10694)
Fix Simplified Chinese translation

Fix simplified Chinese translation

Fix simplified Chinese translation

Fix simplified Chinese translation

Fix simplified Chinese translation

Fix simplified Chinese translation
2025-04-20 22:06:18 -04:00
Anuken
f1f610079d Removed tar fields requirement from plastanium compressor 2025-04-20 22:00:56 -04:00
Anuken
aa0c140123 Fixed origin power link connections 2025-04-20 22:00:41 -04:00
Anuken
5fce09c66e Fixed #10697 2025-04-20 15:43:38 -04:00
Anuken
a0e7dccc9c followAimSpeed for bullets 2025-04-20 11:54:21 -04:00
Anuken
0292285e78 Merge remote-tracking branch 'origin/master' 2025-04-19 22:39:32 -04:00
Anuken
a8571592bb Fungal pass description fix 2025-04-19 22:39:25 -04:00
Github Actions
067293717d Automatic bundle update 2025-04-20 00:42:16 +00:00
ity
467a64023c
Update bundle_zh_CN.properties (#10690) 2025-04-19 20:40:54 -04:00
EggleEgg
1f193780f4
Misc erekir turret rebalance (#10676)
* Update Blocks.java

* Update Blocks.java

* Update Blocks.java

* Update Blocks.java

* Update Blocks.java

* Update Blocks.java

* Update Blocks.java

* Update Blocks.java

* Update Blocks.java

* h

* h

* h

* dont mind me

* h

* h
2025-04-19 12:58:19 -04:00
Anuken
502cdf0b55 Merge remote-tracking branch 'origin/master' 2025-04-19 11:09:00 -04:00
Anuken
dc9d7d1b87 Fixed #10686 2025-04-19 11:08:51 -04:00
The4codeblocks
757188b270
named colors in %<color> (#10682)
* named colors in %<color>

* bad copying + needs closing bracket

* fix formatt

* some other (now fixed) bug gave me trouble, now I can remove this

* shouldn't need access to Pal now
2025-04-19 11:03:22 -04:00
Anuken
b07acb3ce1 Fixed #10687 2025-04-19 10:58:34 -04:00
Anuken
f8fdb541f7 Merge remote-tracking branch 'origin/master' 2025-04-19 00:46:28 -04:00
Anuken
65146f9a11 Reduced liquid transport explosiveness to mostly pre-capacity-increase levels 2025-04-19 00:46:17 -04:00
Github Actions
9964d84ed9 Automatic bundle update 2025-04-18 14:07:13 +00:00
Cardillan
c3e2bcf2e7
Adds LAccess.bufferUsage, fixes wrong property names for displayWidth and displayHeight (#10679)
* Adds LAccess.bufferUsage - sensable property returning number of unprocessed commands in the graphics buffer of a display.
Fixes wrong property keys (lacess.* -> laccess.*) of the recently added displayWidth and displayHeight properties.

* Revert unnecessary bundle updates
2025-04-18 10:05:56 -04:00
The4codeblocks
a394084f37
fix clipSize for overhanging canvases (#10678)
(should've included it in the other PR.....)
2025-04-18 09:29:39 -04:00
Github Actions
71e844c6fb Automatic bundle update 2025-04-17 23:24:59 +00:00
Anuken
93645aeeb7 Fixed Sea Port unit production 2025-04-17 19:23:48 -04:00
Anuken
151930de6d Fixed incorrect condition 2025-04-17 16:31:01 -04:00
Anuken
264d13f827 Closes Anuken/Mindustry-Suggestions/issues/5537, partially implements Anuken/Mindustry-Suggestions/issues/5535 2025-04-17 16:28:56 -04:00
Anuken
233acfa6f5 Fixed #10671 2025-04-17 15:47:24 -04:00
Anuken
20425fde14 Merge remote-tracking branch 'origin/master' 2025-04-17 14:38:52 -04:00
Anuken
c4a54ec103 Crash fix, minor duct bridge cost reduction 2025-04-17 14:38:39 -04:00
The4codeblocks
222e3436b3
fix clipSize for overhanging displays (#10673)
* fix clipSize for overhanging displays

* Update contributors
2025-04-17 12:22:34 -04:00
Anuken
defa3a5887 Merge remote-tracking branch 'origin/master' 2025-04-16 18:48:50 -04:00
Anuken
1bf2e8d818 Minor tiled display cost reduction 2025-04-16 18:48:43 -04:00
EggleEgg
9e84fc3167
Disperse ammo rebalance (#10670)
* Update Blocks.java

* Update Blocks.java

* Update Blocks.java

* Update Blocks.java

* Almost missed the interaction
2025-04-16 17:21:26 -04:00
Anuken
bf0142d8c4 Merge remote-tracking branch 'origin/master' 2025-04-16 16:51:03 -04:00
Anuken
1838a8ee12 Merge branch 'tiled-logic-displays' of https://github.com/Anuken/Mindustry 2025-04-16 16:50:52 -04:00
buthed010203
7d707a431f
Fix contains checking wrong variable (#10668) 2025-04-16 15:07:33 -04:00