summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed crash when a script can't be found. No idea why this could happen though.Bjørn Lindeijer2008-11-111-4/+6
* Removed some DOS newlines from mixed filesBjørn Lindeijer2008-11-111-23/+23
* Added table tmw_item_instances and tmw_item_attributes for mySQL and SQLite a...Andreas Habel2008-11-063-48/+96
* Added sending post via NPC.David Athay2008-11-064-16/+33
* Added convenience wrappers for pushing various STL containers as tables to lu...Philipp Sehmisch2008-11-061-1/+141
* Use a string util for converting strings toDavid Athay2008-11-053-54/+27
* 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-051-28/+28
* 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-056-15/+108
* Added version information to item database. Gameserver reports its local vers...Andreas Habel2008-11-057-3/+139
* 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