summaryrefslogtreecommitdiffstats
path: root/src/scripting/lua.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added look_at bindErik Schilling2013-05-111-0/+33
* Added entity:destination() bindErik Schilling2013-05-111-0/+18
* Added function to check for lenght of a possible pathErik Schilling2013-05-111-9/+37
* Added get_monster_classes() bindErik Schilling2013-05-111-0/+14
* [Abilities] Added abilities to monstersErik Schilling2013-05-111-10/+45
* [Abilities] Removed the old autoattack systemErik Schilling2013-05-081-443/+3
* [Abilities] Added a add_hit_taken bindErik Schilling2013-05-081-0/+15
* [Abilities] Added support for a global cooldownErik Schilling2013-05-081-17/+38
* [Abilities] Moved the ability code into a own componentErik Schilling2013-05-081-9/+9
* [Abilities] Made the rechargespeed depending on attributesErik Schilling2013-05-081-57/+0
* [Abilities] Renamed set to categoryErik Schilling2013-05-081-1/+1
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-081-136/+137
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-10/+10
* Fixed typo in script docsErik Schilling2013-04-271-1/+1
* Forgot to rename npc_message in some docsThorbjørn Lindeijer2013-04-151-11/+11
* Fixed small script documentation errorThorbjørn Lindeijer2013-04-151-1/+1
* Fixed error messageThorbjørn Lindeijer2013-04-151-1/+1
* Dropped the & from the Lua function tablesThorbjørn Lindeijer2013-04-151-149/+149
* Moved functions to entity members where appropriateThorbjørn Lindeijer2013-04-151-465/+575
* Simplified some script function namesThorbjørn Lindeijer2013-04-141-39/+38
* Removed NPC and character parameters from NPC functionsThorbjørn Lindeijer2013-04-141-64/+65
* Use a full user data for Entity referencesThorbjørn Lindeijer2013-04-141-31/+22
* Fixed too long lua documentationErik Schilling2013-04-121-21/+46
* Moved Actor into an ComponentErik Schilling2013-04-121-39/+46
* Converted Being into a ComponentErik Schilling2013-04-111-147/+170
* Converted the Character class into a componentErik Schilling2013-04-111-69/+81
* Moved the Monster class to a ComponentErik Schilling2013-04-031-14/+19
* Fixed multiple warnings and errors that blocked c++0xErik Schilling2013-04-021-1/+1
* Moved fighting code into a componentErik Schilling2013-04-021-2/+3
* Changed NPC to an NpcComponent added to a BeingThorbjørn Lindeijer2013-03-251-27/+37
* Changed Effect to a component of ActorThorbjørn Lindeijer2013-03-251-1/+1
* Changed Item to a component of ActorThorbjørn Lindeijer2013-03-251-9/+5
* Changed SpawnArea and TriggerArea to components of EntityThorbjørn Lindeijer2013-03-251-4/+8
* Documented all lua binds directly in the sourceErik Schilling2013-02-241-1341/+2201
* 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