GreYFoXGTi
|
c704a4ee95
|
a gift for btd
|
2010-10-31 19:47:10 +02:00 |
|
oy
|
9e39239ce2
|
skip start params when parsing argv in console
|
2010-10-31 17:53:00 +01:00 |
|
GreYFoXGTi
|
6dc504b995
|
Fixed VoteKick
|
2010-10-31 05:35:01 +02:00 |
|
GreYFoXGTi
|
d6b898c84a
|
Merge branch 'master' of http://github.com/oy/teeworlds
|
2010-10-30 00:48:17 +02:00 |
|
oy
|
f1bc96ad09
|
fixed crashes with the font. closes #178
|
2010-10-29 23:49:33 +02:00 |
|
oy
|
9490b6f28d
|
fixed key handling for unicodes > 255
|
2010-10-29 23:01:50 +02:00 |
|
m!nus
|
523c15e0e7
|
added a null pointer check in huffman decompression code. it was possible to crash a masterserver by sending it a packet that had the compression flag (but not the connection-less flag) set because the huffman look up table is not initialized in the masterserver and thus resulted in a null-pointer-node. clients and servers (with initialized look up tables were not affected. it was also not possible to use this to inject code.
|
2010-10-29 01:46:10 +02:00 |
|
oy
|
b343ef7f55
|
fixed mac compiling. Closes #238
|
2010-10-28 23:32:01 +02:00 |
|
btd
|
b8dd4a32ca
|
Merge https://github.com/GreYFoXGTi/DDRace into others
|
2010-10-26 23:35:55 +04:00 |
|
GreYFoXGTi
|
c6162b6485
|
fix
|
2010-10-26 17:02:36 +02:00 |
|
GreYFoXGTi
|
4d204d642f
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
src/engine/console.h
src/engine/shared/console.cpp
src/engine/shared/console.h
|
2010-10-26 00:25:36 +02:00 |
|
GreYFoXGTi
|
2f3152691c
|
Revert "ingame browser added (config: cl_serverbrowser, hotkey: ctrl+shift+b" because it's buggy and i never intended to pull it, but btd did
This reverts commit 5b5eb0b2c0 .
|
2010-10-25 20:09:08 +02:00 |
|
fisted
|
9f8cf21c33
|
added hackish challenge-response-alike compatible with 0.5.2 clients. against the slot blocking exploit.
|
2010-10-25 20:00:16 +02:00 |
|
oy
|
af56496281
|
moved str_skip_to_whitespace function
|
2010-10-25 18:41:15 +02:00 |
|
oy
|
8ca6a28088
|
parse line on addvote and skip invalid ones
|
2010-10-25 18:30:35 +02:00 |
|
btd
|
a62decbc91
|
Show others for ddrace clients.
Need to fix entities now.
Signed-off-by: btd <bardadymchik@gmail.com>
|
2010-10-24 14:47:25 +04:00 |
|
GreYFoXGTi
|
6505e21a0d
|
Merge branch 'master' of http://github.com/btd/DDRace
|
2010-10-24 02:13:05 +02:00 |
|
btd
|
161e5dbb7e
|
Forgot about client
|
2010-10-23 22:13:37 +04:00 |
|
btd
|
2bda9dc0c6
|
Added connection timeout and fix super team in gun. Thanks Mo(2) for report.
|
2010-10-23 22:11:42 +04:00 |
|
btd
|
d4d519c3ef
|
Fix teams show_others
|
2010-10-23 16:15:29 +04:00 |
|
heinrich5991
|
5b5eb0b2c0
|
ingame browser added (config: cl_serverbrowser, hotkey: ctrl+shift+b
|
2010-10-22 17:29:46 +02:00 |
|
GreYFoXGTi
|
4197a6ce8b
|
Re-enabled pure tuning check, reset tunings to vanilla values, made server apply DDRace tunings on startup and map change. Closes #97.
Revert "Now can Join Vanilla servers. Closes #96."
This reverts commit c6fda43369 .
Conflicts:
src/game/client/components/menus_settings.cpp
|
2010-10-22 15:22:17 +02:00 |
|
heinrich5991
|
684e1788ed
|
added strict gametype filtering
|
2010-10-19 17:18:32 +02:00 |
|
GreYFoXGTi
|
6d1ec0dd62
|
set m_Authed on map change Closed #93.
initialized m_Addr because i seem to have forgotten
|
2010-10-19 01:36:04 +02:00 |
|
heinrich5991
|
dcb80a4e58
|
added logging for rcon command tries
|
2010-10-18 20:52:30 +02:00 |
|
heinrich5991
|
4d6370d890
|
fixed last commit, removed debug messages
|
2010-10-18 20:52:29 +02:00 |
|
heinrich5991
|
5ab6286508
|
removed no longer needed else for logging, authentification with no password does not result in a ban anymore
|
2010-10-18 20:52:28 +02:00 |
|
heinrich5991
|
5c5b744490
|
fixed spell mistake
|
2010-10-18 20:52:28 +02:00 |
|
GreYFoXGTi
|
17408123f5
|
Some bug fixes
|
2010-10-18 20:46:00 +02:00 |
|
GreYFoXGTi
|
fd9ad2e720
|
Re-Added kick/ban by lower level Protection
|
2010-10-17 21:45:45 +02:00 |
|
GreYFoXGTi
|
4ff5cd8707
|
Merge branch 'master' of http://github.com/heinrich5991/DDRace
|
2010-10-17 12:14:40 +02:00 |
|
GreYFoXGTi
|
caec5ada0f
|
should fix linux compilation as reported by Mo(2) thanks Mo(2)
|
2010-10-16 22:28:54 +02:00 |
|
heinrich5991
|
de0f558ad4
|
send "server is full" to clients trying to join reserved slots
|
2010-10-16 22:16:16 +02:00 |
|
GreYFoXGTi
|
7f437f7245
|
Merge branch 'master' of http://github.com/heinrich5991/DDRace
Conflicts:
src/game/server/gamecontext.cpp
|
2010-10-16 22:02:34 +02:00 |
|
GreYFoXGTi
|
ddf2883cb2
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
src/engine/client/client.cpp
src/engine/server/server.cpp
src/engine/shared/console.cpp
src/game/server/gamecontext.cpp
|
2010-10-16 21:59:59 +02:00 |
|
oy
|
85fd272846
|
added the possibility to create a new folder within the editor's save file dialog
|
2010-10-16 18:33:54 +02:00 |
|
heinrich5991
|
0cd8390036
|
Revert "better spam protection. Closes #82. Feedback Please"
This reverts commit daac101024 .
|
2010-10-14 08:42:29 +02:00 |
|
oy
|
e294cd86a5
|
fixed bug in the console when executing a line that holds more than one command
|
2010-10-14 02:06:57 +02:00 |
|
heinrich5991
|
d5755f8ad2
|
dont count reserved slots on the server for the client browser
|
2010-10-14 00:41:37 +02:00 |
|
heinrich5991
|
dc22007c24
|
fixed crash on dbg_msg on unauthed client trying rcon, fixed infinite loop (same event)
|
2010-10-14 00:35:54 +02:00 |
|
heinrich5991
|
9cf90fff77
|
added config for showing client ids in scoreboard
|
2010-10-13 22:47:28 +02:00 |
|
oy
|
fa768449e2
|
fixed issue with reason on forcevotekick
|
2010-10-13 20:31:21 +02:00 |
|
GreYFoXGTi
|
47714c9468
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
src/game/variables.h
|
2010-10-13 14:08:35 +02:00 |
|
oy
|
8fb39524a9
|
do not use console in silent mode. Closes #48
|
2010-10-13 12:54:27 +02:00 |
|
oy
|
e4fe7457c8
|
fixed problems with the mouse movement. Closes #214
|
2010-10-13 12:47:42 +02:00 |
|
GreYFoXGTi
|
e819f1140b
|
Some Commands level
|
2010-10-12 17:15:54 +02:00 |
|
GreYFoXGTi
|
daac101024
|
better spam protection. Closes #82. Feedback Please
|
2010-10-12 16:13:56 +02:00 |
|
GreYFoXGTi
|
d1129b7fce
|
*whistling*, the obvious cover up.
|
2010-10-12 11:48:45 +02:00 |
|
GreYFoXGTi
|
838f9d5bb2
|
something was wrong with the if xD
now only the admin has too weak connection for this
|
2010-10-12 10:57:22 +02:00 |
|
GreYFoXGTi
|
e9523454f1
|
Enhanced CMDList but still this causes too weak connection (out of buffer) need to think of a better way
|
2010-10-12 10:44:24 +02:00 |
|
GreYFoXGTi
|
5cf469fa11
|
Re-Added Command CMDList
|
2010-10-12 10:25:48 +02:00 |
|
GreYFoXGTi
|
dc12d59a00
|
registered server dummy commands for tab completion in the client
|
2010-10-12 10:02:46 +02:00 |
|
GreYFoXGTi
|
a1935036d5
|
fixed my last commit
|
2010-10-12 09:35:09 +02:00 |
|
GreYFoXGTi
|
74f9e46750
|
Merge branch 'master' of http://github.com/heinrich5991/DDRace
|
2010-10-12 09:31:58 +02:00 |
|
GreYFoXGTi
|
84ff10ca48
|
Changed rcon system a bit like the old one
|
2010-10-12 09:31:47 +02:00 |
|
heinrich5991
|
3b8815ade8
|
added response for config changes
|
2010-10-11 23:05:52 +02:00 |
|
heinrich5991
|
376930657d
|
fixed infinite loop on rcon exec
|
2010-10-11 22:52:18 +02:00 |
|
GreYFoXGTi
|
602c697717
|
made broadcast update only when needed
|
2010-10-11 21:27:35 +02:00 |
|
GreYFoXGTi
|
d8e6cfcbdd
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
data/languages/french.txt
src/engine/client/client.cpp
src/engine/server/server.cpp
src/game/server/gamecontext.cpp
|
2010-10-11 03:56:58 +02:00 |
|
GreYFoXGTi
|
ed3299be05
|
more cleanup
|
2010-10-11 03:50:43 +02:00 |
|
GreYFoXGTi
|
040ba467bf
|
Changed The lowest level to -1 ( has chat but no rcon )
made rcon for level 0 open by default users can use logout or login/auth or in normal consol rcon_auth to raise their level
|
2010-10-11 02:39:08 +02:00 |
|
oy
|
411db8b885
|
fixed that chat message gets out of the window. Closes #102
|
2010-10-11 02:29:30 +02:00 |
|
oy
|
b65a26fe93
|
fixed last commits
|
2010-10-11 01:06:44 +02:00 |
|
GreYFoXGTi
|
332fb1de09
|
chat commands redirect to rcon and vice versa by heinrich5991
|
2010-10-11 00:40:07 +02:00 |
|
Choupom
|
7aefbca742
|
made so we can add the reason for a kick/ban (fixes #123)
|
2010-10-11 00:31:14 +02:00 |
|
GreYFoXGTi
|
ac3ce7589a
|
linux compilation...
|
2010-10-10 16:19:10 +02:00 |
|
GreYFoXGTi
|
ef139eb73a
|
Cleanup (Putting stuff back vanilla like)
|
2010-10-10 16:11:11 +02:00 |
|
GreYFoXGTi
|
e7ab496262
|
Deleted old afk timer by noother, because it's replaced by a Vanilla feature
Note: we may need to tweak the vanilla features to suite DDRace needs in the future
|
2010-10-10 14:36:56 +02:00 |
|
GreYFoXGTi
|
40d2068c70
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
src/game/editor/ed_editor.cpp
src/game/editor/ed_editor.h
src/game/editor/ed_layer_tiles.cpp
src/game/server/gamecontroller.cpp
src/game/server/player.cpp
src/game/variables.h
|
2010-10-10 14:36:02 +02:00 |
|
oy
|
cd95f1869e
|
added inactive player kicking. Closes #51
|
2010-10-09 19:14:42 +02:00 |
|
oy
|
85b9c60158
|
added info in the demo browser by Choupom
|
2010-10-09 13:27:21 +02:00 |
|
btd
|
9de4dad6ac
|
Server dislike this map, but dont crash. Closes #12
|
2010-10-09 00:08:34 +04:00 |
|
GreYFoXGTi
|
99f044bf88
|
added kill delay config with default 3
|
2010-10-08 18:56:56 +02:00 |
|
GreYFoXGTi
|
bd32632da2
|
added configurable suicide penalty with default 0, Closes #61.
|
2010-10-08 18:52:26 +02:00 |
|
GreYFoXGTi
|
faaa8c241e
|
Merge branch 'master' of http://github.com/oy/teeworlds into Cleanup
|
2010-10-07 15:33:48 +02:00 |
|
oy
|
3a98f7a048
|
added mod system. Closes #34
|
2010-10-06 23:07:35 +02:00 |
|
GreYFoXGTi
|
e885fcb8a2
|
Merge branch 'master' of http://github.com/oy/teeworlds into Cleanup
|
2010-10-01 13:08:13 +02:00 |
|
oy
|
a62a7413d1
|
made linereader work with window line endings. Closes #196
|
2010-10-01 12:43:44 +02:00 |
|
oy
|
67e9f03f23
|
when setting a config string variable check if it's a utf8 string and encode it if the check fails. Closes #10
|
2010-10-01 00:55:16 +02:00 |
|
GreYFoXGTi
|
b6a17d1e47
|
Merge branch 'master' of http://github.com/oy/teeworlds into Cleanup
|
2010-09-30 23:38:27 +02:00 |
|
GreYFoXGTi
|
8fe9d49cc3
|
Merge branch 'master' of github.com:GreYFoXGTi/DDRace into Cleanup
|
2010-09-30 23:36:53 +03:00 |
|
GreYFoXGTi
|
896634a061
|
Total Cleanup
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-30 23:28:06 +03:00 |
|
GreYFoXGTi
|
1a5b3f5a24
|
Ninja sound was commented... i don't know why
Fixed last commit
|
2010-09-29 23:54:02 +03:00 |
|
GreYFoXGTi
|
65830a463d
|
Fixed unsafe check for the client ID being kicked
fixed Super Team collision with doors
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-29 23:24:28 +03:00 |
|
oy
|
c172c24fd1
|
cleanup old datafile when loading a new one
|
2010-09-28 12:46:15 +02:00 |
|
oy
|
25ceafaf22
|
fixed writing datafiles on big-endian systems, added some checks and fixed memory cleanup
|
2010-09-27 22:35:57 +02:00 |
|
GreYFoXGTi
|
526e36f8a0
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
src/game/client/components/menus.h
src/game/client/gameclient.cpp
src/game/editor/ed_editor.cpp
src/game/variables.h
|
2010-09-27 06:32:14 +03:00 |
|
GreYFoXGTi
|
7ecae53f6c
|
Some People just don't know when they have to sleep xD
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-26 17:30:43 +03:00 |
|
GreYFoXGTi
|
a91d6c0cc1
|
removed duplicate
|
2010-09-26 07:52:01 +03:00 |
|
oy
|
4e608965ef
|
use a different name for connecting clients. Closes #192
|
2010-09-25 20:24:11 +02:00 |
|
GreYFoXGTi
|
e9083caa1d
|
some little stuff
|
2010-09-25 18:55:36 +03:00 |
|
oy
|
7e0b37e06c
|
fixed that it checks the current dir for demos too
|
2010-09-24 13:38:03 +02:00 |
|
Kaffeine
|
21d14b9704
|
CHuffman::BubbleSort: speedup.
|
2010-09-24 13:03:05 +02:00 |
|
GreYFoXGTi
|
f4082adf50
|
Fixed rcon auth tries check
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 19:13:21 +03:00 |
|
GreYFoXGTi
|
f53559dd7c
|
Ban is always by seconds in DDRace
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 13:27:39 +03:00 |
|
GreYFoXGTi
|
8ad54666a9
|
Fix rcon auth
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-22 13:05:28 +03:00 |
|
GreYFoXGTi
|
e56b75090c
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
src/game/server/player.cpp
|
2010-09-22 11:46:18 +03:00 |
|
oy
|
27e6fa3ad7
|
fixed problems with key handling on osx. Closes #45
|
2010-09-22 00:40:35 +02:00 |
|
GreYFoXGTi
|
2ba462158d
|
Removed custom stuff that are now in vanilla tw by defaults
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-19 21:47:25 +03:00 |
|
GreYFoXGTi
|
67a5765c9f
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
src/engine/server/server.cpp
src/engine/shared/config_variables.h
src/game/client/components/camera.cpp
src/game/client/components/camera.h
src/game/editor/ed_editor.cpp
src/game/editor/ed_layer_tiles.cpp
Signed-off-by: GreYFoXGTi <GreYFoXGTi@GMaiL.CoM>
|
2010-09-19 21:27:40 +03:00 |
|