def
|
1c85c962ef
|
Fix automap crash (reported in #1425)
|
2019-01-10 15:38:04 +01:00 |
|
def
|
f5e8b9d822
|
Fix potential inconsistencies in rank/teamrank
|
2019-01-10 09:32:23 +01:00 |
|
Dennis Felsing
|
a689533a9d
|
Version 11.7
|
2019-01-09 08:55:40 +01:00 |
|
Dennis Felsing
|
c16c50fa80
|
Merge pull request #1424 from ddnet/demo-markers
Demo browser: Show markers (fixes #329)
|
2019-01-09 08:54:42 +01:00 |
|
Dennis Felsing
|
71ec8cc294
|
Merge pull request #1423 from ddnet/utf8_nocase
UTF8 nocase compare & use for chat TAB completion
|
2019-01-09 08:54:25 +01:00 |
|
Dennis Felsing
|
f82ab4cb21
|
Fix editor crash (reported in #1425)
|
2019-01-09 08:38:49 +01:00 |
|
def
|
faa3cc195d
|
UTF8 nocase compare & use for chat TAB completion
- As suggested by Arseniy Zarche
- Also updated confusables to Unicode 12
|
2019-01-09 08:31:03 +01:00 |
|
def
|
f9d9fee314
|
Demo browser: Show markers (fixes #329)
- Fetch Headers button
- Display Markers & Length columns
- Display footer info
- Don't rescan directory when not required
- Clean up code a bit
|
2019-01-09 08:25:03 +01:00 |
|
def
|
779a928faf
|
CRaceDemo: Don't attempt to remove demo that hasn't been started
|
2019-01-07 14:36:17 +01:00 |
|
jupeyy
|
619a33a7d5
|
text kerning fix, add new text render flags for accurate positioning
|
2019-01-06 06:42:57 +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
|
7da2cb9357
|
Version 11.6.1
|
2018-12-27 22:50:33 +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 |
|
Dennis Felsing
|
fcf2a16aef
|
Add toggle_tune
|
2018-12-20 09:18:22 +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
|
6846a6ecad
|
Fixes and stress improvements
|
2018-12-17 20:05:50 +01:00 |
|
Dennis Felsing
|
f83a9be610
|
Sneaky code (TODO: Also mark 708?)
|
2018-12-17 14:55:58 +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
|
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 |
|
ChillerDragon
|
aef7d76158
|
Allow to use pausevoted as normal pause
|
2018-12-10 23:20:29 +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
|
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 |
|
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 |
|
def
|
1a66fb9c17
|
Serverside special handling for 9999 second time
|
2018-11-21 23:21:35 +01:00 |
|
def
|
27865fdd89
|
Fix Race scoreboard ordering for times > 166 minutes (9999 seconds)
|
2018-11-21 21:26:05 +01:00 |
|
yangfl
|
a1db76cdef
|
Remove extra semicolons
|
2018-11-18 14:27:48 +08:00 |
|
Learath2
|
c601df8b28
|
Switch around the colors for used/unused envelopes
|
2018-11-16 14:51:36 +01:00 |
|
Dennis Felsing
|
fed6f02c87
|
Version 11.5
|
2018-11-15 14:45:10 +01:00 |
|
Dennis Felsing
|
045533cef7
|
Merge pull request #1321 from bojidar-bg/x-add-auto-automapper
Add option to automatically run the automapper
|
2018-11-15 09:30:22 +01:00 |
|
Ryozuki
|
90118b5a07
|
make it one line
|
2018-11-13 13:05:15 +01:00 |
|
Ryozuki
|
41fc33406a
|
fix laser telegun through TELEINWEAPON tile
|
2018-11-10 20:47:11 +01:00 |
|
Ryozuki
|
62dbda204e
|
fix entities clear and remove tele-activator from gametile as it doesn't make sense.
|
2018-11-04 15:50:56 +01:00 |
|
Ryozuki
|
674d3f00e0
|
add support for blue teleport gun
|
2018-11-03 10:26:20 +01:00 |
|
Ryozuki
|
3d202883c9
|
tele-activator: make delay be able to specify a weapon
|
2018-11-03 10:26:19 +01:00 |
|
Ryozuki
|
ddf2e6af36
|
add tele-activator to the switch layer
|
2018-11-03 10:26:19 +01:00 |
|
Ryozuki
|
c831b5e0c1
|
change tele-blocker to tele-activator
|
2018-11-03 10:26:18 +01:00 |
|
Dennis Felsing
|
69b25b8f4c
|
Version 11.4.6
|
2018-11-02 14:24:14 +01:00 |
|
Dennis Felsing
|
d072817e25
|
Merge pull request #1366 from ddnet/upd1145
Version 11.4.5
|
2018-10-31 18:30:50 +01:00 |
|