reaperrr
b52d055eec
Misc constructor caching
...
Cache trait look-ups in constructor for various other traits and
activities.
2015-03-27 13:47:04 +01:00
reaperrr
1e9d1a6cb7
Cache trait look-ups in the constructor where possible for Air activities/traits
2015-03-27 13:47:04 +01:00
Pavel Penev
9a780ba07d
Merge pull request #7738 from pchote/cnc-remove-legacy-parsing
...
Disable legacy sequence parsing in TD.
2015-03-27 02:58:41 -07:00
reaperrr
b5c74c63c9
Make variable bullet angle and speed independent from each other
2015-03-27 00:11:33 +01:00
reaperrr
d531d29791
Add/tweak some descriptions and streamline style/organisation of
...
projectile and explosion effects code
2015-03-27 00:11:32 +01:00
reaperrr
33cb4fe3e1
Projectile refactoring upgrade rules
2015-03-27 00:11:31 +01:00
reaperrr
c92b2298c3
Remove missile TurboBoost
2015-03-27 00:04:39 +01:00
reaperrr
2a4719b88b
Rename Missile ROT to RateOfTurn
2015-03-27 00:04:38 +01:00
reaperrr
f9332c9efe
Renames BlocksBullets to BlocksProjectiles and projectile High property to Blockable
2015-03-27 00:04:37 +01:00
reaperrr
fb710f15bb
Move projectile palette definition from weapon to projectile effects
2015-03-27 00:04:36 +01:00
Pavel Penev
c61dc48548
Merge pull request #7324 from reaperrr/limitedammo2
...
Refactored LimitedAmmo to AmmoPool
2015-03-26 15:59:56 -07:00
Paul Chote
0a6e21d908
Support tileset-specific art in TS.
2015-03-26 22:42:43 +00:00
Paul Chote
7ad2f3e104
Support tileset-specific sprite definitions.
2015-03-26 22:41:45 +00:00
reaperrr
c51afd837c
Upgrade rules for LimitedAmmo -> AmmoPool refactoring
2015-03-26 23:21:02 +01:00
reaperrr
38d5163062
Refactors LimitedAmmo to AmmoPool.
...
Removes Reloads trait.
This enables adding multiple AmmoPools via @ differentiators and
Name which adds the possibility to assign each armament to a specific
ammo pool.
Furthermore, this moves all Reloads functionality onto AmmoPool.
Now a combination of all three is possible on a single actor: no limited
ammo, limited ammo that can reload on its own, and limited ammo which
needs to be reloaded at a rearm actor.
Additionally moves RearmSound from Minelayer to AmmoPool.
2015-03-26 23:21:01 +01:00
Matthias Mailänder
43b4bfc9e5
Merge pull request #7706 from penev92/bleed_fixDisguise
...
Fix for the EnemyWatcher-Disguise trait interaction
2015-03-26 22:35:18 +01:00
penev92
460d0b84a6
Fix EnemyWatcher's interaction with disguised actors
2015-03-26 15:20:26 +02:00
Oliver Brakmann
6fca67e7f6
Merge pull request #7664 from penev92/bleed_harvesterInsurance
...
Implement Carryall edge spawn, harvester delivery by carryall and harvester insurance for D2k
2015-03-25 20:03:00 +01:00
RoosterDragon
777a57af62
Lazily generate frozen actor renderables.
...
Previously actors that could be frozen under fog but were currently visible would be rendered by the frozen under fog system constantly in order to keep a copy of the renderables ready to go for the frozen counterpart when the actor became invisible. Instead, we now delay this extra rendering until the actor actually becomes invisible. This eliminates the wasted rendering to generate renderables that were never used.
2015-03-24 21:08:27 +00:00
Paul Chote
4baf639130
Add a Reverses sequence key for TS/RA2 animations.
2015-03-24 17:37:08 +00:00
Paul Chote
4d60757611
Simplify sequence field parsing.
2015-03-24 17:37:08 +00:00
Paul Chote
ec77e15e54
Add a utility command to fix implicit tile definitions.
2015-03-23 20:32:28 +00:00
abcdefg30
f84882ce9c
Replace spaces with tabs
2015-03-23 17:27:53 +01:00
reaperrr
3c4d712b78
Merge pull request #7708 from pchote/sequence-utility
...
Add a utility command for checking sequences.
2015-03-23 13:19:42 +01:00
Matthias Mailänder
f39b01b53c
Merge pull request #7700 from pchote/sequence-defaults
...
Add support for per-sequence animation defaults
2015-03-22 20:22:04 +01:00
Paul Chote
2444f35695
Fix radar origin for non-square widgets.
2015-03-22 17:01:24 +00:00
penev92
0d05fb5326
Implement FreeActorWithDelivery to enable off-map harvester delivery
...
Fix FreeActorInfo fields descriptions
2015-03-22 17:00:57 +02:00
Paul Chote
bcc3aefaa7
Merge pull request #7702 from abcdefg30/tscrash
...
Fix a crash in UpgradeActorsNear.cs
2015-03-22 13:58:05 +00:00
Paul Chote
8fd4eca2da
Merge pull request #7560 from RoosterDragon/let-it-go
...
Speed up frozen actor updates & prevent flicker
2015-03-22 13:52:33 +00:00
Paul Chote
c92d1342f0
Allow mods to define Defaults for all animations in a sequence.
2015-03-22 12:58:08 +00:00
Paul Chote
a69145caf0
Add a utility command for checking sequences.
2015-03-22 12:48:51 +00:00
abcdefg30
5d7f6081e4
Fix a crash in UpgradeActorsNear.cs
2015-03-21 22:51:25 +01:00
Matthias Mailänder
5de9e72707
Merge pull request #7492 from penev92/bleed_enemySightedNotification
...
Closes #7491
2015-03-21 19:18:01 +01:00
Matthias Mailänder
3900733c1d
Merge pull request #7581 from Phrohdoh/sequence-error-fix
...
Clarify the error relating to too many frames defined in a sequence.
2015-03-21 15:33:14 +01:00
Oliver Brakmann
919c0fd359
Merge pull request #7638 from pchote/infantry-body
...
Decompose RenderInfantry into WithInfantryBody and RenderSprites.
2015-03-21 15:22:53 +01:00
penev92
16dee554c4
Introduce OnDiscovered and OnPlayerDiscovered Lua triggers
2015-03-21 15:19:18 +02:00
Matthias Mailänder
79c53e3981
Merge pull request #7525 from penev92/bleed_enemySightedNotification2
...
Refactor EnemyWatcher and AnnounceOnSeen traits
2015-03-21 14:16:06 +01:00
Paul Chote
4ea55809ca
Decompose RenderInfantry into WithInfantryBody and RenderSprites.
2015-03-21 13:04:17 +00:00
Paul Chote
fa0264a73c
Fix WithDeathAnimation dependency.
2015-03-21 13:04:16 +00:00
Paul Chote
e5c03413cc
Move common widgets from Game to Mods.Common.
2015-03-21 11:53:53 +00:00
penev92
328e329fe7
Disallow sound/radar notifications for neutral actors via a configurable field on the trait
2015-03-21 12:03:41 +02:00
penev92
1b616123ef
Introduce INotifyDiscovered interface and use it to move notifications from EnemyWatcher to AnnounceOnSeen
2015-03-21 07:53:41 +02:00
Matthias Mailänder
e98c55a852
Merge pull request #7681 from abcdefg30/startgamenotification
...
Allow the use of race variants in "StartGameNotification:"
2015-03-20 18:08:16 +01:00
Matthias Mailänder
7be8c4461b
Merge pull request #7405 from Rydra/upstream/int2immutable
...
Made int2 class immutable
2015-03-20 16:03:46 +01:00
abcdefg30
a249302b6b
Allow the use of race variants in "StartGameNotification:"
2015-03-20 14:52:58 +01:00
David Jiménez
f15f1e41e8
Made int2 struct immutable
2015-03-20 13:54:01 +01:00
Matthias Mailänder
dc1862f3dc
Merge pull request #7529 from delftswa2014/feature/kdr_stat
...
Add Kill/Death ratio in statistics window
2015-03-20 13:35:21 +01:00
RoosterDragon
c3531d6f70
Avoid duplicated frozen visibility checks.
...
The FrozenUnderFog.Tick method will now reuse the calculation do by the frozen actor when it had to calculate its visibility, this prevents it having to re-do the fairly expensive visibility calculation.
2015-03-19 17:30:40 +00:00
RoosterDragon
1515ac54f6
Enforce a line length limit.
2015-03-19 17:20:34 +00:00
WolfGaming
d2f02e7a4b
Fix missions showing tooltips wrong.
2015-03-19 05:53:55 +00:00