From 9e469ac28b610ecb8bce3e6c279660fae78861cf Mon Sep 17 00:00:00 2001 From: Emma Miler Date: Mon, 21 Nov 2022 00:38:42 +0100 Subject: Squirrel bridge v3 (#310) * Initial * Move squirrelmanager to virtual base class * Implement changes from code review * Formatting * Update squirrel.cpp * Formatting shit * Fix filters * Fix up Use new squirrel autobind syntax Move from `std::vector` to `std::queue` for message buffer Add `NSTestMessageBuffer` * Update squirrel.cpp * Update squirrel.h * Remove inline virtual final because this is stupid I probably had a bit of a brain fart when this was written * Moved to running ProcessMessages in-engine * Remove TestMessageBuffer * Formatting * Rename pushSQObject -> pushobject * Rename some stuff * Update squirrel.h * Formattting * Remove unneeded global access * Oops --- NorthstarDLL/NorthstarDLL.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'NorthstarDLL/NorthstarDLL.vcxproj') diff --git a/NorthstarDLL/NorthstarDLL.vcxproj b/NorthstarDLL/NorthstarDLL.vcxproj index c1532157..98e3e182 100644 --- a/NorthstarDLL/NorthstarDLL.vcxproj +++ b/NorthstarDLL/NorthstarDLL.vcxproj @@ -123,6 +123,7 @@ + -- cgit v1.2.3