summaryrefslogtreecommitdiff
path: root/scripts/lua/libmana.lua
AgeCommit message (Expand)AuthorFilesLines
2013-08-26Call the on_remove handler with the being as parameterErik Schilling1-6/+7
2013-07-19Adapted the inline documentation for markdown docsErik Schilling1-8/+12
2013-05-03Made member function tables available as a globalsThorbjørn Lindeijer1-14/+14
2013-04-15Moved functions to entity members where appropriateThorbjørn Lindeijer1-8/+6
2013-02-24Documented all lua binds directly in the sourceErik Schilling1-11/+139
2012-08-05Fixed the atinit functionErik Schilling1-4/+8
2012-03-30Fixed Lua error reporting for NPC scriptsThorbjørn Lindeijer1-3/+4
2012-03-17Added map update function, moved schedules there to keep map contextErik Schilling1-13/+31
2012-03-13Added some convenience wrappers to libmana.luaThorbjørn Lindeijer1-0/+25
2012-03-11Register Lua script API functions into the global namespaceThorbjørn Lindeijer1-17/+17
2012-03-11Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer1-40/+2
2012-03-11Removed deprecated NPC helper functionsThorbjørn Lindeijer1-9/+0
2012-03-11Added callbacks for map/worldvar changesErik Schilling1-0/+44
2012-03-10Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer1-256/+12
2012-03-03Made some global Lua variables localThorbjørn Lindeijer1-46/+47
2012-03-03Added further missing callbacksErik Schilling1-0/+11
2012-03-02Converted functions called by LuaScript to callbacksThorbjørn Lindeijer1-21/+16
2012-03-02Merged all the different Lua states into oneThorbjørn Lindeijer1-2/+2
2012-01-02Made all beings capable of having a genderErik Schilling1-2/+2
2012-01-02Made do_npc_close to be called by default after the end of the talk functionErik Schilling1-1/+6
2011-03-11Simplified check_schedule a bitThorbjørn Lindeijer1-14/+9
2011-03-10Avoid running newly scheduled jobs by using a fixed time point.Yohann Ferreira1-1/+2
2011-02-20Fixed the check_schedule() lua function.Yohann Ferreira1-0/+5
2011-02-11Added the schedule_per_date() lua function.Yohann Ferreira1-0/+11
2011-02-11Fix basic money handling using the ATTR_GP attribute.Yohann Ferreira1-3/+5
2010-05-30Copied basic Lua libs back from tmwserv-data and added dummy dataThorbjørn Lindeijer1-0/+448