reaperrr
61779bf02a
Make WithSpriteTurret ITick implementation explicit
2016-10-30 19:17:39 +01:00
reaperrr
77a134da91
Move INotifyDamageStateChanged to mod code and require explicit implementation
2016-10-22 18:21:52 +02:00
reaperrr
7955aeb1c3
Implement INotifyDamageStateChanged explicitly in WithSpriteBody
2016-10-22 18:21:52 +02:00
reaperrr
a6b09342bc
Make INotifyBuildComplete require explicit implementation
2016-10-22 18:21:52 +02:00
reaperrr
d9ecba7b60
Make INotifyInfiltrated require explicit implementation
2016-10-22 18:21:52 +02:00
reaperrr
0f02a6ba7c
Merge pull request #12268 from reaperrr/interface-cleanups01
...
Several internal interface cleanups
2016-10-22 18:14:55 +02:00
reaperrr
1ffb151a38
Merge pull request #12162 from abcdefg30/heliHost
...
Fix HeliReturnToBase not exposing an host actor parameter
2016-10-22 15:58:06 +02:00
reaperrr
ab2669c565
Merge pull request #12275 from abcdefg30/passengers
...
Fix the search for alternative transports not caring about passenger types
2016-10-22 00:24:48 +02:00
abcdefg30
cb49583d82
Fix the search for alternative transports not caring about passenger types
2016-10-21 13:25:12 +02:00
abcdefg30
618cd91cc7
Merge pull request #12174 from tysonliddell/techFix
...
Replaced civillians with Technicians when building sold
2016-10-21 09:14:00 +02:00
abcdefg30
d176e16dd6
Merge pull request #12218 from SoScared/dualcoldfront
...
[RA] Remove rogue ore spots on Dual Cold Front
2016-10-21 09:07:40 +02:00
abcdefg30
82f3599b73
Merge pull request #12191 from abc013/mapfix
...
Fixed tiling errors in the map "doubles"
2016-10-21 09:05:07 +02:00
abcdefg30
6364e542ed
Merge pull request #12249 from SoScared/mappie
...
RA map Pie Of Animosity - Fix map author name + ore mine visibility tweak
2016-10-21 09:01:54 +02:00
reaperrr
16cf96b982
Merge pull request #12136 from LipkeGu/fix-lint-weiredness
...
[Lint] Report when Maps contains invalid custom rules.
2016-10-21 01:23:14 +02:00
reaperrr
72374279f0
Move interfaces that have no ties to the engine to mod code
2016-10-20 20:31:40 +02:00
reaperrr
7235835280
Move ImpactType to Common.Warhead
2016-10-20 20:31:38 +02:00
reaperrr
0eb8def2b8
Move Cargo interfaces to TraitsInterfaces
2016-10-20 20:31:37 +02:00
reaperrr
437e142031
Reservable style fixes
2016-10-20 20:31:35 +02:00
reaperrr
61284d73dd
Make interface implementations explicit where possible in traits that implement INotifySold
2016-10-20 19:02:30 +02:00
reaperrr
22dcb1c66f
Move INotifySold to Common and require explicit implementation
2016-10-20 19:02:28 +02:00
reaperrr
b8c04a0887
Move INotifyBlockingMove to Common and require explicit implementation
2016-10-20 18:58:40 +02:00
reaperrr
df0021eeed
Move check for explicit interface violations to the top
...
The interface violation check is fast, so it doesn't really delay the rest, while you don't have to wait for all other code checks to finish to check for violations.
2016-10-20 18:57:06 +02:00
Oliver Brakmann
6eade2dd3f
Merge pull request #12261 from pchote/fix-server-gamespeed
...
Fix player joins resetting the server timestep.
2016-10-19 21:04:54 +02:00
reaperrr
d3a833a2e7
Merge pull request #12260 from pchote/fix-gps-desync
...
Fix a desync in GpsDot.IsTargetableBy.
2016-10-19 19:11:35 +02:00
Paul Chote
3d8cee3110
Fix player joins resetting the server timestep.
2016-10-18 23:50:46 +01:00
Paul Chote
83027c28d7
Fix a desync in GpsDot.IsTargetableBy.
...
World.ShroudExplores depends on RenderPlayer,
which makes it completely bogus for this purpose.
2016-10-18 22:12:13 +01:00
RoosterDragon
482285dde0
Merge pull request #12221 from entropai/bleed
...
Reverted build dirs in CSPROJ and removed the unneeded Afterbuild
2016-10-18 17:55:22 +01:00
SoScared
073cfeb200
fix map author name plus ore mine visibility tweak
2016-10-17 06:05:31 +02:00
Paul Chote
cba704dbcc
Merge pull request #12171 from cjshmyr/minelayer-cloak-delay
...
Fix AP/AT mines being visible under fog
2016-10-16 05:25:12 +01:00
Tyson Liddell
5b620eeda5
Replaced civillians with technicians when ^ScienceBuilding sold
2016-10-16 14:46:03 +11:00
Tyson Liddell
f12a434a99
Added engineers to units produced when contruction yard sold
2016-10-16 14:46:03 +11:00
Tyson Liddell
8e0df586a2
Replaced civillians with Technicians when building sold and removed engineers from default sale of building
2016-10-16 14:46:02 +11:00
Paul Chote
dba5c2b432
Merge pull request #12141 from tysonliddell/bleed
...
Move production description from Tooltip to Buildable.
2016-10-16 04:39:45 +01:00
Tyson Liddell
90baf2871b
Added Buildable Description to D2K construction yard
2016-10-16 12:10:22 +11:00
Tyson Liddell
8a760fedf2
Yaml files updated with Description moved from Tooltip to Buildable
2016-10-16 12:10:07 +11:00
Tyson Liddell
aeb1e07823
Moved production description from Tooltip to Buildable
2016-10-16 12:03:42 +11:00
Paul Chote
e9d2da948e
Merge pull request #12189 from SoScared/MSubAATweak
...
Tweak SubMissileAA towards more traditional AA.
2016-10-15 15:56:41 +01:00
Paul Chote
eabd881ca3
Merge pull request #12129 from reaperrr/aircraft-ismoving
...
Change Aircraft.IsMoving to be true only when moving horizontally
2016-10-15 15:07:41 +01:00
reaperrr
7da3ecbb80
Merge pull request #12216 from MustaphaTR/ra-ai-changes2
...
RA - Some AI Improvements 2
2016-10-15 13:50:27 +02:00
abcdefg30
da591a9030
Merge pull request #11974 from abc013/SecondWeaponAnimation
...
Add support for multiple fire animations in WithInfantryBody
2016-10-15 12:49:41 +02:00
reaperrr
9b77732360
Merge pull request #12172 from abcdefg30/d2kLock
...
Fix the d2k protected lobby icon being off
2016-10-15 12:37:13 +02:00
abcdefg30
4199108910
Merge pull request #12220 from obrakmann/fix-yak-in-evacuation
...
Fix yak attack in Evacuation
2016-10-15 12:01:49 +02:00
Oliver Brakmann
0dc5090f0b
Fix yak attacks in Evacuation
2016-10-14 19:21:31 +02:00
reaperrr
208a31470f
Merge pull request #12160 from abcdefg30/hboxYak
...
Fix yaks trying to attack invalid targets
2016-10-14 18:55:37 +02:00
reaperrr
f9122c4a40
Merge pull request #12214 from RoosterDragon/mcv-build
...
Make sure AI can deploy an MCV when it lacks a base.
2016-10-14 18:23:27 +02:00
reaperrr
d1effe192d
Merge pull request #12219 from pchote/fix-old-d2k-disc
...
Add support for an older/alternative d2k release.
2016-10-14 18:10:11 +02:00
abc013
268dcd7d41
changed AttackSequence to DefaultAttackSequence
2016-10-14 14:53:02 +02:00
entropai
20c2b41f00
Reverted build dirs in CSPROJ and removed the unneeded Afterbuild section
2016-10-14 00:53:21 +03:00
Oliver Brakmann
ec939cbeda
Merge pull request #12198 from abcdefg30/hijack
...
Fix soviet units not stopping to hunt after being captured in Exodus
2016-10-13 20:40:06 +02:00
Oliver Brakmann
09ba78a1c1
Merge pull request #12217 from abcdefg30/chinookHusk
...
Fix transport husks revealing more/less than the normal actor
2016-10-13 19:35:14 +02:00