summaryrefslogtreecommitdiff
path: root/src/scripting
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Copied basic Lua libs back from tmwserv-data and added dummy dataThorbjørn Lindeijer1-2/+1
2010-05-29Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer2-4/+13
2010-05-28Modified the npc_trade() lua function to permit selling the whole player inve...Yohann Ferreira3-14/+89
2010-05-21Added a package loader that goes through the resource managerThorbjørn Lindeijer1-0/+25
2010-05-20Removed unused parameter from being_get_speed Lua functionThorbjørn Lindeijer1-4/+4
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer1-4/+4
2010-04-25Added a Byte Order Mask (BOM) filter to the ResourceManager.Bertram1-1/+2
2010-04-11Implemented handler for on_chr_death and put the loading of the global script...Philipp Sehmisch3-2/+19
2010-04-11Implemented global event function call to on_chr_deathPhilipp Sehmisch2-0/+22
2010-04-11Added global lua event script (only on_being_death_accept for now)Philipp Sehmisch2-0/+3
2010-03-13Add methods to get and set being speedJonathan Kolberg1-1/+35
2010-02-25Added script bindings for healing characters and other beings.Philipp Sehmisch1-0/+34
2010-02-07Update Copyright date for Manaserv.Bertram7-7/+7
2010-01-17Added some missing headers, and added some missing files to Makefile.amChuck Miller1-0/+2
2010-01-16Prevented segmentation fault when calling the lua set_quest_var function with...Philipp Sehmisch1-1/+6
2010-01-08Added script binding for checking the kill count for each monster so that uni...Philipp Sehmisch1-0/+29
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer7-49/+42
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer3-7/+7
2009-12-06Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer1-1/+1
2009-10-26Added optional optimal level mechanic which reduces exp gain of certain sourc...Philipp Sehmisch1-1/+6
2009-10-24Rebranding tmwserv to manaservThorbjørn Lindeijer2-49/+49
2009-10-14lua_tofloat doesn't exist in Lua 5.1Jared Adams1-3/+4
2009-10-15Speed code unification part 1: Made the server accept speed values in tiles p...Bertram1-1/+2
2009-10-13Add script bindings for being directionsJared Adams1-2/+44
2009-10-13Add being action getter and setterJared Adams1-0/+42
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+0
2009-10-03Some cleanupThorbjørn Lindeijer1-7/+2
2009-09-27Added script bindings and netcode for creating being-bound effects.Philipp Sehmisch1-5/+26
2009-09-16Allow for basic scripted monstersChuck Miller1-0/+26
2009-08-25Made the STL container -> LUA table wrappers more flexible.Philipp Sehmisch2-19/+28
2009-07-18Change status effects to prevent duplicationJared Adams1-1/+52
2009-07-17Adds scripted status effectsChuck Miller1-0/+39
2009-07-12Allow npc_choice to take tables of stringsJared Adams1-3/+21
2009-07-03Makes Skills non hard codedChuck Miller1-11/+1
2009-05-24Fixed a few code style issuesBjørn Lindeijer1-4/+7
2009-05-24Fixed compilation problem with GCC 4.4Bjørn Lindeijer1-0/+1
2009-05-05tmwserv - Warp fixBlue1-3/+21
2009-05-03Segfault correction luaBlue1-0/+5
2009-05-01tmwserv NPC String inputBlue1-4/+21
2009-05-01Mysql backend, lua and NPC handlerBlue1-0/+47
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer5-31/+34
2009-04-26Merged MovingObject into the Being classBjørn Lindeijer1-3/+3
2009-04-22Fixed non combat beings taking damage. Added some debugging info on inserting...David Athay1-0/+3
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 Morris1-0/+2
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 Sehmisch1-0/+8
2009-02-10Implemented script binding item_drop to create floor items in the game world.Philipp Sehmisch1-0/+37
2009-01-31Fixed crash when passing illegal character handle to Lua binding chr_get_questPhilipp Sehmisch1-0/+5
2009-01-31Added on_remove callback to lua APIPhilipp Sehmisch5-15/+31