1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 16:57:16 +01:00
SqMod/include/sqrat
2018-10-31 20:11:15 +02:00
..
sqratAllocator.h Use standard type trait instead of legacy solution. 2018-10-31 20:11:15 +02:00
sqratArray.h Add a helper function to append multiple elements into a script array more efficiently and easier. 2017-06-19 14:06:01 +03:00
sqratClass.h Get rid of explicit format enabled constructors since they're detected automatically. 2018-10-31 20:07:46 +02:00
sqratClassType.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratConst.h Standardize helper structures to simplify the registration of constants and also to reduce compilation times and executable size. 2016-11-23 00:57:55 +02:00
sqratFunction.h Update code to comply with changes in the Squirrel API. 2018-10-25 20:08:31 +03:00
sqratGlobalMethods.h Attempt to fix function binding to comply with changes to StackStrF. 2018-10-24 21:37:51 +03:00
sqratMemberMethods.h Attempt to fix function binding to comply with changes to StackStrF. 2018-10-24 21:37:51 +03:00
sqratObject.h Improve performance in overloaded methods calls by cheating a little and calling the overload directly instead of pushing the parameters back on the stack and performing a regular function call. 2018-10-26 21:56:06 +03:00
sqratOverloadMethods.h Remove string stream header. Remove unused variable. 2018-10-31 17:34:23 +02:00
sqratScript.h Separated major non mandatory libraries into their onwn modules. 2016-02-27 11:57:10 +02:00
sqratTable.h Massive code reduction in the binding utility by using variadic templates. 2018-07-30 00:58:27 +03:00
sqratTypes.h Allow argument forwarder to return a value. 2018-10-31 20:07:06 +02:00
sqratUtil.h Fix StackStrF mistaking the free function variable containing the native function wrapper pointer as a user passed parameter. 2018-10-25 19:43:38 +03:00