aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/util/lua/lua.h
AgeCommit message (Collapse)Author
2019-08-13COMMON: Move Lua into Common and make it into...Nipun Garg
an engine feature
2013-11-24SWORD25: Janitorial - Fix spacing errorsStrangerke
2013-04-18SWORD25: Silence warning in the Lua codeMax Horn
This fixes warnings like this that crop up when compiling sword25 with Apple clang 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
2013-02-03SWORD25: Replace calls to LUAI_THROW() with error() in LUAFilippos Karapetis
This removes one of the uses of setjmp(), but its use in LUAI_TRY still remains
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-23SWORD25: Include scummsys.h from lua.h, partially deal with the consequencesMax Horn
This should help mark the spots that are still non-portable, just follow the FIXMEs.
2010-10-16SWORD25: Update svn keywordsOri Avtalion
svn-id: r53537
2010-10-12SWORD25: Replacing headers with ScummVM ones plus original (C)Eugene Sandulenko
svn-id: r53188
2010-10-12SWORD25: Moving Lua one level upEugene Sandulenko
svn-id: r53178