def
|
9f3da1e66e
|
Fix: Allow executing multiple commands
|
2014-01-03 02:25:04 +01:00 |
|
def
|
d9764a7638
|
Remove useless broadcast messages
|
2013-12-31 06:23:40 +01:00 |
|
def
|
3607218f12
|
Merge ddrace64 from eeeeee
|
2013-12-31 06:13:57 +01:00 |
|
def
|
3eaad43b6b
|
Merge remote-tracking branch 'upstream-teeworlds/0.6' into DDRace
Conflicts:
bam.lua
data/languages/index.txt
src/engine/server/server.cpp
src/engine/shared/network_server.cpp
src/game/client/components/chat.cpp
src/game/client/components/menus_settings.cpp
src/game/server/entities/character.cpp
src/game/server/gamecontext.cpp
src/game/version.h
|
2013-12-26 18:02:22 +01:00 |
|
def
|
1cee48f6c1
|
Can only set sv_test_cmds at start, then it stays, and determines whether gametype is DDRace (no cheats) or TestDDRace (cheats)
|
2013-07-23 00:15:50 +02:00 |
|
Magnus Auvinen
|
1711be955b
|
fixed all the errors that the clang static analayzer found
|
2013-02-24 17:58:34 +01:00 |
|
Magnus Auvinen
|
98042012a6
|
cleaned up warnings that clang spits out. some bugs found with it.
Conflicts:
src/game/server/gamemodes/ctf.cpp
src/game/server/gamemodes/ctf.h
|
2013-02-24 17:54:29 +01:00 |
|
GreYFoX
|
cd4ba53bae
|
Merge branch 'master' of git://github.com/teeworlds/teeworlds into DDRace
Conflicts:
bam.lua
scripts/build.py
scripts/make_release.py
src/engine/server.h
src/game/client/gameclient.cpp
src/game/server/gamecontext.cpp
src/game/server/gamecontext.h
src/game/server/gamecontroller.cpp
src/game/server/gamecontroller.h
src/game/server/player.cpp
src/game/version.h
|
2012-04-12 02:09:31 +02:00 |
|
XXLTomate
|
f9e4547b31
|
fixing the console (2)
|
2012-01-28 11:14:31 +01:00 |
|
oy
|
de8c9b23eb
|
added command to toggle config values. Closes #888
|
2012-01-09 01:25:18 +01:00 |
|
GreYFoX
|
ee670118a5
|
Merge branch 'master' of git://github.com/oy/teeworlds into DDRace
Conflicts:
src/engine/console.h
src/engine/server/server.cpp
src/engine/server/server.h
src/engine/shared/config.h
src/engine/shared/console.cpp
src/engine/shared/console.h
src/engine/shared/network_server.cpp
@heinrich5991 todo
|
2012-01-01 00:11:56 +02:00 |
|
GreYFoX
|
7820e48ec6
|
Minor changes
|
2011-12-31 01:33:11 +02:00 |
|
oy
|
ec4bb94537
|
added logout command for econ
|
2011-12-30 19:12:31 +01:00 |
|
oy
|
b44ee3d975
|
reworked ban system
|
2011-12-29 23:36:53 +01:00 |
|
XXLTomate
|
137a447065
|
Victims without callback(s)
|
2011-11-08 12:30:54 +02:00 |
|
GreYFoX
|
6c99ea2104
|
CMDList
|
2011-09-02 22:25:16 +02:00 |
|
GreYFoX
|
3ad8284716
|
Fixed #77. top5
|
2011-08-31 12:30:18 +02:00 |
|
GreYFoX
|
7e24be5d83
|
Version 1.091a
|
2011-08-31 12:10:15 +02:00 |
|
GreYFoX
|
bf5374adbf
|
Reverted a change
|
2011-08-31 02:48:58 +02:00 |
|
GreYFoX
|
4ca0681689
|
Added chat commands for only chat and available to all users
Thanks @heinrich5991 for this idea of a separate console object to handle it
|
2011-08-27 17:11:39 +02:00 |
|
GreYFoX
|
c7d9b289e7
|
Added a command to check user status commands
|
2011-08-26 23:37:10 +02:00 |
|
GreYFoX
|
9fe96f6b04
|
Test Commands check and feedback on command not executed
|
2011-08-26 23:24:46 +02:00 |
|
GreYFoX
|
b75a26eed9
|
Fixed the console
|
2011-08-26 20:03:30 +02:00 |
|
Ravomavain
|
15d0a40825
|
Add user level access and use this level for /cmds if player is not authed.
|
2011-08-26 16:28:14 +02:00 |
|
GreYFoX
|
de4a95c5d2
|
Merge branch 'master' of git://github.com/oy/teeworlds into DDRace0611
|
2011-08-20 06:50:06 +02:00 |
|
GreYFoX
|
5b27758650
|
Removed level stuff
Removed client ID stuff
Removed console stuff
Resolved merge conflicts
Upgraded Banmaster
Cleaned up
|
2011-08-13 02:11:06 +02:00 |
|
GreYFoX
|
35d16bd58c
|
Merge branch 'master' of git://github.com/oy/teeworlds into DDRace0611
Conflicts:
src/engine/console.h
src/engine/server.h
src/engine/server/server.cpp
src/engine/shared/config_variables.h
src/engine/shared/console.cpp
src/engine/shared/console.h
src/engine/shared/network_server.cpp
src/game/client/components/console.cpp
src/game/client/components/console.h
src/game/client/components/menus_browser.cpp
src/game/client/gameclient.cpp
src/game/editor/editor.cpp
src/game/editor/editor.h
src/game/editor/io.cpp
src/game/editor/layer_tiles.cpp
src/game/editor/popups.cpp
src/game/gamecore.cpp
src/game/mapitems.h
src/game/server/entities/character.cpp
src/game/server/entities/laser.cpp
src/game/server/gamecontext.cpp
src/game/server/gamecontroller.cpp
src/game/server/gamecontroller.h
src/game/server/gamemodes/ctf.cpp
src/game/server/player.cpp
src/game/variables.h
|
2011-08-13 02:01:40 +02:00 |
|
Shereef Marzouk
|
c6fd4a2cc5
|
General whitespace and tab cleanup
|
2011-08-11 10:59:14 +02:00 |
|
oy
|
a0a62bcd70
|
fixed econ feature and tcp
|
2011-07-30 13:40:01 +02:00 |
|
oy
|
571dff6216
|
made rcon auto completion serverside. Closes #97
|
2011-07-14 22:07:21 +02:00 |
|
oy
|
1ae474689d
|
added moderator support for the remote console. #518
|
2011-07-05 21:54:10 +02:00 |
|
fisted
|
d5b3804804
|
fixed "no such cmd ''" on whole-line comments in cfg
|
2011-06-11 19:13:27 +02:00 |
|
GreYFoX
|
c1962bff25
|
Removed sv_broadcAst
this commit is funny cause it was made from my iPhone and it only took 8 minutes
|
2011-06-03 21:55:57 +02:00 |
|
GreYFoX
|
561ce64666
|
Renamed cheats to testing commands sv_test_cmds
Since these are testing commands, anyone can use them and only on their selves no login needed
Revised some rcon commands
cleanup some unwanted codes
|
2011-04-15 06:04:21 +02:00 |
|
GreYFoX
|
3f0ad1ab65
|
Cleaned up helper commands, @heinrich5991 please revise this commit
|
2011-04-15 05:20:52 +02:00 |
|
GreYFoX
|
0df6d0541f
|
Merge branch 'master' of git://github.com/oy/teeworlds into HEAD
Conflicts:
bam.lua
src/engine/console.h
src/engine/server.h
src/engine/server/server.cpp
src/engine/shared/config.h
src/engine/shared/config_variables.h
src/engine/shared/console.cpp
src/engine/shared/console.h
src/game/client/components/binds.cpp
src/game/client/components/chat.h
src/game/client/components/console.cpp
src/game/client/components/console.h
src/game/client/components/controls.cpp
src/game/client/components/emoticon.h
src/game/client/components/maplayers.cpp
src/game/client/components/menus.h
src/game/client/components/scoreboard.h
src/game/client/components/spectator.h
src/game/client/components/voting.h
src/game/client/gameclient.cpp
src/game/client/gameclient.h
src/game/client/render.h
src/game/collision.cpp
src/game/editor/ed_layer_tiles.cpp
src/game/gamecore.cpp
src/game/gamecore.h
src/game/layers.cpp
src/game/layers.h
src/game/mapitems.h
src/game/server/entities/character.cpp
src/game/server/entities/laser.cpp
src/game/server/entities/laser.h
src/game/server/entities/pickup.cpp
src/game/server/entities/pickup.h
src/game/server/entities/projectile.cpp
src/game/server/gamecontext.cpp
src/game/server/gamecontroller.cpp
src/game/server/gamecontroller.h
src/game/server/gameworld.cpp
src/game/server/gameworld.h
src/game/server/player.cpp
src/game/variables.h
|
2011-04-14 01:27:49 +02:00 |
|
GreYFoX
|
fd6388a9d8
|
Cheats are on unregistered servers only, added warning message about records not getting saved
|
2011-04-14 00:50:57 +02:00 |
|
heinrich5991
|
f0735554ec
|
fixed the reworked IConsole::PrintResponse
|
2011-04-14 00:34:11 +02:00 |
|
heinrich5991
|
c83c7b1a19
|
reworked IConsole::PrintResponse to IResult::Print (and obviously CConsole::PrintResponse to CResult::Print)
|
2011-04-14 00:34:10 +02:00 |
|
oy
|
06115dd49d
|
added "Whitespace and line Endings cleanup" by GreYFoX
|
2011-04-13 20:37:12 +02:00 |
|
GreYFoX
|
f7f6058a92
|
Merged Oy, Cleaned up, removed some useless features and code parts
Added Icon by landil
alot more...
|
2011-04-09 22:32:17 +02:00 |
|
GreYFoX
|
45f3cf042a
|
Fixed a login with cheats
Renamed a constant
|
2011-03-18 00:17:01 +02:00 |
|
GreYFoX
|
16c074741f
|
To have Cheats you must set a password and sv_register 0
http://ddrace.info/forum/showthread.php?t=528
or modify the server and change the game type to something other than DDRace thank you
|
2011-03-16 15:41:26 +02:00 |
|
oy
|
d9ce720387
|
made engine an interface
|
2011-02-27 15:03:57 +01:00 |
|
heinrich5991
|
d506be71ea
|
added standard 'me' for victim console argument
|
2011-02-26 20:45:01 +02:00 |
|
GreYFoXGTi
|
f83132448d
|
Merged Oy, Isolated Freeze from Deep Freeze
|
2011-02-13 19:32:06 +02:00 |
|
heinrich5991
|
0288655395
|
Merge branch 'master' of git://github.com/GreYFoXGTi/DDRace
|
2011-01-26 20:11:49 +01:00 |
|
GreYFoXGTi
|
2ec0e0eec4
|
Merge branch 'master' of http://github.com/oy/teeworlds
Conflicts:
src/engine/shared/console.cpp
src/game/client/components/hud.cpp
src/game/client/components/scoreboard.cpp
src/game/server/entities/character.cpp
src/game/server/entities/projectile.cpp
|
2011-01-12 11:08:17 +02:00 |
|
heinrich5991
|
6064096847
|
(hopefully) fixed /cmdlist for windows
|
2011-01-09 15:38:26 +01:00 |
|
oy
|
26f7c67895
|
fixed console parsing when using the exec command. Closes #381
|
2011-01-07 19:33:29 +01:00 |
|