Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-06 | Fixed the default visual range | Thorbjørn Lindeijer | 1 | -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. | |||||
2009-12-05 | Added some new options to example configuration. | Philipp Sehmisch | 1 | -4/+46 | |
2009-10-24 | Rebranding tmwserv to manaserv | Thorbjørn Lindeijer | 3 | -13/+13 | |
Includes a database update. Use update_6_to_7.sql to update existing sqlite databases. | |||||
2009-05-24 | Updated the keys in the example configuration file | Bjørn Lindeijer | 1 | -4/+4 | |
These settings grew a net_ prefix. | |||||
2008-11-03 | Added tables and statements to store and retrieve letters. Attachments not ↵ | Andreas Habel | 1 | -0/+0 | |
functional as long as items not stored as individual items. | |||||
2008-10-31 | Changed command system to handle commands without template magic. | David Athay | 1 | -3/+10 | |
2008-10-26 | update commands.txt, get rid of packets.txt | Roderic Morris | 2 | -485/+1 | |
2008-09-19 | * Doxygen now writes all warnings into a separate file | Andreas Habel | 1 | -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. | |||||
2008-09-17 | * Added installation scripts to set up database schemas for mysql, sqlite ↵ | Andreas Habel | 1 | -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 | |||||
2007-09-10 | Added first draft of admin/gm commands reference. | Eugenio Favalli | 1 | -0/+67 | |
2007-01-05 | Removed log level argument from LOG_FATAL helper macro, with the assumption | Bjørn Lindeijer | 1 | -2/+20 | |
that fatal messages should always have highest log level. | |||||
2006-08-26 | Added example configuration file. | Bjørn Lindeijer | 1 | -0/+12 | |
2006-02-18 | Updated server packets documentation. Some minor updates. | Yohann Ferreira | 1 | -80/+361 | |
2006-01-14 | Sever returns infos about position of the selected character (map name, ↵ | Eugenio Favalli | 1 | -0/+19 | |
coordinates). | |||||
2005-08-04 | Added basic inventory (not fully functional) | Aaron Marks | 1 | -0/+6 | |
Extended GameHandler Extended protocol Fixed problem with SQL query | |||||
2005-07-25 | Updating dev-cpp project file for map loading | Eugenio Favalli | 1 | -16/+31 | |
2005-06-12 | Some cleanups mostly in account class formatting. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-13 | Committed stuff i forgot to commit last night ("Standard Script Lib") | Aaron Marks | 1 | -0/+1 | |
2005-05-11 | Added more to scripting definition draft. | Aaron Marks | 2 | -20/+66 | |
Added stats.txt (which will document the algorithms for calculating being properties & statistics). | |||||
2005-05-10 | Added basic draft scripting specification documentation. | Aaron Marks | 1 | -0/+46 | |
2005-04-21 | A few changes to protocol. | Bjørn Lindeijer | 1 | -31/+64 | |
2005-04-20 | Attempt to define protocol... | Eugenio Favalli | 1 | -0/+136 | |
2005-03-23 | Corrections to syntax, includes, headers and comments. Updated architecture.txt | Bjørn Lindeijer | 1 | -8/+16 | |
with a distributed approach. | |||||
2005-03-06 | Adding documentation related to server project here. | Bjørn Lindeijer | 4 | -0/+519 | |