summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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