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
Matthew Uzzell
6110357460
#10416 Added ready checkbox for spectating admins
2016-07-14 23:42:32 +01:00
Matthias Mailänder
5245df729d
Migrate to Open.Nat version 2.0.16
...
Move the dependency from all libraries to game engine only.
Initialize after the renderer setup to ensure a visible window.
2016-06-19 08:41:14 +02:00
Paul Chote
3ac42e1643
Generalise and combine cancel/confirm prompts.
2016-06-16 18:28:02 +01:00
Paul Chote
0b97a81616
Remove legacy music installer.
2016-06-14 20:18:56 +01:00
reaperrr
9def6b0f70
Merge pull request #11211 from Mailaender/debugcustomterrain
...
Added a CustomTerrainDebugOverlay
2016-06-12 11:53:47 +02:00
Matthias Mailänder
9b6e15ea78
Add a CustomTerrain debug overlay.
2016-06-06 19:25:37 +02:00
Oliver Brakmann
65a5bd4e89
Resize the Tiberian Dawn mission browser dialog
2016-06-05 00:13:46 +02:00
reaperrr
f31ea658ef
Merge pull request #11148 from pchote/improve-scroll-input
...
Expose separate middle and right mouse scroll config.
2016-05-13 22:44:18 +02:00
reaperrr
eb6157f81e
Merge pull request #11197 from pchote/add-sysinfo-opt-out-prompt
...
Add sysinfo opt out prompt
2016-05-08 13:10:55 +02:00
Paul Chote
98faa15d62
Add an opt-out prompt for system information collection.
2016-04-27 22:14:26 +01:00
Paul Chote
9d02c53638
Expose separate middle and right mouse scroll config.
2016-04-17 21:27:20 -04:00
szabkel
1b4a42d3d9
Added MusicControllerLogic, now we can handle audio buttons anywhere in the game.
2016-04-17 16:11:42 +02:00
Paul Chote
1fadc8531c
Restore two-button prompt for two-button dialogs.
2016-04-01 17:51:44 +01:00
Paul Chote
10738b0c77
Remove dead space when viewing the observer menu stats.
2016-03-27 13:59:46 +02:00
Paul Chote
dbe55eedaf
Fix multi-line tooltip padding.
2016-03-12 16:43:05 +00:00
Paul Chote
01a14d9ae5
Move mission briefing to rules.
2016-03-07 21:41:14 +00:00
Pavel Penev
aa78dc32e3
Merge pull request #10874 from obrakmann/fix-spyware-typos
...
Fix typos in advanced settings dialog
2016-03-04 21:19:21 +02:00
Oliver Brakmann
bae8c09e8c
Merge pull request #10873 from abcdefg30/lobbyGame
...
Change the game lobby's chat label from 'Lobby' to 'Game'
2016-03-04 20:11:22 +01:00
Oliver Brakmann
85d0be5d3e
Fix typos in advanced settings dialog
2016-03-04 19:29:18 +01:00