Load order: more informative logging

Code fixes to PartyControl.cpp and ConsoleWindow.cpp.

Updated version number in documents.

Updated changelog in sslc document, and removed the mention about
empty statements (it never worked).
This commit is contained in:
NovaRain
2023-06-21 22:39:59 +08:00
parent 34092900a6
commit 135c26ab70
9 changed files with 64 additions and 48 deletions
+1 -1
View File
@@ -722,7 +722,7 @@ sfall_funcX metarule functions
#### get_string_pointer
`int sfall_func1("get_string_pointer", string text)`
- (DEPRECATED) Returns a pointer to a string variable or to a text
- __NOTE:__ this function is intended for use only in `HOOK_DESCRIPTIONOBJ`. Starting from sfall 4.3.9/3.8.39, you can return normal strings directly in the hook without calling the function
- __NOTE:__ this function is intended for use only in `HOOK_DESCRIPTIONOBJ`. Starting from sfall 4.4/3.8.40, you can return normal strings directly in the hook without calling the function
----
#### dialog_message