summaryrefslogtreecommitdiff
path: root/src/game-server
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer9-11/+11
2011-03-20Some renamings to try to make things more readableThorbjørn Lindeijer3-93/+130
2011-03-20General cleanups and code style fixesThorbjørn Lindeijer2-7/+9
2011-03-18Improved @ban commandPhilipp Sehmisch2-14/+38
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer9-53/+66
2011-03-16Path finding: Moved F cost from PathInfo to LocationThorbjørn Lindeijer1-17/+15
2011-03-16Allowed item names instead of IDs in @commandsPhilipp Sehmisch4-41/+84
2011-03-16Allowed monster names in @spawn commandPhilipp Sehmisch4-17/+67
2011-03-15Some code style cleanups in AutoAttack classThorbjørn Lindeijer3-31/+77
2011-03-15Eliminated one version of Being::performAttackThorbjørn Lindeijer3-14/+12
2011-03-12Fixed monster flawed movements and client net messages flooding.Yohann Ferreira1-2/+2
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer6-30/+0
2011-03-11Moved freeing of map position to Actor destructorThorbjørn Lindeijer6-30/+22
2011-03-11Split path finding out of the Map classThorbjørn Lindeijer7-176/+176
2011-03-11Fixed Actor::setPosition to update the blockmask correctlyThorbjørn Lindeijer1-8/+6
2011-03-11Avoid sqrt and double in circle-to-circle collision detectionThorbjørn Lindeijer1-4/+6
2011-03-10Server-Wrap the open and closed list members in path finding.Yohann Ferreira2-76/+43
2011-03-09Renamed GameState::insertSafe() to inserOrDelete.Yohann Ferreira4-7/+7
2011-03-06Small fixes coming from my comment on issue #77.Yohann Ferreira4-15/+18
2011-03-04Implemented persistent world and map variablesPhilipp Sehmisch7-13/+170
2011-02-24Fixing dead born monstersStefan Dombrowski1-2/+5
2011-02-22Implementing @killmonstersStefan Dombrowski1-0/+26
2011-02-21Remove obsolete reset of SIGSEGV handlingStefan Dombrowski1-3/+0
2011-02-20Adding CSV support from Jaxad's client implementation.Yohann Ferreira1-8/+45
2011-02-19Removing dublicate deinitialize of enetStefan Dombrowski1-3/+3
2011-02-19Add support for zlib map layer compression.Yohann Ferreira1-3/+6
2011-02-16Removing unused variable configPathChangedStefan Dombrowski1-3/+0
2011-02-16Fixed doc about stroll range, which is coded in pixels.Yohann Ferreira1-2/+2