summaryrefslogtreecommitdiff
path: root/src/game-server/testing.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-08-15Marked internal variables of Lua scripts as local.Guillaume Melquiond1-3/+3
2007-08-15Added helper functions for loading files and NPCs as scripts. Put Lua helpers...Guillaume Melquiond1-16/+23
2007-08-14Made it possible to load scripts from strings instead of files.Guillaume Melquiond1-1/+11
2007-08-10Improved helper functions for Lua scripts. Associated scripts to maps.Guillaume Melquiond1-0/+1
2007-08-09Moved creation of testing NPC from C++ to Lua.Guillaume Melquiond1-13/+8
2007-08-09Converted NPC class to scripting engine.Guillaume Melquiond1-33/+3
2007-07-23Commented out code unavailable from client side. Added support for NPCs.Guillaume Melquiond1-3/+47
2007-07-17Implemented loading of warp and spawn areas from map files.Eugenio Favalli1-18/+0
2007-07-08Added monster drops.Guillaume Melquiond1-1/+2
2007-07-07Singleton managers do not need stateful classes. Changed them to namespace in...Guillaume Melquiond1-7/+8
2007-07-07Simplified code by using map pointers only, instead of using both map IDs and...Guillaume Melquiond1-14/+16
2007-03-31Made a start with having monsters spawn using a SpawnArea.Bjørn Lindeijer1-17/+9
2007-03-30Renamed "Controlled" to "Monster" and moved it into the game-server directory.Philipp Sehmisch1-3/+2
2007-03-15Set the default map position of new characters to a value that makes more sen...Philipp Sehmisch1-5/+2
2007-03-14Modified the game-server to use AbstractCharacterData, some renamingRogier Polak1-5/+7
2007-03-11Implemented stat handling infrastructure and basic damage calculation.Philipp Sehmisch1-1/+9
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-2/+2
2007-03-02Implemented being death, removal of dead mobs and sitting.Philipp Sehmisch1-0/+1
2007-02-25forgot to set the hit circle size.Philipp Sehmisch1-0/+1
2007-01-05Implemented item dropping.Guillaume Melquiond1-7/+13
2007-01-03Added a Xmas cake: the server now supports items on floor.Guillaume Melquiond1-0/+10
2007-01-02Removed obsolete files. Added a generic trigger system.Guillaume Melquiond1-0/+37