summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-27Changed the protocol a bit to use int16 instead of 8.Yohann Ferreira2-449/+449
2011-07-27Begun Applying the new equipment slot handling design.Yohann Ferreira8-89/+117
2011-07-27Removed the inventory delay mode for now.Yohann Ferreira4-282/+90
2011-07-27Small random code format cleanups, and documentation fixes.Yohann Ferreira5-79/+50
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
2011-05-31Updating ENet to version 1.3.2Stefan Dombrowski6-51/+270
2011-05-30Routing party invite through the map serverStefan Dombrowski7-35/+82
2011-05-26Allow monsters to drop multiple itemsStefan Dombrowski3-52/+32
2011-05-26Fixing negative being positionsStefan Dombrowski1-1/+4
2011-05-17Fixed an item dupe bugAngelo Castellani1-4/+15
2011-05-16Starting to fix party inviteStefan Dombrowski3-9/+19
2011-05-15Removed unused variableThorbjørn Lindeijer1-3/+1
2011-05-15Fixed compile with GCC 4.6Thorbjørn Lindeijer2-1/+2
2011-05-01Changed the <being-effects> tag to <effects>.Yohann Ferreira1-2/+2
2011-05-01Renamed the mana-status-effects.xml to status-effects.xmlYohann Ferreira2-1/+1
2011-05-01Changed the server to look for the skills.xml file.Yohann Ferreira2-1/+1