Commit graph

4 commits

Author SHA1 Message Date
Jack
44755cd2da
Reduce templating of squirrel managers (#863)
* Untemplate g_pSquirrel so intellisense and stuff actually works with it
* Remove unnecessary bitwise operations
* Don't use ScriptContext_COUNT and treat INVALID as a valid flag
2025-12-21 20:41:44 +01:00
F1F7Y
ce21abe9c4
vscript: Move squirrel types to their respective files (#788)
Refactor logic to move Squirrel types to their own respective files and extend existing layouts in the process where applicable.
Contains additional smaller fixes.
2024-09-02 17:50:37 +02:00
Jan
8e56367314
Add missing case for switch cases in JSON deserialization function (#712)
RapidJSON switch gets a new case for null, where we do nothing. Future enum values would result in a new warning.
2024-06-19 14:40:23 +02:00
Jack
f5ab6fb5e8
Folder restructuring from primedev (#624)
Copies of over the primedev folder structure for easier cherry-picking of further changes

Co-authored-by: F1F7Y <filip.bartos07@proton.me>
2023-12-27 01:32:01 +01:00
Renamed from NorthstarDLL/scripts/scriptjson.cpp (Browse further)