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
5032b2b872
Extract translation strings.
2023-02-19 23:46:41 +01:00
abcdefg30
5bf7fe852c
Remove the copyright year numbers
2023-01-11 11:58:54 +02:00
Gustas
89bb800dbf
Update D2K 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
penev92
f74d1c3cf8
Adjusted D2k mission player colors
...
PlayerReference colors in D2k missions only affect chat text and minimap colors because actors use specific palette colors.
So using the colors from the original game's minimap.
2022-04-12 22:15:02 +02: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
Andre Mohren
6810469634
Updated copyright years.
2021-06-29 18:33:21 -05:00
Paul Chote
6d6822ca15
Update map inits in RA/TD/D2k.
2020-07-08 20:38:30 +02:00
abcdefg30
23b3c237b7
Update the year numbers in all license headers to 2020
2020-01-05 17:00:34 +00:00
Paul Chote
cbb9b75144
Enable "campaign" bot for all scripted players in D2k missions.
2019-02-01 20:59:19 +01:00
abcdefg30
8b9603168a
Change the year number in all lua headers from 2018 to 2019
2019-01-26 23:15:21 +01:00
Arular101
8a60918841
Update copyright notice year to 2018
2018-01-17 00:47:34 +01:00
Mustafa Alperen Seki
4d55fa9ca9
Make 1st missions use same way as 2nd to disable upgrades
2018-01-08 20:51:12 +01:00
Mustafa Alperen Seki
69e9b94c5d
Add Campaign Tooltip to D2K
2017-12-30 17:40:09 +01:00
abcdefg30
b329bf2642
Add more fail conditions to the spice harvesting missions
2017-08-17 19:05:38 +02:00
abcdefg30
a942ca8f57
Add a global script for campaign missions in d2k
2017-08-17 19:05:38 +02:00
Mustafa Alperen Seki
7f0c7cee0d
Make D2K Missions use Vanilla Remap Colors
2017-08-17 18:46:06 +02:00
Jean-Rémy Buchs
fc725c6c0c
add GPLv3+ header to all lua scripts
2017-04-10 21:13:51 +02:00
reaperrr
a9d8cd58c5
Replace pre-placed spiceblooms with spawners on all D2k maps
...
Spice Blooms are not supposed to grow on cells occupied with spice, so it's better to use the spicebloom.spawnpoint actor instead as most of them are placed on cells initially covered by spice.
2017-01-22 12:10:38 +01:00
abcdefg30
f945837860
Lower the case of the TechLevel in all rules.yaml files
2016-07-01 00:00:42 +02:00
Paul Chote
d08a8eb1f6
Replace Map.Difficulty with Map.LobbyOption in scripts.
2016-06-19 22:15:27 +01:00
Paul Chote
8ce4ab0bd1
Port map difficulty to new options backend.
2016-06-19 22:15:26 +01:00
Oliver Brakmann
3cdbb1f700
Make use of common mission rules in missions (D2K)
2016-05-05 13:02:08 +02:00
abcdefg30
82ff09acda
Replace abused Map.ActorsInBox calls by Map.ActorsInWorld in all d2k missions
2016-04-08 17:48:06 +02:00
Paul Chote
55b06cd982
Update D2K maps to format 11.
2016-03-27 12:17:00 +01:00
Paul Chote
1f9262f653
Upgrade D2K maps to format 10.
2016-03-08 22:19:26 +00:00
Paul Chote
5516557515
Upgrade D2K maps to format 9.
2016-03-07 21:41:14 +00:00
Paul Chote
fa6b50f2a2
Fix filename case of D2K FMVs.
2016-01-29 19:56:17 +00:00
atlimit8
949994f10b
Convert MiniYaml colors to hex
2015-10-27 16:10:33 -05:00
reaperrr
1a08e6de77
Add Music trait to maps (applied upgrade rule)
2015-10-21 08:20:48 +02:00
abcdefg30
8caa5511c3
Fix the Enemies: entries in all d2k missions
2015-10-18 19:53:41 +02:00
abcdefg30
08ee4fe02d
Adjust the descriptions of the atreides01 missions
2015-10-18 19:53:38 +02:00
clemty
76de14b6f5
PNG file size reduction
...
run pngcrush -brute on *.png
before:
70 File(s) 3.455.140 bytes
after:
70 File(s) 2.616.088 bytes
2015-09-29 20:47:36 +02:00
Paul Chote
d1f437e944
Adjust the d2k mission browser layout.
2015-09-27 13:58:57 +01:00
Pavel Penev
a23ea17c2d
Update mission Lua scipts
2015-09-10 19:23:06 +01:00
Paul Chote
96b8b8c1ce
Rename actors to match original game rules.
2015-09-10 19:23:05 +01:00
penev92
624002be63
Upgrade D2k maps
2015-07-05 23:50:05 +03:00
abcdefg30
439c82fb60
Add the map pngs for atreides01a and b
2015-06-15 17:39:33 +02:00
abcdefg30
4f462fb988
Make use of tables for different difficulties
2015-06-15 17:39:32 +02:00
abcdefg30
4561a73240
Add the "Mentat" prefix to the messages in atreides01a
2015-06-05 15:00:34 +02:00
Matthias Mailänder
5a29e47f7c
fix the Atreides color
2015-05-30 09:11:32 +02:00
abcdefg30
66b2c539a2
Added atreides-01a
2015-05-28 21:16:12 +02:00