summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Updated link to documentation for manaserv.xmlThorbjørn Lindeijer2009-12-221-1/+1
| | | | This documentation should of course be moved to doc.manasource.org
* Changed registration to allowed in the example manaserv.xmlPhilipp Sehmisch2009-12-151-1/+1
|
* A few late rebranding updatesThorbjørn Lindeijer2009-12-062-22/+22
|
* Fixed the default visual rangeThorbjørn Lindeijer2009-12-061-1/+1
| | | | | | The client is 800x600 by default, so 320 pixels radius was not enough. Taking into account a bit of network latency as well, 448 should be alright.
* Added some new options to example configuration.Philipp Sehmisch2009-12-051-4/+46
|
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-243-13/+13
| | | | | Includes a database update. Use update_6_to_7.sql to update existing sqlite databases.
* Updated the keys in the example configuration fileBjørn Lindeijer2009-05-241-4/+4
| | | | These settings grew a net_ prefix.
* Added tables and statements to store and retrieve letters. Attachments not ↵Andreas Habel2008-11-031-0/+0
| | | | functional as long as items not stored as individual items.
* Changed command system to handle commands without template magic.David Athay2008-10-311-3/+10
|
* update commands.txt, get rid of packets.txtRoderic Morris2008-10-262-485/+1
|
* * Doxygen now writes all warnings into a separate fileAndreas Habel2008-09-191-1/+6
| | | | | * Added link to wiki documentation as comment into tmwserv.xml * Added table tmw_char_skills to store skills of a character and removed weapon skills from table tmw_characters.
* * Added installation scripts to set up database schemas for mysql, sqlite ↵Andreas Habel2008-09-171-6/+45
| | | | | | | | | | | | | and postgresql. The create table statements have been completely removed out from the c++ source into separate, provider specific sql files. Accountserver will no longer create a sqlite file if none present. * Added database specific config parameters to configure each provider independent. * Simplified the connect routine of DALStorage class since every dataprovider is now responsible to retrieve its own parameters. * Extended abstract dataprovider to support transactions, functionally implemented for SQLite and mySQL. * Added methods to retrieve last inserted auto-increment value and the number of modified rows by the last statement. * Rewrite of DALStorage class to be a little more transactional. * Fixed a bug when deleting a character. Old function left data in quests table and guilds table. * Doxygen now also includes non-documented functions and provides a dictionary for all classes
* Added first draft of admin/gm commands reference.Eugenio Favalli2007-09-101-0/+67
|
* Removed log level argument from LOG_FATAL helper macro, with the assumptionBjørn Lindeijer2007-01-051-2/+20
| | | | | that fatal messages should always have highest log level.
* Added example configuration file.Bjørn Lindeijer2006-08-261-0/+12
|
* Updated server packets documentation. Some minor updates.Yohann Ferreira2006-02-181-80/+361
|
* Sever returns infos about position of the selected character (map name, ↵Eugenio Favalli2006-01-141-0/+19
| | | | coordinates).
* Added basic inventory (not fully functional)Aaron Marks2005-08-041-0/+6
| | | | | | | Extended GameHandler Extended protocol Fixed problem with SQL query
* Updating dev-cpp project file for map loadingEugenio Favalli2005-07-251-16/+31
|
* Some cleanups mostly in account class formatting.Bjørn Lindeijer2005-06-121-1/+1
|
* Committed stuff i forgot to commit last night ("Standard Script Lib")Aaron Marks2005-05-131-0/+1
|
* Added more to scripting definition draft.Aaron Marks2005-05-112-20/+66
| | | | | | Added stats.txt (which will document the algorithms for calculating being properties & statistics).
* Added basic draft scripting specification documentation.Aaron Marks2005-05-101-0/+46
|
* A few changes to protocol.Bjørn Lindeijer2005-04-211-31/+64
|
* Attempt to define protocol...Eugenio Favalli2005-04-201-0/+136
|
* Corrections to syntax, includes, headers and comments. Updated architecture.txtBjørn Lindeijer2005-03-231-8/+16
| | | | | with a distributed approach.
* Adding documentation related to server project here.Bjørn Lindeijer2005-03-064-0/+519