1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 08:47:17 +01:00
SqMod/source
Sandu Liviu Catalin 9978dbe88c Move shared code into main source.
Remove extra module API.
2020-03-21 22:16:48 +02:00
..
Base Move shared code into main source. 2020-03-21 22:16:48 +02:00
Core Rename function to better express the intention behind it. 2020-03-21 13:57:38 +02:00
Entity Candidate for backwards compatibility. 2020-03-20 20:37:17 +02:00
Library More work on Cmake scripts. 2020-03-21 22:00:02 +02:00
Misc Move shared code into main source. 2020-03-21 22:16:48 +02:00
CMakeLists.txt More work on Cmake scripts. 2020-03-21 22:00:02 +02:00
Core.cpp Allow the user to controll when the null entity instances are created. Creating them before executing any scripts will lock entity classes and prevent the user from adding custom elements. 2020-03-21 13:54:38 +02:00
Core.hpp Allow the user to controll when the null entity instances are created. Creating them before executing any scripts will lock entity classes and prevent the user from adding custom elements. 2020-03-21 13:54:38 +02:00
Logger.cpp Include code line in runtime debug. 2019-06-16 02:51:16 +03:00
Logger.hpp Improve the debug information provided by the logger. Include value, size, type and other useful information where possible. 2019-05-17 22:54:08 +03:00
Main.cpp Candidate for backwards compatibility. 2020-03-20 20:37:17 +02:00
Register.cpp Back port changes to squirrel library. Separate mdoule speciffic changes and/or additions to squirrel into their own files. 2019-04-24 22:33:42 +03:00
SqBase.hpp Candidate for backwards compatibility. 2020-03-20 20:37:17 +02:00