summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Made it possible to specify the host to listen onBjørn Lindeijer2009-05-249-16/+25
* Fixed a few code style issuesBjørn Lindeijer2009-05-2415-88/+90
* Fixed name of method (recepted -> received)Bjørn Lindeijer2009-05-243-6/+6
* Fixed compilation problem with GCC 4.4Bjørn Lindeijer2009-05-243-5/+10
* Fix crash caused by non-removal of target.David Athay2009-05-201-12/+17
* Added time between attacks. Added target for monster.David Athay2009-05-194-11/+15
* Added target combatDavid Athay2009-05-185-134/+41
* tmwserv - Warp fixBlue2009-05-052-4/+22
* Segfault correction luaBlue2009-05-031-0/+5
* tmwserv NPC String inputBlue2009-05-014-8/+50
* Mysql backend, lua and NPC handlerBlue2009-05-015-8/+74
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-2664-368/+392
* Merged MovingObject into the Being classBjørn Lindeijer2009-04-2629-703/+621
* OBJECT_ACTOR no longer treated as item in debug info.David Athay2009-04-231-2/+2
* Added listing all online usersDavid Athay2009-04-233-0/+29
* Break from while loops when found.David Athay2009-04-231-5/+3
* Reworked party invites, now sends rejections and checks the invites are validDavid Athay2009-04-235-15/+101
* Fixed non combat beings taking damage. Added some debugging info on inserting...David Athay2009-04-222-0/+61
* Merge branch 'master' of git@gitorious.org:tmwserv/mainlineDavid Athay2009-04-225-39/+113
|\
| * Trade System Patch (server side)blue1122009-04-215-39/+113
* | Merge branch 'master' of git@gitorious.org:tmwserv/mainlineDavid Athay2009-04-203-2/+30
|\|
| * Mysql update fileblue1122009-04-202-15/+18
| * Update script mysql 2 to 3Blue1122009-04-191-0/+16
| * Mysql Backend Update mysql database to version 3 Fixed compile error with mys...Blue1122009-04-192-2/+11
* | Merge branch 'master' of git@gitorious.org:tmwserv/mainlineDavid Athay2009-03-3012-18/+84
|\|
| * Fixed compile warningBjørn Lindeijer2009-03-271-5/+5
| * Added config option to set default PvP modePhilipp Sehmisch2009-03-241-0/+3
| * Implemented the possibility to have maps with or without PvP combat.Philipp Sehmisch2009-03-196-4/+63
| * Fixes for some compile warningsBjørn Lindeijer2009-03-104-7/+11
| * Fix database version in sqlite db creation fileJared Adams2009-03-081-1/+1
| * Fix a bug in the sqlite db creation fileJared Adams2009-03-081-1/+1
| * Fix error in sqlite 2 to 3 update scriptJared Adams2009-03-081-1/+1
* | Added debuggingDavid Athay2009-03-301-0/+7
|/
* Added transactional history to game server.David Athay2009-03-0610-8/+167
* Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch2009-03-059-6/+279
|\
| * Added transactions for chat events.David Athay2009-03-055-13/+100
| * Added transactional historyDavid Athay2009-03-057-1/+187
| * Fixed default values of numHairStyles und numHairColorsPhilipp Sehmisch2009-03-021-2/+2
* | Implemented basic special recharge on the server.Philipp Sehmisch2009-03-052-9/+87
|/
* Forgot two config key renames and a little style fixPhilipp Sehmisch2009-02-243-4/+5
* Made a lot of hard-coded values configuration optionsPhilipp Sehmisch2009-02-249-87/+66
* Added a reference to the scripting documentation to lua.cppPhilipp Sehmisch2009-02-161-0/+7
* send hair and gender information in update look messages, set looks change fl...Roderic Morris2009-02-152-1/+7
* add hair style and color getting and setting to lua scriptsRoderic Morris2009-02-151-0/+91
* Removed testing.cpp because all of its functionality can now be covered by LU...Philipp Sehmisch2009-02-104-40/+8
* Implemented script binding item_drop to create floor items in the game world.Philipp Sehmisch2009-02-101-0/+37
* Fixed number of allowed hairstyles which got invalid because of the transgend...Philipp Sehmisch2009-02-021-1/+1
* Fixed crash when passing illegal character handle to Lua binding chr_get_questPhilipp Sehmisch2009-01-311-0/+5
* Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch2009-01-3112-172/+288
|\
| * Moved MapContent into header file.David Athay2009-01-282-118/+121