Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-15 | Properly handle exceptions when opening database | Bjørn Lindeijer | 2 | -21/+17 | |
It was throwing a std::string but nobody was dealing with it. The actual problem still needs to be fixed. It seems to be having problems with getting some database version. | |||||
2008-11-14 | Added check for database version on startup of Accountserver. | Andreas Habel | 5 | -24/+26 | |
The provided CreateTable.sql scripts store their versions inline of a database table. The account server checks this version number with its known compatible version. If the numbers don't match, the account server raises an error and shuts down. | |||||
2008-11-11 | Fixed crash when a script can't be found. No idea why this could happen though. | Bjørn Lindeijer | 2 | -24/+35 | |
2008-11-11 | Removed some DOS newlines from mixed files | Bjørn Lindeijer | 3 | -91/+91 | |
2008-11-06 | Added table tmw_item_instances and tmw_item_attributes for mySQL and SQLite ↵ | Andreas Habel | 3 | -48/+96 | |
as preparation for unique item attributes. Fixed some formatting issues in mySQL Script. | |||||
2008-11-06 | Forgot the data files, sorry | David Athay | 2 | -2/+21 | |
2008-11-06 | Added sending post via NPC. | David Athay | 5 | -16/+38 | |
2008-11-06 | Added convenience wrappers for pushing various STL containers as tables to ↵ | Philipp Sehmisch | 3 | -2/+174 | |
lua scripts. | |||||
2008-11-05 | Use a string util for converting strings to | David Athay | 4 | -54/+33 | |
integers, as per Bjorns suggestion. | |||||
2008-11-05 | Fixed reusage of ostringstream. Now calling clear() before str("") to reset ↵ | Andreas Habel | 1 | -0/+9 | |
stream state. | |||||
2008-11-05 | Fix integer arguments randomly failing due to stream flags not being ↵ | Dennis Friis | 2 | -28/+33 | |
cleared. To reuse a stream you must do stream.clear(); stream.str(string); for it to work. | |||||
2008-11-05 | Splitting image name and dye string of items while synchronizing local ↵ | Andreas Habel | 1 | -2/+11 | |
database from items.xml | |||||
2008-11-05 | * Account server now loads item database on startup and synchronizes ↵ | Andreas Habel | 7 | -17/+112 | |
tmw_items table in the database. * Added method to DataProvider to escape quotes in strings so that they can be used in SQL statements. | |||||
2008-11-05 | Added version information to item database. Gameserver reports its local ↵ | Andreas Habel | 8 | -3/+148 | |
version to account server during registration and gets notified if the version is up-to-date or outdated to prevent inconsistencies. | |||||
2008-11-04 | Forgot to save the files before committing, sorry. | David Athay | 2 | -5/+6 | |
2008-11-04 | Added updating party member health. | David Athay | 5 | -1/+35 | |
2008-11-04 | Added notifiying party members when a player joins or leaves the party. | David Athay | 4 | -0/+65 | |
2008-11-03 | Fixed command handler. | David Athay | 2 | -5/+14 | |
2008-11-03 | fixed the date in the ChangeLog | Andreas Habel | 1 | -1/+1 | |
2008-11-03 | Added tables and statements to store and retrieve letters. Attachments not ↵ | Andreas Habel | 9 | -10/+258 | |
functional as long as items not stored as individual items. | |||||
2008-11-02 | Moved the long list of constants at the beginning of libtmw to an additional ↵ | Philipp Sehmisch | 3 | -53/+73 | |
lua source file. | |||||
2008-11-01 | fixes for commandhandler | Roderic Morris | 4 | -199/+173 | |
2008-11-01 | Magic implementation roadmap phase 1 and 2 (calling a script function on ↵ | Philipp Sehmisch | 6 | -1/+51 | |
PGMSG_USE_SPECIAL) | |||||
2008-11-01 | Added script bindings for manipulating the characters experience. | Philipp Sehmisch | 6 | -5/+120 | |
2008-10-31 | Changed command system to handle commands without template magic. | David Athay | 11 | -31/+877 | |
2008-10-29 | Some code formatting cleanup and unduplicated conversion from direction to | Bjørn Lindeijer | 5 | -105/+157 | |
angle. | |||||
2008-10-29 | replace collision detection function (by Chuck Miller) | Roderic Morris | 4 | -12/+107 | |
2008-10-27 | Some insignificant cleanup | Bjørn Lindeijer | 2 | -10/+12 | |
2008-10-27 | Compile fixes and warning fixes. | Bjørn Lindeijer | 6 | -12/+20 | |
2008-10-27 | Added changing player's character and account level (game-server commit to ↵ | David Athay | 5 | -15/+83 | |
come at a later date) | |||||
2008-10-27 | Script binding for spawning effets from scripts. | Philipp Sehmisch | 3 | -0/+52 | |
2008-10-27 | add effects sending system (by Chuck Miller) | Roderic Morris | 8 | -19/+168 | |
2008-10-26 | Some cleanup and an unsuccesful attempt at fixing a crash on map server exit | Bjørn Lindeijer | 6 | -26/+65 | |
when there is no connection the account server (a different one surfaced). | |||||
2008-10-26 | update commands.txt, get rid of packets.txt | Roderic Morris | 4 | -487/+10 | |
2008-10-24 | Changed direction values to match the client's (patch by Chuck Miller) | Jared Adams | 2 | -2/+8 | |
2008-10-24 | Added post callback for getting post. | David Athay | 10 | -18/+122 | |
Added GM command for changing player attributes. Changed GM command to @ as '/' was already being used by client for local commands. | |||||
2008-10-24 | Fixed a bug when trying to change password or mailaddress via client, caused ↵ | Andreas Habel | 4 | -25/+77 | |
by nested transactions. Fixed deletion of characters which left over garbage in sqlite. | |||||
2008-10-24 | Fixed example script and added defines for attributes. | David Athay | 3 | -1/+29 | |
2008-10-23 | Fixed crash introduced in utils::toupper | Bjørn Lindeijer | 1 | -1/+1 | |
2008-10-23 | Fixed compiler warnings, including a forgotten initialization of an item's | Bjørn Lindeijer | 5 | -36/+44 | |
script pointer. | |||||
2008-10-23 | little format fix | Philipp Sehmisch | 1 | -2/+1 | |
2008-10-23 | Added example of using tmw.being_get_name and tmw.being_get_attribute to ↵ | David Athay | 2 | -0/+9 | |
test.lua | |||||
2008-10-23 | Added functions for getting a being's name and attributes in scripts | David Athay | 2 | -22/+79 | |
2008-10-23 | ignore case in map object types (by Chuck Miller) | Roderic Morris | 5 | -7/+83 | |
2008-10-22 | added on use scripts (by Kage_Jittai) | Roderic Morris | 4 | -6/+44 | |
2008-10-22 | Added enabling and disabling NPCs. | David Athay | 4 | -5/+50 | |
2008-10-22 | Fixed NPC id bug. Changed time between server reconnection attempts. | David Athay | 4 | -2/+31 | |
2008-10-21 | return npc ids when creating new ones (by Kage_Jittai) | Roderic Morris | 2 | -3/+9 | |
2008-10-21 | move all scripts to scripts directory for content conversion | Roderic Morris | 5 | -101/+109 | |
2008-10-21 | Fixed some compile warnings. | Bjørn Lindeijer | 5 | -53/+71 | |