1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00
SqMod/source
Sandu Liviu Catalin 44b1cb5d96 Move Squirrel and Sqrat into the root level directory.
Create the initial CMake build scripts.
2020-03-21 21:39:01 +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 Initial implementation of directory traversal utility. 2019-08-14 04:36:45 +03:00
Misc Candidate for backwards compatibility. 2020-03-20 20:37:17 +02:00
CMakeLists.txt Move Squirrel and Sqrat into the root level directory. 2020-03-21 21:39:01 +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