summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2011-04-27fixed a bug in the example crafting scriptsPhilipp Sehmisch1-2/+2
2011-04-27Added a simple crafting systemPhilipp Sehmisch11-0/+253
2011-04-19Implemented scriptable effects on item use and dispell.Yohann Ferreira4-20/+93
2011-04-18Made the server send the being position each 5 seconds.Yohann Ferreira2-4/+14
2011-04-17Added a shake effect when Harmony is disappearing.Yohann Ferreira1-1/+7
2011-04-17Added of precised some info I found very useful while debugging.Yohann Ferreira2-8/+28
2011-04-17Removed useless calls to updateDerivedAttributes().Yohann Ferreira2-2/+0
2011-04-17Removed an unecessary call to attribute recalculation for monsters.Yohann Ferreira1-1/+0
2011-04-17Fix beings raw speed calculation when obtaining the TPS speed.Yohann Ferreira1-1/+6
2011-04-16Removing unused enum EMAILCHG_EXISTS_EMAILStefan Dombrowski1-5/+0
2011-04-16Set log verbosity earlier in game server to actually help debug.Yohann Ferreira1-6/+6
2011-04-15Fixed crash on first map updateThorbjørn Lindeijer2-0/+16
2011-04-13Fixed swapping of equipment and inventory slotsThorbjørn Lindeijer1-3/+4
2011-04-13Fixed equipment duplication when updating it.Yohann Ferreira1-1/+7
2011-04-10Initialize attribute base and cached modified valuesThorbjørn Lindeijer1-0/+2
2011-04-10Fixed infinite loop in deserializeCharacterDataThorbjørn Lindeijer1-10/+5
2011-04-04Fixing reading of drop rate from monsters.xmlStefan Dombrowski1-2/+2
2011-04-03Changed SYNC_BUFFER_SIZE to unsigned to avoid compiler warningThorbjørn Lindeijer1-2/+5
2011-04-02Split GameHandler::processMessage up into multiple functionsThorbjørn Lindeijer2-394/+481
2011-04-02Some ChatHandler cleanupsThorbjørn Lindeijer4-121/+21
2011-04-02Some cleanups related to syncing from game to account serverThorbjørn Lindeijer4-35/+27