RoosterDragon
78bef8a98f
Compress all pngs.
...
Reduces size used for png files from 19,034,446 bytes to 13,305,798 bytes in total. The smaller files also improve loading times as the zlib decoder has less bytes to schlep through.
The PNG decoder shipped with OpenRA only supports a bit depth of 8 for images with a palette, so must must ensure that other depths (1,2 or 4) are not used.
zopfilpng is used for compression with the following command line:
'zopflipng.exe --keepcolortype -y -m image.png image.png'
The keepcolortype flag ensures the bit depth is not changed.
2023-06-26 19:28:06 +02:00
Matthias Mailänder
4f7a01a291
Localize difficulty settings.
2023-04-25 21:33:02 +03:00
Matthias Mailänder
378f66a1ff
Resolve Lua language server diagnosed problems.
2023-03-28 11:45:15 +02:00
Matthias Mailänder
9b2e291a46
Extract translation strings.
2023-01-23 20:51:45 +01:00
abcdefg30
5bf7fe852c
Remove the copyright year numbers
2023-01-11 11:58:54 +02:00
Gustas
fc1d8d2355
Update RA maps to format 12
2022-08-30 20:03:40 +02:00
abcdefg30
6a31b1f9f3
Update the copyright header year
2022-05-28 00:35:10 -05:00
Matthias Mailänder
b9bfbfd5ac
Use global objective initialisation.
2021-11-26 23:39:41 +01:00
Matthias Mailänder
d42edfc0b9
Use global difficulty.
2021-11-26 23:39:41 +01:00
Matthias Mailänder
58b105f0d4
Reorganize global .lua files.
2021-11-26 23:39:41 +01:00
Ivaylo Draganov
091d756c14
Change lobby options description to make sense in both disabled and enabled state
2021-10-09 08:43:28 -05:00
Ivaylo Draganov
994ba35507
Add description to difficulty lobby option for missions
2021-09-26 21:25:08 +01:00
Smittytron
e1a28078bb
Fix difficulty dropdown for RA mission Sarin Gas 2: Down Under
2021-07-03 00:25:53 +02:00
Andre Mohren
6810469634
Updated copyright years.
2021-06-29 18:33:21 -05:00
Smittytron
243dc965c0
Move IdleHunt function to campaign-global.lua
2021-05-22 23:29:42 +02:00
Smittytron
0d3c624bbc
Standardize usage of AddObjective in RA missions
2021-04-11 12:26:14 +02:00
Smittytron
79404cd397
Link campaign-global.lua to remaining missions
2021-03-27 13:25:22 +01:00
Smittytron
e807664437
Add TanyaRescued speech notification to Downunder
2021-02-06 01:18:48 +01:00
Paul Chote
bb65646c4d
Fix Grenadier death animation in Sarin Gas 3 mission.
2021-01-11 11:32:38 +01:00
abcdefg30
919c670502
Update the rules of the default mods
2020-12-11 17:13:02 +01:00
Paul Chote
6d6822ca15
Update map inits in RA/TD/D2k.
2020-07-08 20:38:30 +02:00
abcdefg30
e1c07d32d5
Prevent cell triggers in sarin-gas-2 from firing several times
2020-01-12 13:49:25 +01:00
abcdefg30
23b3c237b7
Update the year numbers in all license headers to 2020
2020-01-05 17:00:34 +00:00
Paul Chote
f301cb891f
Add missing LockPreview to mission maps.
2019-05-02 13:40:22 +02:00
Smittytron
99987db5d9
Add Counterstrike mission Sarin Gas 2: Down Under
2019-03-28 13:14:35 +01:00