aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/file-manager.cpp
AgeCommit message (Expand)Author
2019-09-13HDB: Fix Major Memory Leak in File Manager ClassD G Turner
2019-09-06HDB: Initialize some more uninitialized variables.Strangerke
2019-09-03HDB: Added optional length parameter for querying from FindFirstDataEugene Sandulenko
2019-09-03HDB: Change init functions to handle errorsStrangerke
2019-09-03HDB: Better error messagesEugene Sandulenko
2019-09-03HDB: Simplify openMPC()Eugene Sandulenko
2019-09-03HDB: Simplify findFirstData()Eugene Sandulenko
2019-09-03HDB: Fix file len usage in compressed MSD filesEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03JANITORIAL: Fix whitespace errorsNipun Garg
2019-09-03HDB: Wrap ReadStreams pointing to compressed...Nipun Garg
2019-09-03HDB: Made file manager case-insensitive.Eugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Reduce header dependencyEugene Sandulenko
2019-09-03HDB: Hid some debug messages to deeper levelEugene Sandulenko
2019-09-03HDB: Fix delete command for _dirNipun Garg
2019-09-03HDB: Fix more memory leaksNipun Garg
2019-09-03HDB: Fix memory leaks due to findFirstData()Nipun Garg
2019-09-03HDB: Remove redundant FileMan functionNipun Garg
2019-09-03HDB: Fix memory leaksNipun Garg
2019-09-03HDB: Implement loadMap()Eugene Sandulenko
2019-09-03JANITORIAL: Remove trailing whitespacesEugene Sandulenko
2019-09-03HDB: Fix tile loadingEugene Sandulenko
2019-09-03HDB: Add and modify debug outputNipun Garg
2019-09-03HDB: Add debug output to findFirstData()Nipun Garg
2019-09-03HDB: Fix parameter type in getCountNipun Garg
2019-09-03HDB: Add findFiles to file-managerNipun Garg
2019-09-03HDB: Fix variables according to Naming ConventionsNipun Garg
2019-09-03HDB: Add getCount to FileManNipun Garg
2019-09-03HDB: Change comments from /**/ to #if 0 ... #endifNipun Garg
2019-09-03HDB: Correct the include paths from X.h to hdb/X.hNipun Garg
2019-09-03HDB: Add LuaScript::initScriptNipun Garg
2019-09-03HDB: Set the DisposeAfterUse flag in findFirstDataNipun Garg
2019-09-03HDB: Refactor readStream() into findFirstData()Nipun Garg
2019-09-03HDB: Add readStream() to create input streamNipun Garg
2019-09-03HDB: Fix Endian problem with the MPC data fileNipun Garg
2019-09-03HDB: Add debug statment to openMPC()Nipun Garg
2019-09-03HDB: Fix Endian bug with MPC Signature. LE->BENipun 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