| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-09-03 | HDB: Load GLOBAL_LUA in initScript | Nipun Garg | |
| 2019-09-03 | HDB: Modify stripComments to sanitizeScript | Nipun Garg | |
| Lua 5.0 introduced new syntax for upvalues so the old code needs to be preprocessed first. | |||
| 2019-09-03 | HDB: Add stubs for the Lua extensions | Nipun Garg | |
| 2019-09-03 | HDB: Change comments from /**/ to #if 0 ... #endif | Nipun Garg | |
| 2019-09-03 | HDB: Add *g_hdb to access the subsystems | Nipun Garg | |
| 2019-09-03 | HDB: Add stripComments() to strip C-style comments | Nipun Garg | |
| There are a few C-style comments present in the Lua files | |||
| 2019-09-03 | HDB: Add LuaScript::initScript | Nipun Garg | |
| It creates a new Lua environment whenever a new Lua script is loaded | |||
| 2019-09-03 | HDB: Add _systemInit check to LuaScript | Nipun Garg | |
| 2019-09-03 | HDB: Add the LuaScript class to integrate Lua | Nipun Garg | |
| It creates lua_State (s), initializes them and executes Lua files in them | |||
