Commit Graph

18 Commits

Author SHA1 Message Date
abcdefg30
64933ed04b Fix sequence inheritance defined in yaml
Nodes need to be placed after "Inherits" nodes so that they take
precedence over the inherited nodes.
2023-03-11 20:56:32 +01: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
reaperrr
336e2a10e0 Fixed RA STNK turret not using fudged facings 2020-04-24 18:22:35 +02:00
reaperrr
b5e9b7635e MoveClassicFacingFudge update rule 2020-04-24 18:22:35 +02:00
reaperrr
0eb0a5a2bd Add WithHarvesterSpriteBody
And move PrefixByFullness there.
Also put it into Mods.Cnc, as RA is the only shipping mod
using this.
2019-04-14 19:09:28 +02:00
Arular101
3ed18f51e3 Fix V2 Rocket Launcher facings
Now with AmmoPool

V2 changes for Fort Lonestar
2017-11-26 15:01:43 +01:00
Matthias Mailänder
03e7b70029 Remove the unused jeep unload sequence (redundant to idle). 2016-07-21 09:07:20 +02:00
Paul Chote
66df822412 Enable ClassicFacingFudge in RA. 2016-01-27 21:39:51 +00:00
reaperrr
76aaafe37c Added WithHarvestAnimation + WithDockingAnimation
Removed RenderHarvester.
2015-07-04 22:08:06 +02:00
reaperrr
b7fc275067 RA sequence cleanups.
Note: Removing Length: * from interior boxes and larvae as well as barrels
is intentional, boxes have just 1 frame, and frames 2+3 of larvae and
barrels are just duplicates of the first, added by Westwood to work around
damage stage issues.

Fixes fence palette on desert maps.
2015-03-27 17:35:16 +00:00
Matthias Mailänder
a3baee9d68 remove BelowUnits
closes #3670
2014-10-29 21:38:30 +01:00
Matthias Mailänder
716fce4462 fixed ZOffset for burning husks
closes #4762
2014-03-14 18:52:45 +01:00
ScottNZ
687f1f9bcd Implement phase transport 2014-03-14 22:33:36 +13:00
ScottNZ
025de83d3a Fix cargo loading/unloading.
- Fix the unloading subcell bug, letting us have units move to directly adjacent cells.
- Have the cursor change to a deploy-blocked cursor if the transport can't unload due to terrain type.
- Add RenderTransport for transport door opening.
- Remove turning/opening in general.
2014-02-12 20:07:44 +13:00
ScottNZ
9eff54c217 Add MAD Tank and InvalidTargets field to WeaponInfo 2013-11-02 17:19:08 +13:00
Matthias Mailänder
376a6c7a5d read the production icons from sequences
this allows d2k to read them from DATA.R8 without trouble
2013-08-17 23:31:22 +02:00
reaperrr
78b4f17baf Adds muzzle flash to all vehicles and ships with cannons.
Muzzle animation is a customized version of the original gunfire.shp. Not using all frames for light tank, flak truck and flak cannon is intentional.
2013-08-04 18:27:10 +02:00
reaperrr
5ef3a49485 Splits sequences.yaml into multiple files.
The sequences.yaml is a behemoth, next to impossible to navigate other than through the search function. Splitting it into multiple files named after their category makes navigation easier for everyone.
2013-05-27 19:35:22 +02:00