summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay2008-10-217-29/+70
* Added SQL table definitions for item auctions.Andreas Habel2008-10-173-0/+117
* Added communicating change of direction to clients.David Athay2008-10-156-8/+39
* fixed bug 456: erroneous sql query at character saveAndreas Habel2008-10-131-6/+6
* Implemented getting the attack zone of weapons from the item database and imp...Philipp Sehmisch2008-09-2713-21/+187
* added relevant files for new postal systemAndreas Habel2008-09-191-0/+3
* Added post communication between chat and game servers.David Athay2008-09-1911-19/+440
* * Doxygen now writes all warnings into a separate fileAndreas Habel2008-09-196-72/+151
* Added postal system to chat server, and modified tick time.David Athay2008-09-186-7/+232
* fixed CHARSET parameter to utf8Andreas Habel2008-09-171-7/+7
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-1713-645/+1187
* * Added doxygen file, docu will be generated under docs/api/htmlAndreas Habel2008-09-154-121/+273
* * Extended tmw_accounts table with columns for lastlogin and registration dat...Andreas Habel2008-09-106-23/+165
* Better SQL query used for expired bans.David Athay2008-08-282-46/+5
* Added checking for expired bans.David Athay2008-08-283-0/+67
* Set banned user's level to AL_BANNEDDavid Athay2008-08-281-1/+2
* Changed guilds to use character id.David Athay2008-08-189-187/+168
* fix compilationRoderic Morris2008-08-181-2/+0
* Misc fixes with guildDavid Athay2008-08-183-4/+6
* Corrected the distance needed to speak to NPC and trade with others Yohann Ferreira2008-08-132-6/+14
* Don't ignore monster with ID 0, since our maggot uses that.Bjørn Lindeijer2008-08-131-2/+2
* Added permission levels to guilds, and operator permissions to channels.David Athay2008-08-1310-4/+233
* Corrected the way weapon skills is taken into account in damage calculation.Philipp Sehmisch2008-08-101-3/+3
* Fixed another crash when reading inlined object properties.Bjørn Lindeijer2008-08-042-15/+31
* fix crash from last commit, guild fixes, damage calculation fixRoderic Morris2008-07-285-20/+18
* account for weapon skills in damage calculation.Roderic Morris2008-07-271-3/+4
* Added error message when NPC is too far away.David Athay2008-07-244-1/+21
* Save guild member permissions to dbDavid Athay2008-07-226-8/+56
* Add permissions to guild membersDavid Athay2008-07-224-30/+152
* changed function naming to be consistent with the rest of the script API and ...Philipp Sehmisch2008-07-071-3/+3
* Implemented death listener for scripting engine.Philipp Sehmisch2008-07-073-1/+68
* get rid of channel registeringRoderic Morris2008-07-075-82/+48
* Added party support between account and game servers.David Athay2008-07-075-219/+43
* fix errors in the last commitRoderic Morris2008-07-042-2/+2
* Removed guild stuff from game server and added some party stuff to it.David Athay2008-07-037-189/+38
* avoid map reading crash, arbitrary tile sizes, enable new mapsRoderic Morris2008-07-034-62/+65
* fix compile error, and improve guild related methodsRoderic Morris2008-06-267-28/+9
* handle topic changing and guild eventsRoderic Morris2008-06-258-55/+139
* work around for members not being added to their guildsRoderic Morris2008-06-151-1/+9
* update chat packet defs, get rid of unused functionsRoderic Morris2008-06-103-100/+7
* fix for listing and quitting channelsRoderic Morris2008-06-101-2/+6
* stop storing channels in the db, send channel announcementsRoderic Morris2008-06-036-168/+15
* Register chat clients with their account level, don't assume normal user (patchBjørn Lindeijer2008-05-301-1/+1
* Fixed execution of commands even if the user has insufficient rights (patch byBjørn Lindeijer2008-05-291-3/+4
* Use guildmanager to add users to guilds so its stored in the db.David Athay2008-05-233-15/+12
* small style change.Philipp Sehmisch2008-05-221-1/+1
* (no commit message)Philipp Sehmisch2008-05-224-17/+100
* Fixed compilation with GCC 4.3 (patch by rodge).Bjørn Lindeijer2008-05-224-0/+4
* Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch2008-05-1910-23/+42
* Provide feedback when admin commands fail (patch by rodge)Bjørn Lindeijer2008-05-181-2/+24