summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Always check for zlib and add the necessary library flagsThorbjørn Lindeijer2010-10-261-4/+3
* Send a client data URL in addition to the update hostThorbjørn Lindeijer2010-10-261-0/+7
* Avoid assertion when removing unknown itemsThorbjørn Lindeijer2010-10-251-3/+3
* Fixed crash when the server tries to remove unknown itemsThorbjørn Lindeijer2010-10-253-24/+29
* Removed obsolete autoconf filesThorbjørn Lindeijer2010-10-251-229/+0
* Made the servers check for positive id in xml db loading.Yohann Ferreira2010-10-227-45/+96
* Fixed the append behaviour of logger::setLogFile().Yohann Ferreira2010-10-203-3/+4
* Changed the mana_accounts.email field length to 64 characters.Yohann Ferreira2010-10-173-1/+24
* Dehardcode the tileWidth and height, except for the speed conversion.Yohann Ferreira2010-10-1711-52/+92
* Fix hp regeneration units.Freeyorp2010-10-171-2/+2
* Get rid of some unneeded direct calls to setBase for attributes.Freeyorp2010-10-171-8/+5
* Synchronise defaults between configuration file and source.Freeyorp2010-10-173-3/+3
* Hopefully fix the logging rotation this time.Yohann Ferreira2010-10-143-25/+89
* Add log file rotation support based on ExceptionFault's work.Yohann Ferreira2010-09-295-19/+212
* SQLite: Do a proper upgrade of the mana_characters tableThorbjørn Lindeijer2010-09-271-11/+80
* Added options to disable the server log to standard output to the minimum.Yohann Ferreira2010-09-222-19/+26
* Centralized the servers' exit values.Yohann Ferreira2010-09-226-42/+79
* Small fixes.Freeyorp2010-09-194-16/+11
* Changed maxSkillCap to game_maxSkillCap as I forgot in last commit.Yohann Ferreira2010-09-161-42/+54
* Fixed characters not being returned at character selection when using MySQL.Yohann Ferreira2010-09-152-12/+12
* Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira2010-09-159-39/+55
* Added script to update SQLite database to version 11Thorbjørn Lindeijer2010-09-121-0/+39
* Fixed removal of hardcoded attributes in the MySQL update scriptThorbjørn Lindeijer2010-09-121-7/+7
* Centralized stringToBool conversion.Yohann Ferreira2010-09-0813-120/+161
* Added config options to set stats and log files and paths.Yohann Ferreira2010-09-072-27/+34
* Added <points> tag handling in attributes.xml.Yohann Ferreira2010-09-062-47/+90
* Added a --config manaserv.xml file path options to both servers.Yohann Ferreira2010-08-312-48/+140
* Change primary and secondary tags in attributes.xml from stats and stat to at...Freeyorp2010-08-302-4/+4
* Added @mute chat command.Philipp Sehmisch2010-08-304-4/+69
* Merge branch 'testing'Freeyorp2010-08-2958-1926/+3479
|\