yangfl
|
754e6befb3
|
CMakeLists.txt: Add TESTRUNNER_ARGS
Make it easy to disable certain tests if they can't be run.
|
2019-01-06 14:17:06 +08:00 |
|
jupeyy
|
6fc49cbc9e
|
style
|
2019-01-06 06:45:47 +01:00 |
|
jupeyy
|
619a33a7d5
|
text kerning fix, add new text render flags for accurate positioning
|
2019-01-06 06:42:57 +01:00 |
|
def
|
a116ed3dbe
|
Revert "New try at not decompressing unknown packets"
Causes connection problems with old clients
This reverts commit a3b07dbf9c .
|
2018-12-30 12:22:05 +01:00 |
|
def
|
7f8b1ecf21
|
Fix saves sql insert format for file fallback
|
2018-12-30 00:31:29 +01:00 |
|
def
|
bcdec941da
|
Update view target when spectating with chat open
Thanks to ReiTW for reporting and illustrating the bug:
https://www.youtube.com/watch?v=LKicYqtqJbQ
|
2018-12-29 00:05:05 +01:00 |
|
def
|
aa7e6ff3e3
|
Disable borderless on Mac (fixes #1413)
|
2018-12-28 17:29:54 +01:00 |
|
def
|
7da2cb9357
|
Version 11.6.1
|
2018-12-27 22:50:33 +01:00 |
|
Dennis Felsing
|
a58ade137d
|
More SQL fixes
Should help with some crashes
Still doesn't call thread_init
Still shares statements and connections between threads
|
2018-12-27 14:31:58 +01:00 |
|
bors[bot]
|
18d9e77d43
|
Merge #1412
1412: CMakeLists.txt: Let compiler tell its arch r=heinrich5991 a=yangfl
eg. arm
Co-authored-by: yangfl <yangfl@users.noreply.github.com>
|
2018-12-25 22:22:52 +00:00 |
|
yangfl
|
b704fd95e1
|
CMakeLists.txt: Let compiler tell its arch
|
2018-12-24 20:47:31 +08:00 |
|
def
|
9452851764
|
Update Hungarian translations (by Cellegen)
|
2018-12-24 11:03:21 +01:00 |
|
def
|
77c086d617
|
Another CMake fix
|
2018-12-23 23:18:56 +01:00 |
|
def
|
280ed3fc3d
|
CMake: Move -lpthread to the very end to fix Linux linking
|
2018-12-23 23:13:41 +01:00 |
|
def
|
969f3c2db4
|
Version 11.6
|
2018-12-23 22:58:45 +01:00 |
|
def
|
4217d5d536
|
Fix 5:4/4:3 skin prefix setting display
|
2018-12-23 22:58:41 +01:00 |
|
def
|
bad0d53906
|
Move timing code to actual end of function
|
2018-12-23 22:58:37 +01:00 |
|
def
|
87fa394daa
|
Add Christmas skin event for client
|
2018-12-23 22:58:30 +01:00 |
|
def
|
a38d0068e1
|
Fix specvoted/pausevoted behaviour
Now switches immediately to the voted person if there is one instead of
switching back to unpaused first
|
2018-12-23 22:57:28 +01:00 |
|
def
|
c8ee27332a
|
recvmmsg ipv6 fix
|
2018-12-23 22:57:28 +01:00 |
|
Dennis Felsing
|
ef4a8373cd
|
Merge pull request #1411 from yangfl/upstream
Add mariadb_config in FindMySQL.cmake
|
2018-12-22 18:54:08 +01:00 |
|
yangfl
|
743ef32e6f
|
Add mariadb_config in FindMySQL.cmake
Which is changed in Debian
|
2018-12-22 22:30:58 +08:00 |
|
Dennis Felsing
|
8d200d1026
|
Try resetting m_pConnection to 0 to prevent segfault
|
2018-12-20 09:26:45 +01:00 |
|
Dennis Felsing
|
fcf2a16aef
|
Add toggle_tune
|
2018-12-20 09:18:22 +01:00 |
|
Dennis Felsing
|
735e3c64fc
|
Read fifo more often
otherwise we lose messages since we sleep for long times when server is
empty
|
2018-12-20 09:18:03 +01:00 |
|
Dennis Felsing
|
e076d07f5f
|
Merge pull request #1408 from ddnet/sneaky
Sneaky code (TODO: Also mark 708?)
|
2018-12-18 12:16:53 +01:00 |
|
Dennis Felsing
|
5026ba555d
|
Fallback for /save when DB unreachable
|
2018-12-18 12:07:27 +01:00 |
|
def
|
76c32b2b1f
|
fix tools
|
2018-12-17 22:23:50 +01:00 |
|
def
|
4b92e72763
|
Prevent copies
|
2018-12-17 22:15:41 +01:00 |
|
def
|
bfa25bac4a
|
cleanup
|
2018-12-17 20:49:25 +01:00 |
|
def
|
87887b7291
|
mmsgs fixes
|
2018-12-17 20:19:57 +01:00 |
|
def
|
6846a6ecad
|
Fixes and stress improvements
|
2018-12-17 20:05:50 +01:00 |
|
def
|
d0a887f688
|
Unused variable fix
|
2018-12-17 17:27:36 +01:00 |
|
def
|
4c39539d38
|
Mac OS fix
|
2018-12-17 17:19:01 +01:00 |
|
Dennis Felsing
|
9665dd67de
|
Mac OS fix
|
2018-12-17 15:07:09 +01:00 |
|
Dennis Felsing
|
f83a9be610
|
Sneaky code (TODO: Also mark 708?)
|
2018-12-17 14:55:58 +01:00 |
|
Dennis Felsing
|
1ca233988b
|
No bool in old C
|
2018-12-17 14:53:59 +01:00 |
|
Dennis Felsing
|
e585b1f2b8
|
Fix tools compilation
|
2018-12-17 14:46:17 +01:00 |
|
Dennis Felsing
|
1221b1f11c
|
Fix Windows compilation
|
2018-12-17 14:44:19 +01:00 |
|
Dennis Felsing
|
e9ee74a941
|
Merge pull request #1402 from ddnet/remove-modhelp
Remove /modhelp (fixes #1401)
|
2018-12-17 14:42:07 +01:00 |
|
Dennis Felsing
|
9febf58f37
|
New try at recvmmsg with some improvements
|
2018-12-16 22:59:41 +01:00 |
|
def
|
a3b07dbf9c
|
New try at not decompressing unknown packets
|
2018-12-16 22:15:45 +01:00 |
|
def
|
d884465710
|
Revert "Don't decompress packets from unknown IPs"
This reverts commit 9089c2b35a .
|
2018-12-14 17:12:49 +01:00 |
|
Dennis Felsing
|
0b256ff653
|
Allow connecting clients to compress
TODO: Look for better solution
|
2018-12-14 11:17:15 +01:00 |
|
def
|
c4d437bc0f
|
Make client launchable from browser
By needs from https://github.com/teeworlds/teeworlds/pull/1478/files
|
2018-12-13 19:57:34 +01:00 |
|
Dennis Felsing
|
ff36974bed
|
Merge pull request #1404 from ddnet/decompress
Don't decompress packets from unknown IPs
|
2018-12-13 19:08:01 +01:00 |
|
Dennis Felsing
|
9089c2b35a
|
Don't decompress packets from unknown IPs
|
2018-12-13 16:24:37 +01:00 |
|
Dennis Felsing
|
42d7f58d08
|
sv_join_vote_delay: Don't affect participating in map votes
Since they are already restricted by veto right
|
2018-12-12 10:41:31 +01:00 |
|
Dennis Felsing
|
5c18d6c481
|
Remove /modhelp (fixes #1401)
|
2018-12-12 10:05:44 +01:00 |
|
Dennis Felsing
|
b224a4dafe
|
Improve sv_join_vote_delay against vote bots
- Prolong to 5 minutes
- also affects participating in votes
|
2018-12-11 10:29:36 +01:00 |
|