Oliver Brakmann
a869dacdc4
Remove tooltips from map preview in MP server browser
2017-05-30 22:30:31 +01:00
Paul Chote
28fdb71163
Remove mod chooser reference from music installation prompt.
2017-05-29 12:33:20 +02:00
Paul Chote
7f3f36885a
Fix bogus variable names in widget widths.
2017-05-27 13:00:00 +02:00
Paul Chote
29d827079e
Fix "game" chat tab mouseover not working from globalchat login tab.
2017-05-27 13:00:00 +02:00
rob-v
a26210f914
Replays with MapPreview (like in Lobby)
2017-05-14 21:06:16 +01:00
rob-v
0e3cc1ad28
(Lobby)MapPreviewLogic refactoring
2017-05-14 21:06:16 +01:00
rob-v
ffc3f6e0d0
LAN games discovery
2017-05-14 22:01:25 +02:00
reaperrr
669cf01d80
Merge pull request #13224 from daVoodooShuffle/fix-13153
...
Cleaned Up Chrome Expression Whitespacing
2017-05-06 14:44:40 +02:00
daVoodooShuffle
53bf52149c
Closes #13153
...
Modified all expressions to contain a space on either side
Only effects the YAML files that contain config variables:
X:
Y:
Width:
Height:
2017-05-06 15:26:41 +10:00
reaperrr
ea29cce3cf
Merge pull request #13002 from rob-v/LobbyOptionsEditableByHost
...
Host can change Team and Spawn of any player. #12936
2017-05-04 19:15:01 +02:00
Taryn Hill
12f2fc3410
Merge pull request #13175 from rob-v/GlobalChat
...
Enhance - unify global chat (with lobby chat)
2017-04-29 09:28:34 -05:00
rob-v
bd025873cf
Host can change Team and Spawn of any player. #12936
2017-04-23 12:06:44 +02:00
rob-v
1206205d17
Enhance - unify global chat (with lobby chat)
2017-04-22 20:25:20 +02:00
reaperrr
9ca75d6c8d
Merge pull request #13176 from pchote/fix-td-dialog-spam
...
Remove invalid Background widgets from TD map editor.
2017-04-22 16:15:35 +02:00
reaperrr
9f8e9426af
Merge pull request #13005 from rob-v/LobbyMapTooltips
...
Added tooltip to Lobby Map title #12930 #12595
2017-04-22 15:31:34 +02:00
Paul Chote
2e751e937f
Remove invalid Background widgets from TD map editor.
2017-04-22 14:17:33 +01:00
Paul Chote
ec42aed6bc
Redirect mod chooser to content manager.
2017-04-21 18:02:20 +01:00
rob-v
199e9847d1
Add tooltips to production statistics #12820
2017-04-17 21:51:23 +02:00
rob-v
ffb639bd7c
Added tooltip to Lobby Map title #12930 #12595
2017-04-03 10:11:29 +02:00
Paul Chote
2da4e87b94
Implement new server-connection mod switching logic.
2017-02-11 16:21:34 +00:00
Paul Chote
9a1efbc08b
Simplify asset browser error message display.
2017-01-29 17:34:36 +00:00
Paul Chote
03236927e5
Replace TD shellmap with a fixed background.
2016-12-23 11:34:23 +00:00
Paul Chote
a16344d347
Remove "Show Shellmap" setting.
2016-12-23 11:34:23 +00:00
Paul Chote
55f76c02d6
Disable world sounds when the ingame menu is open.
2016-12-23 11:34:23 +00:00
Paul Chote
10b5d8a06b
Show replay percentage as a tooltip.
2016-10-23 13:29:06 +01: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
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
05899b5b0e
Split a UnitCommandWidget from WorldCommandWidget
2016-09-18 14:55:59 +02:00
abcdefg30
e511faa2ea
Fix spectators not being able to issue commands in TD
2016-09-18 14:55:58 +02:00
Oliver Brakmann
aa68e9bfca
Fix not being able to close the chat window in replays
2016-09-17 15:05:00 +02:00
abcdefg30
d5e6c1f427
Remove the TopBottomSpacing from the score screen player list
2016-09-06 14:21:11 +02:00
Paul Chote
501252af19
Merge pull request #11693 from obrakmann/player-color-contrast
...
Add contrast to text drawn in player colors
2016-09-02 20:24:22 +01:00
Oliver Brakmann
624e69e97b
Replace use of Contrast with Shadow for ingame chat and support power timers
2016-09-02 20:58:46 +02:00
Oliver Brakmann
38c16e4f7a
Add a shadow to text drawn in player colors
2016-09-02 20:58:46 +02:00
Paul Chote
7700250974
Merge pull request #11906 from abcdefg30/tdMute
...
Fix the positioning of the mute label in the TD music player
2016-09-02 19:39:24 +01:00
abcdefg30
25be7d1434
Fix the positioning of the mute label in all lobbies
2016-08-29 21:51:33 +02:00
abcdefg30
d204026c84
Merge pull request #11879 from obrakmann/fix11849_mousescrolling-order-trigger
...
Fix issuing orders when releasing RMB after joystick-scrolling
2016-08-29 21:07:18 +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
abcdefg30
74ad33d14e
Fix the positioning of the mute label in the TD music player
2016-08-28 11:54:03 +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
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
9e025e25ad
Increase the left margin of the ingame-menu team line.
2016-08-27 18:03:16 +01:00
Paul Chote
32eb98c17d
Remove legacy A* visualisation.
2016-08-26 16:55:46 +01:00
reaperrr
b5f36013c2
TD yaml style fixes
2016-08-21 19:36:48 +02:00
Oliver Brakmann
207f0d2056
Allow saving maps with multiple visibility options
2016-08-08 23:14:06 +02:00
Zimmermann Gyula
6b7ccd8aa5
Rename the Experience coloumn to Score in observer stats.
2016-07-27 02:46:10 +02:00
Oliver Brakmann
56ae4e846b
Add GUI integration for PlayerExperience
2016-07-19 22:23:03 +02:00
abcdefg30
76e57895b5
Merge pull request #11645 from RailTracker/bleed
...
Changed Basic and Combat observer stats to include Assets Destroyed/L…
2016-07-18 19:58:11 +02:00
Anthony Diep
b96de91480
Changed Basic and Combat observer stats to include Assets Destroyed/Lost instead of K/D ratio
2016-07-17 14:55:10 -07:00