RoosterDragon
|
ab6ef9be40
|
Cache traits directly in FrozenUnderFog.
Avoid the performance impact of accessing Lazy.Value by caching the traits on the first tick and accessing the references directly when needed.
|
2015-11-27 15:45:50 +00:00 |
|
RoosterDragon
|
23a38a08f7
|
Refactor player setup.
Tweak how players in a world are created. Change the collection to be an array to more strongly imply it will not change during a game.
|
2015-11-27 15:15:43 +00:00 |
|
Matthias Mailänder
|
5dcd48a54e
|
update Eluant
|
2015-11-27 14:01:22 +01:00 |
|
Matthias Mailänder
|
5c083fa6de
|
Merge pull request #10092 from pchote/saboteur-suicide
Implement suicide bomb for D2K Saboteur
|
2015-11-27 13:41:23 +01:00 |
|
Paul Chote
|
373bfefc6c
|
Only support move orders against terrain targets.
|
2015-11-26 18:38:10 +00:00 |
|
Paul Chote
|
756bec69b3
|
Fall back to target cell if there are no valid orders against the target actor.
|
2015-11-26 18:37:40 +00:00 |
|
Paul Chote
|
fb99a1f3c2
|
Remove ActorMap query for each actor.
|
2015-11-26 18:30:43 +00:00 |
|
Paul Chote
|
7b31f18046
|
Reduce duplication in UnitOrderGenerator.
|
2015-11-26 18:25:39 +00:00 |
|
atlimit8
|
e417ecb93f
|
Add map editor only tooltips
|
2015-11-25 17:28:29 -06:00 |
|
Paul Chote
|
1a5de4707f
|
Implement suicide saboteur.
|
2015-11-25 21:16:16 +00:00 |
|
Paul Chote
|
7c69461ff2
|
Fix C4Demolition trait doc punctuation.
|
2015-11-25 21:16:15 +00:00 |
|
Paul Chote
|
6304d72f44
|
Add enter behaviour customisation to C4Demolition.
|
2015-11-25 21:16:15 +00:00 |
|
Pavel Penev
|
3e8df55bcb
|
Merge pull request #10082 from OmegaBolt/d2k-deviator
D2k Deviator balance
|
2015-11-25 22:51:55 +02:00 |
|
Pavel Penev
|
da1485dab7
|
Merge pull request #10106 from Mailaender/nsis-section-polish
Polished the Windows installer
|
2015-11-25 22:33:39 +02:00 |
|
Pavel Penev
|
44457c854a
|
Merge pull request #10085 from reaperrr/d2k-missile-fixes
Give Missile Tank weapon a range limit
|
2015-11-25 22:28:43 +02:00 |
|
Pavel Penev
|
4cb2fc8387
|
Merge pull request #10095 from r34ch/kennel-exit
Add second exit to kennel
|
2015-11-25 22:16:27 +02:00 |
|
Pavel Penev
|
c374bff9fb
|
Merge pull request #10103 from pchote/fix-png-command
Fix the ConvertSpriteToPngCommand.
|
2015-11-25 22:07:52 +02:00 |
|
Pavel Penev
|
df71b42d13
|
Merge pull request #10104 from pchote/fix-d2k-tags
Fix the D2K building selection decorations
|
2015-11-25 21:58:45 +02:00 |
|
Pavel Penev
|
893d3afc4d
|
Merge pull request #10105 from pchote/fix-outpost-position
Fix D2K outpost artwork offsets and selection box.
|
2015-11-25 21:57:04 +02:00 |
|
abcdefg30
|
944d8f8b11
|
Add more building explosions to cnc
|
2015-11-25 17:06:48 +01:00 |
|
Matthias Mailänder
|
c4bf5b85d4
|
remove unnecessary dependency on StyleCop
|
2015-11-25 14:32:12 +01:00 |
|
Matthias Mailänder
|
ba5aec2d66
|
simplify the hierarchy section hierarchy
|
2015-11-25 10:03:06 +01:00 |
|
Matthias Mailänder
|
d40cb941d3
|
make the "Game" component read-only
|
2015-11-25 10:02:14 +01:00 |
|
Paul Chote
|
555c02cd92
|
Fix D2K outpost artwork offsets and selection box.
|
2015-11-24 23:37:41 +00:00 |
|
Paul Chote
|
dffd2c87cd
|
Add upgraded tag to D2K production structures.
|
2015-11-24 23:21:19 +00:00 |
|
Paul Chote
|
ee1fb0f1e0
|
Add SelectionDecoration flag to WithDecoration.
|
2015-11-24 23:03:06 +00:00 |
|
Paul Chote
|
d626c7c568
|
Add new primary building tag artwork.
|
2015-11-24 23:03:06 +00:00 |
|
Paul Chote
|
0c2d9c5ed4
|
Fix the ConvertSpriteToPngCommand.
|
2015-11-24 23:02:45 +00:00 |
|
abcdefg30
|
7dad0517e4
|
Small reordering and cleanup in mods/cnc/sequences/misc.yaml
|
2015-11-24 21:49:43 +01:00 |
|
abcdefg30
|
b7ddf1b8f5
|
Add more building explosions to d2k
|
2015-11-24 21:26:05 +01:00 |
|
DArcy Rush
|
e098743b09
|
Add second exit to kennel
|
2015-11-24 08:21:32 +00:00 |
|
teees
|
0c17188f24
|
Made the HarvesterDockSequence class abstract
|
2015-11-23 23:49:00 +01:00 |
|
Matthias Mailänder
|
b75bfec2f8
|
avoid working with NatDevice directly as it is dangerous
|
2015-11-23 21:40:48 +01:00 |
|
Matthias Mailänder
|
86a2a54640
|
catch MappingExceptions in NatDevice.GetExternalIP
|
2015-11-23 21:39:42 +01:00 |
|
Matthias Mailänder
|
262f547271
|
Merge pull request #9994 from huwpascoe/rally
TargetLine for Rally Points
|
2015-11-23 21:36:20 +01:00 |
|
Huw Pascoe
|
e92ccdf808
|
TargetLine for Rally Points
Also enabled allied players to see waypoints.
|
2015-11-23 19:30:24 +00:00 |
|
teees
|
11cdd84606
|
Added nawast
|
2015-11-23 20:26:39 +01:00 |
|
reaperrr
|
08ef8443b2
|
Give Missile Tank weapon a range limit and reduce Quad rocket range limit
|
2015-11-23 00:24:37 +01:00 |
|
OmegaBolt
|
937584af53
|
D2k Deviator balance
|
2015-11-22 23:15:13 +00:00 |
|
Pavel Penev
|
bacac082cc
|
Merge pull request #10079 from abcdefg30/cdesktypo
Fix the description of ReturnToOrigin in Chronoshiftable.cs
|
2015-11-22 23:20:03 +02:00 |
|
abcdefg30
|
b2b0a5fe9c
|
Merge pull request #10071 from obrakmann/fix-pacifist-worms
Fix worms not attacking anything anymore
|
2015-11-22 21:55:50 +01:00 |
|
abcdefg30
|
d8feb69e8c
|
Merge pull request #10074 from OmegaBolt/d2k-terrain-regress
Add SpiceSand to more terrain type definitions
|
2015-11-22 21:54:05 +01:00 |
|
abcdefg30
|
921d3b9278
|
Fix the description of ReturnToOrigin in Chronoshiftable.cs
|
2015-11-22 21:52:23 +01:00 |
|
Matthias Mailänder
|
2f82b22ca1
|
Merge pull request #9980 from penev92/chromeLogic
Allow loading of ChromeLogic properties from YAML
|
2015-11-22 19:21:11 +01:00 |
|
OmegaBolt
|
16af35289e
|
D2k, fix #10037 terrain regressions
|
2015-11-22 18:02:16 +00:00 |
|
Matthias Mailänder
|
284adf9501
|
Merge pull request #10047 from abcdefg30/film03a
Add the briefing video to atreides03a
|
2015-11-22 18:29:22 +01:00 |
|
Oliver Brakmann
|
8e5929b070
|
Fix worms not attacking anything anymore
|
2015-11-22 18:20:00 +01:00 |
|
Matthias Mailänder
|
3ab5c0042b
|
Merge pull request #10037 from OmegaBolt/d2k-terrain
Fixes #4243.
Fixes #8317.
|
2015-11-22 18:14:59 +01:00 |
|
Matthias Mailänder
|
79bf69cd4c
|
Merge pull request #9978 from RoosterDragon/cache-script-actor-luavalue
Cache self.ToLuaValue in ScriptTriggers
|
2015-11-22 18:06:41 +01:00 |
|
Oliver Brakmann
|
a6dadbe26e
|
Merge pull request #9926 from reaperrr/d2k-spiceblooms3
Further improve D2k spiceblooms
|
2015-11-22 17:17:47 +01:00 |
|