summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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 ↵Roderic Morris2-1/+7
flag when changing hair
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 ↵Philipp Sehmisch5-149/+116
LUA scripts
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 ↵Philipp Sehmisch1-1/+1
transgender hairstyle content update.
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 ↵Philipp Sehmisch1-0/+17
character.
2009-01-25Fixed Lua files to be included in compileBjørn Lindeijer1-4/+4
Some slashes were missing.
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 ↵Philipp Sehmisch6-379/+526
functions in separate files leaving only the script bindings themself. Unified internal and external names of lua script bindings.
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 ↵Philipp Sehmisch1-17/+77
access level. Improved feedback for erroneous chat commands.
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
The files were removed in 3dde50b0e702c81d0856db5d46f5d8b0dc671fe5
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
Just running 'autoreconf -i' works fine too. README updated.
2008-12-28Removed unused md5sum calculation codeBjørn Lindeijer2-199/+0
Reported by seeseekey
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
The game server crashed when it was closed while it still hadn't been able to connect to the account server, due to an uninitialized pointer. Code style fixes. Don't use 'const' for arguments that are passed by value and start variable names with lowercase.
2008-12-06Really removed the tmwserv-data submoduleBjørn Lindeijer1-0/+0
2008-12-06Removed tmwserv-data submoduleBjørn Lindeijer2-12/+13
Probably more complicated for everybody to learn about than just setting up a symlink.
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
This upgrade will be the first, we provide database installation scripts and update scripts to upgrade from the previous version. For more details about database upgrades see http://wiki.themanaworld.org/index.php/Upgrade_Database and feel free to comment.
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
The game server buffers all changes made to a character in a sync buffer. The buffer is sent to the account server if the buffer contains more then 20 message, reaches size of 1kb or at least every 10 seconds. ATM Character attributes, corr points and attribute points and skills are synchronized. TODO: items, location, money...
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