reaperrr
adc76638e5
Add Delphi, Chan and Moebius to TD
2016-06-04 21:39:14 +02:00
reaperrr
e9428ddab5
Move TD civ attack traits to separate default
...
To avoid having to disable several traits for unarmed civilians.
2016-06-04 21:30:09 +02:00
reaperrr
5c23dad2e3
Fix civilian voices in TD
...
Only civilians 3, 4 and 5 are females.
2016-06-04 21:15:45 +02:00
reaperrr
37c0feb2e8
Clean up TD civilian sequences
2016-06-04 20:58:32 +02:00
Oliver Brakmann
916f2ea2ea
Merge pull request #11382 from reaperrr/projectile-streamlining
...
Moved projectiles to their own namespace and streamlined property names
2016-06-04 15:00:08 +02:00
Oliver Brakmann
fa3264affc
Merge pull request #11381 from reaperrr/cleanup-upgraderules
...
Cleaned up upgrade rules
2016-06-04 14:43:15 +02:00
reaperrr
3adb0dc4cd
Merge pull request #11377 from Mailaender/ra-burning-trees
...
Added burning trees to the Red Alert mod
2016-06-04 14:09:11 +02:00
reaperrr
8fc59114da
Merge pull request #11337 from r34ch/ra-air-balance
...
[RA] Buff mig and longbow AG weapons
2016-06-04 13:53:40 +02:00
reaperrr
3f19e7c9de
Merge pull request #11374 from obrakmann/fix-koth-capture-notification
...
Fix calling OnOwnerChange with wrong player in ProximityCapturable
2016-06-04 13:47:51 +02:00
reaperrr
e423f965cf
Projectile property names upgrade rules
2016-06-04 12:59:05 +02:00
Paul Chote
bb43d3aec6
Merge pull request #11390 from OmegaBolt/d2k-lynchpass
...
Add Dune 2000 map Lynch Pass (2 player)
2016-06-04 11:31:53 +01:00
Paul Chote
6d17a7c9a1
Merge pull request #11296 from reaperrr/fix-ai-aggro
...
Removed dead AI code
2016-06-04 10:56:13 +01:00
OmegaBolt
b698e89c1e
Add Dune 2000 map Lynch Pass (2)
...
updated lynch pass
2016-06-03 19:05:21 +01:00
reaperrr
adc6095f9c
Remove the rest of the unused AI Aggro left-overs
2016-06-01 22:48:50 +02:00
reaperrr
f1b8cf117a
Remove dead code from HackyAI
...
Has been unused for three years...
2016-06-01 22:48:50 +02:00
reaperrr
1db96262f3
Make TeslaZap classes public
2016-05-31 15:05:38 +02:00
reaperrr
2e94a23d9e
Make LaserZap classes public
2016-05-31 15:05:36 +02:00
reaperrr
af8e81a99d
Add random Sequences support to GravityBomb
2016-05-31 15:05:35 +02:00
reaperrr
a320ca89a6
Rename GravityBomb Velocity to Speed
...
Mostly to make switching between projectiles a little easier for modders, and to potentially save some upgrade rule overhead if sprite projectiles are refactored to share a common code base.
2016-05-31 15:05:33 +02:00
reaperrr
386b142913
Add random sequences support to Missile
2016-05-31 15:05:30 +02:00
reaperrr
3d2855c3b9
Missile description fixes
2016-05-31 15:05:28 +02:00
reaperrr
170fdc89e3
Rename Bullet Trail to TrailImage
2016-05-31 15:05:26 +02:00
reaperrr
df35d60877
Change RangeLimit upgrade rule engine version
2016-05-31 13:51:23 +02:00
reaperrr
b7644df40a
Remove upgrade rules older than release 20160508
...
Modders will have to use release 20160508 to apply upgrade rules written
between release 20151224 and 20160508.
2016-05-31 13:48:59 +02:00
Oliver Brakmann
038a10b676
Merge pull request #11379 from r34ch/fake-sd
...
[RA] Add the fake SD to France
2016-05-30 22:14:27 +02:00
Matthias Mailänder
e8ee2e2813
Merge pull request #11372 from r34ch/ra-goldmine
...
[RA] Add operation-goldmine.oramap
2016-05-30 20:01:10 +02:00
Matthias Mailänder
fa788805f9
Merge pull request #11376 from RoosterDragon/selection-perf
...
Only check for and render selection bars for actors on screen
2016-05-30 19:55:11 +02:00
Matthias Mailänder
1a2851bdaf
Merge pull request #11316 from obrakmann/mp-allies02
...
Add Scott's Allies02 multiplayer mission as "Evacuation"
2016-05-30 19:49:07 +02:00
D'Arcy Rush
b3b355dd6f
Add fake service depot.
2016-05-30 15:44:14 +01:00
D'Arcy Rush
fdf5a5293f
Reorder fake structures UI layout to match their real counterparts.
2016-05-30 15:27:48 +01:00
D'Arcy Rush
75e75ca7c1
Buff Longbow AA weapon range to match AG range
2016-05-30 10:12:05 +01:00
D'Arcy Rush
d01e58bfd3
Buff mig and longbow AG weapons
2016-05-30 10:12:05 +01:00
D'Arcy Rush
d63bf8f053
Add operation-goldmine.oramap
2016-05-29 23:06:43 +01:00
Matthias Mailänder
b262676b08
Add a missing DESERT cactus to Red Alert.
2016-05-29 23:26:59 +02:00
Matthias Mailänder
a85a8f09c7
Add burning trees to Red Alert.
2016-05-29 23:26:56 +02:00
RoosterDragon
a4949ff1d5
Only check for and render selection bars for actors on screen.
...
This avoids expensive FogObscures checks and saves drawing selections bars for actors that are offscreen anyway.
2016-05-29 20:57:45 +01:00
Oliver Brakmann
29efba58b9
Merge pull request #11285 from Mailaender/maxmind-geoip-260
...
Updated to Maxmind GeoIP 2.6.0 and Database reader 2.0.0
2016-05-29 20:43:52 +02:00
Oliver Brakmann
e6dcf3dee6
Fix calling OnOwnerChange with wrong player in ProximityCapturable
...
The actor's owner only gets changed in an end frame task queued by `Actor.ChangeOwner`. So during this frame end task, `self.Owner` still points to the old owner, whereas we want the new one, represented by `captor.Owner`.
This bug lead to the capture notification being played when *losing* a building, but not when actually capturing it.
2016-05-29 20:33:34 +02:00
Oliver Brakmann
363d47f08b
Merge pull request #11194 from abcdefg30/providesTech
...
Fix ProvidesPrerequisite not refreshing the tech tree (on owner change)
2016-05-29 20:30:23 +02:00
Oliver Brakmann
97ad5268b8
Merge pull request #11241 from Mailaender/replay-flag-crash
...
Fixed a crash when replay is selected in the wrong mod
2016-05-29 17:55:53 +02:00
Oliver Brakmann
7681cb2df5
Merge pull request #11180 from Mailaender/burning-trees
...
Added burning trees to the Tiberian Dawn mod
2016-05-29 15:32:28 +02:00
Oliver Brakmann
b3dd62b891
Add Scott's Allies02 multiplayer mission as "Evacuation"
2016-05-29 15:13:09 +02:00
Oliver Brakmann
3225ab7c99
Merge pull request #11369 from pchote/fix-gate-powerdown
...
Remove CanPowerDown from gates.
2016-05-28 18:57:25 +02:00
Paul Chote
ddf7c2c967
Merge pull request #11328 from reaperrr/td-polish
...
Some TD polishing
2016-05-28 17:37:45 +01:00
Paul Chote
09e110c007
Remove CanPowerDown from gates.
2016-05-28 17:19:18 +01:00
Matthias Mailänder
d1022671c0
Define the reverse playback at sequence level.
2016-05-28 16:03:19 +02:00
Matthias Mailänder
13cf193640
Lint check for invalid building footprint definitions.
2016-05-28 16:03:19 +02:00
Matthias Mailänder
99c7989ebc
Rename WithSmoke into a more generic WithDamageOverlay trait.
...
Rename Sequence parameter to Image to avoid confusion.
2016-05-28 16:03:13 +02:00
Matthias Mailänder
65a2e155bf
Update to Maxmind GeoIP 2.6.0 and Db parser 2.0.0
2016-05-28 15:57:08 +02:00
Matthias Mailänder
2567d59af4
Let TD trees burn and carbonate on incendiary weapons.
2016-05-28 15:41:27 +02:00