12345678910111213141516171819202122232425262728293031323334 |
- ----------------------------------------------------------------------
- Version 1.0.0
- * First beta version of library, with most functions for extracting/patching already implemented
- ----------------------------------------------------------------------
- Version 1.0.2
- * Fixed issue when some text files were patched but didn't appear in game ("<string error DID.." error due to incomplete dictionary update)
- ----------------------------------------------------------------------
- Version 1.0.5
- * Fixed issue when some files were replaced by new files, because of incorrect fragmentation journal, which cause "Unable to send request" error in game launcher
- ----------------------------------------------------------------------
- Version 2.0.0
- * Added support for maintaining both original and patched versions of subfiles in .dat file, and switching between these versions.
- ----------------------------------------------------------------------
- Version 2.1.0
- * Changed structure of project in order to use it as library. Added basic API functions for easier library management
- ----------------------------------------------------------------------
- Version 3.0.0
- * Added support for dividing files into categories and activating/deactivating them in DatFile
- ----------------------------------------------------------------------
- Version 3.1.0
- * Fixed issue with incorrect applying patch to files with inactive category
- * Minor code improvement and fixes for capability to work with extractor
- ----------------------------------------------------------------------
- Version 3.2.0
- * Added checkers for situations when .dat file wasn't patched at all or was patched by old launcher
- ----------------------------------------------------------------------
- Version 3.3.0
- * Added check and repair functions for situation, when .dat file was patched by LotRO launcher because of official update
- ----------------------------------------------------------------------
- Version 4.0.0 (ALPHA)
- * Refactored most functions of DatFile class - they throw much less exceptions and base on returning special error values
- * Added Easylogging++ library and implememted it fully in DatFile class
- * Improved stability and constantly of library with using ordered locale sets and maps
- ----------------------------------------------------------------------
|