summaryrefslogtreecommitdiff
path: root/src/game-server
AgeCommit message (Expand)AuthorFilesLines
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
2010-12-08Fix many compiler warnings.Freeyorp6-22/+25
2010-12-06Improve warp commandsJared Adams1-15/+120
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira66-312/+352
2010-11-13Readd the calculation of base attributes at character's login.Yohann Ferreira1-0/+3
2010-11-04Fully shift being scope attributes into being.Freeyorp4-66/+115
2010-11-04Fix some errors in dispelling non-timed attributesFreeyorp3-17/+48
2010-11-04[PATCH 1/3] Alter the way attribute dependencies are updated.Yohann Ferreira1-32/+50
2010-11-03Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer7-217/+217
2010-11-02Some random code cleanups.Yohann Ferreira4-72/+112
2010-11-01Prevented a crash in the monster loading code.Yohann Ferreira2-1/+12
2010-10-26Some none-changesThorbjørn Lindeijer1-75/+33
2010-10-25Avoid assertion when removing unknown itemsThorbjørn Lindeijer1-3/+3
2010-10-25Fixed crash when the server tries to remove unknown itemsThorbjørn Lindeijer3-24/+29
2010-10-22Made the servers check for positive id in xml db loading.Yohann Ferreira7-45/+96
2010-10-20Fixed the append behaviour of logger::setLogFile().Yohann Ferreira1-1/+1
2010-10-17Dehardcode the tileWidth and height, except for the speed conversion.Yohann Ferreira10-51/+91
2010-10-17Fix hp regeneration units.Freeyorp1-2/+2
2010-10-17Get rid of some unneeded direct calls to setBase for attributes.Freeyorp1-8/+5
2010-10-17Synchronise defaults between configuration file and source.Freeyorp1-1/+1
2010-09-29Add log file rotation support based on ExceptionFault's work.Yohann Ferreira1-0/+10
2010-09-22Added options to disable the server log to standard output to the minimum.Yohann Ferreira1-9/+13
2010-09-22Centralized the servers' exit values.Yohann Ferreira3-14/+18
2010-09-19Small fixes.Freeyorp4-16/+11
2010-09-16Changed maxSkillCap to game_maxSkillCap as I forgot in last commit.Yohann Ferreira1-42/+54