Skip to content

Releases: archibalduk/EHM_DAL

v0.2.1-alpha

22 Jun 12:13
Compare
Choose a tag to compare
v0.2.1-alpha Pre-release
Pre-release

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 in Spreadsheet which allows for easy export of tree tables via Spreadsheet::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

11 Jun 09:45
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

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.