aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/file-manager.h
AgeCommit message (Collapse)Author
2019-09-03HDB: Fix parameter type in getCountNipun Garg
2019-09-03HDB: Add findFiles to file-managerNipun Garg
It finds all MPC files of a common DataType that consist of a substring.
2019-09-03HDB: Fix variables according to Naming ConventionsNipun Garg
2019-09-03HDB: Add getCount to FileManNipun Garg
It counts the number of MPC entries that have a specific substring in their filename
2019-09-03HDB: Add LuaScript::initScriptNipun Garg
It creates a new Lua environment whenever a new Lua script is loaded
2019-09-03HDB: Remove readStream function definitionNipun Garg
2019-09-03HDB: Refactor readStream() into findFirstData()Nipun Garg
2019-09-03HDB: Add readStream() to create input streamNipun Garg
The input stream is designed keeping in mind the structure of the MPC file in mind.
2019-09-03HDB: Fix Endian problem with the MPC data fileNipun 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
The exisitng code to read MPC files was moved into FileMan