Oliver Brakmann
aa68e9bfca
Fix not being able to close the chat window in replays
2016-09-17 15:05:00 +02:00
reaperrr
6d3ae5fcfe
Merge pull request #12029 from pchote/fix-check-yaml
...
Fix explicit oramap path lint checking.
2016-09-17 14:09:11 +02:00
Paul Chote
099492a52f
Don't crash if a replay can't be read.
2016-09-16 18:30:19 +01:00
Oliver Brakmann
852d947764
Fix setting MayYieldReservation when there is no reservation
2016-09-15 21:10:47 +02:00
Paul Chote
af0249f2ae
Merge pull request #12015 from RoosterDragon/better-exceptions
...
Improve some exception types
2016-09-15 19:31:48 +01:00
Paul Chote
aab91cb37e
Work around incorrect mono behaviour under OSX.
2016-09-14 21:48:40 +01:00
Paul Chote
8a1987eb5c
Fix explicit oramap path lint checking.
2016-09-14 21:25:44 +01:00
Oliver Brakmann
082ccfe5d6
Fix kicking players joining servers hosting a map with non-default rules
...
Specifically, rules that remove traits which implement ILobbyOptions
2016-09-14 22:04:40 +02:00
Oliver Brakmann
9fbda6b598
Fix helicopters not taking off when their target got covered by shroud
2016-09-12 23:01:16 +02:00
abcdefg30
620e005cfd
Create a PlayLaunchSounds method in SupportPower.cs
2016-09-12 14:47:54 +02:00
abcdefg30
08d84c5b90
Fix the support power SpeechNotifications not being played to the correct player
2016-09-12 14:42:45 +02:00
RoosterDragon
9f1c872340
Improve some exception types.
2016-09-11 15:14:44 +01:00
Oliver Brakmann
b6aac234d4
Merge pull request #11970 from pchote/fix-observer-stats-scroll
...
Fix bogus observer stats graph positioning.
2016-09-09 21:15:25 +02:00
reaperrr
b7f35cb5e2
Merge pull request #11912 from Mailaender/laser-transparency
...
Fixed transparency for LaserZap
2016-09-08 19:14:37 +02:00
Taryn Hill
1cfe9ed512
Common csproj: Use MSBuild tasks instead of shelling out
2016-09-05 16:35:43 -05:00
Oliver Brakmann
daa1f16e98
Prevent an infinite loop when planes go out of ammo and all airfields are gone
2016-09-05 19:59:01 +02:00
abc013
464eae8bc4
Fixed enemy missiles not being deflected by Radar Jammers
2016-09-05 19:52:13 +02:00
Oliver Brakmann
351c231693
Use the yield reservation logic for helicopters as well. Oops.
2016-09-05 19:24:26 +02:00
Oliver Brakmann
fb1f8c4e01
Remove brain-dead logic from TakeOff
...
1. TakeOff's Tick() method never checks itself whether it is canceled
2. If NextActivity is null, TakeOff is the only activity on the queue
3. Takeoff canceling the queue then just cancels itself, with no effect at all
4. If Takeoff however is running as an inner activity, it will cancel the complete main queue, wrecking all sorts of havoc
2016-09-05 19:20:51 +02:00
Matthias Mailänder
c9474a857a
Merge pull request #11956 from obrakmann/fix11953_fix-aircraft-reservation-madness
...
Fix aircraft reservation madness
2016-09-04 21:54:28 +02:00
Oliver Brakmann
7f64495d6f
Make aircraft continue attack on same target after re-arming
2016-09-04 21:31:05 +02:00
Oliver Brakmann
e7d07e5a01
Fix FlyAttack not calling TakeOff for landed aircraft
2016-09-04 21:31:05 +02:00
Oliver Brakmann
6d15406ffe
Fix aircraft reservation madness
2016-09-04 21:31:05 +02:00
Paul Chote
3197345fc3
Fix bogus observer stats graph positioning.
2016-09-04 19:31:04 +01:00
Matthias Mailänder
3ed241c4d4
Merge pull request #11951 from pchote/hack-production-locking
...
Rework external capture -> production interaction
2016-09-04 20:18:59 +02:00
Oliver Brakmann
a32a95a27c
Merge pull request #11702 from Mailaender/infiltration-mission
...
Added Scott's Allies04 co-op multiplayer mission as "Infiltration"
2016-09-04 18:41:09 +02:00
Paul Chote
53f47f8ee1
Use explicit interfaces in WithBuildingPlaced(Overlay|Animation).
2016-09-04 15:25:50 +01:00
Paul Chote
21f9a0ec6c
Remove tech disabling when building is locked.
2016-09-04 15:25:50 +01:00
Paul Chote
013b717a84
Disable unit production when building is locked.
2016-09-04 15:25:50 +01:00
Paul Chote
2df5918315
Disable BaseProvider when building is locked.
2016-09-04 15:25:50 +01:00
Paul Chote
a09b32b4f3
Disable WithBuildingPlacedAnimation while selling.
2016-09-04 15:25:49 +01:00
Paul Chote
48c9e74bb4
Merge pull request #11637 from abcdefg30/noMove
...
Fix the attack-move cursor appearing for units which can't attack-move
2016-09-04 11:06:58 +01:00
Paul Chote
85ab797705
Merge pull request #11957 from abc013/DisableReplayChat
...
Disabled chat input in replays
2016-09-04 10:43:34 +01:00
abcdefg30
1a3c3bd21b
Merge pull request #11960 from pchote/fix-parachute-death
...
Remove invalid cell check from Parachutable.
2016-09-03 23:45:54 +02:00
Oliver Brakmann
361c541f13
Merge pull request #11961 from pchote/fix-requiresmod
...
Fix crash when popping up the mod requirements dialog.
2016-09-03 23:42:49 +02:00
Oliver Brakmann
6a33c605b9
Merge pull request #11868 from abcdefg30/gpsBounty
...
Fix the floating text for bounties of actors not being InWorld showing up
2016-09-03 23:00:12 +02:00
Paul Chote
617f106e48
Fix crash when popping up the mod requirements dialog.
2016-09-03 19:28:10 +01:00
abc013
c7def33588
disabled chat input in replays
2016-09-03 20:26:05 +02:00
Matthias Mailänder
0ec0db72e4
Merge pull request #11952 from pchote/spectator-player-list
...
Include spectators in the player list.
2016-09-03 20:19:42 +02:00
Paul Chote
7725f6b952
Remove unnecessary and incorrect cell check.
...
This caused all cells inside the map to be
treated as valid parachute targets, ignoring
all later checks.
2016-09-03 19:16:06 +01:00
abcdefg30
9f72772a37
Remove the percentage parameter from GetBountyValue
2016-09-03 15:30:26 +02:00
abcdefg30
a76672b029
Cache GainsExperience and Cargo in GivesBounty
2016-09-03 15:30:25 +02:00
abcdefg30
278a812eec
Display the value of the destroyed cargo actors
2016-09-03 15:30:24 +02:00
abcdefg30
81bdea1107
Fix the floating text for bounties of actors not being InWorld showing up
2016-09-03 15:30:24 +02:00
Paul Chote
67cc12436f
Merge pull request #11918 from abc013/CapturableHuskFaction
...
Fix mcv husks losing their faction after being captured
2016-09-03 11:54:56 +01:00
Paul Chote
e1fcfa3073
Include spectators in the player list.
2016-09-03 10:46:08 +01:00
abcdefg30
15214c21bc
Merge pull request #11948 from pchote/fix-facing-normalization
...
Fix an off-by-one error in NormalizeFacing.
2016-09-02 22:17:36 +02:00
Matthias Mailänder
abbcdbd5df
Add OnSelling and OnSold to the Lua API.
2016-09-02 21:59:59 +02:00
Matthias Mailänder
e3df47d6d2
Add Sell to the Lua API.
2016-09-02 21:59:59 +02:00
Oliver Brakmann
f554531bd2
Fix not showing scroll cursor during standard-scrolling
...
... when edge scrolling was also disabled.
2016-09-02 21:34:47 +02:00