Commit graph

4270 commits

Author SHA1 Message Date
def 54b942fa7e Make hooks go through teleporters 2013-07-19 00:27:17 +02:00
def 717219e1c2 Make projectiles shoot through teleporters 2013-07-19 00:27:08 +02:00
def fa3938d7a6 Fix: If a player just killed himself he could kick players from every
team in the time before he respawned.
2013-07-13 19:14:56 +02:00
def 85b5277bb5 Reset zoom when player joins team 2013-07-11 17:25:51 +02:00
def f097b32c2c Remove stupid sound files 2013-07-11 17:16:35 +02:00
def 6d26e07e1f Single config variable for background color without quads 2013-07-11 17:13:45 +02:00
def 0aade21960 Only allow voting team members to spectators to prevent abuse 2013-07-11 03:03:36 +02:00
def 9c145fcc35 Don't try to reset doors when there are none 2013-07-11 02:06:15 +02:00
def 5e83eff2ce Revert "Don't try to reset doors when there are none"
This reverts commit 7bf704a6ed.
2013-07-11 02:02:14 +02:00
def 7bf704a6ed Don't try to reset doors when there are none 2013-07-11 01:56:03 +02:00
def 6105f60a89 Make RGB values of background colors independent 2013-06-23 20:56:05 +02:00
def 8421903897 Grey background colors when quads disabled 2013-06-23 13:41:13 +02:00
def 637ccb3e66 Enable zoom for spectators 2013-06-23 03:35:46 +02:00
def 413429871f Add quad disable function 2013-06-23 02:58:46 +02:00
def 6d33fcc5a6 Fix door opening cheat 2013-06-23 02:51:04 +02:00
oy 8faf175951 Merge pull request #1100 from minus7/mapversion-editor-crash
Loading map with invalid version crashes editor
2013-06-01 04:08:10 -07:00
m!nus ee9a8ce4b7 prevent map editor from crashing if loaded map is invalid 2013-05-26 10:58:03 +02:00
oy 614020de6e fixed make_release script on win64 2013-05-02 00:38:32 +02:00
oy fd5fe8b6ae fixed a warning 2013-04-26 17:10:05 +02:00
oy 1200b9e758 Merge pull request #1089 from Teetime/tdmfix
Fixed a missing check if killer is alive in tdm
2013-04-26 07:49:08 -07:00
BeaR 9b81779ae3 Using MemoryBarrier() for CPUs not supporting SSE2 2013-04-26 16:44:59 +02:00
BeaR 234a76f0b3 Fixing atomics 2013-04-26 16:44:48 +02:00
oy 73a70b51aa Merge pull request #1092 from chingis/0.6
Kyrgyz translation
2013-04-26 07:40:25 -07:00
chingis eedd4fed0d Update kyrgyz.txt 2013-04-20 05:05:41 +06:00
chingis 1a5e22dbcc Update kyrgyz.txt 2013-04-19 19:23:01 +06:00
Teetime 61671f3bcd Fixed a missing check if killer is alive in tdm 2013-04-07 14:41:53 +02:00
oy f0e09f50d9 improved chat msg spam protection 2013-04-01 20:30:58 +02:00
oy 75cdc0a769 drop game messages when client isn't ingame. Closes #1081 2013-03-23 15:59:27 +01:00
oy 678863fa7e increased minimum required connect time for clients to 1 second. #1070 2013-03-20 22:47:48 +01:00
oy 7e8374447a switched filenames of highlight and client chat message to prevent some misunderstanding there. #966 2013-03-20 22:38:06 +01:00
Shereef Marzouk d289e4d50f Merge pull request #227 from XXLTomate/ddrace_checkpoint_fix
fixed checkpoints
2013-03-18 05:23:32 -07:00
XXLTomate 8521e088fd removed dbg_msg 2013-03-18 13:02:14 +01:00
XXLTomate f91f3e61f9 fixed checkpoints 2013-03-18 12:58:29 +01:00
oy b2a9e98bf4 fixed client crash on removing friends. Closes #1077 2013-03-16 16:03:38 +01:00
oy 878af82d8f fixed frozen GUI caused by popups 2013-03-16 15:30:40 +01:00
oy 0914490bd9 Merge pull request #1075 from PsychoGod/onemore
one more centering window in graphics
2013-03-04 14:22:52 -08:00
PsychoGod 471d479300 one more centering window in graphics 2013-03-03 13:42:25 +02:00
oy d617db8c32 Merge pull request #1073 from chingis/0.6
Added kyrgyz translation for 0.6.2
2013-03-02 06:35:22 -08:00
chingis e25a002fa4 kyrgyz.txt
kyrgyz translation
2013-02-28 17:28:45 +06:00
chingis 5de3192c27 Update index.txt
add kyrgyz
2013-02-28 17:27:12 +06:00
oy 5e090fbfed made the demoplayer support 0.6.1 based demos 2013-02-26 00:00:38 +01:00
oy 2f1389e5cd fixed version string of the versionserver 2013-02-25 22:31:30 +01:00
oy 32c49d7638 Merge pull request #1071 from PsychoGod/pullreq
window center position when windowed on Windows :3
2013-02-25 13:28:43 -08:00
PsychoGod ebdd1af7a3 window center position when windowed on Windows :3 2013-02-25 13:48:31 +02:00
oy f010791231 added options for the threaded stuff in the menu and set version 2013-02-24 19:43:09 +01:00
oy 718653ff85 set default values for threaded graphics and async renderer to 0 2013-02-24 19:18:13 +01:00
oy ea2898e94a prevent quick join/quit flood. #1070 2013-02-24 19:13:45 +01:00
oy 313a0949b0 make sure clients are authed for map downloads 2013-02-24 18:57:23 +01:00
oy 0e92dd5603 fixed some merge problems 2013-02-24 18:55:55 +01:00
oy 118d2ac837 show reason for closing a connection within a debug message. Closes #1061 2013-02-24 18:31:30 +01:00