Nipun Garg
|
32af03ab99
|
HDB: Fix parameter type in getCount
|
2019-09-03 17:16:44 +02:00 |
|
Nipun Garg
|
f512307f70
|
HDB: Add findFiles to file-manager
It finds all MPC files of a common DataType that
consist of a substring.
|
2019-09-03 17:16:44 +02:00 |
|
Nipun Garg
|
19eefe2cea
|
HDB: Fix variables according to Naming Conventions
|
2019-09-03 17:16:44 +02:00 |
|
Nipun Garg
|
846d799b19
|
HDB: Add getCount to FileMan
It counts the number of MPC entries that have
a specific substring in their filename
|
2019-09-03 17:16:44 +02:00 |
|
Nipun Garg
|
bc638cf251
|
HDB: Add LuaScript::initScript
It creates a new Lua environment whenever a new
Lua script is loaded
|
2019-09-03 17:16:42 +02:00 |
|
Nipun Garg
|
0efd5ed31d
|
HDB: Remove readStream function definition
|
2019-09-03 17:16:42 +02:00 |
|
Nipun Garg
|
6986e5495a
|
HDB: Refactor readStream() into findFirstData()
|
2019-09-03 17:16:42 +02:00 |
|
Nipun Garg
|
006bf635ae
|
HDB: Add readStream() to create input stream
The input stream is designed keeping in mind the structure
of the MPC file in mind.
|
2019-09-03 17:16:42 +02:00 |
|
Nipun Garg
|
fb00f5cb4e
|
HDB: Fix Endian problem with the MPC data file
|
2019-09-03 17:16:42 +02:00 |
|
Nipun Garg
|
a4b4b351d8
|
HDB: Fix missing initial pointer for _mpcFile
|
2019-09-03 17:16:41 +02:00 |
|
Nipun Garg
|
1624c765a0
|
HDB: Setup system for drawing Title Screen
|
2019-09-03 17:16:41 +02:00 |
|
Nipun Garg
|
432ae5ad57
|
HDB: Add the find functions to the file-manager
|
2019-09-03 17:16:41 +02:00 |
|
Nipun Garg
|
6a764f4252
|
HDB: Fix Code Conventions and Formatting errors
|
2019-09-03 17:16:41 +02:00 |
|
Nipun Garg
|
99af2f6a30
|
HDB: Create FileMan as the filesystem for HDB
The exisitng code to read MPC files was moved into FileMan
|
2019-09-03 17:16:41 +02:00 |
|