summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-04Added @skills command which lists all skillsErik Schilling2-0/+42
2011-12-03Allowed larger item amounts for mysql database.Erik Schilling5-4/+20
2011-11-21Allow includes in configuration file.Erik Schilling1-6/+35
2011-11-13Added the background parameter values to the equip.xml file.Yohann Ferreira1-10/+10
2011-11-12Prevented the equipment to remove the item when something went wrong.Yohann Ferreira1-10/+12
2011-11-12Made the server warn the player when equip/unequip failed.Yohann Ferreira1-4/+15
2011-11-07Removed unused singleton templateThorbjørn Lindeijer2-72/+0
2011-11-07Merged three global script states into oneThorbjørn Lindeijer9-68/+62
2011-11-07Small cleanups in utils::TimerThorbjørn Lindeijer4-21/+21
2011-11-02Added @permissions commandErik Schilling2-18/+48
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 Ferreira14-23/+73
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-23Add jurkan to AUTHORS file.seeseekey1-0/+1
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 Ferreira2-1/+5
2011-10-22Fixed the get_level doxygen documentation.Yohann Ferreira1-1/+1
2011-10-22Officially added the being gender to the protocol.Yohann Ferreira4-6/+33
2011-10-22Added the chr_get_level script function.Yohann Ferreira2-0/+19
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 Ferreira22-392/+540
2011-10-19Synced the manaserv.xml.example file with latest changesYohann Ferreira1-0/+5
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer4-38/+21
2011-10-19Added license header templateThorbjørn Lindeijer1-0/+20
2011-10-19Took interpreting the objects out of the map readerThorbjørn Lindeijer8-216/+229
2011-10-19Prevent server crash by not having beings talk after spawn for nowThorbjørn Lindeijer1-7/+12
2011-10-19Removed inappropriate assignment to mOld in Being::findPathThorbjørn Lindeijer1-5/+7
2011-10-19Mention MySQL as an optional dependencyThorbjørn Lindeijer1-4/+10
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 Ferreira2-1/+5
2011-09-28Fixed the items.xml fileYohann Ferreira1-14/+17
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 Ferreira2-0/+19
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