reaperrr
16d4ee0034
Move IsMovingVertically to IMove
...
- avoids an Aircraft trait look-up in #11886
- potentially useful for future additional locomotors (jumpjet), custom locomotors in external mods, possibly future updates to default ground locomotor (Mobile) with regard to behavior on slopes
2016-10-02 20:27:03 +02:00
reaperrr
4b8700bb97
Remove work-around for aircraft from WithMoveAnimation
2016-09-29 22:55:52 +02:00
reaperrr
9cf916e8b6
Change Aircraft.IsMoving to only return true when moving horizontally
...
Additionally added IsMovingVertically for potential edge cases where vertical movement needs to be considered.
2016-09-29 22:16:24 +02:00
reaperrr
6571f926fb
Aircraft.ReserveSpawnBuilding style fixes
2016-09-29 21:21:34 +02:00
reaperrr
888d7c638f
Move Aircraft.firstTick above constructor
2016-09-29 21:16:30 +02:00
reaperrr
678f9563f6
Merge pull request #12103 from pchote/resource-tooltip
...
Add tooltips to map resources.
2016-09-29 18:36:00 +02:00
Oliver Brakmann
bea2b5cc91
Merge pull request #12102 from pchote/more-resupply-tweaks
...
Tweak aircraft resupply behaviour.
2016-09-26 19:03:46 +02:00
Paul Chote
34b10dcb77
Hack around the Lua API.
2016-09-26 17:48:25 +01:00
abcdefg30
0ea9170021
Merge pull request #12110 from reaperrr/fix-laserzap
...
Fix LaserZap not being removed if HitAnim is not defined
2016-09-26 14:50:43 +02:00
reaperrr
d080770828
Fix LaserZap not being removed if HitAnim is not defined
...
This avoids degrading performance over time as well as an (albeit unlikely) OutOfMemoryException.
2016-09-26 01:36:02 +02:00
Taryn Hill
b5a08fd123
Display an error label instead of crashing in the Asset Browser
2016-09-25 15:53:40 -05:00
Paul Chote
365bd5b9bd
Rename ResourceType trait fields for consistency.
2016-09-25 17:04:18 +01:00
Paul Chote
404d8235c8
Show a tooltip over map resources.
2016-09-25 17:04:17 +01:00
Paul Chote
74602474e3
Change shroud tooltip to match the original games.
2016-09-25 17:04:16 +01:00
Paul Chote
3487d6bad5
Change aircraft default to move to rally point after resupplying.
2016-09-25 15:57:18 +01:00
Paul Chote
ea65ac542e
Add AbortOnResupply property to cancel aircraft activities on resupply.
2016-09-25 15:57:17 +01:00
Paul Chote
6eafaeecf6
Remove unnecessarily queued ResupplyAircraft activity.
2016-09-25 15:57:17 +01:00
Paul Chote
eeaa461311
Avoid landing-dances when issuing mixed full/empty aircraft RTB orders.
2016-09-25 15:57:16 +01:00
reaperrr
0ffde88aad
Merge pull request #12094 from pchote/work-around-smudge-desync
...
Use CosmeticRandom for picking smudge type.
2016-09-24 20:47:55 +02:00
reaperrr
8f2657ec75
Merge pull request #11982 from obrakmann/fix11979-helicopter-reservations
...
Fix helicopter reservations
2016-09-24 20:24:35 +02:00
Paul Chote
cd99e78501
Use CosmeticRandom for picking smudge type.
2016-09-24 14:00:36 +01:00
reaperrr
b7dd321550
Merge pull request #11993 from pchote/missiondata
...
Report mission briefings in the mp lobby.
2016-09-23 22:50:59 +02:00
reaperrr
d762e54e2a
Merge pull request #12070 from abcdefg30/chevrons
...
Render WithDecoration above shroud
2016-09-23 21:32:50 +02:00
Paul Chote
923cde7d21
Report mission briefings in the mp lobby.
2016-09-23 19:51:07 +01:00
RoosterDragon
1993ee25b8
Merge pull request #12085 from pchote/repair-range-check
...
Add a range check to Repair.
2016-09-23 18:56:24 +01:00
RoosterDragon
4d6f70f973
Merge pull request #12026 from obrakmann/fix11986-mp-mission-joining
...
Fix kicking players joining servers hosting a map with non-default rules
2016-09-23 18:45:28 +01:00
RoosterDragon
149a10c6b1
Merge pull request #12079 from pchote/fix-control-groups
...
Fix sprite control group decoration position.
2016-09-23 18:32:44 +01:00
Paul Chote
df98260e1a
Merge pull request #12021 from abcdefg30/radarSpec
...
Fix spectators not being able to issue commands in TD
2016-09-22 17:51:15 +01:00
abcdefg30
b21cf1fdb2
Render WithDecoration above shroud
2016-09-22 14:33:35 +02:00
Paul Chote
323ed98a15
Add a range check to Repair.
2016-09-21 18:25:23 +01:00
Oliver Brakmann
8e764441dc
Merge pull request #12071 from abcdefg30/noBeacons
...
Fix beacons not being cancelable
2016-09-21 18:12:50 +02:00
Paul Chote
5e974b4959
Fix control group decoration position.
2016-09-21 14:39:44 +01:00
RoosterDragon
2ffea5db54
Change Game.RunTime to a long to prevent overflow.
2016-09-20 19:06:10 +01:00
Oliver Brakmann
57ceda3025
Merge pull request #11926 from abc013/JamsRadarStances
...
Added diplomatic stances to JamsRadar
2016-09-20 19:24:57 +02:00
abcdefg30
9142452922
Fix beacons not being cancelable
2016-09-20 18:11:25 +02:00
abc013
353e61378a
Added diplomatic stances to JamsRadar
2016-09-20 13:08:42 +02:00
Paul Chote
095b093f39
Merge pull request #12046 from obrakmann/fix11996_spy-exodus-crash
...
Fix crashing when a spy's "real" owner gets changed
2016-09-20 09:15:20 +01:00
reaperrr
b10cf35972
Merge pull request #12051 from obrakmann/fix12035-selling-airfield-during-rearm-lockage
...
Fix locking an airfield that is rearming aircraft while being sold
2016-09-18 16:15:46 +02:00
reaperrr
e53180fdbc
Merge pull request #12036 from obrakmann/fix12031-close-chat-in-replays
...
Fix not being able to close the chat window in replays
2016-09-18 15:28:28 +02:00
reaperrr
32e54cd30c
Merge pull request #12038 from pchote/fix-readfailure-crash
...
Don't crash if a replay can't be read.
2016-09-18 15:22:38 +02:00
abcdefg30
05899b5b0e
Split a UnitCommandWidget from WorldCommandWidget
2016-09-18 14:55:59 +02:00
Oliver Brakmann
d099aa0d46
Fix crashing when a spy's "real" owner gets changed
2016-09-18 14:27:18 +02:00
Oliver Brakmann
88a4f73bdc
Add advisory upgrade rule for WithRearmAnimation
2016-09-18 14:20:58 +02:00
reaperrr
d3de132dbb
Merge pull request #11916 from pchote/fix-heightmap-aistrike
...
Account for terrain height in AttackBomber.
2016-09-18 13:52:40 +02:00
Oliver Brakmann
ab8c1403a8
Fix locking an airfield that is rearming aircraft while being sold
2016-09-18 13:48:17 +02:00
Oliver Brakmann
f1bdcca91d
Merge pull request #12050 from pchote/rename-pseudofullscreen
...
Give window modes human-friendly names.
2016-09-18 12:32:08 +02:00
Paul Chote
9063e44f9b
Improve error message.
2016-09-18 11:24:32 +01:00
reaperrr
ec7a236dbd
Merge pull request #11950 from Mailaender/lowbridge-polish
...
Fixed building placement on Tiberian Sun low bridges
2016-09-18 12:19:15 +02:00
Paul Chote
4077446d27
Give window modes human-friendly names.
...
* Fullscreen -> Fullscreen (Legacy)
* Pseudo-fullscreen -> Fullscreen
2016-09-18 11:16:50 +01:00
Matthias Mailänder
fd068c3f9f
Require the Terrain to be set for RadarColorFromTerrain.
2016-09-18 10:07:51 +02:00