oy
13d06e45ac
fixed used nettype in server browser and try to use ipv4 and ipv6 socket when using a bindaddr. Closes #940
2013-02-24 17:26:59 +01:00
oy
ffd89938d7
fixed registering of ban commands. Closes #942
2013-02-24 17:26:30 +01:00
oy
fa85cede53
reset rcon AuthTries on logout. Closes #941
2013-02-24 17:26:10 +01:00
oy
2a4af1573b
auto adjust the screen resolution on first start. Closes #921
2013-02-24 17:25:55 +01:00
oy
38256d0d45
skip screenshot when window isn't active. Closes #931
2013-02-24 17:25:14 +01:00
oy
2f86ad3c4b
fixed chat ignore feature
2013-02-24 17:24:30 +01:00
oy
ffa93a007c
fixed a bug with spectating a player
2013-02-24 17:24:12 +01:00
oy
85271f2e7e
increased recv buffer size on windows
2013-02-24 17:14:55 +01:00
oy
e291a60e7e
fixed map initialisation. Closes #64
2013-02-24 17:09:42 +01:00
Teetime
b4ed006f83
fix for saving bans in a file
2013-02-24 17:03:48 +01:00
heinrich5991
921f5f9239
fixed map downloading auth check
2013-02-16 14:37:53 +02:00
Learath2
d15c6929e4
Merge pull request #216 from cinaera/ddrace_compatibility
...
Fixing network compatibility issue for older ddrace clients.
2013-02-15 06:57:13 -08:00
BeaR
d266229e73
Fixing network compatibility issue for older ddrace clients..
2013-02-15 12:34:02 +01:00
Learath2
c843d62ec7
Defaults to gfx_threaded 0. Partially fixes #213
2013-02-13 18:34:46 +02:00
BeaR
6d74d52c22
Fix problem with show other players: ( Closes DDRace/teeworlds#210 )
...
sending packet on setting change
2013-02-03 20:23:44 +02:00
Ravomavain
956532d7cd
Forward CFLAGS and LDFLAGS to the compiler ( Closes DDRace/teeworlds#212 )
2013-02-03 20:23:40 +02:00
Shereef Marzouk
9e3cd78369
obst skins ( Closes #211 )
2013-02-03 20:11:57 +02:00
Shereef Marzouk
531a59123b
missing tele tile
2013-02-02 03:25:45 +02:00
Shereef Marzouk
6f7d6c4c8d
Added try catch block to deal with languages dir not found
2013-02-01 21:52:27 +02:00
Shereef Marzouk
4c95ed5006
Version Bump to 1.15a. ( Closes #198 )
2013-02-01 13:25:28 +02:00
Shereef Marzouk
0081251628
Fixes not displaying the nick when /rank {nick} is used. ( Closes #197 )
2013-02-01 13:25:00 +02:00
eeeee
56ad4f3c73
prevent bullets from drifting
2013-02-01 13:12:33 +02:00
Shereef Marzouk
b000c9e4e1
Fixed team blocking by disconnect ( Closes #206 )
2013-02-01 13:08:23 +02:00
oy
6295b33965
set default value for asynchronous rendering to disabled for now. #1001
2013-02-01 11:38:09 +02:00
oy
a7574f75d2
fixed last commit
2013-02-01 11:38:09 +02:00
BeaR
c86ebb34df
Bug: Losing render-commands if commandbuffer is full(gfx)
...
Problem:
If there is a new draw call, it is checked if there is enough free memory for the vertices in the databuffer but not if we have enough free space in the commandbuffer to add the command
So we lose some commands during a frame cuz the commandbuffer is full
This fixes the 2nd part of issue 1004
2013-02-01 11:38:09 +02:00
Shereef Marzouk
ba3c1f36db
Added beast.png and veteran.png skins by whis
2013-02-01 10:28:02 +02:00
Learath2
6f98bcfee0
Update src/game/server/gamecontext.cpp
2013-01-27 23:31:50 +02:00
Learath2
c55cae6492
Reduced length of new year event to 2 days.
2012-12-23 19:53:57 +02:00
eeeee
1c8c20c93e
added sv_events
2012-12-23 19:47:47 +02:00
Shereef Marzouk
02036bc876
Merge pull request #203 from eeeee/fastdl-fix
...
turns out that Drop was needed after all :S
2012-12-23 09:16:21 -08:00
eeeee
ee2647de41
turns out that Drop was needed after all :S
2012-12-23 20:10:31 +03:00
Shereef Marzouk
38aa2cac78
Player name when requesting another player's. closes #197 .
...
Edited from github directly needs to be tested
2012-11-26 12:54:17 +02:00
Shereef Marzouk
7f7a46b497
Player name when requesting another player's
...
Edited from github directly needs to be tested
2012-11-26 12:47:41 +02:00
Learath2
3ececbd5f7
Fixes the last commit
2012-11-19 19:52:23 +02:00
Shereef Marzouk
bf9bea7d8d
Merge pull request #196 from Learath2/DDRacedload
...
Fast download system by eeeee
2012-11-14 22:35:31 -08:00
Learath2
17140fc755
Added a config variable to control the map window.Closes #172
2012-11-14 20:34:23 +02:00
eeeee
cae8c68d87
send ahead window for maps downloading. works with vanilla client.
2012-11-12 21:50:46 +02:00
BeaR
50b722b2b4
Closes #153 .
...
Fix Input Handling
2012-11-12 20:39:36 +02:00
Learath2
df520e6bb6
Merge remote-tracking branch 'cat/DDRace' into DDROLD
2012-11-07 21:06:34 +02:00
Learath2
154f0b962f
Merge remote-tracking branch 'DDRace/DDRace' into DDROLD
2012-11-07 19:24:15 +02:00
,,,=^o_._o^=,,,
143f3eb645
Fix for teams
2012-11-05 23:59:40 +04:00
aelio_ru
b68840b30b
Fixes inactive dragger after map change or server start, Fixes #181 .
2012-08-26 09:23:11 +02:00
aelio_ru
8bf3e0a265
Fixes inactive dragger after map change or server start.
2012-08-24 22:29:27 +04:00
Learath2
ec3c96abd6
Fixes records for maps in subfolder. Closes #46
2012-07-20 14:25:44 +02:00
oy
0d7c19889b
fixed ban range check to make sure the whole ip matches and not just rely on the hash. Closes #946
2012-07-20 14:08:24 +02:00
oy
c7f8697c51
fixed registering of ban commands. Closes #942
2012-07-20 14:08:18 +02:00
oy
2db2f51bf5
fixed ban range check to make sure the whole ip matches and not just rely on the hash. Closes #946
2012-07-04 16:55:16 +03:00
oy
2a92f369fc
fixed registering of ban commands. Closes #942
2012-07-04 16:54:09 +03:00
GreYFoX
fa57b979fd
they were flipped
...
i never revised the commit @ravomavain added these tiles in, we are both mistaken for all this mess
2012-05-05 03:44:32 +02:00