summaryrefslogtreecommitdiff
path: root/src/scripting/script.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-05-19Implemented NPC names. Implemented the theoretical possibility to have named ...Philipp Sehmisch1-1/+2
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-0/+1
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond1-3/+2
2007-08-20Prevented access to uninitialized engines.Guillaume Melquiond1-5/+8
2007-08-15Added helper functions for loading files and NPCs as scripts. Put Lua helpers...Guillaume Melquiond1-1/+24
2007-08-14Made it possible to load scripts from strings instead of files.Guillaume Melquiond1-7/+2
2007-08-09Added new scripting interface and Lua engine.Guillaume Melquiond1-0/+67