summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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 Schilling2-0/+34
2011-09-13Avoid crashing the game server when the last argument is quoted.Yohann Ferreira1-1/+9
2011-09-13Add Ablu and seeseekey to the AUTHORS file.seeseekey1-0/+2
2011-09-12Merge pull request #4 from Philipp-S/specials.xmlPhilipp Sehmisch1-3/+4
2011-09-12Changed specials.xml to reflect the current capabilitiesPhilipp Sehmisch1-3/+4
2011-09-09Add Ablu and seeseekey to the AUTHORS file.seeseekey1-0/+2
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