reaperrr
e527513cbd
Made voxel turret and barrel traits upgradable.
2015-08-08 18:13:27 +02:00
reaperrr
281a87acbc
Fix WithAttackAnimation breaking WithMoveAnimation
2015-08-08 17:00:38 +02:00
Matthias Mailänder
4e101afb6d
Merge pull request #8838 from reaperrr/withbarrel2
...
Fixed WithBarrel and made it upgradable
2015-08-08 16:50:42 +02:00
Matthias Mailänder
88b98fa8ef
Merge pull request #8975 from penev92/bleed_rename
...
Some more renaming from "country" and "race" to "faction"
2015-08-08 16:13:16 +02:00
Pavel Penev
3cb707ad3c
Remove producer-is-in-world assumptions from Production
...
D2k upgrades need to be actors that never actor the world, produced by the PlayerActor, who is also not in the world, but the Production trait expects the producer to be in the world even if it has Exit.MoveIntoWorld = False, allowing the producees to not enter the world.
2015-08-08 16:36:24 +03:00
Paul Chote
309e3ac99e
Merge pull request #8936 from Mailaender/lint-perf
...
Improved the --check-yaml performance
2015-08-08 10:57:57 +01:00
atimoschenkow
b1c51cc910
Fix for #6161 queue commands for Plane/Heli (do not ignore Order.Queued in ResolveOrder())
2015-08-07 23:41:03 +02:00
Matthias Mailänder
7a466890e5
hide tabs when script errors occur
2015-08-06 12:51:07 +02:00
Matthias Mailänder
d4a0bfe2a5
disable menu buttons when script errors occur
2015-08-06 12:49:35 +02:00
Matthias Mailänder
f1b9b31f07
remove duplicated line
2015-08-06 12:49:35 +02:00
Pavel Penev
55479435ef
Merge pull request #8963 from Mailaender/ra-observer-dropdown-separator
...
Fixed red DropDown separator on black observer UI
2015-08-06 12:10:24 +03:00
Paul Chote
155d0cc97d
Reveal the initial resources if shroud is disabled.
...
Fixes #8943 .
2015-08-05 20:27:36 +01:00
Matthias Mailänder
987fdab042
unhardcode the chrome definition keys
2015-08-05 21:19:09 +02:00
Pavel Penev
10aee9ffa9
Rid Transforms and Transform of "race"
2015-08-05 18:15:11 +03:00
Pavel Penev
faf0da6994
Rename Session.Slot.LockRace
2015-08-05 18:11:10 +03:00
Pavel Penev
2f38239f32
Clean up LobbyUtils from "race" a bit
2015-08-05 18:07:26 +03:00
Pavel Penev
5eaf5b5b51
Rename Session.Client.Race
2015-08-05 17:45:56 +03:00
Pavel Penev
50f4508123
Rid SpawnSelectorTooltipLogic from "Country"
2015-08-05 17:35:07 +03:00
Pavel Penev
957af9ac5e
Rename SpawnOccupant.Country
2015-08-05 17:31:00 +03:00
Matthias Mailänder
3b47aff61c
correct the namespace according to file location
2015-08-05 15:31:07 +02:00
Matthias Mailänder
281699baea
add missing weapon reference
2015-08-05 15:30:51 +02:00
Matthias Mailänder
78b200d26a
add missing sprite sequence and image references
2015-08-05 15:30:39 +02:00
abcdefg30
668b46c297
Merge pull request #8946 from pchote/fix-faction-tooltips
...
Fix orphaned tooltips when dismissing a dropdown.
2015-08-05 14:02:13 +02:00
Paul Chote
de4fbfd47a
Reset tooltips when dismissing a DropDownButtonWidget.
2015-08-05 09:11:19 +01:00
Paul Chote
710a32d1ce
Extract ScrollPanel tooltip workaround into common code.
2015-08-05 09:11:19 +01:00
Paul Chote
1aa5852a5b
Force helicopters to land before transforming.
2015-08-05 08:59:32 +01:00
abcdefg30
ed78e3aa9c
Merge pull request #8923 from reaperrr/prj-shadow
...
Made projectile shadows heightmap-aware
2015-08-04 20:32:02 +02:00
abcdefg30
0ecc5e388d
Merge pull request #8881 from atlimit8/FixAircraftGetActorBelowAltitudeChecking
...
Fix Aircraft.GetActorBelow() altitude checking
2015-08-04 18:08:32 +02:00
deniz1a
2ca949dbd2
Renames Shroud lobby option to Explored map.
2015-08-04 17:31:07 +03:00
deniz1a
7efbf0633e
Changes shroud lobby setting from disabling shroud to revealing it.
2015-08-04 17:31:06 +03:00
abcdefg30
a94e35163a
Have flying actors account for terrain height
2015-08-04 15:48:03 +02:00
abcdefg30
582c93dda5
Merge pull request #8784 from Mailaender/heli-drop-sounds
...
Added helicopter takeoff and landing sound
2015-08-04 14:53:00 +02:00
Matthias Mailänder
fb22c9a1e5
test unchanged miniyaml rules only once
2015-08-04 14:20:52 +02:00
abcdefg30
d0fb08a48c
Merge pull request #8920 from pchote/fix-map-border
...
Account for disabled shroud/fog in ShroudRenderer.
2015-08-04 12:27:26 +02:00
Pavel Penev
958e996004
Merge pull request #8922 from pchote/fix-tabcomplete-crash
...
Fix a divide by zero crash in TabCompletionLogic.
2015-08-04 00:44:50 +03:00
reaperrr
efc7915f4f
Made projectile shadows heightmap-aware.
2015-08-03 23:36:16 +02:00
Paul Chote
0aca03158c
Fix a divide by zero crash in TabCompletionLogic.
2015-08-03 21:42:30 +01:00
Paul Chote
800fe5ff8d
Merge pull request #8902 from deniz1a/dropdown-autoscroll
...
Makes dropdown menus auto-scroll to selected item.
2015-08-03 21:13:41 +01:00
Paul Chote
0b4543919d
Account for disabled shroud/fog in ShroudRenderer.
...
Fixes #8827 .
2015-08-03 21:07:02 +01:00
Pavel Penev
3961f3d6c7
Merge pull request #8908 from Mailaender/fix-spectating-desync
...
Fixed a desync when a player surrenders
2015-08-03 22:57:41 +03:00
atlimit8
d785c50c3e
WithProductionOverlay: replace ITick => INotifyCreated & add INotifyOwnerChanged
2015-08-03 10:00:33 -05:00
reaperrr
94f6dd5e56
Allow WithBuildingExplosion to randomly select from multiple sequences
...
Necessary for TS/RA2-style building explosions.
2015-08-03 16:35:58 +02:00
Matthias Mailänder
bbb186d9c8
fix marking player as spectator going through unsynced code
2015-08-03 10:28:32 +02:00
deniz1a
53329b7068
Makes dropdown menus auto-scroll to selected item.
2015-08-02 23:27:54 +03:00
atlimit8
a209e9db4c
Fix Aircraft.GetActorBelow() altitude checking
2015-08-02 11:51:34 -05:00
Taryn Hill
7656ad3d12
Use a default of 1d instead of 0d in LightingGlobal if the necessary trait doesn't exist
2015-08-02 10:26:15 -05:00
Taryn Hill
2f452d88b3
Rename EffectsGlobal to LightingGlobal
...
Remove ChangeLighting in favor of individual channels
Change RA's fort-lonestar to use Lighting instead of Effect
2015-08-02 10:03:39 -05:00
Paul Chote
a0c256173b
Merge pull request #8851 from penev92/bleed_rename
...
Some more renaming from "race" to "faction"
2015-08-02 15:34:41 +01:00
Pavel Penev
a75f8f63be
Add an upgrade rule for BuildableInfo.ForceRace rename
2015-08-02 17:19:46 +03:00
Oliver Brakmann
43a3717659
Merge pull request #8888 from deniz1a/fix-assetbrowser
...
Revert "Improves filter text field in asset browser."
2015-08-02 16:12:21 +02:00