summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Made the scripts being able to installErik Schilling2013-02-241-1/+0
| | | | | | | The game server will now look for the scripts in this order: - serverPath - config value - current working directory - the PKG_DATADIR #define
* Rephrased the README about the server data a bitErik Schilling2013-02-201-11/+2
|
* Replaced EventListener with signals based on libsigc++Thorbjørn Lindeijer2013-01-091-6/+7
| | | | | | | | | | | | | This replaces the rather hard to understand event dispatcher with a probably even harder to understand templated library, but fortunately we can rely on the available documentation. Hopefully it will also help with the readability of our code and with adding additional signals to other classes. Added libsigc++ to README and Travis CI configuration. Reviewed-by: Erik Schilling
* Added zlib to the dependencies documented in the READMEThorbjørn Lindeijer2012-07-211-0/+1
|
* Merged the example client and server dataThorbjørn Lindeijer2012-02-251-2/+1
| | | | | | | | | It's easier to just talk about world data and to modify it as a whole. If there is really a need to separate it, a project can still choose to do that (and in whatever suitable way). There is no need to enforce this separation or to do it in our example. Reviewed-by: Erik Schilling
* Mention MySQL as an optional dependencyThorbjørn Lindeijer2011-10-191-4/+10
| | | | Reviewed-by: Ablu
* README: add section for inital db setupStefan Beller2011-08-101-2/+12
|
* Removed obsolete autoconf filesThorbjørn Lindeijer2010-10-251-3/+1
| | | | Replaced by cmake.
* Changed the location of configuration, logs and statsThorbjørn Lindeijer2010-08-221-2/+7
| | | | | | | | | | | Instead of searching for the configuration file in ~/.manaserv.xml, the file is now expected to be in the working directory of the server. The logs and statistics will also be written there. This should make it easier to run differently configured servers on the same machine, and should also be a bit more straight-forward to setup. Reviewed-by: Yohann Ferreira
* Added some documentation about the dependenciesThorbjørn Lindeijer2010-05-161-0/+9
| | | | Reviewed-by: Jared Adams
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-241-13/+13
| | | | | Includes a database update. Use update_6_to_7.sql to update existing sqlite databases.
* Removed unnecessary autogen.shBjørn Lindeijer2008-12-281-1/+1
| | | | Just running 'autoreconf -i' works fine too. README updated.
* Removed tmwserv-data submoduleBjørn Lindeijer2008-12-061-9/+13
| | | | | Probably more complicated for everybody to learn about than just setting up a symlink.
* Updated documentation a bit.Bjørn Lindeijer2008-04-231-28/+57
|
* Improved documentation a bit.Guillaume Melquiond2006-12-291-12/+26
|
* Added a few words on how to run the split servers.Guillaume Melquiond2006-12-291-0/+20
|
* Start on files that enable compiling this, but don't expect it to compile forBjørn Lindeijer2005-03-191-0/+0
now.