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-13
HDB: Fix Major Memory Leak in File Manager Class
D G Turner
2019-09-06
HDB: Initialize some more uninitialized variables.
Strangerke
2019-09-03
HDB: Added optional length parameter for querying from FindFirstData
Eugene Sandulenko
2019-09-03
HDB: Change init functions to handle errors
Strangerke
2019-09-03
HDB: Better error messages
Eugene Sandulenko
2019-09-03
HDB: Simplify openMPC()
Eugene Sandulenko
2019-09-03
HDB: Simplify findFirstData()
Eugene Sandulenko
2019-09-03
HDB: Fix file len usage in compressed MSD files
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
JANITORIAL: Fix whitespace errors
Nipun Garg
2019-09-03
HDB: Wrap ReadStreams pointing to compressed...
Nipun Garg
2019-09-03
HDB: Made file manager case-insensitive.
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Reduce header dependency
Eugene Sandulenko
2019-09-03
HDB: Hid some debug messages to deeper level
Eugene Sandulenko
2019-09-03
HDB: Fix delete command for _dir
Nipun Garg
2019-09-03
HDB: Fix more memory leaks
Nipun Garg
2019-09-03
HDB: Fix memory leaks due to findFirstData()
Nipun Garg
2019-09-03
HDB: Remove redundant FileMan function
Nipun Garg
2019-09-03
HDB: Fix memory leaks
Nipun Garg
2019-09-03
HDB: Implement loadMap()
Eugene Sandulenko
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