index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game-server
/
commandhandler.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-26
Made cooldowns of abilities scriptable
Erik Schilling
1
-22
/
+4
2013-08-26
Removed skills
Erik Schilling
1
-49
/
+0
2013-08-26
[Abilities] Added support for a global cooldown
Erik Schilling
1
-1
/
+1
2013-08-26
[Abilities] Moved the ability code into a own component
Erik Schilling
1
-9
/
+6
2013-08-26
[Abilities] Renamed set to category
Erik Schilling
1
-1
/
+1
2013-08-26
[Abilities] Renamed specials to abilities
Erik Schilling
1
-64
/
+64
2013-05-02
Fixed a bunch of cppcheck warnings
Erik Schilling
1
-14
/
+9
2013-04-27
Use nullptr instead of NULL everywhere
Erik Schilling
1
-3
/
+3
2013-04-12
Moved Actor into an Component
Erik Schilling
1
-16
/
+19
2013-04-11
Converted Being into a Component
Erik Schilling
1
-143
/
+172
2013-04-11
Converted the Character class into a component
Erik Schilling
1
-133
/
+185
2013-04-10
Fixed @kill killing yourself
Erik Schilling
1
-1
/
+1
2013-04-03
Moved the Monster class to a Component
Erik Schilling
1
-1
/
+2
2013-04-02
Fixed multiple warnings and errors that blocked c++0x
Erik Schilling
1
-4
/
+4
2013-04-02
Moved fighting code into a component
Erik Schilling
1
-1
/
+1
2013-03-25
Changed Effect to a component of Actor
Thorbjørn Lindeijer
1
-3
/
+3
2013-03-25
Changed Item to a component of Actor
Thorbjørn Lindeijer
1
-12
/
+12
2013-01-09
Replaced 'unsigned int' with 'unsigned'
Thorbjørn Lindeijer
1
-2
/
+2
2012-04-04
Enhanced special support
Erik Schilling
1
-6
/
+194
2012-03-16
Fixed remaining compiler warnings
Thorbjørn Lindeijer
1
-3
/
+3
2012-03-14
Added get_character_by_name lua bind
Erik Schilling
1
-34
/
+16
2012-03-05
Added @effect command
Erik Schilling
1
-0
/
+48
2012-03-02
Merged all the different Lua states into one
Thorbjørn Lindeijer
1
-2
/
+2
2012-01-21
Made @announce fully functional
Erik Schilling
1
-7
/
+8
2011-12-04
Added @skills command which lists all skills
Erik Schilling
1
-0
/
+41
2011-11-02
Added @permissions command
Erik Schilling
1
-18
/
+47
2011-10-23
Made @money functional again.
Erik Schilling
1
-6
/
+5
2011-09-15
Added chatcommand to get position of a character.
Erik Schilling
1
-0
/
+33
2011-09-13
Avoid crashing the game server when the last argument is quoted.
Yohann Ferreira
1
-1
/
+9
2011-04-27
Added a simple crafting system
Philipp Sehmisch
1
-0
/
+78
2011-03-18
Improved @ban command
Philipp Sehmisch
1
-13
/
+37
2011-03-17
Micro-optimizations related to std::string
Thorbjørn Lindeijer
1
-23
/
+23
2011-03-16
Allowed item names instead of IDs in @commands
Philipp Sehmisch
1
-41
/
+44
2011-03-16
Allowed monster names in @spawn command
Philipp Sehmisch
1
-17
/
+23
2011-03-09
Renamed GameState::insertSafe() to inserOrDelete.
Yohann Ferreira
1
-2
/
+2
2011-02-22
Implementing @killmonsters
Stefan Dombrowski
1
-0
/
+26
2010-12-27
Implemented @log and @logsay commands.
Philipp Sehmisch
1
-0
/
+42
2010-12-27
Added @kick and @kill commands.
Philipp Sehmisch
1
-0
/
+71
2010-12-27
Transaction logging of various command, new transaction codes and style fix.
Philipp Sehmisch
1
-4
/
+28
2010-12-17
Implemented @die chat command
Philipp Sehmisch
1
-2
/
+11
2010-12-08
Fix many compiler warnings.
Freeyorp
1
-4
/
+6
2010-12-06
Improve warp commands
Jared Adams
1
-15
/
+120
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-17
/
+17
2010-09-15
Reordered the manaserv.xml.example file and made related code cleanups.
Yohann Ferreira
1
-13
/
+17
2010-08-30
Added @mute chat command.
Philipp Sehmisch
1
-0
/
+52
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-9
/
+10
2010-07-08
Made Manaserv accept parameters enclosed with double-quotes.
Yohann Ferreira
1
-3
/
+34
2010-02-22
Fixed unused variable warnings
Thorbjørn Lindeijer
1
-2
/
+0
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2010-01-17
Removed last traces of hardcoded access levels form game-server, begun with u...
Philipp Sehmisch
1
-82
/
+20
[next]