You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
- config is reloaded on a new game session
11
11
-[READ_MEMORY_WITH_OFFSET](https://library.sannybuilder.com/#/sa/memory/2401) and [WRITE_MEMORY_WITH_OFFSET](https://library.sannybuilder.com/#/sa/memory/2402) now behave identically to `READ_MEMORY`/`WRITE_MEMORY`; READ_MEMORY_WITH_OFFSET no longer reads input as a null-terminated string when the output is a string variable
12
12
- removed a check preventing allocation of zero-sized memory blocks
13
-
- hardened paths validation to prevent access to files outside of game root and settings directories
13
+
- hardened path validation to prevent access to files outside of game root and settings directories
14
14
- fixed an issue causing scripts to load and execute twice on a new game session
15
15
- fixed multiple bugs related to game crashes and script handling
16
16
- fixed script corruption when loading a CLEO mission exceeding 69,000 bytes
0 commit comments