Oliver Brakmann
ac07c81e08
Make Infiltrates grant player experience
2016-07-19 20:20:38 +02:00
Matthias Mailänder
5b61206ac6
Merge pull request #11513 from GraionDilach/idamage
...
Remove passing the warheads from DamageWarhead to AttackInfo.
2016-07-16 14:26:43 +02:00
Oliver Brakmann
3539e3146e
Merge pull request #11560 from abcdefg30/supportSpeech
...
Refine the support power speech notifications setup
2016-07-13 18:40:07 +02:00
Zimmermann Gyula
cf8fff2b99
Remove passing the warheads from DamageWarhead to AttackInfo.
...
Added a Damage class to pass damage value and damage(types) instead.
This removes a great amount of overhead and longterm opens possibilities to have damagetypes without warheads.
2016-07-12 10:09:49 +02:00
abcdefg30
6de12fb0e9
Add SpeechNotifications for InsufficientPower and Launch on support powers
2016-07-03 16:21:07 +02:00
reaperrr
75c49620d1
Introduce INotifyAttack.PreparingAttack
...
And use it to allow triggering attack animations/overlays at a different point
than the actual weapon firing.
2016-07-02 16:02:00 +02:00
abcdefg30
868d5c14e9
Unhardcode the target(blocked) cursor(s) in PortableChrono
2016-07-02 13:44:57 +02:00
abcdefg30
756f88c187
Merge pull request #11402 from Mailaender/sp-utility
...
Improved map import for singleplayer missions
2016-06-24 18:02:13 +02:00
reaperrr
57ff4822fc
Add support for custom locations to legacy map importer
...
For example, to place actors with changed footprint correctly.
Use it to ensure correct positioning of several RA and TD structures as well as TD tiberium trees.
2016-06-21 23:53:50 +02:00
reaperrr
526f851489
Merge pull request #11426 from pchote/actorpreview-dynamic-facing
...
Support dynamic ActorPreview facings and creating previews from live actors.
2016-06-20 14:38:11 +02:00
teees
b7bf7b6ec0
Move mod-level ActorInits out of the engine.
2016-06-15 20:35:22 +01:00
Matthias Mailänder
71743b3b4a
Only sync projectiles and future synced effects.
2016-06-13 14:35:28 +02:00
reaperrr
c516aec7a3
Merge pull request #11422 from GraionDilach/expose-teslazap-duration
...
Expose TeslaZap duration to yaml.
2016-06-11 13:10:12 +02:00
Zimmermann Gyula
736d58bd9a
Add a maximum limit to InfiltrateForCash.
2016-06-10 18:32:49 +02:00
Zimmermann Gyula
dfdeb81c14
Expose TeslaZap duration to yaml.
2016-06-10 13:22:58 +02:00
Matthias Mailänder
d76a344ebe
Give hard-coded special case waypoints a descriptive name.
2016-06-07 22:03:46 +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
reaperrr
1db96262f3
Make TeslaZap classes public
2016-05-31 15:05:38 +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
reaperrr
fef4f3eb79
Move projectiles to their own namespace and folder
...
While they are (currently) technically effects, this makes the actual purpose and wiki more clear.
2016-05-28 14:42:33 +02:00
reaperrr
e7517e7bfa
Moved DrawLineToTarget from Game to Mods.Common
2016-05-26 11:38:39 +02:00
Oliver Brakmann
735975057d
Add another way to call air strikes/paradrops to the Lua API
2016-05-19 23:08:01 +02:00
Matthias Mailänder
5029ac705f
Update to .NET 4.5
2016-05-19 21:24:21 +02:00
Paul Chote
a0b5b5ce66
Move initial map exploration to Shroud.
2016-05-14 18:54:44 +01:00
reaperrr
7e312bab0a
Hotfix for GpsPower
...
Radar namespace was created after the last rebase of #11018 .
2016-05-14 16:43:42 +02:00
reaperrr
b9c026d545
Merge pull request #11018 from Mailaender/gps-disable
...
Fixed GPS power not taking tech center disablement into account
2016-05-14 16:31:34 +02:00
Matthias Mailänder
59fbfbc851
Don't enforce beacons to be player palettes.
2016-05-01 12:29:38 +02:00
Matthias Mailänder
9f4cdb9843
Unhardcode player beacons for documentation and lint testing.
2016-05-01 12:27:02 +02:00
Matthias Mailänder
76124b7c79
Unhardcode beacon sprites for documentation and lint testing.
2016-05-01 12:21:13 +02:00
Oliver Brakmann
23e5889a70
Merge pull request #11167 from pchote/fix-gps-satellite-palette
...
Fix GPS satellite palette.
2016-04-24 13:17:26 +02:00
Paul Chote
d70356b47f
Fix GPS satellite palette.
2016-04-23 14:10:54 +01:00
Paul Chote
0b4a8d9a13
Only refresh tooltip/health status of revealed frozen actors.
2016-04-23 13:07:53 +01:00
reaperrr
fd5a597966
Move Render traits to Traits.Render namespace
2016-04-15 20:43:04 +02:00
reaperrr
6239aad070
Merge pull request #11017 from Mailaender/radar-refactor
...
Grouped the radar traits together
2016-04-12 17:07:01 +02:00
Matthias Mailänder
3a3be979f3
Merge pull request #11081 from pchote/fix-left-click-orders
...
Fix left click orders
2016-04-10 17:32:14 +02:00
Paul Chote
7315ffbcb7
Fix outdated file headers.
2016-04-10 09:41:12 -04:00
Paul Chote
acab6f1f4b
Fix custom order generators for left-click targeting.
2016-04-09 11:59:54 -04:00
Matthias Mailänder
ec87b18608
Disable GPS dots without active radar.
2016-04-05 19:25:19 +02:00
Matthias Mailänder
a8471d9f54
Disable Gps when tech center is disabled.
2016-04-05 19:25:19 +02:00
Matthias Mailänder
a78d67a60c
Put radar traits into their own namespace.
2016-04-02 14:36:26 +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
reaperrr
ade49ba1be
Migrated Minelayer.MinefieldDepth to use WDist instead of float
2016-03-28 14:44:21 +02:00
RoosterDragon
f4ebfed865
Merge pull request #10960 from Phrohdoh/paratrooper-exception
...
Add an explicit YamlException to ParatroopersPower.SendParatroopers
2016-03-25 13:36:27 +00:00
Matthias Mailänder
dd0d8c86c6
Merge pull request #10942 from pchote/remove-map-lazyness
...
Remove map lazyness.
2016-03-21 20:23:47 +01:00
Taryn Hill
8c8ff01b10
Add an explicit YamlException to ParatroopersPower.SendParatroppers
2016-03-20 18:07:43 -05:00
Paul Chote
4052da3ea6
Move Map.TilesByDistance to MapGrid and make non-static.
2016-03-20 21:41:04 +00:00
Paul Chote
65df25b1a4
Remove lazy loading of binary map data.
2016-03-18 20:16:24 +00:00
Paul Chote
602acabe47
Remove World.TileSet.
2016-03-12 19:47:07 +00:00
Paul Chote
7993068c8f
Remove Map.SequenceProvider.
2016-03-12 19:46:20 +00:00
Paul Chote
2029f34c86
Remove redundant Rules definition from ImportLegacyMapCommand.
2016-03-07 21:41:11 +00:00