Commit graph

3939 commits

Author SHA1 Message Date
oy 2e63d28a2d
Merge pull request #1897 from Dune-jr/feature-abortchatwhenleave
Cancel whisper when target leaves
2018-12-17 17:11:44 +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
oy 4373ab0784
Merge pull request #1896 from Dune-jr/fix-missing-locales
Add Localize comments to fix the string export scripts (#1891)
2018-12-17 16:33:49 +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
oy db03a488da
Merge pull request #1890 from Dune-jr/fix-uid-blend
Properly blend UID in chat
2018-12-17 15:47:08 +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 326852e545 tw_api: fix bot count 2018-12-15 09:48:20 +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
nheir 321819d743 fix server info and warn for invalid server entries 2018-12-14 20:39:29 +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
oy 40078d0e1a
Merge pull request #1855 from Dune-jr/adjust-volume
Adjust volume label size
2018-12-13 20:48:40 +01:00
Jordy Ruiz e716482d58 Adjust volume label size 2018-12-13 13:40:00 +01:00
oy b9f5e77101 Merge branch 'master' of https://github.com/teeworlds/teeworlds 2018-12-12 23:48:46 +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 dff453d377
Merge pull request #1846 from Dune-jr/fix-linux_x86
Add -msse2 flag to bam.lua for linux x86 compilation
2018-12-12 21:19:51 +01:00
Jordy Ruiz e8d39f9ee8 Add -msse2 flag for linux x86 compilation 2018-12-12 10:49:14 +01:00
oy 44ae120706 updated languages submodule 2018-12-11 21:00:31 +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
oy 23f4d42083
Merge pull request #1838 from Dune-jr/fix-whisper-complaint
Silence some irrelevant chat whisper error message
2018-12-10 20:29:00 +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