Releases: archibalduk/EHM_DAL
v0.2.1-alpha
EHM DAL is an unofficial data abstraction layer for Eastside Hockey Manger 1 databases and saved games which you can integrate into your own Qt/C++ projects. EHM DAL provides a library of functions which enable an EHM database or saved game to be loaded and parsed without needing to code any of your own file i/o functions or any database structures.
Improvements
- Add
SavedGameFileManager
for easy file i/o access to saved games; and - Add support for
GameChildTreeTable
inSpreadsheet
which allows for easy export of tree tables viaSpreadsheet::add()
.
Bugfixes
- Fix
QVariant AbstractTableItem::data()
returning the incorrect role data in certain instances.
Further Information
Qt build version: 6.7.2
Visit the EHM DAL documentation for details of the various classes and functions.
Visit the EHM DAL wiki for guides and tutorials.
v0.2.0-alpha
EHM DAL is an unofficial data abstraction layer for Eastside Hockey Manger 1 databases and saved games which you can integrate into your own Qt/C++ projects. EHM DAL provides a library of functions which enable an EHM database or saved game to be loaded and parsed without needing to code any of your own file i/o functions or any database structures.
This is the first release of EHM DAL and includes support for read-only access for databases and saved games.
Further Information
Qt build version: 6.7.1
Visit the EHM DAL documentation for details of the various classes and functions.
Visit the EHM DAL wiki for guides and tutorials.