summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add a function to return the type of a given beingJared Adams2009-01-061-0/+19
* Removed unused md5sum calculation codeBjørn Lindeijer2008-12-282-199/+0
* Fix bug with removing players from guildDavid Athay2008-12-181-7/+5
* Fixed game server crash and code styleBjørn Lindeijer2008-12-123-53/+56
* Fixes map warp issues, and has a better starting locationChuck Miller2008-12-064-6/+22
* Added new table to store online users. See mantis #553Andreas Habel2008-12-0113-13/+227
* Add sync Buffer according to mantis #550Andreas Habel2008-11-3011-54/+316
* Updated Makefile.am and added missing includeBjørn Lindeijer2008-11-292-0/+4
* Fixed bug found by b_lindeijerDavid Athay2008-11-271-2/+3
* Allows the damage struct to carry more then one used skillChuck Miller2008-11-264-10/+13
* Converted some DOS newlines to UNIXBjørn Lindeijer2008-11-261-61/+61
* Separated out the handlers for guild and partyDavid Athay2008-11-254-500/+578
* Fixed character party information on game server.David Athay2008-11-242-3/+3
* Fix crash where player is removed before hes left the partyDavid Athay2008-11-241-3/+5
* Stop players inviting themselves to partyDavid Athay2008-11-241-0/+4
* Change leader if leader leaves guild.David Athay2008-11-241-0/+7
* Refuse to spawn dead monstersBjørn Lindeijer2008-11-225-45/+54
* Fix linker errors with tmwserv-gameBjørn Lindeijer2008-11-211-0/+2
* Added bandwidth monitor to account server. Fixes compile errors.David Athay2008-11-214-2/+11
* Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch2008-11-2012-191/+196
|\
| * Changed @level to @setgroupDavid Athay2008-11-201-5/+5
| * Changed from Access Levels to Command Groups for @ commandsDavid Athay2008-11-202-53/+112
| * Made Bandwidth Monitor GlobalDavid Athay2008-11-2010-135/+81
* | Added rectangular attack zones which are faster and simpler than cone-shaped ...Philipp Sehmisch2008-11-205-12/+90
|/
* Added bandwidth monitoringDavid Athay2008-11-1912-10/+225
* Fixed spellingDavid Athay2008-11-181-1/+1
* Fixed a bug in tmw_world_states table script reported by YellowShadow. Modifi...Andreas Habel2008-11-181-1/+1
* Removed the binary sqlite3 databaseBjørn Lindeijer2008-11-161-0/+0
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-16149-307/+1
* 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-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