summaryrefslogtreecommitdiff
path: root/src/scripting/lua.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-04-04Adding monster::on_damage callbackStefan Beller1-0/+9
2012-04-04Renamed Thing to EntityThorbjørn Lindeijer1-2/+2
2012-04-04Enhanced special supportErik Schilling1-2/+138
2012-03-17Made skill related function capable of taking the skill name as parameterErik Schilling1-5/+14
2012-03-17Added map update function, moved schedules there to keep map contextErik Schilling1-2/+15
2012-03-14Added chr_kick() lua bindErik Schilling1-2/+16
2012-03-14Added being_get_mapid lua bindErik Schilling1-2/+18
2012-03-14Added get_character_by_name lua bindErik Schilling1-0/+18
2012-03-13Added script bind to set walkmask for beingsErik Schilling1-0/+42
2012-03-11Removed "mana." from script function documentationThorbjørn Lindeijer1-102/+99
2012-03-11Register Lua script API functions into the global namespaceThorbjørn Lindeijer1-2/+3
2012-03-11Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer1-36/+24
2012-03-11Added callbacks for map/worldvar changesErik Schilling1-0/+22
2012-03-10Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer1-82/+55
2012-03-07Fixed compileThorbjørn Lindeijer1-1/+1
2012-03-07Added a function that returns the current map or raises an errorThorbjørn Lindeijer1-134/+46
2012-03-05Added lua function for getting pvp status of mapErik Schilling1-0/+13
2012-03-05Added possibility to make a being attack an other beingErik Schilling1-7/+33
2012-03-05Improved Lua API argument checkingThorbjørn Lindeijer1-572/+159
2012-03-03Removed the last direct call to global script functionThorbjørn Lindeijer1-12/+15
2012-03-03Improved handling of item and monster class parametersThorbjørn Lindeijer1-152/+29
2012-03-03Use callbacks for items, monsters and status effectsThorbjørn Lindeijer1-30/+81
2012-03-03Added further missing callbacksErik Schilling1-0/+97
2012-03-02Converted functions called by LuaScript to callbacksThorbjørn Lindeijer1-0/+32
2012-03-02Use callbacks for handling character death and respawnThorbjørn Lindeijer1-0/+26
2012-03-02Simplified some of the Lua backendThorbjørn Lindeijer1-67/+29
2012-02-03Added a generic Lua user data cacheThorbjørn Lindeijer1-2/+2
2012-01-31Use a full user data object for MapObject referencesThorbjørn Lindeijer1-46/+20
2012-01-30Fixed some lua_newtable/createtable usageThorbjørn Lindeijer1-2/+2
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-01Merge github.com:mana/manaservYohann Ferreira1-1/+1
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 Ferreira1-3/+147
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 Schilling1-0/+131
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