Skip to content

Commit 4b2929d

Browse files
committed
project: release v1.0.2
1 parent 5c628a4 commit 4b2929d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,23 @@ found in [readme.md](readme.md#versioning).
66

77
---
88

9+
## v1.0.2
10+
11+
In this version, some quite severe bugs regarding model script parsing have been fixed. Additionally, this release
12+
contains a lot of smaller fixes detailed below:
13+
14+
### Bugfixes
15+
16+
* [cbe6feaa] Fix issue in `archive_reader::read_bool` which would return `false` for any value other than `1`. This
17+
is not the correct behaviour since it should return `true` for any non-zero value instead. This is now the case.
18+
* [5c1c34c6] Fix typo in `#define` for log levels (thanks, @DaDummy!)
19+
* [15f0e4f9] Fix a bug in `archive_reader_binary::skip_opject` which caused the parser to jump 4 bytes too far
20+
* [a3a23ce0] Fix a compilation error specific to Apple Clang in `c_info::remove_choice`
21+
* [b3b7eb21, ff6735b7] Fix incorrect parsing of enums in `BINARY` archives.
22+
* [17dfa5af, 3abd7719, 26f53ec9, 5c628a45] Fix many issues regarding MDS parsing. MDS files seem to have a defined
23+
structure at first but there are typos in original files which break that structure. These fixes address various
24+
typos in these files to make them parse correctly again.
25+
926
## v1.0.1
1027

1128
This version contains patches for many bugs as well as some performance improvements in the _VDF_ and _ZenGin Archive_

0 commit comments

Comments
 (0)