Implemented CodeType enums in some SafeWrite8

Replaced some SafeWriteX with SafeWriteBatch.
Misc code edits to DebugEditor.cpp and ScriptExtender.cpp.
Minor edits to documents.
This commit is contained in:
NovaRain
2020-07-21 12:42:46 +08:00
parent 74d3cb9707
commit 82db339ff9
20 changed files with 69 additions and 64 deletions
@@ -340,6 +340,9 @@ There are several changes in this version of sslc which may result in problems f
=== Changelog ===
=================
> sfall 4.2.7
- added ability to declare local variables anywhere in the procedure body
> sfall 4.2.3
- fixed compiler giving "assignment operator expected" error when a variable-like macro is not being defined properly
- added new logical operators "AndAlso", "OrElse" for short-circuit evaluation of logical expressions