summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed the inventory checkThorbjørn Lindeijer2011-11-011-46/+0
* Have one place where the Configuration is initializedThorbjørn Lindeijer2011-11-014-94/+39
* Renamed the db update 15 to 18 as requested by Bjorn.Yohann Ferreira2011-11-015-6/+6
* Merge github.com:mana/manaservYohann Ferreira2011-11-0114-23/+73
|\
| * End the confusion about the missing upgrade scriptThorbjørn Lindeijer2011-10-262-0/+0
| * Made @money functional again.Erik Schilling2011-10-231-6/+5
| * Add jurkan to AUTHORS file.seeseekey2011-10-231-0/+1
| * Added function to determine the script engine by the file name extensionjurkan2011-10-236-11/+60
| * Added a default skill id getter in the skill manager.Yohann Ferreira2011-10-222-1/+5
| * Fixed the get_level doxygen documentation.Yohann Ferreira2011-10-221-1/+1
| * Officially added the being gender to the protocol.Yohann Ferreira2011-10-224-6/+33
| * Added the chr_get_level script function.Yohann Ferreira2011-10-222-0/+19
| * Added the chr_set_gender() script function.Yohann Ferreira2011-10-221-0/+20
* | dos2unix src/common/manaserv_protocol.hYohann Ferreira2011-11-011-448/+448
* | .find() -> .value due to recent API changes.Yohann Ferreira2011-10-221-1/+1
* | Merge branch 'master' of github.com:mana/manaservYohann Ferreira2011-10-225-7/+13
|\|
| * Return a const & from NameMap to avoid potential deep copiesThorbjørn Lindeijer2011-10-205-7/+13
* | Merge branch 'master' of github.com:mana/manaservYohann Ferreira2011-10-1922-392/+540
|\|
| * Synced the manaserv.xml.example file with latest changesYohann Ferreira2011-10-191-0/+5
| * Have one place where the Logger is initializedThorbjørn Lindeijer2011-10-194-38/+21
| * Added license header templateThorbjørn Lindeijer2011-10-191-0/+20
| * Took interpreting the objects out of the map readerThorbjørn Lindeijer2011-10-198-216/+229
| * Prevent server crash by not having beings talk after spawn for nowThorbjørn Lindeijer2011-10-191-7/+12
| * Removed inappropriate assignment to mOld in Being::findPathThorbjørn Lindeijer2011-10-191-5/+7
| * Mention MySQL as an optional dependencyThorbjørn Lindeijer2011-10-191-4/+10
| * Made get_beings_in_circle capable of taking a being as argument.Erik Schilling2011-10-191-3/+16
| * Added script bindings for reading map objectsErik Schilling2011-10-156-155/+264
| * Don't log private chat messages.Yohann Ferreira2011-09-291-8/+0
* | Started to fix the autoattack system.Yohann Ferreira2011-09-285-46/+47
* | Added a default skill id getter in the skill manager.Yohann Ferreira2011-09-282-1/+5
* | Fixed the items.xml fileYohann Ferreira2011-09-281-14/+17
* | Added the chr_set_gender() script function.Yohann Ferreira2011-09-281-0/+20
* | Officially added the being gender to the protocol.Yohann Ferreira2011-09-283-5/+29
* | Added the chr_get_level script function.Yohann Ferreira2011-09-282-0/+19
* | Merge github.com:mana/manaservYohann Ferreira2011-09-285-16/+18
|\|
| * Clarified the role of initialize() and reload() functions in the monsterYohann Ferreira2011-09-282-6/+8
| * Fixed mem leak on the item and monster manager unloading processYohann Ferreira2011-09-283-8/+16
| * Added a bit more precision on the conditions used in the TriggerArea::update(...Yohann Ferreira2011-09-282-2/+6
| * Rewrote the skill manager the same way as the item manager.Yohann Ferreira2011-09-282-128/+149
| * Turned the skill manager into a class.Yohann Ferreira2011-09-283-7/+24
| * Made the npc_create() function use insertion enqueueing.Yohann Ferreira2011-09-281-4/+1
| * Fixed the trigger area declared within map files.Yohann Ferreira2011-09-282-3/+7
| * Small random code format cleanups, and documentation fixes.Yohann Ferreira2011-09-285-79/+50
| * Added chatcommand to get position of a character.Erik Schilling2011-09-152-0/+34
| * Avoid crashing the game server when the last argument is quoted.Yohann Ferreira2011-09-131-1/+9
| * Merge pull request #4 from Philipp-S/specials.xmlPhilipp Sehmisch2011-09-121-3/+4
| |\
| | * Changed specials.xml to reflect the current capabilitiesPhilipp Sehmisch2011-09-121-3/+4
| |/
| * Add Ablu and seeseekey to the AUTHORS file.seeseekey2011-09-091-0/+2
* | Add Ablu and seeseekey to the AUTHORS file.seeseekey2011-09-131-0/+2
* | Add persistent items support based on seeseekey's work.Yohann Ferreira2011-09-0913-13/+407