aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/squirrel
AgeCommit message (Collapse)Author
2023-01-04Improve response to UI VM compile errors (#388)v1.11.2-rc3v1.11.2Jack
* log reaction to script compile errors * move log line to make a bit more sense * change log message and show console on non-fatal ui compile error * improve SQSharedState struct and CSquirrelVM struct Co-Authored-By: Maya <11448698+RoyalBlue1@users.noreply.github.com> * Improve IsUIVM Co-Authored-By: Maya <11448698+RoyalBlue1@users.noreply.github.com> * Remove now-unnecessary showing of console * remove extra logging Co-authored-by: Maya <11448698+RoyalBlue1@users.noreply.github.com>
2023-01-04Fix UI VM Destruction (again again) (#380)Emma Miler
2023-01-04Restructuring (#365)Emma Miler
* Remove launcher proxy * Restructuring * More restructuring * Fix include dirs * Fix merge * Remove clang thing * Filters * Oops