Commit graph

3163 commits

Author SHA1 Message Date
oy 91299930c9 Merge branch 'master' of https://github.com/teeworlds/teeworlds 2019-01-05 18:44:06 +01:00
BeaR 35bc4a4b7e Fix laser rendering bug due to floating point precision error 2019-01-05 18:43:04 +01:00
oy 8931034c37
Merge pull request #1949 from ChillerDragon/master
Remove space xd
2019-01-05 18:30:41 +01:00
ChillerDragon 22289be1b9 Remove spaces at end of line (thanks to @nheir) 2019-01-05 17:57:18 +01:00
oy 7fd1b06295 fixed last commit 2019-01-05 17:39:29 +01:00
oy 1a883a4b70 disabled quick edit mode for the console on windows on default 2019-01-05 17:13:37 +01:00
oy 6cc85bdcc0 prevent that you can switch to spectators when teams are locked. #1948 2019-01-05 14:50:34 +01:00
oy f83d88135f fixed locking of team change buttons when spectator and team balance is enabled and joining a team would unbalance them 2019-01-05 10:21:55 +01:00
nheir 944cbc0209 fix: player can't join spectator when max players is lower than the number of players 2019-01-04 00:47:33 +01:00
oy 87fa77441a made the mm_pause instruction only available for intel32 and amd64 architectures. closes #1882 2019-01-02 23:00:06 +01:00
oy b6c2e2fd73 always show scoreboard within server info. don't hide bots in case no filter is selected. closes #1943 2019-01-02 20:03:59 +01:00
oy 02e716f509
Merge branch 'master' into pr_cmake 2019-01-02 19:31:36 +01:00
oy 2d2fe8bf57 reverted edit boxes to 0.6 behavior. closes #1937 2019-01-02 19:27:40 +01:00
oy 7b21682fec speeded up rcon command update process. closes #1941 2019-01-02 15:47:52 +01:00
Speedy Consoles f06a5eb649 Add square-law panning 2019-01-01 16:00:11 +01:00
Speedy Consoles 51b2b5cafe Fix audio panning 2018-12-31 16:20:23 +01:00
Jordy Ruiz 9ce9410480 Sanitize gametypes with str_sanitize_filename 2018-12-30 23:43:31 +01:00
oy e15d1af75e
Merge pull request #1919 from msiglreith/msvc_build
Fix build for msvc
2018-12-30 17:05:52 +01:00
oy 012bd98866
Merge pull request #1935 from Dune-jr/feature-doubleclickvote
Call option votes with a double click
2018-12-28 19:43:10 +01:00
Jordy Ruiz ba1450490b Call option votes with a double click 2018-12-28 19:32:24 +01:00
oy 0643c5a43a
Merge pull request #1825 from Zwelf/pr-enhance-cursor-movement
Added ctrl+arrows/backspace/delete keys for text input
2018-12-28 18:40:22 +01:00
heinrich5991 6e0d3139c8 Fix a couple of warnings
Use autogenerated copy constructors for ranges, don't use fallthrough as
control flow, initialize variables, don't cast something to a `const T`
in an expression.
2018-12-25 21:54:26 +01:00
heinrich5991 d2e39d2f50 Add CMake
(cherry picked from commit ee2afdac33)
2018-12-25 21:54:26 +01:00
oy f20f509cf2 Merge branch 'master' of https://github.com/teeworlds/teeworlds 2018-12-25 09:18:59 +01:00
oy 4f7a52184a fixed disabling the xmas hats. closes #1929 2018-12-25 09:18:31 +01:00
heinrich5991 a69feb7844 Document inp_grab a little
Got the info from https://forums.libsdl.org/viewtopic.php?t=11838.
2018-12-24 23:12:14 +01:00
Jordy Ruiz 0cebd1bcad Fix Christmas time detection 2018-12-24 13:03:55 +01:00
oy 5754796af1 updated version to 0.7.2 2018-12-24 10:56:33 +01:00
oy 0cc8e8530d close the motd if we actively wanna look on the scoreboard. closes #1920 2018-12-24 10:54:02 +01:00
oy 8f2f42ee3a re-added inp_grab to support old mouse warping input. closes #1910 2018-12-24 10:43:54 +01:00
Jordy Ruiz 7337a1e66f Fixed warnings overlapping with some Skin menus buttons 2018-12-24 02:28:14 +01:00
Jordy Ruiz 1a819df677 Fix some variable naming 2018-12-24 02:13:46 +01:00
Jordy Ruiz c3d08d5c49 Restore Player and Tee ingame menus, add a reconnect warning 2018-12-24 02:13:19 +01:00
msiglreith 4a92b40b0c Fix build for msvc 2018-12-23 16:16:14 +01:00
oy 09dd6e9301 don't render the scoreboard when the motd is active. closes #1899 2018-12-22 19:16:23 +01:00
oy e76148caf9 added additional info in case the execution of a config failed. closes #1872 2018-12-22 19:10:22 +01:00
oy e21c5d85d1
Merge pull request #1913 from LordSk/feature/demolist_markers
Demo list marker indicator
2018-12-22 18:47:21 +01:00
oy 1586009718 secret santa update 2018-12-22 18:39:38 +01:00
LordSk 8266553bf9 Fixed NumOptions 2018-12-22 11:59:48 +01:00
LordSk 37f288e211 Don't use LastActiveItem(), check if the item was clicked instead 2018-12-22 11:42:11 +01:00
oy 50f6f5d54a removed debug related code 2018-12-21 20:02:45 +01:00
LordSk ca41532eea Indicate "not loaded" status with a grey icon 2018-12-21 19:18:49 +01:00
LordSk 632b12b207 Removed unnecessary check 2018-12-21 18:32:02 +01:00
LordSk 6d12b4ca3a Green colored icon when demo has markers, display maker count in the demo info section 2018-12-21 18:22:22 +01:00
LordSk 4084242c40 Fixed list item double click, + a minor optimization 2018-12-21 17:55:27 +01:00
LordSk 215fc5d214 Broadcast: parse new line character 2018-12-21 14:18:57 +01:00
oy 157c2d1816
Merge pull request #1904 from Dune-jr/feature-colorful-browser
Always use colorful gametype and level icons in the browser instead of grayscale
2018-12-19 16:19:24 +01:00
oy 9099a697c2 fixed empty vote when joining a server. closes #1887 2018-12-18 17:59:18 +01:00
Jordy Ruiz 9bd444ac22 Always use colorful gametype and level icons in the browser instead of the grayscale 2018-12-18 15:19:08 +01:00
oy 7447482152
Merge pull request #1895 from Dune-jr/adjust-uid-msgdisplay
Adjust chat messages to not display UID when option is turned off
2018-12-17 17:58:00 +01:00