summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-15get rid of old TODOs, point to roadmapRoderic Morris1-36/+1
2009-02-10Removed testing.cpp because all of its functionality can now be covered by LU...Philipp Sehmisch5-149/+116
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 Sehmisch13-172/+292
2009-01-31Added on_remove callback to lua APIPhilipp Sehmisch5-15/+31
2009-01-28Moved MapContent into header file.David Athay3-118/+125
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 Sehmisch11-3/+81
2009-01-12Added getting IP, and restricting time between loginsDavid Athay6-0/+45
2009-01-12Added @announceDavid Athay3-0/+36
2009-01-09Removed cipher.{h,cpp} from Code::Blocks projectsBjørn Lindeijer2-3/+0
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 unnecessary autogen.shBjørn Lindeijer3-17/+1
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-06Really removed the tmwserv-data submoduleBjørn Lindeijer1-0/+0
2008-12-06Removed tmwserv-data submoduleBjørn Lindeijer2-12/+13
2008-12-06Fixes map warp issues, and has a better starting locationChuck Miller4-6/+22
2008-12-01Added tmwserv-data as a submoduleBjørn Lindeijer2-0/+3
2008-12-01Removed data directory, will be a git submoduleBjørn Lindeijer6-909/+0
2008-12-01Added new table to store online users. See mantis #553Andreas Habel13-13/+227
2008-12-01Added some more files to the .gitignore file.Andreas Habel1-0/+15
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 Athay5-500/+580
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