floff
|
4a93c28eb8
|
added configurable time between pauses, to reduce spam
|
2010-12-16 10:05:20 +01:00 |
|
GreYFoXGTi
|
e803f30f52
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
src/game/server/entities/character.cpp
src/game/server/entities/flag.cpp
src/game/server/player.cpp
src/game/variables.h
|
2010-12-16 06:06:23 +02:00 |
|
oy
|
a3797482da
|
removed 360 degree rotation in the editor. Closes #352
|
2010-12-16 04:27:00 +01:00 |
|
oy
|
8aeb3e7ada
|
enable "Always show nameplats disregarding of distance" on default. Closes #343
|
2010-12-16 04:22:14 +01:00 |
|
oy
|
ec09fbf23b
|
let the chat lines disappear gradually. Closes #342
|
2010-12-16 04:20:50 +01:00 |
|
oy
|
0121f27311
|
fixed server crash on too many snap items. Closes #317
|
2010-12-16 03:29:08 +01:00 |
|
oy
|
54f138f894
|
made broadcast text a bit smaller and cut it off if it's bigger than the screen. Closes #313
|
2010-12-16 03:17:16 +01:00 |
|
GreYFoXGTi
|
3956c34b6d
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
data/languages/dutch.txt
data/languages/french.txt
data/languages/russian.txt
|
2010-12-16 04:15:05 +02:00 |
|
GreYFoXGTi
|
73dbc159bc
|
Merge branch 'master' of github.com:GreYFoXGTi/DDRace
|
2010-12-16 04:11:02 +02:00 |
|
oy
|
6063b4c14d
|
added auto completion of nicknames and highlighted nicknames in chat. Closes #218
|
2010-12-16 02:31:12 +01:00 |
|
oy
|
1d7df01e9a
|
added map download progress by kaddyd
|
2010-12-16 01:52:29 +01:00 |
|
GreYFoXGTi
|
2f5f332cbb
|
Merge branch 'master' into DDRace
Conflicts:
src/engine/client/client.cpp
src/engine/shared/config_variables.h
|
2010-12-13 03:43:22 +02:00 |
|
oy
|
c0530b0d09
|
added language popup on first start. Closes #336
|
2010-12-12 19:20:30 +01:00 |
|
oy
|
c75a75b64f
|
made it possible to automatically take game over screenshots. Closes #339
|
2010-12-12 16:48:13 +01:00 |
|
GreYFoXGTi
|
bed657d805
|
Merge branch 'master' into DDRace
|
2010-12-12 04:32:40 +02:00 |
|
GreYFoXGTi
|
88b1fba6b5
|
Converted Command kill another player of the server from kill to kill_pl to fix call confusion thanks to josh aka flaminflash aka DemonulPerduit with ping 400
|
2010-12-12 04:26:40 +02:00 |
|
GreYFoXGTi
|
ade61b33b1
|
removed useless dbg_msg
|
2010-12-12 04:06:01 +02:00 |
|
oy
|
b4c007778c
|
fixed that IntersectCharacter picks the character which is closest to the start point and within the radius
|
2010-12-12 01:55:36 +01:00 |
|
GreYFoXGTi
|
157aafd4dd
|
Merge branch 'master' into DDRace
Conflicts:
src/engine/server/server.cpp
src/game/variables.h
|
2010-12-11 23:57:41 +02:00 |
|
oy
|
3d54cf0585
|
nameplates on by default. Closes #322
|
2010-12-11 22:41:58 +01:00 |
|
Choupom
|
eb569e60bd
|
fixed clipping on old maps (fixes #325)
|
2010-12-11 21:57:43 +01:00 |
|
GreYFoXGTi
|
46c2225d60
|
Merge branch 'master' of http://github.com/oy/teeworlds into DDRace
Conflicts:
data/languages/dutch.txt
data/languages/french.txt
data/languages/russian.txt
scripts/make_release.py
src/engine/shared/config_variables.h
|
2010-12-11 21:28:43 +02:00 |
|
oy
|
a0985314c9
|
made it possible to "recycle" auto recorded demos
|
2010-12-11 18:55:28 +01:00 |
|
GreYFoXGTi
|
4510ced422
|
Merge branch 'DDRace' of github.com:GreYFoXGTi/teeworlds into DDRace
|
2010-12-10 21:20:34 +02:00 |
|
GreYFoXGTi
|
2c51511260
|
Merge branch 'master' of http://github.com/oy/teeworlds into DDRace
Conflicts:
src/engine/client/client.cpp
src/engine/server/server.cpp
src/engine/shared/config_variables.h
src/game/client/gameclient.cpp
|
2010-12-10 20:58:53 +02:00 |
|
oy
|
4756c031c5
|
save auto recorded demos in a separate folder and added an option to enable/disable it in the settings menu
|
2010-12-08 01:55:13 +01:00 |
|
oy
|
db9dd6b8c9
|
added an optional time stamp to a demo record by Batchyx
|
2010-12-08 00:42:32 +01:00 |
|
oy
|
665934ee09
|
cleaned up several uses of timestamps for filenames
|
2010-12-08 00:32:50 +01:00 |
|
oy
|
bd9850cae2
|
added single function to stop recording by Batchyx
|
2010-12-08 00:02:24 +01:00 |
|
oy
|
39b531452a
|
fixed colour of the particles when a tee dies. Closes #331
|
2010-12-07 23:54:25 +01:00 |
|
oy
|
3ea00f61cf
|
removed needless include
|
2010-12-07 23:51:04 +01:00 |
|
oy
|
7414271309
|
check the return values of RemoveFile and CreateFolder
|
2010-12-07 23:47:41 +01:00 |
|
GreYFoXGTi
|
cebbecf632
|
Some Code Improvements and Compiler warnings
|
2010-12-07 19:44:23 +02:00 |
|
GreYFoXGTi
|
aa30c29b35
|
Fixed Some Editor Mistakes
|
2010-12-07 17:51:59 +02:00 |
|
GreYFoXGTi
|
122c7954d9
|
Announcement Randomness
|
2010-12-06 04:27:35 +02:00 |
|
GreYFoXGTi
|
45fa3d49b5
|
Revert "Client won't vote on comments by Sushi Tee" caused crashes
This reverts commit ed7a1d5bcd .
|
2010-12-06 03:32:44 +02:00 |
|
GreYFoXGTi
|
881fd901a6
|
added Vote comments starting with # and also made announcement comments start with #
|
2010-12-06 00:38:29 +02:00 |
|
GreYFoXGTi
|
ed7a1d5bcd
|
Client won't vote on comments by Sushi Tee
|
2010-12-06 00:28:35 +02:00 |
|
GreYFoXGTi
|
2d581789e1
|
Merge branch 'master' of github.com:Speedy-Consoles/DDRace into DDRace
Conflicts:
src/game/ddracecommands.h
|
2010-12-06 00:28:15 +02:00 |
|
Speedy Consoles
|
645e9f0a5a
|
reworked ddrace commands
|
2010-12-05 20:17:16 +01:00 |
|
GreYFoXGTi
|
f9c3f83903
|
Removed command broadtime since the time is not in the broadcast anymore
|
2010-12-05 20:29:38 +02:00 |
|
noother
|
e990c94dad
|
fixed sql injection & added a proper escaper that works like
addslashes() in php
|
2010-12-05 08:18:54 +02:00 |
|
GreYFoXGTi
|
dd849d3915
|
Merge branch 'master' of http://github.com/heinrich5991/DDRace into DDRace
|
2010-12-04 23:54:06 +02:00 |
|
GreYFoXGTi
|
bb23e58285
|
by reading this you have wasted 2 seconds you are not getting back
if you looked inside this commit then you have wasted 6 seconds that you are never getting back as well :p
|
2010-12-04 23:51:03 +02:00 |
|
heinrich5991
|
311d92cf47
|
removed response message after typing "kill" in chat
|
2010-12-04 20:52:23 +01:00 |
|
GreYFoXGTi
|
0a0e1df557
|
i think i fixed the crash
|
2010-12-04 18:51:14 +02:00 |
|
GreYFoXGTi
|
72c86a112b
|
Cleaned it up a bit
|
2010-12-04 18:35:41 +02:00 |
|
GreYFoXGTi
|
a838ad9da6
|
server_release on windows has no sql by default because my sql on the server_release version of windows doesn't work, but it does on server_debug
|
2010-12-04 16:31:54 +02:00 |
|
Speedy Consoles
|
b790b5f1bc
|
Merge branch 'master' of http://github.com/GreYFoXGTi/DDRace
|
2010-12-04 13:54:36 +01:00 |
|
GreYFoXGTi
|
987881c02a
|
Further More Editor Improvements
|
2010-12-04 14:05:14 +02:00 |
|