summaryrefslogtreecommitdiff
path: root/src/game-server
AgeCommit message (Expand)AuthorFilesLines
2011-10-22Officially added the being gender to the protocol.Yohann Ferreira2-5/+19
2011-10-20Return a const & from NameMap to avoid potential deep copiesThorbjørn Lindeijer4-5/+5
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer1-18/+1
2011-10-19Took interpreting the objects out of the map readerThorbjørn Lindeijer8-216/+229
2011-10-19Removed inappropriate assignment to mOld in Being::findPathThorbjørn Lindeijer1-5/+7
2011-10-15Added script bindings for reading map objectsErik Schilling3-154/+124
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-28Fixed the trigger area declared within map files.Yohann Ferreira1-1/+5
2011-09-28Small random code format cleanups, and documentation fixes.Yohann Ferreira4-78/+49
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-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-06-24Fixed autoattacks basic handling.Yohann Ferreira4-15/+59
2011-06-17Changed the attack message to send the attack id.Yohann Ferreira3-6/+7
2011-06-02Fixed crash when handling unequipThorbjørn Lindeijer1-5/+13
2011-05-30Routing party invite through the map serverStefan Dombrowski2-0/+45
2011-05-26Allow monsters to drop multiple itemsStefan Dombrowski2-27/+12
2011-05-26Fixing negative being positionsStefan Dombrowski1-1/+4
2011-05-17Fixed an item dupe bugAngelo Castellani1-4/+15
2011-05-15Removed unused variableThorbjørn Lindeijer1-3/+1
2011-05-15Fixed compile with GCC 4.6Thorbjørn Lindeijer2-1/+2
2011-05-01Renamed the mana-status-effects.xml to status-effects.xmlYohann Ferreira1-1/+1
2011-05-01Changed the server to look for the skills.xml file.Yohann Ferreira1-1/+1
2011-04-27Added a simple crafting systemPhilipp Sehmisch2-0/+80
2011-04-19Implemented scriptable effects on item use and dispell.Yohann Ferreira3-17/+87
2011-04-18Made the server send the being position each 5 seconds.Yohann Ferreira1-3/+13
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-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-10Initialize attribute base and cached modified valuesThorbjørn Lindeijer1-0/+2
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 cleanups related to syncing from game to account serverThorbjørn Lindeijer2-26/+23
2011-03-24Rely more on the functionality in XML::DocumentThorbjørn Lindeijer5-60/+18
2011-03-24Use a map to quickly find items and monsters by their nameThorbjørn Lindeijer4-58/+54
2011-03-23Fixed problems with loading XML files containing Windows newlinesThorbjørn Lindeijer2-77/+16
2011-03-20Renamed some members to adhere to naming standardThorbjørn Lindeijer2-25/+25
2011-03-20Introduced separate functions for item database loadingThorbjørn Lindeijer3-299/+337
2011-03-20Introduced ModifierLocation structThorbjørn Lindeijer3-25/+41
2011-03-20Introduced some functions for reading the attributes fileThorbjørn Lindeijer2-148/+159
2011-03-20Renaming stuff to make the code more readableThorbjørn Lindeijer7-34/+36