summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Repaired Lua check breakage in previous commitBjørn Lindeijer2008-11-161-3/+3
* Added a raw check for liblua 5.1 to configureBjørn Lindeijer2008-11-161-2/+4
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-16149-307/+1
* Ignore generated filesBjørn Lindeijer2008-11-161-0/+23
* Properly handle exceptions when opening databaseBjørn Lindeijer2008-11-152-21/+17
* Added check for database version on startup of Accountserver.Andreas Habel2008-11-145-24/+26
* Fixed crash when a script can't be found. No idea why this could happen though.Bjørn Lindeijer2008-11-112-24/+35
* Removed some DOS newlines from mixed filesBjørn Lindeijer2008-11-113-91/+91
* Added table tmw_item_instances and tmw_item_attributes for mySQL and SQLite a...Andreas Habel2008-11-063-48/+96
* Forgot the data files, sorryDavid Athay2008-11-062-2/+21
* Added sending post via NPC.David Athay2008-11-065-16/+38
* Added convenience wrappers for pushing various STL containers as tables to lu...Philipp Sehmisch2008-11-063-2/+174
* Use a string util for converting strings toDavid Athay2008-11-054-54/+33
* Fixed reusage of ostringstream. Now calling clear() before str("") to reset s...Andreas Habel2008-11-051-0/+9
* Fix integer arguments randomly failing due to stream flags not being cleared....Dennis Friis2008-11-052-28/+33
* Splitting image name and dye string of items while synchronizing local databa...Andreas Habel2008-11-051-2/+11
* * Account server now loads item database on startup and synchronizes tmw_item...Andreas Habel2008-11-057-17/+112
* Added version information to item database. Gameserver reports its local vers...Andreas Habel2008-11-058-3/+148
* Forgot to save the files before committing, sorry.David Athay2008-11-042-5/+6
* Added updating party member health.David Athay2008-11-045-1/+35
* Added notifiying party members when a player joins or leaves the party.David Athay2008-11-044-0/+65
* Fixed command handler.David Athay2008-11-032-5/+14
* fixed the date in the ChangeLogAndreas Habel2008-11-031-1/+1
* Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel2008-11-039-10/+258
* Moved the long list of constants at the beginning of libtmw to an additional ...Philipp Sehmisch2008-11-023-53/+73
* fixes for commandhandlerRoderic Morris2008-11-014-199/+173
* Magic implementation roadmap phase 1 and 2 (calling a script function on PGMS...Philipp Sehmisch2008-11-016-1/+51
* Added script bindings for manipulating the characters experience.Philipp Sehmisch2008-11-016-5/+120
* Changed command system to handle commands without template magic.David Athay2008-10-3111-31/+877
* Some code formatting cleanup and unduplicated conversion from direction toBjørn Lindeijer2008-10-295-105/+157
* replace collision detection function (by Chuck Miller)Roderic Morris2008-10-294-12/+107
* Some insignificant cleanupBjørn Lindeijer2008-10-272-10/+12
* Compile fixes and warning fixes.Bjørn Lindeijer2008-10-276-12/+20
* Added changing player's character and account level (game-server commit to co...David Athay2008-10-275-15/+83
* Script binding for spawning effets from scripts.Philipp Sehmisch2008-10-273-0/+52
* add effects sending system (by Chuck Miller)Roderic Morris2008-10-278-19/+168
* Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer2008-10-266-26/+65
* update commands.txt, get rid of packets.txtRoderic Morris2008-10-264-487/+10
* Changed direction values to match the client's (patch by Chuck Miller)Jared Adams2008-10-242-2/+8
* Added post callback for getting post.David Athay2008-10-2410-18/+122
* Fixed a bug when trying to change password or mailaddress via client, caused ...Andreas Habel2008-10-244-25/+77
* Fixed example script and added defines for attributes.David Athay2008-10-243-1/+29
* 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-235-36/+44
* little format fixPhilipp Sehmisch2008-10-231-2/+1
* Added example of using tmw.being_get_name and tmw.being_get_attribute to test...David Athay2008-10-232-0/+9
* Added functions for getting a being's name and attributes in scriptsDavid Athay2008-10-232-22/+79
* ignore case in map object types (by Chuck Miller)Roderic Morris2008-10-235-7/+83
* added on use scripts (by Kage_Jittai)Roderic Morris2008-10-224-6/+44
* Added enabling and disabling NPCs.David Athay2008-10-224-5/+50