1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Sandu Liviu Catalin
7ad3790f8c Always name native functions to help debugging with a more clear traceback. 2019-05-17 21:35:17 +03:00
Sandu Liviu Catalin
1f27146e6c 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
Sandu Liviu Catalin
c17a54b907 Add a helper function to append multiple elements into a script array more efficiently and easier. 2017-06-19 14:06:01 +03:00
Sandu Liviu Catalin
a81b950952 Don't separate C++11 code from legacy code through macros. Make C++11 the default C++ version required. 2016-06-12 13:49:43 +03:00
Sandu Liviu Catalin
4eaf365bee Implement move semantics on the Sqrat array wrapper. 2016-06-12 13:31:28 +03:00
Sandu Liviu Catalin
46466930fb Fixed const correctness in Sqrat array. 2016-03-18 12:55:32 +02:00
Sandu Liviu Catalin
f4a11ef825 Separated major non mandatory libraries into their onwn modules.
Consolidated and simplified the module API system.
Various other fixes and improvements.
2016-02-27 11:57:10 +02:00
Sandu Liviu Catalin
fa12692490 Implemented the module system. 2016-02-23 17:48:30 +02:00
Sandu Liviu Catalin
08f7f396c9 Added external Sqrat library. 2015-11-01 10:06:54 +02:00