summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay2008-10-211-0/+9
* Added SQL table definitions for item auctions.Andreas Habel2008-10-171-0/+5
* Added communicating change of direction to clients.David Athay2008-10-151-2/+9
* fixed bug 456: erroneous sql query at character saveAndreas Habel2008-10-131-0/+5
* Implemented getting the attack zone of weapons from the item database and imp...Philipp Sehmisch2008-09-271-21/+33
* Added post communication between chat and game servers.David Athay2008-09-191-0/+10
* * Doxygen now writes all warnings into a separate fileAndreas Habel2008-09-191-0/+10
* Added postal system to chat server, and modified tick time.David Athay2008-09-181-0/+7
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-171-5/+25
* * Added doxygen file, docu will be generated under docs/api/htmlAndreas Habel2008-09-151-0/+9
* Restored the format of the ChangeLog fileBjørn Lindeijer2008-09-101-1993/+1995
* * Extended tmw_accounts table with columns for lastlogin and registration dat...Andreas Habel2008-09-101-1985/+1996
* Better SQL query used for expired bans.David Athay2008-08-281-0/+2
* Added checking for expired bans.David Athay2008-08-281-0/+3
* Set banned user's level to AL_BANNEDDavid Athay2008-08-281-0/+5
* Changed guilds to use character id.David Athay2008-08-181-0/+5
* fix compilationRoderic Morris2008-08-181-0/+4
* Misc fixes with guildDavid Athay2008-08-181-0/+5
* Corrected the distance needed to speak to NPC and trade with others Yohann Ferreira2008-08-131-0/+6
* Don't ignore monster with ID 0, since our maggot uses that.Bjørn Lindeijer2008-08-131-117/+147
* Added permission levels to guilds, and operator permissions to channels.David Athay2008-08-131-0/+9
* Corrected the way weapon skills is taken into account in damage calculation.Philipp Sehmisch2008-08-101-0/+5
* Fixed another crash when reading inlined object properties.Bjørn Lindeijer2008-08-041-12/+17
* fix crash from last commit, guild fixes, damage calculation fixRoderic Morris2008-07-281-0/+7
* account for weapon skills in damage calculation.Roderic Morris2008-07-271-0/+5
* Added error message when NPC is too far away.David Athay2008-07-241-0/+6
* Save guild member permissions to dbDavid Athay2008-07-221-0/+4
* Add permissions to guild membersDavid Athay2008-07-221-0/+6
* Implemented death listener for scripting engine.Philipp Sehmisch2008-07-071-0/+8
* get rid of channel registeringRoderic Morris2008-07-071-0/+8
* Added party support between account and game servers.David Athay2008-07-071-0/+7
* fix errors in the last commitRoderic Morris2008-07-041-0/+5
* Removed guild stuff from game server and added some party stuff to it.David Athay2008-07-031-0/+8
* avoid map reading crash, arbitrary tile sizes, enable new mapsRoderic Morris2008-07-031-0/+9
* fix compile error, and improve guild related methodsRoderic Morris2008-06-261-0/+10
* handle topic changing and guild eventsRoderic Morris2008-06-251-0/+9
* work around for members not being added to their guildsRoderic Morris2008-06-151-0/+5
* update chat packet defs, get rid of unused functionsRoderic Morris2008-06-101-0/+6
* fix for listing and quitting channelsRoderic Morris2008-06-101-0/+6
* stop storing channels in the db, send channel announcementsRoderic Morris2008-06-031-0/+9
* Removed the unused "npc" argument from the get_quest_var function.Philipp Sehmisch2008-06-021-0/+2
* Replaced some magic numbers in script files with variables for better code re...Philipp Sehmisch2008-06-021-0/+2
* Used an example for schedule_in which is more in step with actual practice. U...Philipp Sehmisch2008-06-021-0/+6
* Scripted a scheduler which can execute script functions at regular intervals ...Philipp Sehmisch2008-05-311-0/+9
* Register chat clients with their account level, don't assume normal user (patchBjørn Lindeijer2008-05-301-0/+5
* Fixed execution of commands even if the user has insufficient rights (patch byBjørn Lindeijer2008-05-291-4/+9
* Use guildmanager to add users to guilds so its stored in the db.David Athay2008-05-231-0/+6
* (no commit message)Philipp Sehmisch2008-05-221-0/+9
* Fixed compilation with GCC 4.3 (patch by rodge).Bjørn Lindeijer2008-05-221-5/+12
* Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch2008-05-191-0/+11