Commit graph

3765 commits

Author SHA1 Message Date
Jordy Ruiz 4596b922be Add some space between the + and Clear in the gametype filter (#1670 6/10) 2018-11-16 13:31:21 +01:00
Jordy Ruiz 8cfc49d593 Remove top left icons (#1670 5/10) 2018-11-16 13:25:22 +01:00
Jordy Ruiz 1a50a027c0 Do not show the game types scrollbar when it's not necessary (#1670 4/10) 2018-11-16 13:20:16 +01:00
Jordy Ruiz ec4e6ead87 Make dropdown filters expandable by clicking on the line (#1670 1/10) 2018-11-16 13:08:17 +01:00
Jordy Ruiz 75a4597306 Enhanced the 'X' quit button with the proper icon and a fading red color 2018-11-15 21:10:23 +01:00
Jordy Ruiz 085fbd85b5 Added Ctrl+up/down functionality to switch filters 2018-11-15 18:40:50 +01:00
Jordy Ruiz 7f725f11cf Fix up&down key behavior for the server browser scrollbars, make UI code more readable, clean up useless parts and convoluted computations. 2018-11-15 17:54:00 +01:00
Jordy Ruiz 250a4c99e5 Merge with master 2018-11-15 17:53:38 +01:00
LordSk 04bf6c40cb Fixed button fade getting stuck in some situations 2018-11-15 16:54:59 +01:00
LordSk 76ec843f35 Fixed pre-multiplied alpha for flags, damage indicators, emotes and tile layers 2018-11-15 13:48:57 +01:00
oy bfc7c1a248
Merge pull request #1674 from LordSk/fix/ui_mouse_clip
UI: clip mouse
2018-11-14 20:12:38 +01:00
Jordy Ruiz 12a9d2a842 Fix text overlap in server info screen. Addresses #1671 2018-11-14 16:38:01 +01:00
Jordy Ruiz a9c3e3c4d2 Add menu option to disable background maps. Addresses #1566 2018-11-14 16:37:09 +01:00
Jordy Ruiz ab8b363a56 Reorganize menus a bit, adjust sizes for translations 2018-11-14 16:30:00 +01:00
LordSk e6bc7077ed fixed c++11 initialization 2018-11-14 15:49:44 +01:00
LordSk a30eff82a3 Take ClipEnable/Disable into account when checking mouse pos 2018-11-14 15:18:32 +01:00
LordSk c6467295f3 Completely fade out background rect, added back outline, restored beep on whisper. 2018-11-14 14:22:08 +01:00
LordSk 5b28eac915 Icon + box behind category when typing 2018-11-14 14:22:08 +01:00
LordSk 4b8641ec41 Show chat when typing, dark background to enhance readability when showing chat. 2018-11-14 14:22:08 +01:00
LordSk 6338ae947d Highlighted line fading background 2018-11-14 14:22:07 +01:00
oy d2365df927
Merge pull request #1664 from Dune-jr/feature-sndinitopt
Add a separate option to turn off audio and to disable the initialization of sound systems
2018-11-12 22:30:08 +01:00
Jordy Ruiz e9a7bb7088 Fix must-restart bottom text not being triggered in a specific scenario in the sound menus 2018-11-12 22:26:28 +01:00
oy 27a7691263 fixed some texture issues #1667 2018-11-12 22:17:32 +01:00
oy 3519270de8
Merge pull request #1662 from Dune-jr/fix-menusarrowcapture
Menus now properly capture up&down arrow inputs
2018-11-12 20:56:18 +01:00
oy e52a7452bc
Merge pull request #1661 from Dune-jr/fix-consolechain
Remove outdated console chain code for browser filters
2018-11-12 20:55:28 +01:00
oy 28f92559df
Merge pull request #1655 from LordSk/feature/ninja_bar
Ninja bar
2018-11-12 20:55:06 +01:00
oy 0ef6447e73
Merge pull request #1657 from axblk/json_parser_update
Update json-parser
2018-11-12 20:48:41 +01:00
oy 666cb3a32f
Merge pull request #1653 from axblk/zlib_update
Update zlib to 1.2.11
2018-11-12 20:42:28 +01:00
oy df66574d18
Merge pull request #1650 from axblk/ping_correction
More accurate ping estimation in the scoreboard
2018-11-12 20:40:25 +01:00
Jordy Ruiz bd0b5f846a Update m_NeedRestartSound to be triggered by changed to snd_init 2018-11-12 15:39:10 +01:00
nheir eb8f1f109a Remove useless code 2018-11-12 15:26:45 +01:00
Jordy Ruiz b5571f0434 Add a separate option to turn off the audio and to disable the initialization of sound systems. Adapt the menus a bit. 2018-11-12 14:33:11 +01:00
Jordy Ruiz 74e1c59717 Menus now properly capture Up&Down arrow inputs. Closes #1660 2018-11-12 14:06:55 +01:00
Jordy Ruiz cf586f0a1e Remove outdated console chain code for browser filters 2018-11-12 10:41:25 +01:00
Redix 733d077bf5 Update json-parser 2018-11-11 21:23:56 +01:00
LordSk 7d3e320d18 Draw ninja bar 2018-11-11 19:54:49 +01:00
Redix 81a2df7e28 Update zlib to 1.2.11 2018-11-11 19:41:44 +01:00
Redix 3ef912f4ec Remove unused CClient::DirectInput method 2018-11-11 19:07:55 +01:00
Redix 77924b4254 More accurate ping estimation in the scoreboard 2018-11-11 19:04:19 +01:00
oy e2c6ce81eb fixed dead tee offset. closes #1648 2018-11-11 18:26:21 +01:00
oy 26ebd7817d fixed ingame cursor graphic glitch. closes #1649 2018-11-11 18:12:57 +01:00
oy bff4f2d9cd
Merge pull request #1647 from axblk/libs_ignore
Add freetype and sdl files to .gitignore
2018-11-11 17:33:37 +01:00
Redix d616de54f3 Add freetype and sdl files to .gitignore 2018-11-11 17:31:45 +01:00
oy 925d2c6783
Merge pull request #1646 from axblk/sur_crash_fix
Fix for a client crash when reloading a survival game with sv_warmup -1
2018-11-11 17:30:03 +01:00
Redix a3500d1c02 Check the ClientIDs when receiving a snapshot 2018-11-11 16:47:53 +01:00
Redix 4fda4e335d Make sure to always enter a warmup state after reloading 2018-11-11 16:21:06 +01:00
oy 2a46b17453 fixed chat message in the console 2018-11-11 16:20:59 +01:00
Redix 1d2889a3ac Skip end-round state when the match is over
Fixes the match-end time in survival
2018-11-11 16:20:02 +01:00
Redix 3ed64edfb8 Verify that the GameData snap-item exists before using it 2018-11-11 16:19:20 +01:00
Redix 62885e8228 Fix end-round time
In some cases m_GameStateEndTick had a negative value, so the client ignored the GameData snap item
2018-11-11 16:19:08 +01:00