Commit graph

16854 commits

Author SHA1 Message Date
Anuken
63f0776079 Fixed attribute check with placeableLiquid blocks 2026-03-06 20:54:16 -05:00
Anuken
ac361d4e8f Merge remote-tracking branch 'origin/master' 2026-03-06 11:57:04 -05:00
Anuken
319593e0b6 Tweaks to Atolls tutorial and bases 2026-03-06 11:56:57 -05:00
Github Actions
86dc36a372 Automatic bundle update 2026-03-06 04:56:15 +00:00
Anuken
79a991a2a0 Made boosting a stance 2026-03-05 23:54:35 -05:00
Anuken
70c2010ea5 Fixed GenericCrafter patch crash 2026-03-04 23:57:42 -05:00
Anuken
65e4a22c84 Fixed Japanese font being displayed incorrectly 2026-03-04 23:48:49 -05:00
Anuken
0215cabda8 Added fallback for monospace font 2026-03-04 19:16:22 -05:00
Anuken
2ed9fa8834 Fixed #11735 2026-03-04 17:14:17 -05:00
Anuken
d3b4943c55 Removed unused stat 2026-03-03 22:05:27 -05:00
Anuken
8232e5aa52 Minor sector submission update 2026-03-03 21:06:49 -05:00
Anuken
785054d28b Renamed Erekir editor-only shield projector to "barrier projector" 2026-03-02 21:56:40 -05:00
Anuken
c9efe991df Fixed #11728 2026-03-01 14:19:46 -05:00
Anuken
1c2a3eb2e5 Merge remote-tracking branch 'origin/master' 2026-02-28 00:05:32 -05:00
Anuken
d0005aea7f Turret reload 'fix' moved to PowerTurret 2026-02-28 00:05:22 -05:00
Cardillan
f9fa92afc1
Fix draw image bug with tiled displays. (#11721) 2026-02-28 00:01:56 -05:00
Efsfse2280
ef5d5abfff
Update UnitTypes.java (#11727) 2026-02-28 00:01:27 -05:00
Anuken
5a2a1658ce Fixed #11717 2026-02-27 22:48:02 -05:00
Anuken
6ad8d06015 Hacky wait time save/loading for processors 2026-02-26 23:50:52 -05:00
Anuken
adb9a82d84 Fixed Ground Zero being land-able with IPA, leading to buggy behavior 2026-02-25 23:11:20 -05:00
Anuken
0d112fd655 Merge remote-tracking branch 'origin/master' 2026-02-25 22:32:36 -05:00
Anuken
4d8ebbcc15 Fixed some disabled image buttons being 'clickable' 2026-02-25 22:32:30 -05:00
SomeonesShade
3fd0d817e7
Armor Multiplier Display Adjustments (#11710)
* Made Armor Weakness a number rather than a % for display.

* Renamed to ArmorPiercing to PartialArmorPierce

* ArmorMult doesn't display if Pierce Armor is On
renamed the bundle to "% armor pierce"

* Just In Case
2026-02-25 22:31:30 -05:00
Github Actions
515c7e9f72 Automatic bundle update 2026-02-26 03:26:59 +00:00
ItsKirby69
9cb2ae259c
Add new Map Filter Options (#11712)
* bundles

* Add new filters
2026-02-25 22:25:27 -05:00
Anuken
4462f1bea4 Fixed #11714 2026-02-25 22:20:32 -05:00
Anuken
2fa5cf5dab Added sounds for picking up and dropping payloads 2026-02-24 22:01:41 -05:00
Anuken
769e45e65a Merge remote-tracking branch 'origin/master' 2026-02-24 12:13:42 -05:00
Anuken
cc1cea5b93 Fixed #11709 2026-02-24 12:13:36 -05:00
Github Actions
36076eb7f8 Automatic class mapping update 2026-02-24 17:03:55 +00:00
Anuken
eedfb62cf2 Fixed banned units on Coastline 2026-02-23 22:31:00 -05:00
Anuken
f5e83e1e20 Possible power fix for derelict structures 2026-02-22 20:51:17 -05:00
Anuken
f20e3ff946 Fixed #11705 2026-02-22 20:09:44 -05:00
Anuken
7da63ac504 Fixed #11697 2026-02-20 17:03:47 -05:00
Anuken
76dc529d23 Fixed #11698 2026-02-20 16:19:39 -05:00
Anuken
74b9589eb6 Merge remote-tracking branch 'origin/master' 2026-02-20 15:58:09 -05:00
Anuken
3b179315c1 Better attribute parsing error message 2026-02-20 15:58:03 -05:00
Github Actions
6850704072 Automatic bundle update 2026-02-20 03:54:05 +00:00
Anuken
fd00f3fae3 New basic frozen forest tutorial 2026-02-19 22:52:36 -05:00
Anuken
b00b88476b Fixed a crash with width/height == 0 2026-02-19 22:05:15 -05:00
Anuken
f8ab28196b Merge remote-tracking branch 'origin/master' 2026-02-19 22:01:31 -05:00
Anuken
26bae55830 Fixed #11694 2026-02-19 22:01:25 -05:00
Github Actions
85b44f02b3 Automatic bundle update 2026-02-19 03:42:15 +00:00
EggleEgg
061b12ed80
Stat info entry (#11674)
* Stat info entry

* oop cleanup imports
2026-02-18 22:40:44 -05:00
Github Actions
b72031e62f Automatic bundle update 2026-02-19 03:38:07 +00:00
SITUVNgcd
56a7588736
Update Vietnamese translation (#11677)
* Update Vietnamese translation

58fe731e70

* Something went wrong while export from translation tool. Fixed
2026-02-18 22:36:25 -05:00
Anuken
a7f2bb3b79 Merge remote-tracking branch 'origin/master' 2026-02-18 21:43:33 -05:00
Anuken
4fcb89cb28 Fixed #11690 2026-02-18 21:43:25 -05:00
Alone
9127d8a8ac
Replace '@category.' + cat.name with cat.localized() to achieve better compatibility with StatCat. I don't understand why localized was written but not used. (#11687) 2026-02-17 16:51:19 -05:00
Github Actions
75155f7304 Automatic bundle update 2026-02-17 21:47:15 +00:00