Commit graph

3163 commits

Author SHA1 Message Date
oy ffc7ebd5c7
Merge pull request #1898 from LordSk/fix/serverbrowser_entry
Fixed server browser entry text color & close region
2018-12-17 17:26:00 +01:00
oy 99d12c9fbb small improvement 2018-12-17 17:20:01 +01:00
LordSk 1bee77e041 Pass text color to detail scoreboard 2018-12-17 17:19:27 +01:00
Jordy Ruiz c7155e0ce8 Cancel whisper when target leaves 2018-12-17 17:08:10 +01:00
oy 7ff37cb9b9 added a fallback system in case a graphic card don't support the texture3D size we need for the tilesets. closes #1888 2018-12-17 17:04:45 +01:00
Jordy Ruiz 327a2283b8 Add Localize comments to fix the string export scripts 2018-12-17 16:14:36 +01:00
oy c92f044f39
Merge pull request #1893 from Dune-jr/feature-ready-notification
Notify players which key they should press to set themselves ready
2018-12-17 15:52:04 +01:00
oy 74d05d4969
Merge pull request #1892 from Dune-jr/add-difficultyinfo
Add difficulty info to the ingame menus
2018-12-17 15:49:41 +01:00
LordSk 7c9e040a8a Fixed entry closing when clicking on server details 2018-12-17 14:56:04 +01:00
Jordy Ruiz 88622ec94d Adjust chat messages to not display UID when option is turned off 2018-12-17 14:33:23 +01:00
Jordy Ruiz b375ce4077 Notify players which key they should press to set themselves ready 2018-12-17 12:55:04 +01:00
Jordy Ruiz 4186569040 Add difficulty info to the ingame menus 2018-12-17 12:25:12 +01:00
Jordy Ruiz 171f1c39d3 Properly blend UID in chat 2018-12-17 11:58:49 +01:00
oy b1a6d9e3f0 fixed score reset when warmup ends. closes #1885 2018-12-16 13:10:54 +01:00
oy 5ec0efd424
Merge pull request #1871 from sepulzera/fix-1841
Fix change_map command not always changing (close #1841)
2018-12-16 12:21:33 +01:00
sepulzera 742c7ed629 Fix EndMatch without sv_maprotation being set 2018-12-16 11:41:53 +01:00
oy ab0938f5d1 fixed flickering selected entry on scroll in the server browser. closes #1876 2018-12-16 11:36:20 +01:00
oy 1bfbff2187 fixed text overlaps within some popup messages. closes #1843 2018-12-16 10:38:41 +01:00
oy 71f9ab7c71 removed old code 2018-12-16 10:22:08 +01:00
oy 96eda334b5 added confirmation popup for removing a filter. closes #1878 2018-12-16 10:11:27 +01:00
oy 87a40b276d removed some old code 2018-12-16 09:59:29 +01:00
oy 4d992ecc43 made the add friend button text more logical and fixed alignment. closes #1879 2018-12-16 09:56:58 +01:00
oy a0875f6498 fixed removing of online clan friend. closes #1877 2018-12-16 09:49:58 +01:00
oy 512133fd4a
Merge pull request #1868 from nheir/fix/1867
sort by real players/clients
2018-12-15 13:53:02 +01:00
nheir 1cb89e3cc9 typo == 2018-12-15 13:48:41 +01:00
oy fd541861f5
Merge pull request #1870 from nheir/fix/1866
fi: uid background is red in dm
2018-12-15 12:57:23 +01:00
oy 868b35fea0
Merge pull request #1864 from nheir/fix/invalid-serverinfo
Fix: invalid serverinfo
2018-12-15 12:56:25 +01:00
sepulzera 82ac68b38f Fix change_map command not always changing (close #1841)
After applying this commit, the change_map command will work even
- when in warmup
- when the map is not finished (sv_matches_per_map)
2018-12-15 10:06:51 +01:00
nheir d868225f1d fi: uid background is red in dm 2018-12-15 10:02:07 +01:00
nheir 99725c7417 remove comments 2018-12-15 09:44:23 +01:00
nheir 0809eefc1c sort by real players/clients 2018-12-15 09:36:53 +01:00
nheir 16f608ab91 fix: NumClient > MaxClients is invalid 2018-12-14 20:42:32 +01:00
sepulzera 9adb31df81 Fix CycleMap end map matches 2018-12-14 20:09:29 +01:00
oy d1bf48f42c
Merge pull request #1794 from Dune-jr/feature-cancel-emote
Emotes can now be cancelled by releasing the mouse in the middle of the circle
2018-12-13 20:57:35 +01:00
Jordy Ruiz e716482d58 Adjust volume label size 2018-12-13 13:40:00 +01:00
oy 563ae8231a fixed click a player to follow note just showing up on own teamchange. closes #1848 2018-12-12 23:48:16 +01:00
oy 41846559bf
Merge pull request #1837 from Dune-jr/fix-activelistbox
Language/Theme listboxes now always render selection, despite not always accepting inputs
2018-12-11 20:43:37 +01:00
Jordy Ruiz 6139aaf42b General settings listboxes now only process inputs after being clicked on 2018-12-11 12:10:30 +01:00
oy 19e918d0f1 fixed overlapping name within ingame server info. closes #1832 2018-12-10 21:08:27 +01:00
oy 62dbf469fe
Merge pull request #1836 from Dune-jr/fix-theme-saving
Fix none theme not saving properly (default is selected at restart) - #1833
2018-12-10 20:37:18 +01:00
Jordy Ruiz faec1e553b Do not complain about invalid ClientID when no parameter is given to chat whisper 2018-12-10 18:14:34 +01:00
Jordy Ruiz d8392baa40 Default general settings listboxes to none selected 2018-12-10 17:50:37 +01:00
Jordy Ruiz 288236891d Language/Theme listboxes now always render selection, despite not always accepting inputs 2018-12-10 17:23:53 +01:00
Jordy Ruiz e25c28e8e3 Fix none theme not saving properly (default is selected at restart) 2018-12-10 15:31:43 +01:00
oy c4fbceb02e fixed stuck input. closes #1761 2018-12-09 19:44:33 +01:00
oy a05e40f96a fixed clipping in the server browser. closes #1818 2018-12-09 19:27:22 +01:00
oy 0e9b8aa220
Merge pull request #1822 from Dune-jr/fix-countryflags
Fixed the selection of UK flags
2018-12-09 19:00:24 +01:00
oy ea6c6953e0 fixed chat messages for players with empty names. closes #1775 2018-12-09 18:58:34 +01:00
Jordy Ruiz c7036b9987 Also fix country flags selection in the server browser 2018-12-09 18:49:54 +01:00
oy 80843bcf27
Merge pull request #1824 from Dune-jr/fix-readystate
Fix readystate when player leaves or spectates (#1784)
2018-12-09 18:28:06 +01:00
oy 0f9270e7d4
Merge pull request #1823 from LordSk/fix/scoreboard_swap_ping_score
Scoreboard: Moved ping column
2018-12-09 18:22:26 +01:00
oy 1b020f4ca9
Merge pull request #1820 from savander/bug/no-hover
Add hover over quick search button
2018-12-09 18:13:10 +01:00
Zwelf 68920a037e Set alt key to move between words for OSX 2018-12-09 15:42:34 +01:00
Zwelf b37f77574e Added ctrl+arrows/backspace/delete keys for text input 2018-12-09 15:42:32 +01:00
LordSk 5548ee01bd Swapped Ping and Score columns 2018-12-09 15:31:22 +01:00
Jordy Ruiz 9809b18488 Fix disconnecting players being counted in GetPlayersReadyState 2018-12-09 15:29:29 +01:00
Jordy Ruiz e6b91a97c2 Fixed blocked flags causing the selected flag to not match the ListBox index 2018-12-09 14:29:54 +01:00
Unknown 1d0078be49 Fix packet resending 2018-12-09 00:25:07 +01:00
Savander 7c0a03a005 Add hover over quick search button 2018-12-09 00:14:23 +01:00
oy c25fd502a0
Merge pull request #1815 from fokkonaut/master
fix typo (capital letter in console)
2018-12-08 17:54:08 +01:00
oy e61b3645aa
Merge pull request #1806 from Dune-jr/fix-checkmark
Fix scoreboard spacing, make some room for the checkmark
2018-12-08 17:50:36 +01:00
fokkonaut 4143e8af7e fix typo (capital letter in console) 2018-12-08 17:04:34 +01:00
Jordy Ruiz fd2e933de5 Fix damage indicators angle 2018-12-07 19:28:12 +01:00
Jordy Ruiz 8dfbc705af Make some more room for the checkmark 2018-12-07 19:00:19 +01:00
Jordy Ruiz fac3dba7e6 Resume game when last non-ready player leaves or spectates 2018-12-07 12:45:33 +01:00
oy b9144fb5f1
Merge pull request #1800 from Dune-jr/add-locale-context
More localization context
2018-12-06 20:56:01 +01:00
oy d25e419efc
Merge pull request #1796 from Dune-jr/fix-votekey
Fix broken key helper in callvote popup
2018-12-06 20:55:02 +01:00
Jordy Ruiz 4e84c04c35 Remove red/blue as locales, reuse red flag/blue flag instead 2018-12-05 17:58:42 +01:00
Jordy Ruiz 6c60a2cc50 Add context to some locales 2018-12-05 17:57:21 +01:00
Jordy Ruiz 583e37f418 Fix broken key helper in callvote popup 2018-12-05 16:02:10 +01:00
Jordy Ruiz d04d29dd1c Emotes can now be cancelled by releasing the mouse in the middle of the circle. Closes #1786 2018-12-05 13:07:00 +01:00
Jordy Ruiz 1cf43b7ae7 Move 'Show user IDs' option up to keep consistency 2018-12-04 19:04:43 +01:00
oy 1cdd43d6de
Merge pull request #1774 from Dune-jr/remove-gfxrefreshrate
Remove unused gfx_refresh_rate option
2018-12-04 18:27:56 +01:00
Jordy Ruiz d87a157c65 Remove unused gfx_refresh_rate option 2018-12-04 17:00:34 +01:00
Jordy Ruiz e46d0084eb Add some more localization context for the menus 2018-12-04 09:12:09 +01:00
Jordy Ruiz c274925af7 Fix some localizations 2018-12-04 09:06:16 +01:00
oy ee8b6dff99
Merge pull request #1767 from ChillerDragon/UnusedConnect
Remove unused connect code
2018-12-03 18:48:32 +01:00
ChillerDragon bede7e0b14 Remove empty lines 2018-12-03 17:00:53 +01:00
ChillerDragon 24aed18b61 Remove unused connect code 2018-12-03 15:39:19 +01:00
LordSk 4b09431c78 Map screen again since moving the function up removed it 2018-12-03 13:48:47 +01:00
oy 6febd33997 fixed data dir detection on macos 2018-12-03 10:37:26 +01:00
oy a25f7e57e5 changed version to 0.7.1 2018-12-02 19:40:22 +01:00
oy c5af2a77a5 show a notification "click a player or flag to follow it" when joining spectator 2018-12-02 18:21:53 +01:00
oy 814c76248a Merge branch 'master' of https://github.com/teeworlds/teeworlds 2018-12-02 17:33:12 +01:00
oy 9b50815c6e fixed problem with initializing sv_player_slots 2018-12-02 17:33:02 +01:00
oy 4f71242925
Merge pull request #1760 from ChillerDragon/UnusedGraphicsInclude
remove unused graphics include
2018-12-02 17:13:59 +01:00
oy 359042fb42 fixed that set_team commands respect the available player slots 2018-12-02 17:11:14 +01:00
ChillerDragon fa7f7d6b7d remove unused graphics include 2018-12-02 17:06:59 +01:00
oy 548baa7b70
Merge pull request #1759 from LordSk/fix/chat_truncated
Adapt chat size depending on scoreboard
2018-12-02 16:11:48 +01:00
LordSk 05b6440739 Adapt chat size depending on scoreboard 2018-12-02 16:04:58 +01:00
nheir 8184bc1119 sanitize sv_player_slots 2018-12-02 15:59:37 +01:00
oy afb5029c61 added id's to the scoreboard. closes #1747 2018-12-02 15:09:44 +01:00
oy 2ac756c5f0 fixed team change unbalance indication in the ui. #1752 2018-12-02 13:43:42 +01:00
Henri D 1653d47350
ignore 0 damage 2018-12-02 12:55:10 +01:00
oy 2c76f33f93 fixed events for 64 players 2018-12-02 12:43:55 +01:00
oy c87fcb293e check for valid placeholders within translation files 2018-12-02 00:12:23 +01:00
oy 3e9eeff1c5 fixed offset of the ctf flag in the scoreboard 2018-12-01 21:00:11 +01:00
oy bce1eda7bb reduced alpha of the game menu and adjusted the record button 2018-12-01 19:14:36 +01:00
oy 5768a35018 moved game buttons to the top. #1698 2018-12-01 18:02:17 +01:00
oy 3bb6f9d959 fixed a typo 2018-12-01 15:24:42 +01:00