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
Dennis Felsing
fabd559746
Clamp Spectator ID
2018-12-11 09:23:12 +01:00
Dennis Felsing
7944c9ca75
Version 11.5.1
2018-12-11 08:12:51 +01:00
Dennis Felsing
eaa62956a1
Merge pull request #1400 from ChillerDragon/ImprovePauseVote2
...
Allow to use pausevoted as normal pause
2018-12-11 08:06:21 +01:00
ChillerDragon
aef7d76158
Allow to use pausevoted as normal pause
2018-12-10 23:20:29 +01:00
Dennis Felsing
1f421ab00a
Merge pull request #1395 from Jupeyy/pr_laser_bounce_delay_fix
...
Fix laser/rifle bounce delay, when server time(server ticks) are high/huge
2018-12-10 17:41:44 +01:00
Dennis Felsing
8def8ddd68
Merge pull request #1396 from Learath2/dd_pr_wincon
...
Handle the windows console properly
2018-12-08 15:00:30 +01:00
Learath
19a458d523
Fix a couple issues
2018-12-08 00:24:57 +01:00
Learath
40d7b03f10
uf, typo
2018-12-08 00:06:54 +01:00
Learath
0c13c8cebb
Handle the windows console properly. Fixes #1394
2018-12-07 23:52:33 +01:00
jupeyy
58e583e642
fix laser/rifle bonce delay, when server time(server ticks) are high, caused by unprecise floating point arithmetic
2018-12-07 11:06:44 +01:00
Dennis Felsing
19840bc31b
Merge pull request #1392 from ddnet/strict-weak-ordering
...
Make cort comparator conform to strict weak ordering
2018-12-06 13:26:20 +01:00
Dennis Felsing
0ad472df41
Make cort comparator conform to strict weak ordering
...
comp(p1, p2) == false was violated when both are nullptr
https://en.cppreference.com/w/cpp/named_req/Compare
2018-12-06 07:57:01 +01:00
Dennis Felsing
809afa265f
Fix typo
2018-12-05 07:28:29 +01:00
bors[bot]
fced67af08
Merge #1390
...
1390: Fix crash when auto update is off r=def- a=SilverRainZ
Since 2696ac134c
, whether to include auto update related code should only control by macro CONF_AUTOUPDATE.
This commit should fix #1374
Co-authored-by: Shengyu Zhang <i@silverrainz.me>
2018-12-04 17:27:26 +00:00
Shengyu Zhang
464ef9e74b
Fix crash when auto update is off
...
Since 2696ac134c
, whether to include auto
update related code should only control by macro CONF_AUTOUPDATE.
This commit should fix #1374
2018-12-05 01:06:52 +08:00
def
6ad686eee2
Fix HUD (thanks to fokkonaut for reporting)
2018-11-24 22:57:15 +01:00
bors[bot]
35776ee627
Merge #1385
...
1385: Fix the beep. Fixes #985 r=def- a=Learath2
Apparently this isn't a perfect solution as consoles are devices on windows for some reason. Hopefully it'll work for most if not all users :)
Co-authored-by: Learath2 <learath2@gmail.com>
2018-11-22 21:10:18 +00:00
Learath2
21609d43fb
Fix the beep. Fixes #985
2018-11-22 17:37:52 +01:00
bors[bot]
e632cbbf14
Merge #1384
...
1384: Serverside special handling for 9999 second time r=heinrich5991 a=def-
As requested by heinrich5991
Co-authored-by: def <dennis@felsin9.de>
2018-11-21 22:25:48 +00:00
def
1a66fb9c17
Serverside special handling for 9999 second time
2018-11-21 23:21:35 +01:00
Dennis Felsing
b1c39d3667
Merge pull request #1383 from ddnet/sort
...
Fix Race scoreboard ordering for times > 166 minutes (9999 seconds)
2018-11-21 23:13:17 +01:00
def
27865fdd89
Fix Race scoreboard ordering for times > 166 minutes (9999 seconds)
2018-11-21 21:26:05 +01:00
Dennis Felsing
f386b9d2c5
Merge pull request #1381 from yangfl/upstream
...
Remove extra semicolons
2018-11-18 09:14:13 +01:00
yangfl
a1db76cdef
Remove extra semicolons
2018-11-18 14:27:48 +08:00
Dennis Felsing
0b6fee0be5
Merge pull request #1380 from Learath2/dd_pr_envelunused
...
Switch around the colors for used/unused envelopes
2018-11-16 16:57:30 +01:00