summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-11-07Merged three global script states into oneThorbjørn Lindeijer7-68/+38
2011-11-07Small cleanups in utils::TimerThorbjørn Lindeijer4-21/+21
2011-11-02Added @permissions commandErik Schilling1-18/+47
2011-11-01Removed some superfluous new character initializationsThorbjørn Lindeijer1-13/+0
2011-11-01Removed the inventory checkThorbjørn Lindeijer1-46/+0
2011-11-01Have one place where the Configuration is initializedThorbjørn Lindeijer4-94/+39
2011-11-01Renamed the db update 15 to 18 as requested by Bjorn.Yohann Ferreira5-6/+6
2011-11-01Merge github.com:mana/manaservYohann Ferreira12-23/+71
2011-11-01dos2unix src/common/manaserv_protocol.hYohann Ferreira1-448/+448
2011-10-26End the confusion about the missing upgrade scriptThorbjørn Lindeijer2-0/+0
2011-10-23Made @money functional again.Erik Schilling1-6/+5
2011-10-23Added function to determine the script engine by the file name extensionjurkan6-11/+60
2011-10-22Added a default skill id getter in the skill manager.Yohann Ferreira1-0/+4
2011-10-22Fixed the get_level doxygen documentation.Yohann Ferreira1-1/+1
2011-10-22Officially added the being gender to the protocol.Yohann Ferreira3-6/+32
2011-10-22Added the chr_get_level script function.Yohann Ferreira1-0/+18
2011-10-22Added the chr_set_gender() script function.Yohann Ferreira1-0/+20
2011-10-22.find() -> .value due to recent API changes.Yohann Ferreira1-1/+1
2011-10-22Merge branch 'master' of github.com:mana/manaservYohann Ferreira5-7/+13
2011-10-20Return a const & from NameMap to avoid potential deep copiesThorbjørn Lindeijer5-7/+13
2011-10-19Merge branch 'master' of github.com:mana/manaservYohann Ferreira18-381/+493
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer4-38/+21
2011-10-19Took interpreting the objects out of the map readerThorbjørn Lindeijer8-216/+229
2011-10-19Removed inappropriate assignment to mOld in Being::findPathThorbjørn Lindeijer1-5/+7
2011-10-19Made get_beings_in_circle capable of taking a being as argument.Erik Schilling1-3/+16
2011-10-15Added script bindings for reading map objectsErik Schilling6-155/+264
2011-09-29Don't log private chat messages.Yohann Ferreira1-8/+0
2011-09-28Started to fix the autoattack system.Yohann Ferreira5-46/+47
2011-09-28Added a default skill id getter in the skill manager.Yohann Ferreira1-0/+4
2011-09-28Added the chr_set_gender() script function.Yohann Ferreira1-0/+20
2011-09-28Officially added the being gender to the protocol.Yohann Ferreira3-5/+29
2011-09-28Added the chr_get_level script function.Yohann Ferreira1-0/+18
2011-09-28Merge github.com:mana/manaservYohann Ferreira5-16/+18
2011-09-28Clarified the role of initialize() and reload() functions in the monsterYohann Ferreira2-6/+8
2011-09-28Fixed mem leak on the item and monster manager unloading processYohann Ferreira3-8/+16
2011-09-28Added a bit more precision on the conditions used in the TriggerArea::update(...Yohann Ferreira2-2/+6
2011-09-28Rewrote the skill manager the same way as the item manager.Yohann Ferreira2-128/+149
2011-09-28Turned the skill manager into a class.Yohann Ferreira3-7/+24
2011-09-28Made the npc_create() function use insertion enqueueing.Yohann Ferreira1-4/+1
2011-09-28Fixed the trigger area declared within map files.Yohann Ferreira2-3/+7
2011-09-28Small random code format cleanups, and documentation fixes.Yohann Ferreira5-79/+50
2011-09-15Added chatcommand to get position of a character.Erik Schilling1-0/+33
2011-09-13Avoid crashing the game server when the last argument is quoted.Yohann Ferreira1-1/+9
2011-09-09Add persistent items support based on seeseekey's work.Yohann Ferreira13-13/+407
2011-09-08Merge github.com:mana/manaservYohann Ferreira6-5/+19
2011-09-05Added possibility for using monster name in SPAWN map objects.Erik Schilling1-14/+41
2011-09-05Fixed size of mapid field in mysql database.Erik Schilling1-1/+1
2011-09-05Fixed size of mapid field in mysql database.Erik Schilling4-2/+16
2011-09-04Added possibility for using monster name in SPAWN map objects.Erik Schilling1-14/+41
2011-09-02Prevented char from picking up items when inventory is full.Erik Schilling1-9/+14