1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-12 18:57:16 +01:00
SqMod/source
2020-03-21 22:00:02 +02:00
..
Base Enhance the routine implementation further by allowing it to be used as the environment itself and include a few extra helpers to avoid extra checks and lookups. 2019-07-26 19:59:34 +03: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 Candidate for backwards compatibility. 2020-03-20 20:37:17 +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