File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ found in [readme.md](readme.md#versioning).
6
6
7
7
---
8
8
9
+ ## v1.1.2
10
+
11
+ ### Bugfixes
12
+ * [ a0574b7e] ` vm::call_function() ` now properly compiles when building a shared library.
13
+ * [ 6adfc908] The ` camera_trajectory ` enum now contains the correct enum value for ` camera_trajectory::object ` .
14
+ * [ efe212a8] Added support for semicolons in model script source files.
15
+ * [ b55206c5] The buffer now no longer segfaults when loading empty files.
16
+ * [ 89bb2430] When reading a line at EOF, the buffer no longer throws an exception, but rather returns the empty string.
17
+ * [ 5d8b5116] ` light_preset ` and ` light ` VObs now correctly support greyscale color transitions.
18
+ * [ 4b512fa3] Parsing of model scripts now features improved compatibility for modded installations.
19
+ * [ 090dc1be] For compatibility with mods, values of Daedalus string symbols are now parsed using a special algorithm
20
+ to avoid data corruption.
21
+
9
22
## v1.1.1
10
23
11
24
This update again brings many bugfixes and smaller improvements in addition to updates to the documentation.
You can’t perform that action at this time.
0 commit comments