index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
hdb
/
file-manager.cpp
Age
Commit message (
Expand
)
Author
2019-09-03
JANITORIAL: Remove trailing whitespaces
Eugene Sandulenko
2019-09-03
HDB: Fix tile loading
Eugene Sandulenko
2019-09-03
HDB: Add and modify debug output
Nipun Garg
2019-09-03
HDB: Add debug output to findFirstData()
Nipun Garg
2019-09-03
HDB: Fix parameter type in getCount
Nipun Garg
2019-09-03
HDB: Add findFiles to file-manager
Nipun Garg
2019-09-03
HDB: Fix variables according to Naming Conventions
Nipun Garg
2019-09-03
HDB: Add getCount to FileMan
Nipun Garg
2019-09-03
HDB: Change comments from /**/ to #if 0 ... #endif
Nipun Garg
2019-09-03
HDB: Correct the include paths from X.h to hdb/X.h
Nipun Garg
2019-09-03
HDB: Add LuaScript::initScript
Nipun Garg
2019-09-03
HDB: Set the DisposeAfterUse flag in findFirstData
Nipun Garg
2019-09-03
HDB: Refactor readStream() into findFirstData()
Nipun Garg
2019-09-03
HDB: Add readStream() to create input stream
Nipun Garg
2019-09-03
HDB: Fix Endian problem with the MPC data file
Nipun Garg
2019-09-03
HDB: Add debug statment to openMPC()
Nipun Garg
2019-09-03
HDB: Fix Endian bug with MPC Signature. LE->BE
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