summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-26Add an heartbeat time flag in the statistics file.Yohann Ferreira4-58/+101
2011-01-25Upgraded the manaserv protocol version to 1.Yohann Ferreira1-1/+1
2011-01-22Fix the default slot values when upgrading the database to version 14.Yohann Ferreira2-2/+2
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 Ferreira5-5/+13
2011-01-10Removing default argument values from Map definitionStefan Dombrowski3-4/+3
2011-01-09Fix being direction discrepancies by syncing the BeingDirection.Yohann Ferreira7-21/+118
2011-01-09Removed the superfluous point struct.Yohann Ferreira17-41/+31
2011-01-06Get rid of the server tick magic number.Yohann Ferreira6-15/+19
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-03Added missing using namespace clauses. Cmake's fault, I guess. ;)Yohann Ferreira3-0/+6
2011-01-03Cleaned up and document a bit more the speed conversion functions.Yohann Ferreira5-13/+28
2011-01-03Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira6-0/+12
2010-12-30Added new example files needed to start a more complete feature-showing map.Yohann Ferreira120-11/+2304
2010-12-29Corrected the database version of newly created databases.Yohann Ferreira2-2/+2
2010-12-29Updated the attributes.xml file with a more up-to-date version.Yohann Ferreira1-12/+10
2010-12-29protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira11-10/+10
2010-12-29Updated the manaserv.xml to reflect latest functionalities.Yohann Ferreira1-10/+13
2010-12-29Moved parts needing to be in sync with the client in protocol.h.Yohann Ferreira7-65/+70
2010-12-29Made the server handle properly the characters slots.Yohann Ferreira12-73/+241
2010-12-27Implemented @log and @logsay commands.Philipp Sehmisch2-0/+44
2010-12-27Added @kick and @kill commands.Philipp Sehmisch6-1/+77
2010-12-27Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch9-7/+156
2010-12-17Implemented @die chat commandPhilipp Sehmisch2-2/+12
2010-12-17Fixed a compiler warning.Philipp Sehmisch1-1/+1
2010-12-16Added last missing try catch implementation in storage.cppYohann Ferreira1-103/+175
2010-12-16Use bound values for Storage::flush() since it leaked sensitive info.Yohann Ferreira1-7/+19
2010-12-16Fix existing binding use in storage.cpp.Yohann Ferreira1-55/+98
2010-12-16Deharcoded the host and port options for each servers.Yohann Ferreira4-13/+56
2010-12-16Standardized the current errors thrown.Yohann Ferreira3-110/+139
2010-12-15Fix string comparison in map readingJared Adams1-14/+14
2010-12-15Fix compareStrI functionJared Adams1-1/+7
2010-12-15Allow names and types in map files to be of any caseJared Adams1-14/+14
2010-12-14Dummy commit since it seems my private repo didn't want to updateYohann Ferreira1-0/+1
2010-12-14Remove an outdated comment talking about subversion tagging.Yohann Ferreira1-3/+1
2010-12-14Removed the code preventing from being able to sync items with id < 500.Yohann Ferreira1-4/+1
2010-12-14Second round of small random cleanups on storage.Yohann Ferreira2-63/+59
2010-12-14Small random hacking cleanups.Yohann Ferreira1-163/+189
2010-12-13Moved storage doc from .cpp to .h and updated it.Yohann Ferreira2-248/+311
2010-12-08Fix return codes for many lua functionsFreeyorp1-6/+6
2010-12-08Minor cleanup in a number of script functionsFreeyorp1-30/+6
2010-12-08Fix many compiler warnings.Freeyorp10-33/+31
2010-12-06Improve warp commandsJared Adams2-15/+121
2010-11-18Made the server return the number of slots in the login/register responses.Yohann Ferreira2-5/+16
2010-11-15Upgrade database version to 12 as it should have been from the latest update.Yohann Ferreira3-3/+3
2010-11-15Updating C::B projectStefan Dombrowski6-12/+28
2010-11-14Fix a potential memleak related to binds when disconnecting with MySQL.Yohann Ferreira2-5/+16
2010-11-14Simplified the use of binding when using MySQL.Yohann Ferreira2-47/+82
2010-11-14Finally fix the logPerDay log option.Yohann Ferreira1-6/+17