abcdefg30
9ddfe23e17
Merge pull request #11900 from abc013/DeflectionStances
...
Replaced the AlliedMissiles boolean on JamsMissiles by a Stances field
2016-08-29 15:03:08 +02:00
Paul Chote
f2b847607c
Merge pull request #11899 from GraionDilach/gen2-crate-paradrop
...
Do not apply the cell's Z offset twice during crate positioning.
2016-08-29 13:47:41 +01:00
Matthias Mailänder
401d330d46
Add a destroyable low bridge to Tread Lightly.
2016-08-29 13:34:53 +01:00
Matthias Mailänder
638fa3a3e6
Reimport Tread Lightly
2016-08-29 13:29:02 +01:00
Matthias Mailänder
6524a10faa
Reimport map "River Raid"
2016-08-29 13:29:02 +01:00
Matthias Mailänder
3759ab6fa6
Reimport map "A River Runs Near It"
2016-08-29 13:29:02 +01:00
Paul Chote
9d17038843
Add bridge depth metadata.
2016-08-29 13:29:02 +01:00
Matthias Mailänder
4717d3e190
Add static Tiberian Sun low bridges.
2016-08-29 13:29:01 +01:00
Paul Chote
5482fdb839
Fix duplicate import of multi-cell overlays.
2016-08-29 13:27:29 +01:00
Matthias Mailänder
02fecc4d87
Merge pull request #11781 from Turupawn/bleed
...
Same unit command sounds wont overlap anymore
2016-08-29 06:54:41 +02:00
Matthias Mailänder
b7d0947d7d
Merge pull request #11915 from pchote/lightpost-alpha-mod
...
Disable modifiers on TS alpha palette.
2016-08-28 22:43:43 +02:00
Paul Chote
c558ea240c
Disable modifiers on alpha palette.
2016-08-28 18:52:24 +01:00
Oliver Brakmann
c842209645
Merge pull request #11901 from abcdefg30/frozenCenter
...
Fix GpsDots being displayed when their CenterPosition is shrouded
2016-08-28 14:36:04 +02:00
Oliver Brakmann
d6095d9a6a
Merge pull request #11535 from Mailaender/upnp-discoverability
...
Improved the UPnP settings discoverability
2016-08-28 14:23:27 +02:00
Oliver Brakmann
1c12ad5cee
Merge pull request #11903 from abcdefg30/indexing
...
Fix a possible crash in the lua Player.Team property
2016-08-28 14:16:48 +02:00
Oliver Brakmann
c9c542cb37
Show advisory notice when UPNP isn't supported by the router
2016-08-28 14:05:03 +02:00
Matthias Mailänder
a79cc6a606
Add a notice why automatic port forwarding is disabled.
2016-08-28 14:05:03 +02:00
Matthias Mailänder
273dcce4d4
UPnP NAT discovery requires a restart as well.
2016-08-28 14:05:03 +02:00
Matthias Mailänder
5b2d6e9a47
Merge pull request #11905 from abcdefg30/timers
...
Fix timers in ObserverProductionIconsWidget being calculated wrongly in replays
2016-08-28 13:40:27 +02:00
Matthias Mailänder
e9eefcbc1b
Add transparency to the Nod laser turret beam.
2016-08-28 12:41:02 +02:00
Matthias Mailänder
fc7e149401
The color definition changed to hex notation.
2016-08-28 12:23:40 +02:00
Matthias Mailänder
e4491a7957
Remove hard-coded LaserZap transparency.
2016-08-28 12:22:45 +02:00
abcdefg30
8bf6e15b9f
Merge pull request #11908 from alercah/alercah-author
...
Add me to AUTHORS
2016-08-28 12:10:22 +02:00
abcdefg30
81acb8dd2f
Merge pull request #11907 from alercah/resource-display-interface
...
Move resource tick logic into chrome classes.
2016-08-28 12:09:54 +02:00
abcdefg30
74ad33d14e
Fix the positioning of the mute label in the TD music player
2016-08-28 11:54:03 +02:00
abcdefg30
11d49f3c1b
Merge pull request #11910 from SoScared/balancewall
...
[RA] Tweak damage vs Concrete with flamers and E3.
2016-08-28 11:27:47 +02:00
Oliver Brakmann
d14ff2a54e
Fix removing things in the editor when stopping standard-scrolling with RMB
...
The cause for this was that the `HandleMouseInput` method of the `EditorViewPortController` ran before the one from the regular `ViewPortController`, thus intercepting the button press.
Switching the order of the two around fixes that, but introduced another problem, namely that the tooltips stopped working. Switching the order meant that the `ViewPortController` laid "on top" of the `EditorViewPortController`, so the latter didn't receive the `MouseEntered` event anymore. Setting the `IgnoreMouseOver` flag in the `ViewPortController` fixes this.
2016-08-28 11:26:23 +02:00
SoScared
d2fb972c91
tweak some damage vs walls
2016-08-27 23:19:32 +02:00
Alexis Hunt
becbee8388
Move resource tick logic into chrome classes.
2016-08-27 17:17:24 -04:00
Alexis Hunt
61b3bd09b7
Add me to AUTHORS
2016-08-27 16:35:50 -04:00
abc013
ad108a0108
Added an ugrade rule and updated the ra mod
2016-08-27 22:10:35 +02:00
abc013
c2f21a21ef
Replaced the AlliedMissiles boolean on JamsMissiles by a Stances field (DeflectionStances).
2016-08-27 22:09:12 +02:00
abcdefg30
cd1c520c5c
Fix timers in ObserverProductionIconsWidget being calculated wrongly in replays
2016-08-27 20:35:44 +02:00
Matthias Mailänder
84d58f78d2
Merge pull request #11902 from pchote/score-line-margin
...
Increase the left margin of the ingame-menu team line.
2016-08-27 20:21:14 +02:00
Matthias Mailänder
a7869fc010
Merge pull request #11866 from pchote/ts-civ-sequences
...
Remove duplication from TS civilian structure sequences.
2016-08-27 20:13:09 +02:00
abcdefg30
284d5e5af5
Fix a possible crash in the lua Player.Team property
2016-08-27 19:44:37 +02:00
Matthias Mailänder
020b0e628e
Merge pull request #11871 from pchote/fix-production-circle
...
Remove hardcoded constants from Fly and ProductionAirdrop.
2016-08-27 19:43:15 +02:00
Paul Chote
82bee715df
Add ^crate default for crates, drums, and palettes.
2016-08-27 18:31:04 +01:00
Paul Chote
4676e8b083
Overhaul civilian.yaml
2016-08-27 18:31:04 +01:00
Paul Chote
1b2e0ed55a
Remove duplication from tree sequences.
2016-08-27 18:31:04 +01:00
Paul Chote
a6628efafb
Remove duplication and set ZRamp on tracks and rocks.
2016-08-27 18:31:04 +01:00
abcdefg30
57d6f678e1
Remove an outdated TODO comment
2016-08-27 19:24:25 +02:00
Paul Chote
9e025e25ad
Increase the left margin of the ingame-menu team line.
2016-08-27 18:03:16 +01:00
abcdefg30
cda23e808f
Fix GpsDots being displayed when their CenterPosition is shrouded
2016-08-27 19:02:27 +02:00
reaperrr
7ac5a25ce6
Merge pull request #11882 from pchote/remove-astar-overlay
...
Remove legacy A* visualisation.
2016-08-27 18:37:23 +02:00
reaperrr
058bb49dff
Merge pull request #11501 from pchote/tibsun-carryall
...
Add Carryall/Carryable traits, merging ts and d2k carryall behavior
2016-08-27 18:31:56 +02:00
Paul Chote
c3c6af018a
Set carried turret facing on delivery.
2016-08-27 17:08:33 +01:00
Oliver Brakmann
7fbe282167
Merge pull request #11864 from pchote/line-depth
...
Fix line rendering with depth buffer enabled.
2016-08-27 17:57:30 +02:00
reaperrr
7739e7c0e0
Merge pull request #11887 from ABrandau/GDI-Medic-Sequence-Fix
...
TS medic crawl shadow frames correction.
2016-08-27 17:05:00 +02:00
Paul Chote
735a031d6e
Fix selection rectangle with depth buffer enabled.
2016-08-27 15:43:20 +01:00