Age | Commit message (Expand) | Author |
---|---|---|
2019-09-03 | HDB: Add ScriptPatches for upvalues and setglobal | Nipun Garg |
2019-09-03 | HDB: Add scriptPatch and add in sanitizeScript | Nipun Garg |
2019-09-03 | HDB: Added more debugging facilities | Eugene Sandulenko |
2019-09-03 | JANITORIAL: Whitespace fixes | Eugene Sandulenko |
2019-09-03 | HDB: Add init() to load the GLOBAL_LUA code | Nipun Garg |
2019-09-03 | HDB: Remove the char *name arg from initScript | Nipun Garg |
2019-09-03 | HDB: Correct the include paths from X.h to hdb/X.h | Nipun Garg |
2019-09-03 | HDB: Add stripComments() to strip C-style comments | Nipun Garg |
2019-09-03 | HDB: Add LuaScript::initScript | Nipun Garg |
2019-09-03 | HDB: Add _systemInit check to LuaScript | Nipun Garg |
2019-09-03 | HDB: Add the LuaScript class to integrate Lua | Nipun Garg |