H-M-H
42a68636b5
tweaked respawndelay a bit
2016-02-02 21:14:46 +01:00
H-M-H
cb1c63c652
Merge pull request #410 from heinrich5991/pr_ddnet_join_vote_delay
...
Add sv_join_vote_delay
2016-01-29 12:58:05 +01:00
Dennis Felsing
269bd3df4b
Merge pull request #412 from heinrich5991/pr_ddnet_overlong_utf8_server
...
Kick people using overlong UTF-8 sequences
2016-01-27 02:15:19 +01:00
def
0a49428e21
Veto considers time on server not in current race
2016-01-27 02:14:46 +01:00
heinrich5991
a1923b154b
Only ignore messages on invalid UTF-8, don't kick players
2016-01-27 01:48:19 +01:00
heinrich5991
d4eefefa26
Kick people using overlong UTF-8 sequences
...
This works around the bug in older clients (including vanilla) that
interpret those sequences incorrectly.
2016-01-27 01:24:02 +01:00
heinrich5991
90ba4c5986
Make join vote delay the default
2016-01-22 17:44:53 +01:00
heinrich5991
957844e234
Add comment about when sv_join_vote_delay
doesn't apply
2016-01-21 00:09:11 +01:00
heinrich5991
384668928b
Add sv_join_vote_delay
...
This is a new delay that specifies how many seconds you have to wait
before making your first vote. In case the server was only recently
filled (e.g. by a map change or if people start joining an empty
server), this delay is disabled (in the first case, because it's normal
to join after a map change, in the second case because you might have
joined the empty server to vote for a different map).
2016-01-19 23:52:28 +01:00
heinrich5991
c0a90f98b8
Fix length of vote reason display in chat
...
Fixes #407 .
2016-01-19 15:00:41 +01:00
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
def
22064f2eb3
Update credits
2014-10-24 23:33:08 +02:00
def
48e66a2ab3
Add antiping for weapons (by nuborn)
2014-10-23 17:31:29 +02:00
def
99c07d884d
Another try at the fix
2014-10-21 14:57:58 +02:00
def
e29571dd73
save doesn't create ranks accidentally anymore ( fixes #73 )
2014-10-21 14:27:10 +02:00
def
6bcf2bbe0d
Revert "Teammate switching team reported on chat"
...
This reverts commit b19688fa35
.
2014-10-21 14:22:53 +02:00
def
7b259b3022
Revert "Update teams.cpp"
...
This reverts commit fa59910ef2
.
2014-10-21 14:22:47 +02:00
Dennis Felsing
9baf62a3f0
Merge pull request #60 from Wohoo-GC/DDRace64
...
Teammate switching team reported on chat
2014-10-21 12:18:19 +02:00
def
084b59d9b6
Show sleepy eyes when a player is paused
2014-10-16 23:22:53 +02:00
def
5cb861c331
Disable old client display for now since it's not working with dummy
2014-10-12 18:49:46 +02:00
def
3ff6b951c1
Configurable messages
2014-10-12 12:51:54 +02:00
def
517f1a80ea
Add notification for old client
2014-10-12 12:49:44 +02:00
def
fda12b88bf
Make sv_client_suggestion optional
2014-10-12 11:35:36 +02:00
def
6333583141
Display message about DDNet client to players not using it
2014-10-12 11:33:36 +02:00
def
f81d2af6d3
text messag
2014-10-11 22:47:30 +02:00
def
e0a16e0644
/mapinfo: Show mapper name
2014-10-11 12:58:27 +02:00
def
1ea495c7e2
Update credits
2014-10-11 01:21:08 +02:00
def
2fa361fe4d
Fix previous commits
2014-10-11 01:10:53 +02:00
def
9c0bb7d02b
Vote random map with defined nr of stars
2014-10-11 01:01:32 +02:00
def
dcc64f1902
Vote random unfinished map with defined nr of stars
2014-10-11 00:41:56 +02:00
def
3dd24c3dee
Add stars to /mapinfo
2014-10-11 00:16:33 +02:00
Wohoo-GC
fa59910ef2
Update teams.cpp
2014-10-09 13:05:59 +02:00
Wohoo-GC
b19688fa35
Teammate switching team reported on chat
...
Teammate switching team reported on chat and console.
Solved also:
Function OnCharacterDeath() calls itself multiple time. Open team after checking it is not opened, then kill members.
2014-10-09 12:46:20 +02:00
BeaR
ebf1d4b273
Fix possible bug as CGameTeams is not thread-safe
2014-10-07 15:20:38 +02:00
def
8c45d885d5
Allow 4 spectator mode changes per second
2014-10-03 21:41:18 +02:00
def
90518f951d
Fix saving in solo teams
2014-09-29 19:32:43 +02:00
def
1c954c168f
Proper team count, should fix savegames
2014-09-29 17:36:14 +02:00
def
a670348b88
Wording
2014-09-27 19:10:15 +02:00
def
ce0f1d2ed7
Fix segfaults when mysql server is not reachable and map is changed/reloaded
2014-09-26 23:59:11 +02:00
def
896a6fda9b
Lock works for single player teams
2014-09-26 23:47:25 +02:00
def
f589463697
Log player out of rcon after timeout protection was used
2014-09-26 23:14:28 +02:00
def
0a131df621
Fix broken start line
2014-09-26 13:03:01 +02:00
def
03109ef232
Prevent crash
2014-09-26 12:43:56 +02:00
def
2c2b77ac3b
Check whether team has finished once a player in the team kills
2014-09-26 03:42:49 +02:00
def
3804c16f02
Fix a bunch of crashes on server demo recording
2014-09-26 03:20:47 +02:00
def
c78cea9046
Add sv_demo_chat (0 by default to disable recording chat)
2014-09-26 02:40:58 +02:00
def
416ae46730
Reset recording on player death
2014-09-26 02:25:53 +02:00
def
b4f77c4b71
Add sv_player_demo_record (mostly from Teerace)
2014-09-26 02:05:31 +02:00
def
d38bf7f83a
typo
2014-09-23 17:33:33 +02:00
def
2aedf8e64a
Grammar
2014-09-22 18:57:56 +02:00
def
fbd87e7370
Fix potential server crashes
2014-09-22 18:56:59 +02:00
savander
1278538a84
Fix encoding
2014-09-22 16:16:47 +02:00
savander
0ecbf36de4
Kill Protection: prevent joining to spectators
2014-09-22 16:12:01 +02:00
def
68db4a0709
Update credits
2014-09-20 15:26:55 +02:00
def
f175025c8c
Add number of finishes to /mapinfo
2014-09-20 14:07:46 +02:00
def
741cf8f8c7
Cleanup & Halloween event
2014-09-18 12:14:00 +02:00
def
ca99f3f518
Change 2 more messages
2014-09-12 20:29:02 +02:00
def
2cfb494c84
Fix compilation
2014-09-07 01:03:55 +02:00
def
8a4e3d9605
Revert "Only set active weapon when it actually has ammo (Thanks Saavik)"
...
This reverts commit c88a4f00d2
.
2014-09-07 00:15:03 +02:00
def
ff4779e214
admin -> moderator in force-vote messages
2014-09-06 21:19:44 +02:00
def
4ab0083f89
Fix: unlock team when it is saved
2014-09-06 21:08:21 +02:00
def
c88a4f00d2
Only set active weapon when it actually has ammo (Thanks Saavik)
2014-09-05 21:12:33 +02:00
def
9964e6bfde
Fix: Properly reset team on /save
2014-08-31 14:12:15 +02:00
def
4473fd504b
Indentation
2014-08-31 14:12:03 +02:00
def
94938b11c3
Fix #24
2014-08-26 23:04:07 +02:00
def
5825077537
Use new record_points
2014-08-26 17:46:47 +02:00
def
d46eb4b03c
Preparation for faster /points and /top5points
2014-08-26 14:18:38 +02:00
def
dff02ab916
Record server name into sql table record_race
2014-08-26 03:46:24 +02:00
Tobias Urlaub
4fbed4a447
Fix: Bullets don't explode when a player stands in their way
2014-08-25 12:18:38 +02:00
def
05dd0b4af7
Fix crash in kill protection
2014-08-25 11:35:55 +02:00
def
4311df0c62
Switch /pause and /spec
2014-08-25 01:48:57 +02:00
def
9aecbe63ba
Helpers text
2014-08-25 00:24:07 +02:00
def
d51328f7d7
Kill protection cleanup
2014-08-25 00:18:51 +02:00
def
3ee3aa2f2e
Remove kill message
2014-08-25 00:12:20 +02:00
savander
2e0c77d6ee
Fix Kill protection
2014-08-25 00:00:26 +02:00
savander
77663d6d41
fix: Kill protection crash
2014-08-24 23:50:45 +02:00
savander
1577201364
Kill protection
2014-08-24 23:24:33 +02:00
def
2cff296c25
Protect from IP spoofing of rcon commands
2014-08-22 13:54:13 +02:00
def
f64bf42894
Show time of player you're spectating ( #1 )
2014-08-22 13:29:39 +02:00
def
dbd3f94dbe
Helpers
2014-08-21 00:06:04 +02:00
CookieMichal
f0e44fa714
Update ddracechat.cpp
2014-08-19 17:26:59 +02:00
def
c9d70ed81b
Try to fix crash related to bad connection and reconnecting
2014-08-18 23:50:24 +02:00
def
f1e4700ae8
Add a timeout protection message
2014-08-17 05:04:37 +02:00
def
637d4a33c1
Fix: reset tuning zones after timeout protection
2014-08-17 04:39:33 +02:00
def
07aa08703d
Remove (probably buggy) implicit timeout protection
2014-08-16 14:43:22 +02:00
def
75538e32cc
make sv_vote_max_total only work for kick and spec votes
2014-08-12 13:41:57 +02:00
def
1d08bffbbb
Map configs don't have to be in data directory
2014-08-11 20:37:47 +02:00
def
2980bd77e8
Add /specteam
2014-08-09 19:53:38 +02:00
def
e137c48e5e
Merge branch 'try-timeout' into DDRace64
2014-08-09 19:24:54 +02:00
def
85b7475ae4
remove debug output
2014-08-09 18:13:21 +02:00
def
a39c46ea1d
Only extend timeout when code was entered
2014-08-09 18:08:00 +02:00
def
f04537dee5
Working great
2014-08-09 17:53:24 +02:00
def
f859f350ca
Kind of working with timeout code
2014-08-09 17:25:29 +02:00
def
a4519f8c11
Fix: Save nohook and nocollision properly
2014-08-09 15:44:19 +02:00
def
4af575654b
Kind of working
2014-08-09 14:50:51 +02:00
def
9cdbf5dbed
1 minute punishment for saving to prevent speedrunners from abusing it
2014-08-01 23:06:15 +02:00
def
066ac46c17
Add a message after you finished in team and rejoin team 0
2014-08-01 16:00:04 +02:00
def
0142cb1c18
Fix crash in /save
2014-07-29 14:31:10 +02:00
def
127dc1c196
Try timeout
2014-07-28 20:44:17 +02:00
def
9aec62de2e
Try to fix /save for solo servers
2014-07-28 15:43:47 +02:00
def
5cbd71de8f
Try to fix /save for solo servers
2014-07-28 15:42:57 +02:00
def
5b24fcd052
Try to fix tunezones with /load
2014-07-26 17:56:51 +02:00
def
99b73e9ce4
next try
2014-07-26 17:21:55 +02:00
def
a28cc2da76
Fix save/load freeze
2014-07-26 17:16:42 +02:00
def
145f0434f5
Add /save by the glorious HMH
2014-07-26 14:46:31 +02:00
def
e08e00817c
Fix that mod can call any vote
2014-07-19 19:06:25 +02:00
def
f2139dae94
For blocker servers disable rejoin to team 0 after finish
2014-07-19 17:11:00 +02:00
def
809dd8adf0
Hopefully fix mapinfo on some maps
2014-07-19 17:07:26 +02:00
def
eaeaf54250
Add freezehammer/unfreezehammer for blocker
2014-07-16 02:59:39 +02:00
def
4c2e01114f
Add back 00Eviltee
2014-07-09 20:01:40 +02:00
def
d47b2bc7e1
Make players join team 0 after finishing a map if you're not in a locked team
2014-07-08 01:58:27 +02:00
def
88b187bc7d
More readable lock messages
2014-07-04 09:22:21 +02:00
def
4245fae16f
Small cleanup
2014-06-26 17:37:06 +02:00
def
f3257e3949
Show who locked and unlocked a team
2014-06-26 01:33:10 +02:00
def
4c71b8cf56
Fix: Walljump works properly even in maps without double jump
2014-06-24 23:47:33 +02:00
def
7a4e5ed746
Fix "You can jump 1 time"
2014-06-24 23:32:29 +02:00
def
dcf5e244b5
Fix walljump after holding a key
2014-06-23 14:46:27 +02:00
def
d03caaeeac
Fix random unfinished map vote
2014-06-22 15:23:07 +02:00
def
e69987cc93
Hopefully fix spectating
2014-06-22 15:16:34 +02:00
def
99c74b5311
Fix wall jumps
2014-06-22 00:50:11 +02:00
def
d768eb4908
Try wall jumps
2014-06-21 18:14:22 +02:00
def
a7329d0a14
Add random_unfinished_map
2014-06-20 22:40:23 +02:00
def
94c3547b0f
Fix: armor does not switch away from pistol
2014-06-17 23:55:23 +02:00
def
6131dfb7e3
Fix: Don't show draggers of players in solo part
2014-06-15 20:51:30 +02:00
def
fb3a2fbfae
Fix: Don't crash on undeep and unsolo
2014-06-14 09:27:27 +02:00
def
e86b7da312
Add undeep
2014-06-13 23:49:34 +02:00
def
b8f93bdcea
Add unsolo command
2014-06-11 17:53:59 +02:00
def
a6e8a787ee
Fix: Jetpack works with tunezones (oops)
2014-06-04 20:16:44 +02:00
def
726cf67348
Add sv_rank_cheats
2014-05-25 10:55:33 +02:00
def
be2bed2fe2
Fix typo
2014-05-20 17:25:47 +02:00
def
e8e6b71db4
Add variable sv_vote_time
2014-05-19 02:23:01 +02:00
def
d5dd94d633
Allow players to change their vote (every 3 seconds)
2014-05-19 02:17:18 +02:00
def
442edc4692
Fix compile
2014-05-19 01:59:35 +02:00
def
4c87cedd4d
Better make sure that something exists before using it
2014-05-19 01:57:52 +02:00
def
88c417d6ef
Make grenade explode when lifetime is over to allow more fun parts with tunezones
2014-05-18 16:19:05 +02:00
def
54609b3fab
New feature: Players can choose spectator mode while playing
2014-05-17 16:40:02 +02:00
def
fe5bbf6d9b
Revert "New server feature: /spec & /pause straight to a player or freeview"
...
This reverts commit b30a91ec41
.
2014-05-17 16:39:42 +02:00
def
b30a91ec41
New server feature: /spec & /pause straight to a player or freeview
2014-05-17 16:29:17 +02:00
def
220db3b216
Rename some missing round functions
2014-05-12 23:55:35 +02:00
def
bf13363cd2
Fix: Proper dragger reset on spec
2014-05-08 15:45:02 +02:00
def
ccad2d6502
Fix solo dragger
2014-05-08 15:42:20 +02:00
def
ba909bc498
Fix: Guns and draggers work for each player in a solo part individually
2014-05-08 00:53:21 +02:00
def
c8712fa394
Fix fix
2014-05-07 19:22:57 +02:00
def
15aa47fa07
More tele fixes
2014-05-07 14:30:26 +02:00
def
89b55a30f9
Fix: Allow teleporting players even when they touch a stopper (Thanks to Flummi)
2014-05-07 04:13:59 +02:00
def
1129ea28f4
Make sv_vote_delay work
2014-05-04 11:10:42 +02:00
def
b3e9041768
Revert "Same hook strength for everyone (by cinaera)"
...
This reverts commit 2b08464527
.
2014-05-01 03:03:31 +02:00
def
2b08464527
Same hook strength for everyone (by cinaera)
2014-04-30 17:36:25 +02:00
def
94868e29aa
Hopefully fix /map bugs
2014-04-30 15:45:08 +02:00
def
014b070586
Fix: Don't crash SQL
2014-04-29 18:43:02 +02:00
def
5eb7a74558
Fix: Tunings and Tunezones with dummies
2014-04-29 03:34:23 +02:00
def
13c0c5b400
Fix: /lock 0 and /lock 1
2014-04-28 17:02:39 +02:00
def
3f7f3b9719
Fix: Proper vote limits with /map
2014-04-26 18:12:53 +02:00
def
50630294c7
Code cleanup
2014-04-24 01:02:03 +02:00
def
d2486ab84a
Fix: Spam protection for converse
2014-04-24 00:43:49 +02:00
def
15ecbb71d1
fixed compiling using visual studio 2013 by renaming the round function
2014-04-22 23:46:55 +02:00
def
4b70e195c1
Multiline broadcasts
2014-04-19 00:40:21 +02:00
def
7133545e1a
Formatting
2014-04-18 14:50:15 +02:00
HMH
91547852dc
correct tunings on client enter
2014-04-18 14:43:33 +02:00
HMH
4a8011ced4
determine tunings to send with the players viewpos
2014-04-18 14:43:33 +02:00
HMH
b9d72d5efe
TuneZone enter msg also on spawn
2014-04-18 14:43:33 +02:00
def
9d123cb95f
Fix: Work for pure vanilla servers
2014-04-15 21:22:12 +02:00
def
72a8c581a2
Fix shotgun_strength in tune zone
2014-04-14 22:15:48 +02:00
def
68980e7699
Fix: Ok, proper Jetpack prediction now
2014-04-14 10:56:14 +02:00
def
38b16ee5c0
Jetpack prediction (Thanks to v)
2014-04-14 01:34:50 +02:00
def
29db455131
Multiline tune zone messages
2014-04-13 19:27:08 +02:00
def
f8b15e1e62
Add hammer_strength tuning
2014-04-13 19:11:21 +02:00
def
a855d34991
Update credits
2014-04-13 16:52:48 +02:00
def
6e33858cab
Code cleanup
2014-04-13 16:49:58 +02:00
def
83201c9003
More extended tunings
2014-04-13 16:41:02 +02:00
def
7fd799f894
Timeouts, disconnects and game leaves no longer kill your entire locked team
2014-04-12 12:08:20 +02:00
def
1adbc87a7a
Fix paused view so that players don't disappear without 64 player client
2014-04-12 11:36:36 +02:00
def
7ae973af0d
Make jetpack strength a tuning
2014-04-12 11:12:29 +02:00
def
327aa4e196
Fake tunings for NPC and NPH and tuning cleanup
2014-04-06 12:22:27 +02:00
def
a285751c5f
Fix: Bullets should still work
2014-04-05 16:17:05 +02:00
def
8be0091d07
Add sv_teleport_hold_hook
2014-04-05 00:35:18 +02:00
def
b8775d27c4
Revert "sv_pistol_damage"
...
This reverts commit a5449c9af0
.
2014-04-02 19:55:42 +02:00
def
a5449c9af0
sv_pistol_damage
2014-03-31 20:34:54 +02:00
def
c3062fb787
Fix: Default tune zone is 0, not -1
2014-03-29 23:34:36 +01:00
def
27fbf04b09
Remove projectiles when player dies
2014-03-29 23:15:45 +01:00
HMH
6943711be3
better tune-updating
2014-03-29 18:04:37 +01:00
def
7494bb7b93
Fix bug in tuning zone messages (My bad) and increase text lengths to 256
2014-03-28 23:31:53 +01:00
def
bbb6572d5f
Fix: Send vote to newly joined players
2014-03-28 12:52:03 +01:00
HMH
3d607eaf16
fix: correct zone at spawn
2014-03-27 01:48:21 +01:00
HMH
e393e966d0
fix: send tunings on spawn not on death
2014-03-27 01:33:37 +01:00
def
e6052ed411
add sv_pause_messages
2014-03-26 14:21:49 +01:00
def
a4580c4af0
Add speedup prediction (by c)
2014-03-25 01:13:46 +01:00
HMH
6b1b4f2bcb
fix: correct tunezones for faketunings
2014-03-24 21:07:10 +01:00
def
c98ad5bf22
Merge branch 'new' into DDRace64
...
Conflicts:
src/game/editor/layer_tiles.cpp
2014-03-23 23:18:43 +01:00
def
fb4c83cf3e
More cleanup
2014-03-23 19:31:28 +01:00
def
63f642c478
Fix array sizes and array accesses
2014-03-23 18:56:07 +01:00
def
ef579f55e2
Typo
2014-03-23 18:02:04 +01:00
HMH
85b069193f
set proper standard tunings for zones
2014-03-23 17:10:49 +01:00
HMH
0177b8a4b5
fix: stupid laser tunings + projectile security fix
2014-03-23 17:10:49 +01:00
HMH
f2c8134bd2
send correct tunings to spectators
2014-03-23 17:10:49 +01:00
HMH
78bed556c0
replaced tunings from projectiles and laser by zonespecific tunings
2014-03-23 17:10:49 +01:00
HMH
e25f0ba074
added TuneZoneHandler, replaced projectile-lifetime and laserreach with zone specific tunings when creating
2014-03-23 17:10:49 +01:00
HMH
330fc92c8c
added a list out of CTuningParams for the different tunezones, added a list for messages to display on switching between zones, put rcon commands for adjusting theses lists, edited SendTuningParams to make it possible to send zonespecific tunings
2014-03-23 17:10:49 +01:00
def
3acf759334
/saytime now supports player names
2014-03-22 23:29:52 +01:00
def
6ead8f0531
Add sv_vote_max_total
2014-03-22 19:53:43 +01:00
def
b8fce1c0f4
Another 50% speedup for /points and /top5points
2014-03-19 12:02:29 +01:00
def
133583708d
Speed up /points and /top5points by 50%
2014-03-19 11:47:02 +01:00
def
9f832423c1
Fix: Keep team closed when locked so that all players are killed
2014-03-12 19:36:25 +01:00
def
e305e83a98
Fix: Reset doors in locked team
2014-03-10 13:39:50 +01:00
def
ffde53a443
Add sv_map_vote to disable /map
2014-03-07 23:58:22 +01:00
def
ab9cd8c06f
fix
2014-03-04 03:08:37 +01:00
def
73663f2919
Vote delay for /map
2014-03-04 02:48:58 +01:00
def
b72df908a1
Add faketunings for 0 jumps
2014-03-01 14:29:14 +01:00
def
220f5269c4
Fix: Reset ninja properly to prevent it from autoshooting
2014-02-25 21:51:10 +01:00
def
b8780a3b98
Fix Crash when you start server and MySQL is not reachable
2014-02-25 21:22:16 +01:00
def
3b8645ae98
1 point, many points
2014-02-25 19:55:35 +01:00
def
6406e77e9c
Disable faketuning for freeze for now because it looks really weird in some situations
2014-02-23 01:10:43 +01:00
def
0e15c22639
More sensitive afk detection
2014-02-21 18:27:00 +01:00
def
65f0455f64
Fake tunings: Don't fake hook as people are annoyed by shorter hook
2014-02-20 18:51:46 +01:00
def
b1d577af30
Huge fix with fake tunings
2014-02-20 01:36:39 +01:00
def
e9db91e953
Add solo fake tunes
2014-02-19 22:30:57 +01:00
def
40651924bf
Make Fake Tunings a bit nicer and less resource intensive
2014-02-19 22:30:34 +01:00
def
92e0b5fe3c
Add fake tunings so that freeze prediction is correct (by HMH)
2014-02-19 21:55:37 +01:00
def
c36922c4f4
Better examples and information for /map
2014-02-19 21:35:56 +01:00
def
a5f3de6827
Add /map (for votes) and /mapinfo (instead of /mappoints)
2014-02-19 21:22:36 +01:00
def
57e05a84a6
fix
2014-02-19 03:47:15 +01:00
def
a641b01a37
Also don't spam everyone with scores with sv_save_worse_scores
2014-02-19 02:56:57 +01:00
def
99a086200f
Only keep holding hook, reset all other keys on /pause and chat
2014-02-18 22:26:17 +01:00
def
4429092ca5
Add sv_save_worse_scores
2014-02-18 22:08:43 +01:00
def
3c39b4460b
Fix SQL queries
2014-02-14 21:15:40 +01:00
def
8bb7d84366
Fix sql queries
2014-02-14 20:55:02 +01:00
def
1b76f57750
Allow /showothers on solo server
2014-02-14 03:08:20 +01:00
def
4a2eaaf1cc
Less strict spam filtering
2014-02-14 00:26:05 +01:00
def
17102bdf09
Still have to keep crashmeplx
2014-02-13 19:53:30 +01:00
def
2b9427d48d
Should use the correct index to improve performance for important queries by a factor of 200
2014-02-13 00:46:01 +01:00
def
4321e80c4d
style
2014-02-12 13:28:07 +01:00
def
51012d479b
Add totelecp
2014-02-11 22:36:55 +01:00
def
334a739534
Fix penalty for teams
2014-02-10 00:17:56 +01:00
def
42ed2807cb
Add penalty tile
2014-02-09 23:31:29 +01:00
def
7804f9314d
Hopefully fix a bunch of locked team bugs
2014-02-08 14:33:42 +01:00
def
f4cc6e4efd
Huge SQL bug
2014-02-03 20:03:49 +01:00
def
60b77d1620
Fix: Reset super on kill
2014-02-03 15:46:30 +01:00
def
7d69b07160
Code cleanup
2014-02-03 14:34:19 +01:00
def
4fcb4f852f
Fix: Another wrong delete
2014-02-03 13:00:35 +01:00
def
20f66fbcae
Fix: SQL table for maps should have unique key
2014-02-03 11:20:37 +01:00
def
51fcd75ac6
Fix: Wrong delete
2014-02-03 05:54:40 +01:00
def
c907071d4c
Merge branch 'DDRace64' of github.com:def-/teeworlds into DDRace64
2014-02-03 04:32:29 +01:00
def
1dd666e066
Major SQL Change:
...
Keep records in a single table records_race
Keep team records in a single table records_teamrace
Keep maps with their server and respective points in a table records_maps
2014-02-03 04:31:30 +01:00
def
88c8c3190e
Code cleanup
2014-02-02 22:07:20 +01:00
def
823a04333a
Add /showall
2014-02-02 19:56:10 +01:00
def
0be802c005
Fix: Even show correct team if there was a locked team before
2014-02-02 11:10:00 +01:00
def
391232017a
Add evil checkpoint teleports
2014-02-01 22:20:41 +01:00
def
7347afa5dc
Even Super has to die!
2014-01-31 23:24:45 +01:00
def
a054d3e84f
No /showothers for ddrace after all
2014-01-31 21:21:50 +01:00
def
3e7d077722
Fix: See other players on solo server
2014-01-31 12:26:17 +01:00
def
2f4820f9ae
Don't show players in solo part, even with /showothers
2014-01-30 18:39:39 +01:00
def
8d877973ee
ShowOthers for regular DDRace client
2014-01-30 17:28:30 +01:00
def
caa1f15d12
Fix possible crashes
2014-01-30 16:54:58 +01:00
def
d8533eea67
Proper Client Version numbers and more visible whispers
2014-01-30 16:49:15 +01:00
def
a2adca7036
Fix: Don't access unlockable teams
2014-01-30 03:37:45 +01:00
def
69df267bb1
Don't allow random_map when no maps are available in votes
2014-01-29 02:04:02 +01:00
def
329804b3ce
Fix /showothers
2014-01-24 22:27:34 +01:00
def
bf652416d4
Don't send team state too often (causes lags when people kill)
2014-01-24 15:12:46 +01:00
def
6997a801bc
Revert "Don't show solo players with /showothers because it's buggy"
...
This reverts commit 3cb26984aa
.
2014-01-22 21:48:13 +01:00
def
3cb26984aa
Don't show solo players with /showothers because it's buggy
2014-01-22 20:01:21 +01:00
def
44d479330e
Fix giant broadcasting bug
2014-01-22 15:47:01 +01:00
def
61ca36b4b3
Fix: No buggy teamstates for 16-player clients
2014-01-22 15:29:30 +01:00
def
61b056f9f7
Hold input while paused
2014-01-22 14:04:46 +01:00
def
c1a3a8713b
No more sound bugs when super
2014-01-22 01:56:12 +01:00
def
663da084db
Make players look sleepy if afk
2014-01-22 01:46:15 +01:00
def
25f69ecdeb
Display teams in scoreboard
2014-01-22 01:39:18 +01:00
def
beb74082b3
Send initial team state
2014-01-22 00:35:02 +01:00
def
f0d79b8388
Trying to get better team support
2014-01-22 00:08:30 +01:00
def
fe7f274023
Fix: Proper super on DDRace 16 player servers
2014-01-21 18:21:01 +01:00
def
4114e00564
Cleanup TeamMask
2014-01-20 20:12:03 +01:00
def
24fcc8c8b0
Broadcasting fix 425
2014-01-17 03:00:24 +01:00
def
0d819aba4d
Fix: Don't even send own team's broadcasts if player is spectating someone
2014-01-14 20:27:30 +01:00
def
d158267e92
Better broadcasting for spectators
2014-01-13 17:00:49 +01:00
def
fbe1cbe9e8
Another broadcasting fix
...
Conflicts:
src/game/server/teams.cpp
2014-01-13 11:31:55 +01:00
def
4d22032a6d
Fix: Double hook sound in solo
2014-01-13 11:12:38 +01:00
def
adbaae769c
Fix various broadcasting issues:
...
- Sound in solo parts
- Sound when spectating
- Projectiles of players in other teams when spectating
2014-01-12 15:56:16 +01:00
def
b632eb3c7d
More reasonable player mapping
2014-01-11 23:38:13 +01:00
def
aa64e86f12
Fix: Send proper votes to 64/16 player clients
2014-01-11 22:22:45 +01:00
def
6126ad50c4
Fix range of team related bugs by actually removing people from team when they spectate
2014-01-11 15:19:34 +01:00
def
2af9d9f423
Switchable ninjajetpack
2014-01-11 13:59:20 +01:00
def
f4b961ecad
Final fix
2014-01-11 13:39:35 +01:00
def
b768cb1e81
Fix: Solo server crash
2014-01-11 00:52:13 +01:00
def
5d23a38f66
Allow players to see players at every distance, but not effects
2014-01-10 22:54:07 +01:00
def
7a3a8f1485
Fix doors in team 0 for solo server
2014-01-09 21:57:44 +01:00
def
86468f2c06
Emote fix
2014-01-09 19:51:26 +01:00
def
2a573d54ff
Merge branch 'DDRace64' of github.com:def-/teeworlds into DDRace64
2014-01-09 19:00:48 +01:00
def
9770382007
New Jetpack animation
2014-01-09 19:00:41 +01:00
def
ab2563c2b5
Threaded points load
2014-01-09 12:23:23 +01:00
def
6ef5c5de98
Fix memory leak
2014-01-09 04:02:28 +01:00
def
f5cab53aa4
Send all votes to ddnet clients
2014-01-08 02:57:18 +01:00
def
6af20de3e8
Also reset team 0
2014-01-08 02:24:31 +01:00
def
874e716fdb
fix crash
2014-01-06 20:16:04 +01:00
def
37badd724b
Another go at the door opening bug
2014-01-06 18:27:38 +01:00
def
86d9d75e2d
Fix: Use character position, not view pos for 16 player compatibility mapping
2014-01-06 15:20:02 +01:00
def
2bd4c1dde4
Merge branch 'DDRace64' of github.com:def-/teeworlds into DDRace64
2014-01-05 23:29:30 +01:00
def
5423e14ac9
Fix: Crash due to null pointer
2014-01-05 23:29:19 +01:00
def
5c2794fcea
Remove unused variable
2014-01-04 03:50:56 +01:00
def
bdc14849f7
Fix vote window
2014-01-03 13:51:18 +01:00
def
e44456c08e
Fix: Proper vote status for non-64-player-clients
2014-01-02 21:23:27 +01:00
def
89da13686d
Less jumpiness
2014-01-02 14:06:59 +01:00
def
ca22600b4f
Next try
2014-01-02 02:54:57 +01:00
def
dfe3de179a
New revelations
2014-01-02 02:47:06 +01:00
def
dcde67b45e
Fix 436
2014-01-02 02:27:38 +01:00
def
73dc056d04
Fix 435
2014-01-02 02:26:25 +01:00
def
0bcafcc72b
Fix 434
2014-01-02 02:24:49 +01:00
def
f1763eee79
Fix 433
2014-01-02 02:23:09 +01:00
def
256ce97ed8
Fix 432
2014-01-02 02:20:27 +01:00
def
8d4301b2e3
Next try to prevent DDRace problems
2014-01-02 02:15:19 +01:00
def
b919538663
Revert "DDRace clients don't work well with teams on 64 player servers"
...
This reverts commit 314c5cb275
.
2014-01-02 02:13:10 +01:00
def
314c5cb275
DDRace clients don't work well with teams on 64 player servers
2014-01-02 02:10:27 +01:00
def
28980ef2ba
Hopefully fix 64 players
2014-01-02 01:56:09 +01:00
def
cd98cd4c3f
Fix: Stupid
2014-01-01 22:37:18 +01:00
def
a98458a9f3
Fix switches for 64 teams
2014-01-01 22:34:10 +01:00
def
39ba649849
Less restrictive spam protection
2014-01-01 22:06:46 +01:00
def
7da88b06fa
Name fix
2014-01-01 15:06:06 +01:00
def
08eb38230f
Reverse Translation for DDRace64
2013-12-31 18:25:40 +01:00
def
8025226475
Change rules
2013-12-31 13:36:05 +01:00
def
0aad13c085
Update credits
2013-12-31 13:35:59 +01:00
def
d9764a7638
Remove useless broadcast messages
2013-12-31 06:23:40 +01:00
def
3607218f12
Merge ddrace64 from eeeeee
2013-12-31 06:13:57 +01:00
def
da2cdf7acd
Fix: Reset switches when team is locked
2013-12-30 22:30:07 +01:00
def
b6f8156e1f
New fix for solo maps with switches
2013-12-28 16:27:47 +01:00
def
5c6ce4585b
Revert "Fix crash for overfull solo servers: One more team"
...
This reverts commit 2e8c3cfb66
.
2013-12-28 16:09:03 +01:00
def
c1da2444a2
Allow players to see further
2013-12-27 18:29:56 +01:00
def
5453c0c80f
Allow longer messages
2013-12-27 04:09:45 +01:00
def
605bd0f81c
Only show freeze indication once when still frozen
2013-12-26 19:46:44 +01:00
def
3eaad43b6b
Merge remote-tracking branch 'upstream-teeworlds/0.6' into DDRace
...
Conflicts:
bam.lua
data/languages/index.txt
src/engine/server/server.cpp
src/engine/shared/network_server.cpp
src/game/client/components/chat.cpp
src/game/client/components/menus_settings.cpp
src/game/server/entities/character.cpp
src/game/server/gamecontext.cpp
src/game/version.h
2013-12-26 18:02:22 +01:00
def
8b75cc3d00
Revert "Show spectators the whole game"
...
This reverts commit 819c792f6c
.
2013-12-24 23:59:06 +01:00
def
d98e53f7f4
Allow seeing more
2013-12-24 23:55:42 +01:00
def
033df0da7c
Revert "Show everyone entire game"
...
This reverts commit 987efe8604
.
2013-12-24 23:54:53 +01:00
def
d0d8aaa56c
Fix: Proper jetpack strength
2013-12-23 20:40:43 +01:00
def
ec4a83eb1a
Fix: Don't change tune parameters
2013-12-23 20:33:01 +01:00
def
70a0774453
Add /dnd
2013-12-22 18:30:13 +01:00
def
2e8c3cfb66
Fix crash for overfull solo servers: One more team
2013-12-22 01:52:40 +01:00
def
0b70f874dc
Add sv_team 3 (forced random team for you, useful for solo ddrace)
2013-12-19 23:04:01 +01:00
def
72bc639a0c
TeleOuts as pointer; Hopefully fixes Visual Studio crash
2013-12-12 14:35:01 +01:00
def
f87449d86c
Only give team ranks to teams consisting of 2 players or more
2013-12-10 18:45:28 +01:00
def
aed599746e
More verbose /lock message
2013-12-10 00:24:38 +01:00
def
bc8ad79c29
Consequently use minutes when telling player times
2013-12-09 17:24:02 +01:00
def
bfc6558a32
Indicate when ninja ends
2013-12-09 13:53:26 +01:00
def
7237fe2a31
Add random_map
2013-12-07 00:15:56 +01:00
def
2dc5573ea7
Create binary names to be case sensitive in SQL queries
2013-11-28 16:00:01 +01:00
def
5460982a45
Merge branch 'DDRace' of github.com:def-/teeworlds into DDRace
2013-11-28 15:15:14 +01:00
def
ce8d17744a
Add /mappoints
2013-11-28 15:11:59 +01:00
def
586f0254ad
Allow /showothers for all
2013-11-27 18:00:22 +01:00
def
24be89224f
Proper ranks for /points and /top5points
2013-11-26 23:16:33 +01:00
def
7af88ed004
Reset extended teleports
2013-11-24 19:23:58 +01:00
def
d1a584b4af
Add jetpack tile
2013-11-22 15:10:55 +01:00
def
d9ace010cb
Fix /top5team
2013-11-19 22:36:04 +01:00
def
f8beef7e87
Proper rank positions ingame
2013-11-19 22:15:08 +01:00
def
db1304b597
Fix Null Pointer bug
2013-11-16 02:36:04 +01:00
def
a12c5e9c5e
Saner locking messages
2013-11-16 00:58:31 +01:00
def
eba45c4f0a
Add /lock
2013-11-16 00:44:49 +01:00
def
1a8da052f0
Fix SQL teamrace time comparison to be more exact
2013-11-14 19:39:28 +01:00
def
295a1aaa50
Code cleanup
2013-11-14 16:26:25 +01:00
def
3dda7569e6
Display saved scores
2013-11-14 16:08:04 +01:00
def
0b305471d2
Add jetpack
2013-11-13 13:25:26 +01:00
def
582562ed1e
Remove useless code
2013-11-09 00:07:57 +01:00
def
463f85b279
fix
2013-10-27 20:16:30 +01:00
def
9ee125fadd
Foo
2013-10-27 20:15:49 +01:00
def
1b49f5fab0
Keep solo after map change
2013-10-22 17:04:54 +02:00
def
fe44c5a569
add sv_show_others_default
2013-10-20 23:22:49 +02:00
def
34e568f41b
Add converse command
2013-10-18 11:42:35 +02:00
def
35996eaa69
Revert "Speedup server map change by threading SQL initialization"
...
Causes problems with high ping servers when initializiation wasn't done
and new map is voted.
This reverts commit 13a6f5f2e8
.
2013-10-15 07:07:33 +02:00
def
13a6f5f2e8
Speedup server map change by threading SQL initialization
2013-10-14 20:51:50 +02:00
def
e69e023f16
Don't kill when joining team 0
2013-10-07 14:09:30 +02:00
def
a4296f4bb7
Fix: Super can always jump
2013-09-29 17:16:49 +02:00
def
46f6cefdd6
Fix sql
2013-09-29 15:29:32 +02:00
def
f364c2d6bc
Fix: Team 0 can be any size
2013-09-17 00:58:33 +02:00
def
185f132a24
Don't send "Muted text"
2013-09-02 21:30:00 +02:00
def
1cc6977611
Fix jumping
2013-08-24 02:25:58 +02:00
def
6da8d2146c
New mapping entity: Specify number of jumps
2013-08-24 01:03:45 +02:00
def
762dd451d3
fix
2013-08-23 20:46:08 +02:00
def
71946ac0f8
Fix
2013-08-23 15:25:46 +02:00
def
c53d167ab8
Fix
2013-08-23 03:02:45 +02:00
def
bed7225da6
Fix: Better looking
2013-08-23 03:01:01 +02:00
def
91cbb4745e
More compact time representation
2013-08-23 02:56:31 +02:00
def
58039066f4
Add local time screen at top
2013-08-23 00:45:48 +02:00
def
48d84b2784
More correct door reset
2013-08-22 06:07:31 +02:00
def
40ff09be29
Revert visual studio fix
2013-08-18 22:19:02 +02:00
def
a2c7feda17
Add afk vote timer
2013-08-18 03:27:30 +02:00
def
a54c035e36
Text fix
2013-08-18 01:06:36 +02:00
def
a93eec47f7
Revert "Add /w to cmdlist"
...
This reverts commit 8a380147f1
.
2013-08-18 01:05:06 +02:00
def
8a380147f1
Add /w to cmdlist
2013-08-18 00:40:41 +02:00
def
0a3177ed71
Fix: Team score saving for players with sql escaped characters
2013-08-17 06:10:44 +02:00
def
5f5f175ab4
Merge branch 'DDRace' of github.com:def-/teeworlds into DDRace
2013-08-16 00:53:36 +02:00
def
a837b251ab
Whisper case-insensitive
2013-08-16 00:53:24 +02:00
def
deb619c52d
Merge branch 'fix_deen' of https://github.com/cinaera/teeworlds into DDRace
2013-08-15 14:12:18 +02:00
def
f3415c2aa5
Fix cheat to finish every map in less than a second
2013-08-14 20:12:53 +02:00
BeaR
ee6192900c
fix previous commit
2013-08-14 19:56:55 +02:00
def
af69765063
Revert "fix visual studio build"
...
This reverts commit 62409f740a
.
2013-08-14 17:31:15 +02:00
def
8acea035bd
DDRaceNetwork -> DDraceNetwork
2013-08-13 18:32:33 +02:00
def
0d6acbda16
Fix spec voting
2013-08-13 18:14:03 +02:00
BeaR
62409f740a
fix visual studio build
2013-08-13 14:06:29 +02:00
def
bf518df74d
New teleport entities
2013-08-13 04:59:25 +02:00
def
ed02dbed33
Whisper: Make chars with spaces work even without ""
2013-08-12 23:02:39 +02:00
def
0a5433178d
ddnet.no-ip.info -> ddnet.tw
2013-08-12 21:55:04 +02:00
def
32109b0f15
Missing buffer
2013-08-12 20:35:46 +02:00
def
72ca64501f
New SQL, automatic reconnect
2013-08-12 20:13:12 +02:00
def
131a7a7ad7
Fix: Don't allow empty whispers
2013-08-10 04:30:59 +02:00
def
ccc777f792
Max 4 commands per second
2013-08-10 04:21:20 +02:00