Go to file
XiaoQiDigipen 7f527c30f3
Merge pull request #46 from SHADE-DP/SP3-16-Math
SP3-16 Transform System integration into Application

UPDATES

Added missing instantiation of transform system into application
BUGFIXES

Fixed an error with the Transform System being an abstract class.
Fixed warning coming from Scene Graph when adding new nodes.
Changed editor pause to true for the Transform System
2022-09-23 00:32:55 +08:00
Premake Added SHADE_Managed project and added patched premake5.exe 2022-09-12 17:46:01 +08:00
SHADE_Application Added missing transpose to transform update and a test component to application 2022-09-22 20:39:46 +08:00
SHADE_Engine Changed editor pause for transform system to true 2022-09-22 22:58:14 +08:00
SHADE_Managed Awake(), Start() and Update(), OnDestroy() for scripts now all run as intended 2022-09-22 17:25:43 +08:00
TempScriptsFolder Added faulty registration to entityDestroyed event 2022-09-22 16:40:49 +08:00
TempShaderFolder Fixed vertex data buffer being incorrect 2022-09-19 21:31:23 +08:00
.gitignore Added build path ignore 2022-09-21 22:54:15 +08:00
Dependencies.bat Merge branch 'main' into SP3-6-c-scripting 2022-09-15 12:22:37 +08:00
Dependencies.lua Fixed certain DLLs and includes missing when copying 2022-09-22 10:52:07 +08:00
generate.bat Modified generate.bat to delete all generated files before generating files 2022-09-20 16:37:29 +08:00
premake5.lua Fixed premake outputdir and interdir 2022-09-22 10:03:03 +08:00