summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-03-05Added transactions for chat events.David Athay5-13/+100
2009-03-05Added transactional historyDavid Athay7-1/+187
2009-03-02Fixed default values of numHairStyles und numHairColorsPhilipp Sehmisch1-2/+2
2009-02-24Forgot two config key renames and a little style fixPhilipp Sehmisch3-4/+5
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch9-87/+66
2009-02-16Added a reference to the scripting documentation to lua.cppPhilipp Sehmisch1-0/+7
2009-02-15send hair and gender information in update look messages, set looks change fl...Roderic Morris2-1/+7
2009-02-15add hair style and color getting and setting to lua scriptsRoderic Morris1-0/+91
2009-02-10Removed testing.cpp because all of its functionality can now be covered by LU...Philipp Sehmisch4-40/+8
2009-02-10Implemented script binding item_drop to create floor items in the game world.Philipp Sehmisch1-0/+37
2009-02-02Fixed number of allowed hairstyles which got invalid because of the transgend...Philipp Sehmisch1-1/+1
2009-01-31Fixed crash when passing illegal character handle to Lua binding chr_get_questPhilipp Sehmisch1-0/+5
2009-01-31Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch12-172/+288
2009-01-31Added on_remove callback to lua APIPhilipp Sehmisch5-15/+31
2009-01-28Moved MapContent into header file.David Athay2-118/+121
2009-01-27Merge branch 'master' of git@gitorious.org:tmwserv/mainlineDavid Athay16-431/+677
2009-01-27Changed guild member permissions. Restricted players to owning only 1 guild.David Athay10-54/+167
2009-01-25Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch4-23/+16
2009-01-25Added lua script binding chr_get_rights for querying the account level of a c...Philipp Sehmisch1-0/+17
2009-01-25Fixed Lua files to be included in compileBjørn Lindeijer1-4/+4
2009-01-25Compile without warnings and made getIP() constBjørn Lindeijer3-19/+12
2009-01-24Fix order of LUA filesJared Adams1-3/+3
2009-01-22Reduced the size of lua.cpp by putting the class LuaScript and the utility fu...Philipp Sehmisch6-379/+526
2009-01-21Added script command to get the id of the current map (requested by Invertika).Philipp Sehmisch1-0/+13
2009-01-18Made command handler even more helpful when entering an invalid command.Philipp Sehmisch1-1/+1
2009-01-18Fixed invalid permission spam for low level accountsPhilipp Sehmisch1-3/+3
2009-01-18Added @where and @rights chat commands for querying the own location and acce...Philipp Sehmisch1-17/+77
2009-01-17Filenames of item use scripts are now taken from the items.xmlPhilipp Sehmisch3-16/+19
2009-01-17Made script error reports more informative and readablePhilipp Sehmisch3-5/+17
2009-01-17Merge branch 'master' of git@gitorious.org:tmwserv/mainlinePhilipp Sehmisch9-0/+81
2009-01-12Added getting IP, and restricting time between loginsDavid Athay6-0/+45
2009-01-12Added @announceDavid Athay3-0/+36
2009-01-09Made respawn location a config optionPhilipp Sehmisch1-3/+4
2009-01-06Add a function to return the type of a given beingJared Adams1-0/+19
2008-12-28Removed unused md5sum calculation codeBjørn Lindeijer2-199/+0
2008-12-18Fix bug with removing players from guildDavid Athay1-7/+5
2008-12-12Fixed game server crash and code styleBjørn Lindeijer3-53/+56
2008-12-06Fixes map warp issues, and has a better starting locationChuck Miller4-6/+22
2008-12-01Added new table to store online users. See mantis #553Andreas Habel13-13/+227
2008-11-30Add sync Buffer according to mantis #550Andreas Habel11-54/+316
2008-11-29Updated Makefile.am and added missing includeBjørn Lindeijer2-0/+4
2008-11-27Fixed bug found by b_lindeijerDavid Athay1-2/+3
2008-11-26Allows the damage struct to carry more then one used skillChuck Miller4-10/+13
2008-11-26Converted some DOS newlines to UNIXBjørn Lindeijer1-61/+61
2008-11-25Separated out the handlers for guild and partyDavid Athay4-500/+578
2008-11-24Fixed character party information on game server.David Athay2-3/+3
2008-11-24Fix crash where player is removed before hes left the partyDavid Athay1-3/+5
2008-11-24Stop players inviting themselves to partyDavid Athay1-0/+4
2008-11-24Change leader if leader leaves guild.David Athay1-0/+7
2008-11-22Refuse to spawn dead monstersBjørn Lindeijer5-45/+54