summaryrefslogtreecommitdiffstats
path: root/src/scripting/script.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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