Sandu Liviu Catalin
0e96cc73a9
Don't create a variable out of ArgFwd since it's an empty structure used purely for ease of use in specialisations.
2018-10-31 20:20:09 +02:00
Sandu Liviu Catalin
d556364ecf
Attempt to fix function binding to comply with changes to StackStrF.
...
Various other changes to fix other issues related to changes in StackStrF behavior.
2018-10-24 21:37:51 +03:00
Sandu Liviu Catalin
464821592c
Remove traces of noexcept from the binding library. This would've impaired the exception handling required by the binding system and cause a program termination for even the slightest error that occured from the script.
2018-10-23 21:29:28 +03:00
Sandu Liviu Catalin
0deb209e7b
Refactor the binding library even further to reduce code size and complexity.
2018-07-30 21:44:04 +03:00
Sandu Liviu Catalin
ecca09d6ce
Allow null parameters in StackStrF.
2018-07-30 20:40:52 +03:00
Sandu Liviu Catalin
4e31fc478c
Multiple fixes for last refactoring.
2018-07-30 01:51:02 +03:00
Sandu Liviu Catalin
f300e7ff4a
Massive code reduction in the binding utility by using variadic templates.
...
Extensive code refactoring surrounding the StackStrF helper to facilitate the new changes.
Various other miscellaneous changes and code refactoring to facilitate the new changes.
2018-07-30 00:58:27 +03:00
Sandu Liviu Catalin
199e9ac502
Significantly reduce the amount of code required to forward calls from scripts to global native functions with format support by using variadic templates.
2018-07-29 20:25:11 +03:00
Sandu Liviu Catalin
a63398913b
Fix parameter count check.
2018-07-29 19:32:19 +03:00
Sandu Liviu Catalin
fb39d5a300
Significantly reduce the amount of code required to forward calls from scripts to global native functions by using variadic templates.
2018-07-29 19:28:46 +03:00
Sandu Liviu Catalin
bb7a6881c6
Make sure that the free variable containing the pointer of the registered native closures is taken into account when registering functions with formatting support that take no extra parameters other than the formatting string and trailing variable arguments.
2017-06-17 22:41:03 +03:00
Sandu Liviu Catalin
d359bd5c7b
Make StackStrF constant when registering methods with formatting support.
2016-11-22 16:08:11 +02:00
Sandu Liviu Catalin
64a2957129
Always receive the StackStrF type as a const reference.
2016-11-16 15:09:37 +02:00
Sandu Liviu Catalin
0137dfc66f
Move the plugin Squirrel utilities to the Sqrat binding utility.
...
Implement registration of functions and methods with string formatting support in the Sqrat binding utility.
Few minor other fixes.
2016-11-16 11:54:07 +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