summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'master' of git@gitorious.org:tmwserv/mainlineDavid Athay2009-01-2716-431/+677
| |\
| * | Changed guild member permissions. Restricted players to owning only 1 guild.David Athay2009-01-2710-54/+167
* | | Added on_remove callback to lua APIPhilipp Sehmisch2009-01-315-15/+31
| |/ |/|
* | Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch2009-01-254-23/+16
|\ \
| * | Fixed Lua files to be included in compileBjørn Lindeijer2009-01-251-4/+4
| * | Compile without warnings and made getIP() constBjørn Lindeijer2009-01-253-19/+12
| * | Fix order of LUA filesJared Adams2009-01-241-3/+3
* | | Added lua script binding chr_get_rights for querying the account level of a c...Philipp Sehmisch2009-01-251-0/+17
|/ /
* | Reduced the size of lua.cpp by putting the class LuaScript and the utility fu...Philipp Sehmisch2009-01-226-379/+526
* | Added script command to get the id of the current map (requested by Invertika).Philipp Sehmisch2009-01-211-0/+13
* | Made command handler even more helpful when entering an invalid command.Philipp Sehmisch2009-01-181-1/+1
* | Fixed invalid permission spam for low level accountsPhilipp Sehmisch2009-01-181-3/+3
* | Added @where and @rights chat commands for querying the own location and acce...Philipp Sehmisch2009-01-181-17/+77
* | Filenames of item use scripts are now taken from the items.xmlPhilipp Sehmisch2009-01-173-16/+19
* | Made script error reports more informative and readablePhilipp Sehmisch2009-01-173-5/+17
* | Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch2009-01-179-0/+81
|\|
| * Added getting IP, and restricting time between loginsDavid Athay2009-01-126-0/+45
| * Added @announceDavid Athay2009-01-123-0/+36
* | Made respawn location a config optionPhilipp Sehmisch2009-01-091-3/+4
|/
* 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