summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-01Added chatcommand to get position of a character.Erik Schilling1-0/+33
2011-09-01Prevented char from picking up items when inventory is full.Erik Schilling1-9/+14
2011-08-30As requested, changed the trigger 'existence' to 'in-inventory'.Yohann Ferreira1-2/+2
2011-08-30Made the monster removal not using queues to avoid a crash.Yohann Ferreira1-4/+4
2011-08-30Avoid crashing the game server when the last argument is quoted.Yohann Ferreira1-1/+9
2011-08-30Merge branch 'equipment-fix'Yohann Ferreira7-9/+59
2011-08-30Made the db version an official pre-requisite.Yohann Ferreira3-7/+14
2011-08-30Added missing sql update scripts.Yohann Ferreira5-3/+46
2011-08-26Fixed mem leak on the item and monster manager unloading processYohann Ferreira3-3/+11
2011-08-26Rewrote the skill manager the same way as the item manager.Yohann Ferreira3-131/+169
2011-08-26Added a bit more precision on the conditions used in the TriggerArea::update(...Yohann Ferreira2-2/+6
2011-08-26Made the npc_create() function use insertion enqueueing.Yohann Ferreira1-4/+1
2011-08-26Fixed the trigger area declared within map files.Yohann Ferreira2-3/+7
2011-08-25Merge branch 'equipment-fix' of github.com:Bertram25/manaservYohann Ferreira17-1193/+1248
2011-08-25Allowed map names in chr_warp function.Erik Schilling1-2/+6
2011-08-25Created function to make getting monsters easier in scripts.Erik Schilling3-14/+16
2011-08-23Allowed map names in chr_warp function.Erik Schilling1-2/+6
2011-08-19Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...Yohann Ferreira7-206/+211
2011-08-19Removed the now useless SpriteLayer enum from the protocol.Yohann Ferreira1-17/+0
2011-08-19Changed the sprite layer protocol to supportYohann Ferreira5-59/+66
2011-08-19Used the client base to make a final bugfix on the server code.Yohann Ferreira5-133/+148
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 Schilling1-0/+30
2011-08-18Added LUA function for changing anger of monsters.Erik Schilling1-0/+30
2011-08-18Merge git://gitorious.org/~bertram/mana/manaserv-equipment-fix into equipment...Yohann Ferreira3-19/+17
2011-08-18Change the unequip function to make use of the item instance id.Yohann Ferreira3-18/+16
2011-08-18Fixed a crash when dealing with unknown equipped items.Yohann Ferreira1-1/+1