summaryrefslogtreecommitdiff
path: root/src/scripting
AgeCommit message (Expand)AuthorFilesLines
2013-04-14Use a full user data for Entity referencesThorbjørn Lindeijer4-89/+47
2013-04-12Fixed too long lua documentationErik Schilling1-21/+46
2013-04-12Moved Actor into an ComponentErik Schilling1-39/+46
2013-04-11Converted Being into a ComponentErik Schilling8-182/+203
2013-04-11Converted the Character class into a componentErik Schilling5-85/+99
2013-04-03Moved the Monster class to a ComponentErik Schilling3-21/+25
2013-04-02Fixed multiple warnings and errors that blocked c++0xErik Schilling1-1/+1
2013-04-02Moved fighting code into a componentErik Schilling1-2/+3
2013-03-25Changed NPC to an NpcComponent added to a BeingThorbjørn Lindeijer3-34/+43
2013-03-25Changed Effect to a component of ActorThorbjørn Lindeijer1-1/+1
2013-03-25Changed Item to a component of ActorThorbjørn Lindeijer1-9/+5
2013-03-25Changed SpawnArea and TriggerArea to components of EntityThorbjørn Lindeijer1-4/+8
2013-02-24Documented all lua binds directly in the sourceErik Schilling1-1341/+2201
2013-02-21Introduced Script::ContextErik Schilling7-45/+74
2013-02-04Moved attribute (re)calculation to the scriptsErik Schilling1-0/+26
2013-01-09Replaced EventListener with signals based on libsigc++Thorbjørn Lindeijer5-23/+12
2013-01-09Micro-optimizations for pushing strings to LuaThorbjørn Lindeijer4-37/+29
2013-01-09Added support for Lua 5.2Thorbjørn Lindeijer3-1/+23
2013-01-08Added script binds for getting attack informationErik Schilling2-8/+155
2013-01-07Set the current map when executing being callbacksThorbjørn Lindeijer1-0/+2
2012-08-10Fixed item_drop insertion of objectErik Schilling1-3/+2
2012-08-05Fixed wrong error raising in lua.cppErik Schilling1-2/+2
2012-08-05Removed old warnings and documentation from chr_inv_change.Erik Schilling1-7/+3
2012-08-05Fixed the atinit functionErik Schilling1-0/+1
2012-07-21Fixed an error message and inlined some one-linersThorbjørn Lindeijer2-30/+29
2012-07-21Removed raiseScriptErrorThorbjørn Lindeijer3-37/+24
2012-07-17Added lua binds for issuing request of quest variable + bind for trying to re...Erik Schilling1-2/+67
2012-07-17Added script binds to get full monster anger list + drop anger of monstersErik Schilling1-0/+17
2012-07-17Added lua bind to send text effect particle to clientsErik Schilling1-0/+13
2012-07-17Made chr_get_level capable of retrieving skill levelsErik Schilling1-3/+12
2012-07-14Fixed the get_beings_in_rectangle function.Erik Schilling1-1/+2
2012-07-11Made sure the map is set for trigger scriptsErik Schilling1-0/+1
2012-07-10Made kill count script bind capable of taking the monster name as argumentErik Schilling1-2/+2
2012-07-08Added bind for setting login callbackErik Schilling1-0/+8
2012-07-07Added script bind for getting specy id of a monster handleErik Schilling1-0/+12
2012-05-20Removed no longer needed codeErik Schilling2-24/+0
2012-05-06Don't send NPC text as fixed-length stringThorbjørn Lindeijer1-3/+2
2012-05-06Some small optimizations in Lua helper functionsThorbjørn Lindeijer1-6/+3
2012-04-04Adding monster::on_damage callbackStefan Beller1-0/+9
2012-04-04Renamed Thing to EntityThorbjørn Lindeijer6-22/+22
2012-04-04Enhanced special supportErik Schilling6-46/+162
2012-03-17Made skill related function capable of taking the skill name as parameterErik Schilling3-5/+27
2012-03-17Added map update function, moved schedules there to keep map contextErik Schilling1-2/+15
2012-03-16Fixed fastRemoveOne when the element isn't foundThorbjørn Lindeijer1-1/+1
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