summaryrefslogtreecommitdiff
path: root/src/scripting
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Converted functions called by LuaScript to callbacksThorbjørn Lindeijer5-46/+108
2012-03-02Use callbacks for handling character death and respawnThorbjørn Lindeijer7-22/+81
2012-03-02Simplified some of the Lua backendThorbjørn Lindeijer2-70/+30
2012-03-02Merged all the different Lua states into oneThorbjørn Lindeijer4-107/+168
2012-02-03Added a generic Lua user data cacheThorbjørn Lindeijer3-9/+106
2012-01-31Use a full user data object for MapObject referencesThorbjørn Lindeijer3-53/+84
2012-01-30Fixed some lua_newtable/createtable usageThorbjørn Lindeijer2-5/+5
2012-01-25Fixed use of checkstring method in the script functionsErik Schilling1-4/+7
2012-01-22Added announce(text [, sender]) lua functionErik Schilling1-4/+18
2012-01-18Added the chr_get_inventory and chr_get_equipment functions.Yohann Ferreira1-0/+137
2012-01-18Fixed the chr_inv_count function to handle equipment.Yohann Ferreira1-6/+11
2012-01-16Made the lua item_drop script function returns whether it succeeded.Yohann Ferreira1-4/+4
2012-01-16Added several script warnings on errors.Yohann Ferreira1-7/+10
2012-01-10Random small fixes linked to lua c++ scripting functions.Yohann Ferreira1-10/+39
2012-01-10Added unequip lua script functions.Yohann Ferreira1-0/+65
2012-01-10Added equip lua script functions.Yohann Ferreira1-0/+71
2012-01-02Made all beings capable of having a genderErik Schilling1-17/+21
2011-11-07Merged three global script states into oneThorbjørn Lindeijer4-59/+29
2011-11-01Merge github.com:mana/manaservYohann Ferreira3-1/+20
2011-10-23Added function to determine the script engine by the file name extensionjurkan2-0/+19
2011-10-22Fixed the get_level doxygen documentation.Yohann Ferreira1-1/+1
2011-10-22Added the chr_get_level script function.Yohann Ferreira1-0/+18
2011-10-22Added the chr_set_gender() script function.Yohann Ferreira1-0/+20
2011-10-19Merge branch 'master' of github.com:mana/manaservYohann Ferreira3-4/+156
2011-10-19Made get_beings_in_circle capable of taking a being as argument.Erik Schilling1-3/+16
2011-10-15Added script bindings for reading map objectsErik Schilling3-1/+140
2011-09-28Added the chr_set_gender() script function.Yohann Ferreira1-0/+20
2011-09-28Added the chr_get_level script function.Yohann Ferreira1-0/+18
2011-09-28Made the npc_create() function use insertion enqueueing.Yohann Ferreira1-4/+1
2011-08-30Made the monster removal not using queues to avoid a crash.Yohann Ferreira1-4/+4
2011-08-26Made the npc_create() function use insertion enqueueing.Yohann Ferreira1-4/+1
2011-08-25Merge branch 'equipment-fix' of github.com:Bertram25/manaservYohann Ferreira1-4/+5
2011-08-25Allowed map names in chr_warp function.Erik Schilling1-2/+6
2011-08-25Created function to make getting monsters easier in scripts.Erik Schilling3-14/+16
2011-08-23Allowed map names in chr_warp function.Erik Schilling1-2/+6
2011-08-19Created function to make getting monsters easier in scripts.Erik Schilling3-14/+16
2011-08-18Added LUA function for changing anger of monsters.Erik Schilling1-0/+30
2011-08-18Added LUA function for changing anger of monsters.Erik Schilling1-0/+30
2011-08-11Merge branch 'master' of git://gitorious.org/~bertram/mana/manaserv-equipment...Yohann Ferreira1-4/+5
2011-08-10Made chr_inv_count and npc_trade capable of taking a name or an id.Erik Schilling1-3/+36
2011-08-04Merge branch 'master' of git://gitorious.org/mana/manaservYohann Ferreira1-27/+100
2011-08-04Added new LUA functions used to get items and monster names.Erik Schilling1-0/+37
2011-08-04Allowed names of items and monsters in scripts - part 1.Erik Schilling1-27/+63
2011-08-04Merge branch 'master' of git://gitorious.org/mana/manaservYohann Ferreira1-159/+276
2011-08-03Unified the lua.cpp documentation.Yohann Ferreira1-162/+200
2011-08-03Added is_walkable lua function.Erik Schilling1-0/+30
2011-08-03Added monster_remove lua function.Erik Schilling1-0/+25
2011-08-03Added get_map_property lua function.Erik Schilling1-0/+24
2011-07-27Removed the inventory delay mode for now.Yohann Ferreira1-4/+5
2011-07-04Added new lua function for calculating distances.Ablu1-0/+32