summaryrefslogtreecommitdiffstats
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-156-12/+28
* 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-14145-691/+730
* Add a warning about the experimental state of PostgreSQL support.Yohann Ferreira2010-11-131-0/+1
* 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
* Documented the net_clientDataUrl optionThorbjørn Lindeijer2010-10-261-1/+9
* Some none-changesThorbjørn Lindeijer2010-10-261-75/+33
* Added an empty npcs.xml file to the client dataThorbjørn Lindeijer2010-10-261-0/+10
* 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-258-1090/+3
* Updated link to roadmap in TODO fileThorbjørn Lindeijer2010-10-241-1/+1
* Added example equip.xmlPhilipp Sehmisch2010-10-231-0/+12
* Made the servers check for positive id in xml db loading.Yohann Ferreira2010-10-227-45/+96
* Fixed syntax error in Code::Blocks gameserver projectA.R. iceslice2010-10-201-1/+1
* Fixed the append behaviour of logger::setLogFile().Yohann Ferreira2010-10-203-3/+4
* Added missing files to the Code::Blocks accountserver projectA.R. iceslice2010-10-191-0/+2
* 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-174-13/+13
* Hopefully fix the logging rotation this time.Yohann Ferreira2010-10-143-25/+89
* Added the new log options in the manaserv.xml.example file.Yohann Ferreira2010-09-291-0/+14
* 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
* Converted CRLF to LF in attributes.xmlThorbjørn Lindeijer2010-09-181-82/+82
* Small fixes.Freeyorp2010-09-194-16/+11
* Changed maxSkillCap to game_maxSkillCap as I forgot in last commit.Yohann Ferreira2010-09-161-42/+54
* Upgraded the attributes.xml example to something actually usable.Yohann Ferreira2010-09-161-38/+82
* Fixed characters not being returned at character selection when using MySQL.Yohann Ferreira2010-09-152-12/+12