Commit Graph

22008 Commits

Author SHA1 Message Date
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
Paul Chote
4a1f66569b Account for terrain height in AttackBomber. 2016-08-29 10:37:27 +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
Paul Chote
074edc9d50 Fix missing cabhut shadow. 2016-08-28 18:49:25 +01:00
Paul Chote
75c6cf7c75 Fix tree depth offsets. 2016-08-28 18:46:21 +01:00
Paul Chote
0727cd46b5 Fix crate depth offset. 2016-08-28 16:28:29 +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
Paul Chote
d1b7d0e0fb Use the MATLAB Jet colormap for displaying depth data. 2016-08-28 11:52:16 +01: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
Paul Chote
2c564d133e Enable depth buffer in TS. 2016-08-27 19:14:00 +01:00
Paul Chote
103e8075f2 Fix building EMP overlay depth offsets. 2016-08-27 19:14:00 +01:00
Paul Chote
66fbc0dfc4 Fix vehicle EMP overlay depth offset. 2016-08-27 19:13:59 +01:00
Paul Chote
8b6a355850 Fix tick tank depth offsets. 2016-08-27 19:13:59 +01:00
Paul Chote
a2239b5d46 Fix titan depth offsets. 2016-08-27 19:13:59 +01:00
Paul Chote
31351d825c Fix tunnel top depth metadata. 2016-08-27 19:13:59 +01:00
Paul Chote
f0adbac5a0 Fix infantry depth metadata. 2016-08-27 19:13:59 +01:00
Paul Chote
baf5a8ebe2 Fix explosion depth metadata. 2016-08-27 19:13:59 +01:00
Paul Chote
4e5c1deb5d Fix harvester harvest animation. 2016-08-27 19:13:58 +01:00
Paul Chote
1ff1435953 Set Offset on wake and resources. 2016-08-27 19:13:58 +01:00
Paul Chote
b52a81210e Set ZRamp on overlays. 2016-08-27 19:13:58 +01:00
Paul Chote
b066b88281 Set ZRamp on craters. 2016-08-27 19:13:58 +01:00