aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/file-manager.cpp
AgeCommit message (Expand)Author
2019-09-03HDB: Implement loadMap()Eugene Sandulenko
2019-09-03JANITORIAL: Remove trailing whitespacesEugene Sandulenko
2019-09-03HDB: Fix tile loadingEugene Sandulenko
2019-09-03HDB: Add and modify debug outputNipun Garg
2019-09-03HDB: Add debug output to findFirstData()Nipun Garg
2019-09-03HDB: Fix parameter type in getCountNipun Garg
2019-09-03HDB: Add findFiles to file-managerNipun Garg
2019-09-03HDB: Fix variables according to Naming ConventionsNipun Garg
2019-09-03HDB: Add getCount to FileManNipun Garg
2019-09-03HDB: Change comments from /**/ to #if 0 ... #endifNipun Garg
2019-09-03HDB: Correct the include paths from X.h to hdb/X.hNipun Garg
2019-09-03HDB: Add LuaScript::initScriptNipun Garg
2019-09-03HDB: Set the DisposeAfterUse flag in findFirstDataNipun Garg
2019-09-03HDB: Refactor readStream() into findFirstData()Nipun Garg
2019-09-03HDB: Add readStream() to create input streamNipun Garg
2019-09-03HDB: Fix Endian problem with the MPC data fileNipun Garg
2019-09-03HDB: Add debug statment to openMPC()Nipun Garg
2019-09-03HDB: Fix Endian bug with MPC Signature. LE->BENipun Garg
2019-09-03HDB: Fix missing initial pointer for _mpcFileNipun Garg
2019-09-03HDB: Setup system for drawing Title ScreenNipun Garg
2019-09-03HDB: Add the find functions to the file-managerNipun Garg
2019-09-03HDB: Fix Code Conventions and Formatting errorsNipun Garg
2019-09-03HDB: Create FileMan as the filesystem for HDBNipun Garg