aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-03HDB: Add sky tiles and non-graphics to DrawManNipun Garg
2019-09-03HDB: Complete loadTiles()Nipun Garg
2019-09-03HDB: Add isSky()Nipun Garg
2019-09-03HDB: Change cacheTile() to getTile()Nipun Garg
2019-09-03HDB: Fix parameter type in getCountNipun Garg
2019-09-03HDB: Fix C++11 enum warningNipun Garg
2019-09-03HDB: Add cacheTile() to load a Tile into memoryNipun Garg
2019-09-03HDB: Add TileLookup struct and _tLookupArrayNipun Garg
2019-09-03HDB: Add findFiles to file-managerNipun Garg
2019-09-03HDB: Add MAX_SKIES enumNipun Garg
2019-09-03HDB: Add DrawMan::init to count number of tilesNipun Garg
2019-09-03HDB: Add _drawMan to hdb.cppNipun Garg
2019-09-03HDB: Stub out Map::loadTiles()Nipun Garg
2019-09-03HDB: Change _mapExplosions type from char to byteNipun Garg
2019-09-03HDB: Replace the map in hdb.cpp with _mapNipun Garg
2019-09-03HDB: Fix variables according to Naming ConventionsNipun Garg
2019-09-03HDB: Add the loadTiles() function to map-loaderNipun Garg
2019-09-03HDB: Fix breaking changes in map-loaderNipun Garg
2019-09-03HDB: Fix breaking changes in MapLoaderNipun Garg
2019-09-03HDB: Create and load a Map in hdb.cppNipun Garg
2019-09-03HDB: Add Map Coordinate data members to MapNipun Garg
2019-09-03HDB: Shift loadMap from MapLoader to MapNipun Garg
2019-09-03HDB: Add getCount to FileManNipun Garg
2019-09-03HDB: Load the mapHeader in loadMap(...)Nipun Garg
2019-09-03HDB: Setup loadMap call in hdb.cppNipun Garg
2019-09-03HDB: Add skeletal map-loader subsystemNipun Garg
2019-09-03HDB: Make sure there is no OOB access for patched scriptsEugene Sandulenko
2019-09-03HDB: Add ScriptPatches for upvalues and setglobalNipun Garg
2019-09-03HDB: Add ScriptPatches for setglobal functionNipun Garg
2019-09-03HDB: Add scriptPatch and add in sanitizeScriptNipun Garg
2019-09-03HDB: Hid Lua execution trace to debug level 8Eugene Sandulenko
2019-09-03HDB: Add error handling during level_init executionEugene Sandulenko
2019-09-03HDB: Test the test.lua file in the data file dirNipun Garg
2019-09-03HDB: Add executeFile to LuaScriptNipun Garg
2019-09-03HDB: Refer to the Lua error handlerEugene Sandulenko
2019-09-03HDB: Added more debugging facilitiesEugene Sandulenko
2019-09-03HDB: Move debugging facilities earlier in the codeEugene Sandulenko
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03JANITORIAL: Whitespace fixesEugene Sandulenko
2019-09-03HDB: Added quick & dirty Lua tracingEugene Sandulenko
2019-09-03HDB: Call lua->init() before initScriptNipun Garg
2019-09-03HDB: Add init() to load the GLOBAL_LUA codeNipun Garg
2019-09-03HDB: Fix allocation problem with g_hdbNipun Garg
2019-09-03HDB: Load MAP00_DEMO_LUANipun Garg
2019-09-03HDB: Remove the char *name arg from initScriptNipun Garg
2019-09-03HDB: Load GLOBAL_LUA in initScriptNipun Garg
2019-09-03HDB: Modify stripComments to sanitizeScriptNipun Garg
2019-09-03HDB: Add stubs for the Lua extensionsNipun Garg
2019-09-03HDB: Change comments from /**/ to #if 0 ... #endifNipun Garg
2019-09-03HDB: Remove LuaScript initialization from hdb.cppNipun Garg