Releases: RA-Kooi/DwarfOne2C
Releases · RA-Kooi/DwarfOne2C
v2.1.0
Changelog:
- Fixed closing braces not generating when a function has local variables but no references to static/global variables.
- Fixed name collisions being applied to all compilation units rather than on a per compilation unit basis.
- Fixed a regression where functions/variables are interpreted incorrectly.
- Fixed hidden code being discovered incorrectly.
Possibly fixed a whole slew of other issues that would only manifest itself in C++ code by having a more correct internal representation of the code.
v2.0.0
v1.8.0
v1.7.1 hotfix
Wouldn't be a release without a hotfix coming in a few hours later :^)
Fixes closing brackets not generating when a function has local variables but no references to static/global variables.
v1.7.0
1.6.3 lukewarmfix 3
Changelog:
- Fixes type stripping introduced in 1.6
- Fixes (multi dimensional) arrays generating in the wrong order.
- Fixes types sometimes getting their modifiers twice.
1.6.2 hotfix
Changelog:
- Fixes local functions sometimes having no type (again).
- Fixes TAG_Padding always being interpreted as functions.
1.6.1 hotfix
Changelog:
- Fix functions generating with array subscript if it has no arguments and the first local variable is an array.
- Fix some tags having children they shouldn't, causing a circular type reference, ending up in a stack overflow.