mingodad
|
b0de9fb2a6
Changed the prototype of SquiLu extension functions from "SQInteger (*SQFUNCTION)(HSQUIRRELVM)" to "SQRESULT (*SQFUNCTION)(HSQUIRRELVM)" and update all functions to use SQRESULT for consistency.
|
13 lat temu |
mingodad
|
26ddf8c5dc
Fixed a mistake from when done copy & paste.
|
13 lat temu |
mingodad
|
1829e76e0f
Add a vector to SharedState where to store release hooks to be called when is safe to work with the vm, right now I'm calling it after calls to closures and whe finalizing the vm.
|
13 lat temu |
mingodad
|
d9ccdf8e63
Added a port of math.random from Lua 5.1.5 to Squirrel
|
13 lat temu |
mingodad
|
86e9e91820
Added new functions and moved math to a table called math like in Lua to don't pollute the global namespace.
|
13 lat temu |
mingodad
|
09cfbe61ca
Start git repository for squilu, squirrel language enhanced with lua goods.
|
13 lat temu |