Matthias Mailänder
c609c4af14
Extract text feedback messages.
2023-08-19 20:46:04 +03:00
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
Paul Chote
5b8f148c50
Simplify tileset-specific sequence definitions.
...
All magic behaviour for constructing sprite filenames
has been removed in favour of an explicit Filename
(and TilesetFilenames for tileset-specific sequences)
property.
2023-01-22 22:10:48 +02:00
Gustas
fc1d8d2355
Update RA maps to format 12
2022-08-30 20:03:40 +02:00
Ivaylo Draganov
bc676fbf78
Add text notifications to many in-game events
2022-04-30 12:39:29 +01:00
Matthias Mailänder
b3d290edd9
Rename support power field for consistency.
2021-12-05 14:56:01 +01:00
Ivaylo Draganov
fa0adb5a1b
Hide various lobby options from missions and minigames
2021-09-26 21:25:08 +01:00
abcdefg30
1d4891b017
Rename several MP traits
2020-12-31 12:09:56 +01:00
Matthias Mailänder
2d36d0a659
Reflect in naming that negative SelfHealing is a thing.
2020-08-02 22:15:13 +02:00
Paul Chote
ac975f4139
Convert yaml-exposed facings to WAngle.
2020-07-19 10:41:05 +02:00
Zimmermann Gyula
99957e57b9
Update the default mods.
2020-05-12 20:53:05 -05:00
abcdefg30
55c3f313b1
Remove 'yes' and 'no' in favor of 'true' and 'false'
2019-10-12 00:07:05 +02:00
Paul Chote
e431954107
Update RA map previews and formatting.
2019-05-02 13:40:22 +02:00
Paul Chote
75f78f8d27
Remove bogus undefined/unused trait property definitions.
...
None of these exist in current bleed, so this
won't change any in-game behaviour.
2018-06-14 13:40:18 +02:00
Paul Chote
5b47aa4a9e
Remove unused map options from minigame maps.
2018-06-03 12:27:20 +01:00
abcdefg30
7f55e85530
Rename DefaultCashLocked to DefaultCashDropdownLocked in yaml
2018-03-21 00:52:18 -03:00
reaperrr
b40970ca5d
Adapt RA rules
2018-03-09 18:58:49 +01:00
Mustafa Alperen Seki
a021bd4584
Remove ^Tank default from RA mod
2018-01-06 12:08:25 +01:00
reaperrr
1bac76fdd1
Remove redundant custom Duration from Bomber John Chronoshift power
...
The MNLYR has ReturnToOrigin: false anyway, so this was redundant and made no difference whatsoever.
2017-12-28 10:04:43 +00:00
reaperrr
aa6ddc6a6e
Upgrade RA rules to SupportPower seconds -> ticks
2017-12-28 10:04:43 +00:00
Paul Chote
d24d80f483
Update minigames for bounty checkbox.
2017-12-21 23:52:04 +01:00
Paul Chote
36fccbc453
Add Checkbox/Dropdown to lobby options yaml fields.
2017-12-12 22:43:11 +01:00
Arular101
e049452f22
Increase damage and HP by 100x
2017-12-12 20:50:27 +01:00
Paul Chote
c87409ed1a
Remove legacy bounds code.
2017-12-11 19:45:07 +01:00
Arular101
1b94378f71
Disable the new build radius lobby option for minigames
2017-12-02 20:26:23 +01:00
Mustafa Alperen Seki
ca1448c7ba
Add Support of Types for GivesBuildableArea
2017-11-20 16:17:13 +02:00
abcdefg30
5ddf28fa81
Bomber John rules cleanup
...
Removed hacks, default values and duplicates
2017-09-13 22:13:49 +02:00
abcdefg30
0f95febefa
Bomber John sequence cleanup
...
Most of those sequences were unused or default values
Tick count fixed as well
2017-09-13 22:13:49 +02:00
reaperrr
7f81de2f8a
Upgrade rule for Health.Shape to HitShape.Type
2017-06-04 00:07:08 +02:00
reaperrr
7dcda5db30
CashTrickler style fixes and Period -> Interval rename
2017-01-08 13:53:17 +01:00
Paul Chote
149705942c
Update RA rules.
2016-12-06 17:21:14 +00:00
Tyson Liddell
8a760fedf2
Yaml files updated with Description moved from Tooltip to Buildable
2016-10-16 12:10:07 +11:00
reaperrr
d5e0135de7
RA yaml style fixes
2016-08-21 19:30:54 +02:00
Zimmermann Gyula
5648daeeed
Manual cleanup.
2016-08-21 12:05:34 +02:00
Zimmermann Gyula
5eec9ef463
Automatically upgrade rules.
2016-08-21 12:05:34 +02:00
abcdefg30
f945837860
Lower the case of the TechLevel in all rules.yaml files
2016-07-01 00:00:42 +02:00
reaperrr
8bb2574e21
Fixed Creeps on non-Conquest RA maps
2016-04-23 16:42:31 +02:00
reaperrr
3a97757bfa
Migrate SelfHealing.HealIfBelow from float to int percentage
2016-03-28 17:20:49 +02:00
Matthias Mailänder
8ba875476f
Merge pull request #10973 from reaperrr/fp-to-int2
...
Getting rid of float in simulation code Part 2
2016-03-28 17:13:52 +02:00
Paul Chote
85c41bf50e
Update RA maps to format 11.
2016-03-27 12:17:00 +01:00
reaperrr
38cea38f6b
Migrate BuildSpeed from float to int
2016-03-24 18:43:48 +01:00
colonelpopcorn
95350a7e81
Upgraded rules for Red Alert mod.
2016-03-22 16:58:38 -04:00
Paul Chote
9884a29b9e
Upgrade RA maps to format 10.
2016-03-08 22:19:26 +00:00
Paul Chote
505dddcf96
Upgrade RA maps to format 9.
2016-03-07 21:41:14 +00:00
reaperrr
cddf182996
Renamed ROT to TurnSpeed on Mobile, Aircraft, Turreted and ThrowsParticle
2016-03-04 15:13:55 +01:00
abcdefg30
d342c81abc
Polish the chronoshiftpower on the map Bomber John
2015-12-27 17:20:10 +01:00
abcdefg30
466279e23b
Remove junk ProximityCaptor values
2015-12-05 01:56:32 +01: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
reaperrr
0fc9507930
Clean and fix RA maps to avoid BodyOrientation-related crashes
2015-09-03 22:39:59 +02:00