summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-30Merge branch 'equipment-fix'Yohann Ferreira8-19/+88
2011-08-30Synced the equip.xml file to the latest changes.Yohann Ferreira1-10/+29
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 Ferreira32-1205/+1663
2011-08-25Merge branch 'master' of github.com:mana/manaservYohann Ferreira0-0/+0
2011-08-25Updated specials.xml to better illustrate the features which are currentlyunknown1-3/+4
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 Ferreira22-218/+619
2011-08-19Added boots and pants to play with on the test map.Yohann Ferreira13-11/+363
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 Ferreira10-135/+194
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-18Added LUA function for changing anger of monsters.Erik Schilling2-1/+34
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
2011-08-11Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...Yohann Ferreira18-1146/+1205
2011-08-11Basically redid equip and unequip functions().Yohann Ferreira4-156/+270
2011-08-10Changed ItemEquipInfo to only be a pair of unsigned.Yohann Ferreira3-14/+12
2011-08-10Fixed getting slot id per name.Yohann Ferreira2-6/+20
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-04Change the changeEquipment() function nameYohann Ferreira2-7/+7
2011-08-04Merge branch 'master' of git://gitorious.org/mana/manaservYohann Ferreira2-28/+101
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-04Merge branch 'master' of git://gitorious.org/mana/manaservYohann Ferreira4-167/+293
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-27Reworked the way equip slot info are loaded in a more logical way.Yohann Ferreira5-79/+99
2011-07-27Reviewed the removeFromSlot() function, fixing the unequip triggerYohann Ferreira1-5/+16
2011-07-27Fixed and completed the move() function.Yohann Ferreira2-22/+70
2011-07-27Reviewed the Inventory::remove() function.Yohann Ferreira2-9/+17
2011-07-27Reviewed the Inventory::insertion function.Yohann Ferreira1-5/+16
2011-07-27Finished the inventory check, by dropping itemsYohann Ferreira1-3/+19
2011-07-27First revision of the Inventory::initialize() code.Yohann Ferreira1-26/+38
2011-07-27Forgot to update the gamehandler.cpp file.Yohann Ferreira1-8/+8