Matthias Mailänder
3885f0b559
Fix screen map updates for boundless actors.
2016-02-21 11:34:33 +01:00
Matthias Mailänder
9d85ddb82c
Merge pull request #10191 from abcdefg30/backfallDeathAnim
...
Add support for a FallbackSequence in WithDeathAnimation
2016-02-21 10:18:47 +01:00
Paul Chote
04c40eddfe
Add terrain height support to WithShadow.
2016-02-20 15:31:36 +00:00
Paul Chote
d573e21a48
Traits open files via the Map.
2016-02-18 18:12:33 +00:00
reaperrr
4d3a4a32b9
Merge pull request #10750 from obrakmann/drop-invalid-target
...
Fixed not dropping targets that are out of range if the attacker cannot move
2016-02-18 17:02:48 +01:00
Oliver Brakmann
b28d03049b
Merge pull request #10728 from Codes4Fun/bleed
...
Fixed domain index updates for bridges
2016-02-17 20:46:23 +01:00
Oliver Brakmann
fe25b9501b
Merge pull request #10723 from abcdefg30/nukeHardcode
...
Unhardcode the palette the missile weapon of the NukePower uses
2016-02-14 22:43:38 +01:00
abcdefg30
b27950b517
Unhardcode the palette the missile weapon of the NukePower uses
2016-02-14 22:32:53 +01:00
Oliver Brakmann
ce62e456d7
Fix TD gunboat attack behaviour
2016-02-14 21:28:50 +01:00
teees
dc6d31cec8
Fix turreted immovable actors not dropping targets that are out of range
2016-02-14 21:28:50 +01:00
abcdefg30
5327ea1418
Fix crushed sequences not appearing due to an FrameEndTask
2016-02-14 19:38:13 +01:00
abcdefg30
24ec7b0ad7
Fix the mobile trait spamming crush-notifications
2016-02-14 19:38:12 +01:00
abcdefg30
a46815e532
Move the creation of the CrushedSequence to WithDeathAnimation
2016-02-14 18:52:00 +01:00
abcdefg30
fe5754e2bd
Change the parameters of ICrushable.CrushableBy
2016-02-14 18:51:59 +01:00
abcdefg30
17e23a7adc
Add support for a FallbackSequence in WithDeathAnimation
...
Used when the actor is killed by non-standard means, like suicide.
2016-02-14 18:51:58 +01:00
abcdefg30
f21d1f52e7
Make the ICrushable implementation explicit
2016-02-14 18:51:57 +01:00
abcdefg30
8b59ce4dc2
Add a new INotifyCrushed interface
2016-02-14 18:51:56 +01:00
abcdefg30
e343803810
Remove an unnecessary Where in Crate.cs
2016-02-14 18:51:55 +01:00
Zimmermann Gyula
f37e59e116
Do not render trails under fog by default.
...
Exposed a boolean for rendering a SpriteEffect under fog. Exposed a setting in LeavesTrails for this boolean, defaulting to false.
2016-02-14 18:11:43 +01:00
Oliver Brakmann
7f5143bf46
Merge pull request #10746 from Phrohdoh/armament-yaml-excpt
...
Add an explicit YamlException to ArmamentInfo
2016-02-13 19:07:42 +01:00
Taryn Hill
4f798ede3c
Add an explicit YamlException to ArmamentInfo
...
Throw a more descriptive exception when the current weapon ruleset
doesn't contain an entry for the referenced weapon.
2016-02-13 09:15:16 -06:00
Matthias Mailänder
00ecea03cb
Require AircraftInfo for activity FallToEarth.
2016-02-13 14:24:19 +01:00
Oliver Brakmann
613854de91
Merge pull request #10632 from reaperrr/cleanup-harv
...
Improve Harvester-related code
2016-02-12 22:03:51 +01:00
Codes4Fun
c9ed97524f
Fix for 7539.
...
When the bridge damage state changes, the domain cells of the bridge
would pull in the first neighbors domain which may be untraversable.
This change only pulls the domain of traversable neighbor tiles.
2016-02-09 14:38:16 -08:00
RoosterDragon
7fe42d7493
Fix mobility checks when we aren't checking a realized actor.
2016-02-06 22:18:30 +00:00
Oliver Brakmann
870867760a
Merge pull request #10696 from RoosterDragon/self-assumed-not-null
...
Remove null checks against self
2016-02-06 21:22:52 +01:00
Paul Chote
626fa0b60b
Move CellCorners to MapGrid.
2016-02-05 23:00:14 +00:00
RoosterDragon
4b308dee02
Remove checks for self being null in Mobile.cs.
2016-02-05 22:11:11 +00:00
RoosterDragon
eb3be990a6
Remove dead code and encapsulate more in Sync.cs.
2016-01-31 00:42:00 +00:00
Matthias Mailänder
10ebd7e48d
Merge pull request #10649 from obrakmann/radar-team-colors
...
Added option to show team colors on radar map
2016-01-30 21:53:14 +01:00
DArcy Rush
eb795909da
Implement player stance colors
...
Adds an option to display actors on radar and
support weapon timers in colors denoting the
diplomatic stance toward the player.
2016-01-30 15:46:55 +01:00
reaperrr
75d066d6af
Fix Mobile using legacy CenterPosition.Z check
2016-01-29 22:26:52 +01:00
reaperrr
1f35a1c010
Let harvesters tick idle for a while before queueing Wait activity
2016-01-29 16:08:28 +01:00
reaperrr
75736cb127
Clean up Harvester and FindResources unblocking
2016-01-29 02:57:43 +01:00
reaperrr
7b315aa9cc
Merge pull request #10562 from pchote/classic-facing-fudge
...
Implement ClassicFacingFudge for fudging classic facings.
2016-01-28 23:45:48 +01:00
Matthias Mailänder
4203feed40
Merge pull request #10576 from abcdefg30/bridgeRepaired
...
Add support for playing a BridgeRepaired notification
2016-01-28 20:09:05 +01:00
Matthias Mailänder
4c86dad8d5
Merge pull request #10628 from teees/upgradeactorsnear-fix
...
Don't grant upgrades to newly built units while disabled
2016-01-28 15:15:23 +01:00
teees
8315350f07
Don't grant upgrades to newly built units while disabled
2016-01-28 10:42:02 +01:00
Paul Chote
608b5d1674
Add UseClassicFacingFudge flag for TD/RA.
2016-01-27 21:32:21 +00:00
Paul Chote
fe60f5a77f
Introduce Turreted.WorldOrientation.
2016-01-27 21:32:21 +00:00
teees
cb3be2cd0d
Fix units visually moving to a bogus subcell via MoveIntoWorld
2016-01-27 12:01:37 +01:00
abcdefg30
79829c5270
Add support for playing a "Our ally is under attack" notification
2016-01-26 21:16:29 +01:00
abcdefg30
a56ffb581f
Move some checks in *AttackNotifier to improve performance
2016-01-26 21:10:12 +01:00
Oliver Brakmann
2ae9bc7ebd
Merge pull request #10567 from Mailaender/passenger-upgrade-lint
...
Fixed Passenger missing UpgradeGrantedReference
2016-01-26 20:11:36 +01:00
Oliver Brakmann
4b02134b2d
Merge pull request #10594 from abcdefg30/sizeD2k
...
Fix a crash in d2k caused by empty bounds
2016-01-26 19:30:30 +01:00
abcdefg30
d087a16042
Fix a crash in d2k caused by empty bounds
...
This adds respective checks to Building.cs.
2016-01-25 16:44:17 +01:00
teees
5ca9f52a62
IWallConnectorInfo to allow gates connect to walls in map editor
2016-01-25 09:25:36 +01:00
teees
3dc63999e3
Fix for BlockProjectiles to ignore blockers with height <= 0
2016-01-25 09:14:00 +01:00
teees
18e26d87c7
Add support for multiple IWallConnector traits
2016-01-25 09:14:00 +01:00
Paul Chote
1de1458fda
Fix wall adjacency for multi-cell neighbours.
2016-01-25 09:14:00 +01:00