oy
8e0ce38e29
fixed sv_max_client usage
2011-12-04 16:51:33 +01:00
oy
9a03989e84
added "Make an option for each envelope: (a) synchronized (b) starting at join" by Choupom
2011-12-04 14:39:47 +01:00
Choupom
b2a825652d
added a command to unban all
2011-12-04 14:22:59 +01:00
Choupom
873c5a77bc
some trivial fixes
2011-12-04 14:21:20 +01:00
oy
0fdc9c1b8e
cleaned up few things
2011-12-04 14:17:05 +01:00
oy
b99ac459be
fixed envelope rendering when seeking in the demo player
2011-12-04 14:04:12 +01:00
SushiTee
e411d8f591
made envelope rendering more smooth
2011-12-04 13:15:24 +01:00
Shereef Marzouk
198334ef66
Merge pull request #125 from XXLTomate/PullVictims2
...
Pull victims2
2011-12-01 10:03:48 -08:00
GreYFoX
077217a802
incremented version
2011-12-01 19:51:51 +02:00
GreYFoX
5ebf60891c
Merge branch 'master' of git://github.com/oy/teeworlds into DDRace
2011-12-01 19:48:09 +02:00
oy
f26365d097
added fix for last commit by DNR
2011-11-30 01:57:52 +01:00
EliteTee
c52bf5ac3a
Fixed serbian translation...
2011-11-30 01:55:30 +01:00
oy
df4e11dc82
fixed fixed camera position when chatting as spectator. Closes #880
2011-11-30 01:47:35 +01:00
oy
05f77f64af
added caching for the play command. Closes #891
2011-11-30 01:41:00 +01:00
oy
48d367db20
added faster way of inverting the sorted serverlist by KillaBilla. Closes #885
2011-11-29 22:34:47 +01:00
oy
8238853b8c
added a todo note
2011-11-29 22:18:40 +01:00
eeeee
1452b6811c
Replaced sorting implementation with stable one to prevent annoying flickering on server browser update.
2011-11-29 22:16:41 +01:00
oy
e858c9396b
renamed a variable
2011-11-29 22:15:27 +01:00
SushiTee
c22b6c4b4f
fixed selecting of quad points
2011-11-29 22:03:10 +01:00
SushiTee
48d21b61a2
fixed links between tile layer color envelopes when deleting envelopes
2011-11-29 22:01:03 +01:00
heinrich5991
97454bb297
Merge pull request #126 from XXLTomate/PullRemove2Lines
...
Remove two unused config lines
2011-11-10 10:04:47 -08:00
XXLTomate
17e633f00e
Remove two unused config lines
2011-11-08 22:39:36 +01:00
XXLTomate
9a59dd4158
victims at force_vote; cmd description updated
2011-11-08 22:08:37 +01:00
GreYFoX
323e63453b
fixed team cheat. Closes #103
2011-11-08 15:21:03 +02:00
GreYFoX
df0798a673
Fixed pickup sounds. Closes #111
2011-11-08 14:15:31 +02:00
GreYFoX
09232125b4
Ability to disable emotes. Closes #115
2011-11-08 14:09:42 +02:00
GreYFoX
d6845f0502
Vote enforcer as command executer
...
Force pause doesn't need the client id to be positive
Fixed force pause parameter reading
partially helps #124
2011-11-08 13:56:08 +02:00
XXLTomate
137a447065
Victims without callback(s)
2011-11-08 12:30:54 +02:00
Shereef Marzouk
477594793b
Merge pull request #120 from ravomavain/DDRace_chat_fix
...
Fix #116
2011-11-03 15:21:31 -07:00
Ravomavain
24fc16543c
Fix chat commands being too verbose if console_output_level is set on config file. Close #116
2011-10-31 19:16:43 +01:00
Shereef Marzouk
fcf6a1dad5
Merge pull request #119 from XXLTomate/ddracePullMuteIDFix
...
MutID fix
Same as last merge I just clicked the link on github
2011-10-12 14:00:45 -07:00
XXLTomate
771293a922
Fixing muteID
2011-10-12 21:31:33 +02:00
Shereef Marzouk
b5f8738acd
Merge pull request #118 from XXLTomate/ddracePullSqlFix
...
fixing sql score by @Laxa
unrevised untested @XXLTomate thanks but please test and maintain i didn't even see the changed code
2011-10-12 10:29:12 -07:00
XXLTomate
a2cec1b990
fixing sql score by @Laxa
2011-10-12 19:17:48 +02:00
GreYFoX
116daa67d3
Merge branch 'master' of git://github.com/oy/teeworlds into DDRace
2011-09-13 01:01:25 +02:00
Ian Wilson
5dd2d189ad
Fixes for compiling with Solaris kernel.
...
Fixed typo in CONF_PLATFORM_SOLARIS. Made sure that we don't try to use
the gcc endianness for Solaris. Included sys/filio.h for Solaris so that
FIONBIO is defined. Added linking flags -lsocket and -lnsl for Solaris
in bam.
2011-09-12 00:16:31 +02:00
oy
ac929c0365
Merge pull request #864 from Learath2/translate-c
...
Minor Updates On Turkish Translation
2011-09-11 15:08:41 -07:00
GreYFoX
1837c76a07
fixed a crash
2011-09-08 01:02:09 +02:00
GreYFoX
d9f973b8da
SQL Fix
2011-09-08 00:51:55 +02:00
Learath2
8b91036da6
Minor Updates On Turkish Translation
2011-09-07 16:59:20 +03:00
GreYFoX
eda127392a
0.6 trunk, 1.096a
2011-09-05 15:51:58 +02:00
GreYFoX
9f16db0969
Fixed tuning reset
2011-09-05 13:55:47 +02:00
Sergey
b326fc245f
Count change_map in sv_vote_map_delay too.
2011-09-04 22:24:40 +02:00
GreYFoX
fbdae20eb2
disabled warning C4291: no matching operator delete found; memory will not be freed if initialization throws an exception
2011-09-03 01:29:59 +02:00
GreYFoX
df5a63948a
Fixed warning: src/game/server/teams.cpp:206: suggest parentheses around && within ||
2011-09-03 01:10:08 +02:00
Ravomavain
7b8575f755
There is a variable for that, use it! :p
2011-09-03 01:08:37 +02:00
Ravomavain
04981004d5
Improve Checkpoint-teleporters: if no matching destination is found for the current checkpoint, check previous ones
2011-09-03 01:08:37 +02:00
GreYFoX
fe5e9f4ad7
Removed redundant command from console
2011-09-03 00:28:56 +02:00
GreYFoX
37d3bfee81
0.6 trunk, 1.095a
2011-09-02 22:25:38 +02:00
GreYFoX
6c99ea2104
CMDList
2011-09-02 22:25:16 +02:00