summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up and document a bit more the speed conversion functions.Yohann Ferreira2011-01-035-13/+28
* Namespaced the manaserv protocol to ease the porting of the enums.Yohann Ferreira2011-01-036-0/+12
* Corrected the database version of newly created databases.Yohann Ferreira2010-12-292-2/+2
* protocol.h -> manaserv_protocol.h to avoid conflicts with mysql files.Yohann Ferreira2010-12-2911-10/+10
* Moved parts needing to be in sync with the client in protocol.h.Yohann Ferreira2010-12-297-65/+70
* Made the server handle properly the characters slots.Yohann Ferreira2010-12-2912-73/+241
* Implemented @log and @logsay commands.Philipp Sehmisch2010-12-271-0/+42
* Added @kick and @kill commands.Philipp Sehmisch2010-12-276-1/+77
* Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch2010-12-278-7/+154
* Implemented @die chat commandPhilipp Sehmisch2010-12-171-2/+11
* Fixed a compiler warning.Philipp Sehmisch2010-12-171-1/+1
* Added last missing try catch implementation in storage.cppYohann Ferreira2010-12-161-103/+175
* Use bound values for Storage::flush() since it leaked sensitive info.Yohann Ferreira2010-12-161-7/+19
* Fix existing binding use in storage.cpp.Yohann Ferreira2010-12-161-55/+98
* Deharcoded the host and port options for each servers.Yohann Ferreira2010-12-164-13/+56
* Standardized the current errors thrown.Yohann Ferreira2010-12-163-110/+139
* Fix string comparison in map readingJared Adams2010-12-151-14/+14
* Fix compareStrI functionJared Adams2010-12-151-1/+7
* Allow names and types in map files to be of any caseJared Adams2010-12-151-14/+14
* Dummy commit since it seems my private repo didn't want to updateYohann Ferreira2010-12-141-0/+1
* Remove an outdated comment talking about subversion tagging.Yohann Ferreira2010-12-141-3/+1
* Removed the code preventing from being able to sync items with id < 500.Yohann Ferreira2010-12-141-4/+1
* Second round of small random cleanups on storage.Yohann Ferreira2010-12-142-63/+59
* Small random hacking cleanups.Yohann Ferreira2010-12-141-163/+189
* Moved storage doc from .cpp to .h and updated it.Yohann Ferreira2010-12-132-248/+311
* Fix return codes for many lua functionsFreeyorp2010-12-081-6/+6
* Minor cleanup in a number of script functionsFreeyorp2010-12-081-30/+6
* Fix many compiler warnings.Freeyorp2010-12-0810-33/+31
* Improve warp commandsJared Adams2010-12-061-15/+120
* Made the server return the number of slots in the login/register responses.Yohann Ferreira2010-11-182-5/+16
* Upgrade database version to 12 as it should have been from the latest update.Yohann Ferreira2010-11-153-3/+3
* Updating C::B projectStefan Dombrowski2010-11-153-12/+16
* Fix a potential memleak related to binds when disconnecting with MySQL.Yohann Ferreira2010-11-142-5/+16
* Simplified the use of binding when using MySQL.Yohann Ferreira2010-11-142-47/+82
* Finally fix the logPerDay log option.Yohann Ferreira2010-11-141-6/+17
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-14143-605/+644
* Readd the calculation of base attributes at character's login.Yohann Ferreira2010-11-131-0/+3
* Fix code indentation in the sql related files.Yohann Ferreira2010-11-105-100/+107
* Fixed unregistering on the server-side.Yohann Ferreira2010-11-092-9/+20
* Fully shift being scope attributes into being.Freeyorp2010-11-044-66/+115
* Fix some errors in dispelling non-timed attributesFreeyorp2010-11-043-17/+48
* [PATCH 1/3] Alter the way attribute dependencies are updated.Yohann Ferreira2010-11-041-32/+50
* Renamed write{Byte,Short,Long} to writeInt{8,16,32}Thorbjørn Lindeijer2010-11-0318-525/+523
* Trivial code convention fix, promised to thorbjorn ;)Yohann Ferreira2010-11-021-2/+4
* Some random code cleanups.Yohann Ferreira2010-11-024-72/+112
* Prevented a crash in the monster loading code.Yohann Ferreira2010-11-012-1/+12
* Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer2010-10-307-84/+91
* Introduced a helper class for performing transactionsThorbjørn Lindeijer2010-10-304-14/+54
* Use a transaction when handling a GAMSG_PLAYER_SYNC messageThorbjørn Lindeijer2010-10-302-11/+21
* Some none-changesThorbjørn Lindeijer2010-10-261-75/+33