summaryrefslogtreecommitdiffstats
path: root/src/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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-118-182/+203
* Converted the Character class into a componentErik Schilling2013-04-115-85/+99
* Moved the Monster class to a ComponentErik Schilling2013-04-033-21/+25
* 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-253-34/+43
* 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-217-45/+74
* Moved attribute (re)calculation to the scriptsErik Schilling2013-02-041-0/+26
* Replaced EventListener with signals based on libsigc++Thorbjørn Lindeijer2013-01-095-23/+12
* Micro-optimizations for pushing strings to LuaThorbjørn Lindeijer2013-01-094-37/+29
* Added support for Lua 5.2Thorbjørn Lindeijer2013-01-093-1/+23
* Added script binds for getting attack informationErik Schilling2013-01-082-8/+155
* Set the current map when executing being callbacksThorbjørn Lindeijer2013-01-071-0/+2
* 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
* Fixed the atinit functionErik Schilling2012-08-051-0/+1
* Fixed an error message and inlined some one-linersThorbjørn Lindeijer2012-07-212-30/+29
* Removed raiseScriptErrorThorbjørn Lindeijer2012-07-213-37/+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 sure the map is set for trigger scriptsErik Schilling2012-07-111-0/+1
* 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-202-24/+0
* Don't send NPC text as fixed-length stringThorbjørn Lindeijer2012-05-061-3/+2
* Some small optimizations in Lua helper functionsThorbjørn Lindeijer2012-05-061-6/+3
* Adding monster::on_damage callbackStefan Beller2012-04-041-0/+9
* Renamed Thing to EntityThorbjørn Lindeijer2012-04-046-22/+22
* Enhanced special supportErik Schilling2012-04-046-46/+162
* Made skill related function capable of taking the skill name as parameterErik Schilling2012-03-173-5/+27
* Added map update function, moved schedules there to keep map contextErik Schilling2012-03-171-2/+15
* Fixed fastRemoveOne when the element isn't foundThorbjørn Lindeijer2012-03-161-1/+1
* 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-115-40/+54