summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Change references from database version 10 to version 11 to reflect changes m...Freeyorp2010-08-184-4/+4
| * Set the database ID of a new character immediately after creating it.Freeyorp2010-08-141-3/+3
| * Merge branch 'master' of gitorious.org:mana/manaservYohann Ferreira2010-08-042-0/+21
| |\
| * | Add sanity checks for hp when hp or max hp change.Freeyorp2010-08-031-0/+6
| * | Allow default values for attributes at character creation time.Freeyorp2010-08-033-8/+41
| * | Changed the stat file name to attributes.xml.Yohann Ferreira2010-08-025-14/+20
| * | Fixed a little mistake done in Monster::setAttribute.Yohann Ferreira2010-07-301-4/+4
| * | Made the game-server compile again with CMake.Yohann Ferreira2010-07-301-0/+8
| * | Merge branch 'master' of gitorious.org:mana/manaservYohann Ferreira2010-07-306-22/+173
| |\ \
| * | | Add in stubs for scripted item effectsFreeyorp2010-07-103-0/+41
| * | | New attribute system and major changes to many low-level areas.Freeyorp2010-07-1055-1929/+3389
* | | | Some coding style tweaksThorbjørn Lindeijer2010-08-223-20/+16
* | | | Pass a script name to Lua for proper reporting of error locationsThorbjørn Lindeijer2010-08-225-10/+14
* | | | Rename some stuff to conform to naming conventionsThorbjørn Lindeijer2010-08-226-33/+31
* | | | Print out a backtrace when a Lua error is raisedThorbjørn Lindeijer2010-08-222-20/+26
* | | | Print out the actual error message in case of a syntax errorThorbjørn Lindeijer2010-08-221-3/+7
* | | | Another small simplificationThorbjørn Lindeijer2010-08-221-7/+1
* | | | Avoid collision with type 'int' in SQL queryThorbjørn Lindeijer2010-08-221-12/+7
* | | | Changed the location of configuration, logs and statsThorbjørn Lindeijer2010-08-224-101/+47
* | | | Fixed version in database table creation filesThorbjørn Lindeijer2010-08-212-2/+2
* | | | Perform more detailed argument checking in Lua functionsThorbjørn Lindeijer2010-08-211-154/+101
* | | | Add included enet to CMakeBernd Wachter2010-08-151-3/+8
* | | | Fix enet check macros.Freeyorp2010-08-132-3/+3
* | | | Fix enet version checkJared Adams2010-08-092-3/+15
* | | | Worked around a typo in the update script from version 7 to 8Thorbjørn Lindeijer2010-08-072-2/+3
* | | | Also provide an update script for MySQLThorbjørn Lindeijer2010-08-071-0/+3
* | | | Fixed index creation on mana_char_kill_stats tableThorbjørn Lindeijer2010-08-073-2/+11
* | | | Fixed typoThorbjørn Lindeijer2010-08-071-1/+1
* | | | Revert "Added a method of updating the passwords of an existing database"Thorbjørn Lindeijer2010-08-072-50/+0
* | | | Renamed modifiedAttribute to updateDerivedAttributesThorbjørn Lindeijer2010-08-076-17/+17
| |_|/ |/| |
* | | Fix enet version checkJared Adams2010-08-022-13/+7