summaryrefslogtreecommitdiffstats
path: root/src/scripting/script.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use nullptr instead of NULL everywhereErik Schilling2013-04-271-2/+2
* Introduced Script::ContextErik Schilling2013-02-211-8/+17
* Replaced EventListener with signals based on libsigc++Thorbjørn Lindeijer2013-01-091-2/+1
* Fixed fastRemoveOne when the element isn't foundThorbjørn Lindeijer2012-03-161-1/+1
* Removed the create_npc wrapper and the last two NPC callbacksThorbjørn Lindeijer2012-03-111-1/+5
* Moved the managing of NPC script coroutines into C++Thorbjørn Lindeijer2012-03-101-1/+41
* Added further missing callbacksErik Schilling2012-03-031-2/+16
* Converted functions called by LuaScript to callbacksThorbjørn Lindeijer2012-03-021-2/+0
* Use callbacks for handling character death and respawnThorbjørn Lindeijer2012-03-021-0/+2
* Merged all the different Lua states into oneThorbjørn Lindeijer2012-03-021-90/+0
* Merged three global script states into oneThorbjørn Lindeijer2011-11-071-14/+20
* Added function to determine the script engine by the file name extensionjurkan2011-10-231-0/+18
* Added a simple crafting systemPhilipp Sehmisch2011-04-271-0/+14
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-3/+3
* Pass a script name to Lua for proper reporting of error locationsThorbjørn Lindeijer2010-08-221-2/+2
* Rename some stuff to conform to naming conventionsThorbjørn Lindeijer2010-08-221-7/+7
* Added a simple sanity check to avoid a gameserver crash at login.Yohann Ferreira2010-07-231-5/+11
* Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch2010-07-091-0/+30
* Only skip the UTF-8 BOM for Lua scriptsThorbjørn Lindeijer2010-05-291-3/+12
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-161-4/+4
* Added a Byte Order Mask (BOM) filter to the ResourceManager.Bertram2010-04-251-1/+2
* Implemented global event function call to on_chr_deathPhilipp Sehmisch2010-04-111-0/+17
* Added global lua event script (only on_being_death_accept for now)Philipp Sehmisch2010-04-111-0/+1
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-4/+5
* Added on_remove callback to lua APIPhilipp Sehmisch2009-01-311-1/+1
* Made script error reports more informative and readablePhilipp Sehmisch2009-01-171-1/+5
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Implemented death listener for scripting engine.Philipp Sehmisch2008-07-071-0/+5
* Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch2008-05-191-1/+2
* Made it compile with GCC 4.3Guillaume Melquiond2007-10-271-0/+1
* Cleaned both configuration and resource managers.Guillaume Melquiond2007-09-221-3/+2
* Prevented access to uninitialized engines.Guillaume Melquiond2007-08-201-5/+8
* Added helper functions for loading files and NPCs as scripts. Put Lua helpers...Guillaume Melquiond2007-08-151-1/+24
* Made it possible to load scripts from strings instead of files.Guillaume Melquiond2007-08-141-7/+2
* Added new scripting interface and Lua engine.Guillaume Melquiond2007-08-091-0/+67