summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Forgot to save the files before committing, sorry.David Athay2008-11-041-4/+4
* Added updating party member health.David Athay2008-11-044-1/+32
* Added notifiying party members when a player joins or leaves the party.David Athay2008-11-043-0/+59
* Fixed command handler.David Athay2008-11-031-5/+10
* Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel2008-11-037-10/+248
* fixes for commandhandlerRoderic Morris2008-11-013-197/+165
* Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS...Philipp Sehmisch2008-11-014-1/+31
* Added script bindings for manipulating the characters experience.Philipp Sehmisch2008-11-013-5/+80
* Changed command system to handle commands without template magic.David Athay2008-10-318-28/+857
* Some code formatting cleanup and unduplicated conversion from direction toBjørn Lindeijer2008-10-294-104/+149
* replace collision detection function (by Chuck Miller)Roderic Morris2008-10-293-12/+99
* Some insignificant cleanupBjørn Lindeijer2008-10-272-10/+12
* Compile fixes and warning fixes.Bjørn Lindeijer2008-10-275-11/+12
* Added changing player's character and account level (game-server commit to co...David Athay2008-10-274-15/+77
* Script binding for spawning effets from scripts.Philipp Sehmisch2008-10-271-0/+30
* add effects sending system (by Chuck Miller)Roderic Morris2008-10-277-19/+161
* Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer2008-10-265-26/+57
* update commands.txt, get rid of packets.txtRoderic Morris2008-10-261-0/+1
* Changed direction values to match the client's (patch by Chuck Miller)Jared Adams2008-10-241-2/+3
* Added post callback for getting post.David Athay2008-10-246-18/+84
* Fixed a bug when trying to change password or mailaddress via client, caused ...Andreas Habel2008-10-244-25/+77
* Fixed crash introduced in utils::toupperBjørn Lindeijer2008-10-231-1/+1
* Fixed compiler warnings, including a forgotten initialization of an item'sBjørn Lindeijer2008-10-234-26/+27
* Added functions for getting a being's name and attributes in scriptsDavid Athay2008-10-231-22/+74
* ignore case in map object types (by Chuck Miller)Roderic Morris2008-10-234-7/+77
* added on use scripts (by Kage_Jittai)Roderic Morris2008-10-223-4/+37
* Added enabling and disabling NPCs.David Athay2008-10-223-5/+48
* Fixed NPC id bug. Changed time between server reconnection attempts.David Athay2008-10-223-2/+25
* move all scripts to scripts directory for content conversionRoderic Morris2008-10-211-1/+1
* Fixed some compile warnings.Bjørn Lindeijer2008-10-214-5/+6
* Add limits.h where needed.Dennis Friis2008-10-212-0/+2
* 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