heinrich5991
|
294a962141
|
Fix a few style issues in voting code
|
2016-01-19 14:58:52 +01:00 |
|
H-M-H
|
8e24ef8020
|
commanddescription can now be placed directly in
the commandparamsstring: "s[file]"
|
2015-12-28 16:19:52 +01:00 |
|
H-M-H
|
11a426c18b
|
added (console-)command usage
|
2015-12-23 14:29:31 +01:00 |
|
timgame
|
9f45090ca6
|
added chat msg to reveal killer of locked team
|
2015-11-12 18:59:58 +01:00 |
|
timgame
|
dc89301292
|
clean up intersect line code
|
2015-11-08 10:20:44 +01:00 |
|
timgame
|
988a8f591a
|
remove colflags
|
2015-11-08 10:20:10 +01:00 |
|
H-M-H
|
0e532adb67
|
Implemented Helper accesslevel
basically just copied everything from moderator-accesslevel implementation
note however that mod_command changed to access_level
|
2015-10-23 04:21:07 +02:00 |
|
def
|
05fcc58b2f
|
Oops, next SQL server compilation fix
|
2015-09-23 14:05:54 +02:00 |
|
def
|
97152e5cbf
|
Hopefully fix SQL server compilation with Visual Studio
|
2015-09-23 11:54:20 +02:00 |
|
def
|
336e916548
|
Add option not to create sql tables
|
2015-09-15 09:28:18 +02:00 |
|
heinrich5991
|
48ecf3d5a1
|
Merge pull request #323 from Chairn/drag_range
Added sv_dragger_range to control the length of the laser draggers.
|
2015-09-07 11:12:52 +01:00 |
|
def
|
a8cadc21eb
|
Last one I hope
|
2015-09-05 18:05:29 +02:00 |
|
def
|
ffe9235151
|
Oops, another one
|
2015-09-05 17:59:37 +02:00 |
|
def
|
7487923774
|
Fix Windows thread handle leak
|
2015-09-05 04:49:22 +02:00 |
|
def
|
0fa06c4a5e
|
Server names may be 4 bytes long
|
2015-09-05 00:48:11 +02:00 |
|
Chairn
|
8148a29108
|
Removed useless comment line
|
2015-09-01 23:17:45 +02:00 |
|
Chairn
|
c5443d8e34
|
Added command sv_dragger_range. Maybe need some more tests.
|
2015-09-01 23:15:48 +02:00 |
|
oy
|
e91d26b8ac
|
force vital check on essential cl/srv messages and added additional sequence checking
|
2015-09-01 13:50:45 +02:00 |
|
heinrich5991
|
3a069093d7
|
Fix settings compare
It was just using a heuristic, comparing the first 24 bytes. Memory unsafety
for configs that were shorter than 24 bytes.
|
2015-08-27 16:20:56 +02:00 |
|
heinrich5991
|
cc0d0fa728
|
Fix config_store for old maps that don't contain MAPITEMTYPE_INFO
Just add one in this case.
|
2015-08-27 15:46:51 +02:00 |
|
heinrich5991
|
d56f80f0f5
|
Fix temp file creation in case no temp file is needed
|
2015-08-27 13:37:34 +02:00 |
|
heinrich5991
|
e954e55533
|
Removed *_dump and *_reset from the list of game commands
|
2015-08-27 13:00:43 +02:00 |
|
heinrich5991
|
d13ebf93a2
|
Add config_store and config_retrieve tool
|
2015-08-27 12:55:35 +02:00 |
|
heinrich5991
|
bf1f7d6ccd
|
(Safely) execute settings embedded in maps
|
2015-08-27 12:55:34 +02:00 |
|
heinrich5991
|
6a17d2700d
|
Fix saving the config into the map
|
2015-08-27 12:51:24 +02:00 |
|
SushiTee
|
7bd0f276d4
|
saving server settings within the map and loading them on init
|
2015-08-27 12:51:24 +02:00 |
|
heinrich5991
|
a3246ed099
|
Save the config into the map when the server loads the map
|
2015-08-27 12:51:24 +02:00 |
|
def
|
ed0634f9b0
|
Update credits
|
2015-08-23 23:22:31 +02:00 |
|
def
|
5119976c9f
|
Oops
|
2015-08-22 20:25:28 +02:00 |
|
def
|
7ff9cd890c
|
No magic number for weapon
|
2015-08-22 20:15:15 +02:00 |
|
def
|
844d8b8ae3
|
Add sv_teleport_lose_weapons
|
2015-08-22 19:24:10 +02:00 |
|
def
|
f977f80c94
|
Stronger checks on save
|
2015-08-22 15:16:14 +02:00 |
|
def
|
f62bb1821c
|
/map and /mapinfo improvement (fixes #292)
|
2015-08-19 22:43:08 +02:00 |
|
BeaR
|
6b2e61bbc6
|
Fix collision bug with weapon projectiles
Ignore characters, which can't collide e.g different teams, in the intersection test for projectiles.
|
2015-08-16 10:54:06 +02:00 |
|
def
|
e1fe407ee5
|
Make team locking an option
|
2015-08-16 00:39:31 +02:00 |
|
def
|
9d5459d731
|
Check IDs in a more reasonable order
|
2015-08-12 15:54:03 +02:00 |
|
heinrich5991
|
ec85951736
|
Finish the renaming of sv_allow_rescue to sv_rescue
|
2015-08-10 13:34:56 +02:00 |
|
def
|
1fd0f947af
|
Better numbers in average time for /mapinfo
|
2015-08-09 22:20:52 +02:00 |
|
def
|
727ea434d4
|
Increase magic number a bit until we assume client is not DDNet
|
2015-08-07 03:26:50 +02:00 |
|
def
|
f39b85a3e2
|
Add average time to /mapinfo
|
2015-08-06 16:02:00 +02:00 |
|
def
|
8401c43edb
|
Remove a message to prevent server log spamming
|
2015-08-05 22:43:57 +02:00 |
|
def
|
d57b0d62c6
|
Support for 0 stars in database
|
2015-07-23 12:49:22 +02:00 |
|
def
|
949fcb2c40
|
Remove one useless debug print
|
2015-07-23 12:11:42 +02:00 |
|
def
|
a04578b3ba
|
Add switch_open to set the initial state of a switch to open
|
2015-07-22 23:32:39 +02:00 |
|
def
|
bab961f054
|
Prepare switch to mixed case server names
|
2015-07-22 19:56:24 +02:00 |
|
def
|
0cb50c1805
|
Print actual SQL inserts/updates to debug log
|
2015-07-22 19:05:45 +02:00 |
|
def
|
4e658c1057
|
Minor cleanups
|
2015-07-22 18:23:40 +02:00 |
|
def
|
0cd9b0006b
|
Another known bot client
|
2015-07-13 00:18:59 +02:00 |
|
def
|
17b8a5219b
|
Show a nice message to known bot clients
|
2015-07-13 00:02:57 +02:00 |
|
def
|
da68023f7a
|
Off by one ;)
|
2015-07-11 19:28:45 +02:00 |
|
def
|
6d68e22cd1
|
Hopefully fix string fuzzying for unicode
|
2015-07-11 19:26:57 +02:00 |
|
def
|
73229fbb62
|
Only allow /save when team is started already (prevents saving after
noobfilter)
|
2015-07-09 23:48:29 +02:00 |
|
def
|
1ef03e7387
|
Only disallow team changing and killing when calling kick/spec votes
|
2015-07-09 19:07:33 +02:00 |
|
def
|
6e8ada1ac8
|
Fix whitespaces a bit
|
2015-07-09 02:12:35 +02:00 |
|
def
|
acf18f98fc
|
Clearer message on veto
|
2015-07-08 18:09:52 +02:00 |
|
def
|
b6133e7ece
|
Fix typo...
|
2015-07-08 17:05:49 +02:00 |
|
def
|
c79b4d3112
|
Add veto right for players with high time to stop map change votes
|
2015-07-08 17:03:22 +02:00 |
|
def
|
1f2b09303f
|
Vote caller never counts as afk
|
2015-07-08 16:04:54 +02:00 |
|
def
|
fbe1bcbf39
|
Don't capitalize server name in /mapinfo
|
2015-07-08 15:47:46 +02:00 |
|
def
|
872a94618d
|
Oops, use non-fuzzy map string
|
2015-07-08 02:14:33 +02:00 |
|
def
|
87227927cd
|
/map and /mapinfo: Prefer exact match, including capitalization
|
2015-07-08 02:07:49 +02:00 |
|
def
|
b3592380d1
|
Re-enable broadcast for old DDNet client version
|
2015-07-04 14:12:49 +02:00 |
|
def
|
9e4da8658d
|
Update credits
|
2015-07-01 17:57:27 +02:00 |
|
def
|
e20be248f0
|
Fix previous commit
|
2015-07-01 16:27:19 +02:00 |
|
def
|
e552ef2643
|
Print number of finished tees in /mapinfo as well
|
2015-07-01 16:24:27 +02:00 |
|
def
|
ce465b584c
|
Add sv_rescue_delay and rename sv_allow_rescue to sv_rescue
|
2015-06-30 18:46:36 +02:00 |
|
def
|
45b7706439
|
Don't ignore timeout codes because of spam protection (might fix issue with timeout code being ignored)
|
2015-06-26 03:59:38 +02:00 |
|
def
|
3b7fca86c6
|
Initialize pReleasedString
|
2015-06-25 22:38:16 +02:00 |
|
def
|
dcddb7896d
|
It would help to test before commiting
|
2015-06-24 21:53:00 +02:00 |
|
def
|
2decad5d75
|
Fix SQL query of /mapinfo for empty case
|
2015-06-24 21:46:42 +02:00 |
|
def
|
a0ac817966
|
Fix
|
2015-06-24 19:18:59 +02:00 |
|
def
|
6b300334f7
|
Nicer wording
|
2015-06-24 19:17:49 +02:00 |
|
def
|
7c9d452c61
|
Fix /mapinfo string
|
2015-06-24 19:15:03 +02:00 |
|
def
|
9a55f52e61
|
Fix SQL query
|
2015-06-24 19:04:34 +02:00 |
|
def
|
6b1c7a5350
|
Initial support for release dates in /mapinfo
|
2015-06-24 19:03:03 +02:00 |
|
def
|
55e0c58707
|
Fix bracket
|
2015-06-22 13:07:41 +02:00 |
|
def
|
4f323313f3
|
Clean up code a bit
|
2015-06-22 13:06:14 +02:00 |
|
def
|
49c0bedb62
|
Go back to forbiding cl_startinfo
|
2015-06-18 17:47:07 +02:00 |
|
def
|
8523fdc043
|
Update credits
|
2015-06-14 12:24:10 +02:00 |
|
def
|
981b6d0013
|
Fix potential server crash
|
2015-06-02 11:55:16 +02:00 |
|
def
|
dd9563a88c
|
Make switch number work for freeze on switch layer
|
2015-05-31 18:21:12 +02:00 |
|
def
|
0f5a4f8428
|
Fix start info spam protection
|
2015-05-19 17:47:41 +02:00 |
|
def
|
987723316a
|
Fix server crash with doors
|
2015-05-18 20:36:30 +02:00 |
|
def
|
14b5766b30
|
Disallow spectators to participate in kick votes
Fixes #186
|
2015-04-19 14:15:59 +02:00 |
|
def
|
230ad1a6f6
|
Revert "Timestamp index for race table for improved performance of /players/"
Better indices on the relevant server, not necessary everywhere else.
This reverts commit d4d5109c47 .
|
2015-04-19 12:52:27 +02:00 |
|
def
|
d4d5109c47
|
Timestamp index for race table for improved performance of /players/
|
2015-04-19 11:55:35 +02:00 |
|
def
|
a77cd039a6
|
Get rid of all Clang warnings
|
2015-04-18 22:29:28 +02:00 |
|
timgame
|
52aab8c00f
|
added unfreeze after /r, /rescue
|
2015-04-16 18:13:36 +02:00 |
|
timgame
|
62aa011734
|
added /r, /rescue: teleport yourself out of freeze
|
2015-04-16 17:37:57 +02:00 |
|
def
|
3992b1346b
|
Hopefully fix compilation on new OS X systems
Names collided with some new OS X defined names, fixes #189
|
2015-04-07 19:07:38 +02:00 |
|
def
|
9ff0fbf530
|
Add /teamrank and /teamtop5 as aliases
|
2015-04-02 01:00:16 +02:00 |
|
def
|
bb88034def
|
Merge branch 'DDRace64' of github.com:def-/ddnet into DDRace64
|
2015-03-28 21:53:13 +01:00 |
|
def
|
14d0d2ba08
|
Kill everyone!
This fixes a bug where some players can fall outside of a map and don't die.
|
2015-03-28 21:52:43 +01:00 |
|
timgame
|
108e46275c
|
fixed refill jumps with 1 jump
|
2015-03-22 18:27:57 +01:00 |
|
timgame
|
909db5cd55
|
added ninjajetpack prediction
|
2015-03-14 18:55:50 +01:00 |
|
def
|
564a69210c
|
Revert ZZZ emoticon when afk
|
2015-03-13 15:21:27 +01:00 |
|
def
|
f893ed6ec4
|
Fix and clean up autoupdater
|
2015-03-13 15:14:00 +01:00 |
|
def
|
05970cc2e2
|
Add BONUS tile, opposite of PENALTY (for Saavik's new map)
|
2015-03-10 22:57:40 +01:00 |
|
def
|
cdc855f3fd
|
Set telecp when using totelecp (for Saavik)
|
2015-02-21 19:48:22 +01:00 |
|
def
|
2b32b4a18a
|
Add fire delay tunings
|
2015-02-12 15:20:22 +01:00 |
|
def
|
201e67d513
|
Update libcurl includes
|
2015-02-05 20:21:37 +01:00 |
|
def
|
96e864e9c3
|
Fix: Make /map work with #
|
2015-01-23 21:47:16 +01:00 |
|
timgame
|
b53009db7c
|
improved refill jumps tile
|
2015-01-19 22:14:49 +01:00 |
|
timgame
|
2ee0ca0648
|
added refill jumps tile and cleaned tile detection
|
2015-01-19 22:14:49 +01:00 |
|
def
|
4ee13df329
|
Fix text message about ninja jetpack
|
2015-01-05 13:30:38 +01:00 |
|
def
|
f0d830021a
|
Fix old bug
|
2014-12-29 20:06:00 +01:00 |
|
def
|
79aeb5ea38
|
Add hook duration tune
|
2014-12-27 12:05:02 +01:00 |
|
def
|
75ea9719db
|
Player can be NULL, prevent crashes
|
2014-12-27 02:50:59 +01:00 |
|
def
|
6dc501f286
|
Fix: Actually should spam protect sql messages
|
2014-12-25 14:56:31 +01:00 |
|
def
|
292c18a1e0
|
Make prediction work with unsolo command
|
2014-12-25 11:37:44 +01:00 |
|
def
|
023f926e89
|
Fix Compilation
|
2014-12-20 16:35:47 +01:00 |
|
def
|
e5aa762cf1
|
Make non-sql server comile again
|
2014-12-19 21:58:48 +01:00 |
|
def
|
ec53836d83
|
Don't lose memory
|
2014-12-19 17:51:04 +01:00 |
|
def
|
8f72b2fdb6
|
Fix
|
2014-12-19 17:47:11 +01:00 |
|
def
|
87afb28a40
|
Further save cleanup
|
2014-12-19 17:43:23 +01:00 |
|
def
|
da0750d26f
|
Remove buggy and unneeded finish time in /rank and /rankteam
|
2014-12-19 16:27:10 +01:00 |
|
def
|
75bbf64bbd
|
Allow to set country where you can load savegame
|
2014-12-19 11:30:14 +01:00 |
|
def
|
b0ae9d095f
|
Don't spam protect sql messages
|
2014-12-18 15:52:24 +01:00 |
|
def
|
2750a23792
|
Only allow savegames on same server. Clean up saving a bit and prevent another possible exploit
|
2014-12-17 20:38:05 +01:00 |
|
def
|
fe86eef7d8
|
Disable hook when /spec is used
|
2014-12-15 20:49:16 +01:00 |
|
def
|
a6b4adb5d8
|
Minor cleanups
|
2014-12-15 20:48:58 +01:00 |
|
def
|
87ebb2f03e
|
Defer character kill from thread to prevent race conditions
|
2014-12-07 03:42:43 +01:00 |
|
def
|
d3837038eb
|
Fix stack underflow
|
2014-12-02 12:35:52 +01:00 |
|
Dennis Felsing
|
b525de33b5
|
Merge pull request #112 from trml/prediction_weapons
Prediction weapons
|
2014-12-02 11:24:52 +01:00 |
|
nuborn
|
88a1565d75
|
make the prediction compatible with very large maps
|
2014-12-02 01:08:52 +01:00 |
|
nuborn
|
03bc769c09
|
prediction of hammer (hits) and grenade (explosions)
|
2014-12-01 01:31:58 +01:00 |
|
def
|
21472046df
|
Remove magic number: 256 -> NUM_TUNINGZONES
|
2014-11-25 22:47:25 +01:00 |
|
def
|
bba82712e0
|
Add sv_solo_server for easier solo servers (also working for tunezones finally)
|
2014-11-25 22:42:05 +01:00 |
|
def
|
93d0f43a6a
|
Broadcast about DDNet client delayed a bit (fixes #72)
|
2014-11-25 20:33:21 +01:00 |
|
def
|
0a9b0b11b9
|
Significantly improve performance of /rank
|
2014-11-11 11:51:36 +01:00 |
|
def
|
ae78518c83
|
Another fix for mariadb 10
|
2014-11-11 11:35:43 +01:00 |
|
def
|
37a8e89f73
|
Fix /points and /top5points with MariaDB 10
|
2014-11-09 20:22:31 +01:00 |
|
def
|
630e8430aa
|
Fix: Show 0 finishes in /mapinfo
|
2014-11-09 00:25:53 +01:00 |
|
def
|
bc9d632103
|
Clean up whitespace detection a bit and add BRAILLE PATTERN BLANK (U+2800)
|
2014-11-08 20:14:12 +01:00 |
|
def
|
627d6386ee
|
Revert "Revert "Revert "Add antiping for weapons (by nuborn)"""
This reverts commit 8f7e24b4db .
|
2014-11-02 10:59:22 +01:00 |
|
def
|
0802177658
|
Revert "fix bug in weapons antiping (getting lasered in freeze)"
This reverts commit ff8791681f .
|
2014-11-02 10:59:03 +01:00 |
|
def
|
929d59454c
|
Text change
|
2014-10-28 21:37:46 +01:00 |
|
Dennis Felsing
|
8334f1641a
|
Merge pull request #89 from trml/fix_antipingweapons
Add updated/fixed weapons prediction
|
2014-10-28 20:07:47 +01:00 |
|
Dennis Felsing
|
d12c485e4a
|
Merge pull request #84 from east/voteopslow
Balance sending of vote options
|
2014-10-28 20:07:19 +01:00 |
|
nuborn
|
ff8791681f
|
fix bug in weapons antiping (getting lasered in freeze)
|
2014-10-28 17:23:48 +01:00 |
|
nuborn
|
8f7e24b4db
|
Revert "Revert "Add antiping for weapons (by nuborn)""
This reverts commit 755e9f4d1c .
|
2014-10-28 15:50:28 +01:00 |
|
def
|
a8d257a7de
|
Fix loop boundaries in save and load operations
|
2014-10-28 10:07:21 +01:00 |
|
def
|
755e9f4d1c
|
Revert "Add antiping for weapons (by nuborn)"
This reverts commit 48e66a2ab3 .
Conflicts:
src/game/client/gameclient.cpp
src/game/version.h
|
2014-10-27 20:03:22 +01:00 |
|
east
|
40e7de63e9
|
config var renamed
|
2014-10-27 13:39:33 +01:00 |
|
east
|
a6d70e83f6
|
support for remove_vote added
|
2014-10-27 13:34:29 +01:00 |
|
east
|
630fd4fa07
|
sending vote options balanced
|
2014-10-26 19:39:42 +01:00 |
|
def
|
0ac9002a80
|
Fix solo zone + laser dragg in spec (fixes #59)
|
2014-10-26 02:14:12 +01:00 |
|
def
|
0f257bf553
|
Add delay (of 1 minute by default) to loading savegames
|
2014-10-26 02:39:12 +02:00 |
|
def
|
4ed3ce8070
|
Revert "No fucking gunfire sound when using jetpack"
This reverts commit 4a11befaf4 .
|
2014-10-26 00:50:10 +02:00 |
|
def
|
4a11befaf4
|
No fucking gunfire sound when using jetpack
|
2014-10-25 03:01:55 +02:00 |
|