Skip to content

Commit 6664fc3

Browse files
committed
chore: update changelog.md
1 parent 037db91 commit 6664fc3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Other breaking changes:
5959
* [202e9b8b] Added a `TextureBuilder` for creating new textures from scratch
6060
* [a3a408f9] Deadalus external functions can now also take a `DaedalusSymbol&` as a parameter (instead of just a name)
6161
* [d0b8dcf7] Add support for loading uncompressed VdfsTool VDFs
62+
* [037db917] Added supported for the ARGB4 texture format
6263

6364
### Bugfixes
6465
* [a5cdce4c] Fixed possible `nullptr`-dereference in `Vfs::mount_disk`
@@ -67,13 +68,19 @@ Other breaking changes:
6768
* [5eb44c88,2b5aa9e8] Fixed some issues with memory leakage in the `Vfs`
6869
* [713480bf] Fixed a dangeling reference issue in `DaedalusVm::register_default_external`
6970
* [c9acf8e9,3d67ed5a] Fixed some broken bounds checks in `DaedalusVm` and `DaedalusScript`
71+
* [748962d6] Fixed an issue where exported VDF files could not be read in by some tools because the journal was at the incorrect location
72+
* [51540d8d] Fixed an issue where the file and directory count was written out-of-order in the VDF export
73+
* [616182ac,7dc594e3,36c2e909,f942cf20] Fixed a set of issues preventing files from being read correctly on Windows when MMAP support was disabled.
74+
* [f6ded81a] Fixed a segfault which could happen when reading in a world with an empty BSP-tree.
7075

7176
### Misc
7277
* Added documentation for all known VObs and their fields. This new documentation can be viewed at
7378
[zk.gothickit.dev](https://zk.gothickit.dev/engine/objects/zCVob/), and it has been mirrored to the
7479
[Gothic Modding Community (GMC)](https://auronen.cokoliv.eu/gmc/zengin/worlds/Classes/zCVob/)'s page.
7580
* [6e71a70c] `mio` has been dropped and replaced by a custom, simpler memory mapping implementation (`zenkit::Mmap`)
7681
* [1f887325] Sped up `Mesh` parsing for some Windows systems by up to 15x
82+
* [5e60a3a6] The VDF export now always outputs the current date as the file's timestamp
83+
* [f53a9551] The Daedalus VM's stack is now managed correctly when functions exit with unconsumed data on the stack.
7784

7885
### Deprecations
7986
* All APIs in the `phoenix` namespace. Migrate to their analogs in the `zenkit` namespace instead! Also see [the migration guide](https://zk.gothickit.dev/library/misc/v1.2-to-v1.3/.)

0 commit comments

Comments
 (0)