summaryrefslogtreecommitdiffstats
path: root/src/scripting/luautil.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Abilities] Added support for a global cooldownErik Schilling2013-05-081-5/+7
* [Abilities] Renamed specials to abilitiesErik Schilling2013-05-081-3/+3
* Use a full user data for Entity referencesThorbjørn Lindeijer2013-04-141-47/+19
* Converted Being into a ComponentErik Schilling2013-04-111-16/+16
* Converted the Character class into a componentErik Schilling2013-04-111-4/+4
* Moved the Monster class to a ComponentErik Schilling2013-04-031-4/+4
* Changed NPC to an NpcComponent added to a BeingThorbjørn Lindeijer2013-03-251-4/+4
* Introduced Script::ContextErik Schilling2013-02-211-1/+1
* Micro-optimizations for pushing strings to LuaThorbjørn Lindeijer2013-01-091-2/+2
* Fixed an error message and inlined some one-linersThorbjørn Lindeijer2012-07-211-22/+1
* Removed raiseScriptErrorThorbjørn Lindeijer2012-07-211-12/+0
* Renamed Thing to EntityThorbjørn Lindeijer2012-04-041-4/+4
* Enhanced special supportErik Schilling2012-04-041-7/+16
* Made skill related function capable of taking the skill name as parameterErik Schilling2012-03-171-0/+12
* Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer2012-03-101-0/+12
* Added a function that returns the current map or raises an errorThorbjørn Lindeijer2012-03-071-0/+25
* Improved Lua API argument checkingThorbjørn Lindeijer2012-03-051-8/+31
* Improved handling of item and monster class parametersThorbjørn Lindeijer2012-03-031-7/+69
* Added a generic Lua user data cacheThorbjørn Lindeijer2012-02-031-0/+59
* Use a full user data object for MapObject referencesThorbjørn Lindeijer2012-01-311-5/+0
* Added script bindings for reading map objectsErik Schilling2011-10-151-0/+5
* Created function to make getting monsters easier in scripts.Erik Schilling2011-08-191-0/+11
* Fix many compiler warnings.Freeyorp2010-12-081-2/+2
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-3/+3
* Some coding style tweaksThorbjørn Lindeijer2010-08-221-6/+12
* Modified the npc_trade() lua function to permit selling the whole player inve...Yohann Ferreira2010-05-281-1/+12
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Reduced the size of lua.cpp by putting the class LuaScript and the utility fu...Philipp Sehmisch2009-01-221-0/+91