summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-20Return a const & from NameMap to avoid potential deep copiesThorbjørn Lindeijer5-7/+13
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-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-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-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
2011-08-23Allowed map names in chr_warp function.Erik Schilling1-2/+6
2011-08-19Created function to make getting monsters easier in scripts.Erik Schilling3-14/+16
2011-08-18Added LUA function for changing anger of monsters.Erik Schilling2-1/+34
2011-08-10login with random hashStefan Beller3-3/+66
2011-08-10README: add section for inital db setupStefan Beller1-2/+12
2011-08-10Made chr_inv_count and npc_trade capable of taking a name or an id.Erik Schilling2-6/+40
2011-08-04Added new LUA functions used to get items and monster names.Erik Schilling1-0/+37
2011-08-04Allowed names of items and monsters in scripts - part 1.Erik Schilling2-28/+64
2011-08-03Unified the lua.cpp documentation.Yohann Ferreira3-170/+208
2011-08-03Added is_walkable lua function.Erik Schilling1-0/+30
2011-08-03Added monster_remove lua function.Erik Schilling2-0/+34
2011-08-03Added get_map_property lua function.Erik Schilling1-0/+24
2011-07-04Added new lua function for calculating distances.Ablu2-0/+34
2011-07-02Added LUA function get_beings_in_rectangle.Ablu1-0/+39
2011-06-27Added Lua function for logging.Ablu2-0/+23
2011-06-24Fixed autoattacks basic handling.Yohann Ferreira4-15/+59
2011-06-19Making party invite functionalStefan Dombrowski7-192/+141
2011-06-17Changed the attack message to send the attack id.Yohann Ferreira4-7/+8
2011-06-14Fixing storing of changed passwordsStefan Dombrowski1-2/+2
2011-06-02Fixed crash when handling unequipThorbjørn Lindeijer1-5/+13