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
Age
Commit message (
Expand
)
Author
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: Add additional HDB variant to detection.cpp
Nipun Garg
2019-09-03
HDB: Updating module.mk for new files
Nipun Garg
2019-09-03
HDB: Setup system for drawing Title Screen
Nipun Garg
2019-09-03
HDB: Create the Draw Manager to draw/animate tiles
Nipun Garg
2019-09-03
HDB: Fix Code Formatting Conventions
Nipun Garg
2019-09-03
HDB: Add the GameState and State Management
Nipun Garg
2019-09-03
HDB: Move the readMPC function to the file-manager
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: Fix the PixelFormat to hardcoded value
Nipun Garg
2019-09-03
HDB: Create FileMan as the filesystem for HDB
Nipun Garg
2019-09-03
HDB: Add Subsystems and Memory Limits to hdb.h
Nipun Garg
2019-09-03
HDB: Setup first Drawing Surface
Nipun Garg
2019-09-03
HDB: Fix private class member in readMPC()
Nipun Garg
2019-09-03
HDB: Update HDB to the Code Formatting Conventions
Nipun Garg
2019-09-03
HDB: Update HDB to the Code Formatting Conventions
Nipun Garg
2019-09-03
HDB: Add decompresser to readMPC()
Nipun Garg
2019-09-03
HDB: Add the Console class to HDB for the interactive Debugger
Nipun Garg
2019-09-03
HDB: Attach the HDBGame class into the HDBMetaEngine
Nipun Garg
2019-09-03
HDB: Create skeletal HDB game engine
Nipun Garg
2019-09-03
HDB: Add array of ADGameDescription objects
Nipun Garg
2019-09-03
HDB: Add MODULES_DIRS
Nipun Garg
2019-09-03
HDB: Add skeleton detection.cpp file
Nipun Garg
2019-09-03
HDB: Add module.mk and configure.engine
Nipun Garg