Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-03 | HDB: Fix parameter type in getCount | Nipun Garg | |
2019-09-03 | HDB: Add findFiles to file-manager | Nipun Garg | |
It finds all MPC files of a common DataType that consist of a substring. | |||
2019-09-03 | HDB: Fix variables according to Naming Conventions | Nipun Garg | |
2019-09-03 | HDB: Add getCount to FileMan | Nipun Garg | |
It counts the number of MPC entries that have a specific substring in their filename | |||
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: Remove readStream function definition | Nipun Garg | |
2019-09-03 | HDB: Refactor readStream() into findFirstData() | Nipun Garg | |
2019-09-03 | HDB: Add readStream() to create input stream | Nipun Garg | |
The input stream is designed keeping in mind the structure of the MPC file in mind. | |||
2019-09-03 | HDB: Fix Endian problem with the MPC data file | Nipun Garg | |
2019-09-03 | HDB: Fix missing initial pointer for _mpcFile | Nipun Garg | |
2019-09-03 | HDB: Setup system for drawing Title Screen | Nipun Garg | |
2019-09-03 | HDB: Add the find functions to the file-manager | Nipun Garg | |
2019-09-03 | HDB: Fix Code Conventions and Formatting errors | Nipun Garg | |
2019-09-03 | HDB: Create FileMan as the filesystem for HDB | Nipun Garg | |
The exisitng code to read MPC files was moved into FileMan |