summaryrefslogtreecommitdiff
path: root/src/game-server
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-15Fixed registering the players items to the buysell handler.Yohann Ferreira1-24/+46
2011-01-30Revert "Fixed the money handling."Jared Adams3-8/+2
2011-01-31Fixed the money handling.Yohann Ferreira3-2/+8
2011-01-30Made the code tell a bit more when a monster is lacking values.Yohann Ferreira1-14/+30
2011-01-30Trivial code format fixes in monstermanager.cpp.Yohann Ferreira1-28/+45
2011-01-30Added the missing Magical dodge monster property.Yohann Ferreira1-0/+2
2011-01-30Made the monsters' attributes compute fine again.Yohann Ferreira3-10/+59
2011-01-22Made the being direction be updated only at the end of the movement.Yohann Ferreira1-3/+3
2011-01-11Made the servers report their protocol version.Yohann Ferreira2-2/+5
2011-01-10Removing default argument values from Map definitionStefan Dombrowski1-2/+1
2011-01-09Fix being direction discrepancies by syncing the BeingDirection.Yohann Ferreira5-15/+112
2011-01-09Removed the superfluous point struct.Yohann Ferreira9-24/+13
2011-01-06Get rid of the server tick magic number.Yohann Ferreira4-9/+11
2011-01-03Got rid of the superfluous DEFAULT_TILE_HEIGHT/WIDTH.Yohann Ferreira4-10/+10
2011-01-03Change Actor::mActionTime to mMoveTime member to reflect more its actual use.Yohann Ferreira3-12/+14
2011-01-03Cleaned up and document a bit more the speed conversion functions.Yohann Ferreira2-2/+3
2011-01-03Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira1-0/+1
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2-2/+2
2010-12-29Moved parts needing to be in sync with the client in protocol.h.Yohann Ferreira5-60/+19
2010-12-27Implemented @log and @logsay commands.Philipp Sehmisch1-0/+42
2010-12-27Added @kick and @kill commands.Philipp Sehmisch1-0/+71
2010-12-27Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch1-4/+28
2010-12-17Implemented @die chat commandPhilipp Sehmisch1-2/+11
2010-12-16Deharcoded the host and port options for each servers.Yohann Ferreira2-4/+24
2010-12-15Fix string comparison in map readingJared Adams1-14/+14
2010-12-15Allow names and types in map files to be of any caseJared Adams1-14/+14