summaryrefslogtreecommitdiffstats
path: root/src/scripting/lua.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduced Script::ContextErik Schilling2013-02-211-8/+2
* Moved attribute (re)calculation to the scriptsErik Schilling2013-02-041-0/+26
* Replaced EventListener with signals based on libsigc++Thorbjørn Lindeijer2013-01-091-1/+5
* Micro-optimizations for pushing strings to LuaThorbjørn Lindeijer2013-01-091-32/+24
* Added support for Lua 5.2Thorbjørn Lindeijer2013-01-091-0/+9
* Added script binds for getting attack informationErik Schilling2013-01-081-7/+146
* Fixed item_drop insertion of objectErik Schilling2012-08-101-3/+2
* Fixed wrong error raising in lua.cppErik Schilling2012-08-051-2/+2
* Removed old warnings and documentation from chr_inv_change.Erik Schilling2012-08-051-7/+3
* Removed raiseScriptErrorThorbjørn Lindeijer2012-07-211-22/+24
* Added lua binds for issuing request of quest variable + bind for trying to re...Erik Schilling2012-07-171-2/+67
* Added script binds to get full monster anger list + drop anger of monstersErik Schilling2012-07-171-0/+17
* Added lua bind to send text effect particle to clientsErik Schilling2012-07-171-0/+13
* Made chr_get_level capable of retrieving skill levelsErik Schilling2012-07-171-3/+12
* Fixed the get_beings_in_rectangle function.Erik Schilling2012-07-141-1/+2
* Made kill count script bind capable of taking the monster name as argumentErik Schilling2012-07-101-2/+2
* Added bind for setting login callbackErik Schilling2012-07-081-0/+8
* Added script bind for getting specy id of a monster handleErik Schilling2012-07-071-0/+12
* Removed no longer needed codeErik Schilling2012-05-201-16/+0
* Don't send NPC text as fixed-length stringThorbjørn Lindeijer2012-05-061-3/+2
* Adding monster::on_damage callbackStefan Beller2012-04-041-0/+9
* Renamed Thing to EntityThorbjørn Lindeijer2012-04-041-2/+2
* Enhanced special supportErik Schilling2012-04-041-2/+138
* Made skill related function capable of taking the skill name as parameterErik Schilling2012-03-171-5/+14
* Added map update function, moved schedules there to keep map contextErik Schilling2012-03-171-2/+15
* Added chr_kick() lua bindErik Schilling2012-03-141-2/+16
* Added being_get_mapid lua bindErik Schilling2012-03-141-2/+18
* Added get_character_by_name lua bindErik Schilling2012-03-141-0/+18
* Added script bind to set walkmask for beingsErik Schilling2012-03-131-0/+42
* Removed "mana." from script function documentationThorbjørn Lindeijer2012-03-111-102/+99
* Register Lua script API functions into the global namespaceThorbjørn Lindeijer2012-03-111-2/+3
* Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer2012-03-111-36/+24
* Added callbacks for map/worldvar changesErik Schilling2012-03-111-0/+22
* Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer2012-03-101-82/+55
* Fixed compileThorbjørn Lindeijer2012-03-071-1/+1
* Added a function that returns the current map or raises an errorThorbjørn Lindeijer2012-03-071-134/+46
* Added lua function for getting pvp status of mapErik Schilling2012-03-051-0/+13
* Added possibility to make a being attack an other beingErik Schilling2012-03-051-7/+33
* Improved Lua API argument checkingThorbjørn Lindeijer2012-03-051-572/+159
* Removed the last direct call to global script functionThorbjørn Lindeijer2012-03-031-12/+15
* Improved handling of item and monster class parametersThorbjørn Lindeijer2012-03-031-152/+29
* Use callbacks for items, monsters and status effectsThorbjørn Lindeijer2012-03-031-30/+81
* Added further missing callbacksErik Schilling2012-03-031-0/+97
* Converted functions called by LuaScript to callbacksThorbjørn Lindeijer2012-03-021-0/+32
* Use callbacks for handling character death and respawnThorbjørn Lindeijer2012-03-021-0/+26
* Simplified some of the Lua backendThorbjørn Lindeijer2012-03-021-67/+29
* Added a generic Lua user data cacheThorbjørn Lindeijer2012-02-031-2/+2
* Use a full user data object for MapObject referencesThorbjørn Lindeijer2012-01-311-46/+20
* Fixed some lua_newtable/createtable usageThorbjørn Lindeijer2012-01-301-2/+2
* Fixed use of checkstring method in the script functionsErik Schilling2012-01-251-4/+7