mingodad
|
edb1998526
Moved some defines used in sqstdstring.cpp to squirrel.h
|
vor 13 Jahren |
mingodad
|
409fe0966a
Added new api to write bytecode as SquiLu code to make it easier to understand bytecode generation.
|
vor 13 Jahren |
mingodad
|
cc57b0e577
Added two new api functions to call script functions printf style.
|
vor 13 Jahren |
mingodad
|
9b01207919
Added pdf generation to the fltk module.
|
vor 13 Jahren |
mingodad
|
2d28dca9b2
Added a macro to calculate the size of static strings.
|
vor 13 Jahren |
mingodad
|
f889b29cc5
Add new function "atexithandler" to register a function to be called at scripting exit.
|
vor 13 Jahren |
mingodad
|
ad3e5f5c6c
Added two new api functions "sq_setfenv" and "sq_getfenv" the first sets a function environment with optionally cloning it, the second gets (push on stack) a function env with the option to push the roottable when the env is null.
|
vor 13 Jahren |
mingodad
|
6d30d3313a
Add new api function "SQBool sq_rawexists(HSQUIRRELVM v,SQInteger idx)" that do not throw error if not found.
|
vor 13 Jahren |
mingodad
|
4dbe25d05a
Add new macro to make easy write extensions.
|
vor 13 Jahren |
mingodad
|
6292263419
Add new api to push lasterror_stackinfo.
|
vor 13 Jahren |
mingodad
|
87de821ac3
Added a typedef for unsigned SQChar "USQChar".
|
vor 13 Jahren |
mingodad
|
d28ada154b
Moved a macro from source file to header.
|
vor 13 Jahren |
mingodad
|
4396c00eea
Added new api functions.
|
vor 13 Jahren |
mingodad
|
f2eaed27b2
Added an sq_assert macro like the lua_assert in Lua.
|
vor 13 Jahren |
mingodad
|
ff5347acc2
More new api functions that exists in Lua but is missing on Squirrel
|
vor 13 Jahren |
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.
|
vor 13 Jahren |
mingodad
|
0682b72199
Add new parameter to sq_pushnewclass to indicate if we want the new class left on top of the stack and fixed the logic inside this function.
|
vor 13 Jahren |
mingodad
|
2f7a543579
Add new api function to push a new class with or without parent.
|
vor 13 Jahren |
mingodad
|
b170a57626
Added new member to SQRegFunction a bool to indicate if the function should be registered as static.
|
vor 13 Jahren |
mingodad
|
f5ebd88244
Split macro SQ_GET_INSTANCE to allow to specify stack position and var name.
|
vor 13 Jahren |
mingodad
|
f7be9c0f1c
Add new api functions:
|
vor 13 Jahren |
mingodad
|
ef72e4984e
Add new functions to the api to make less verbose writing extensions.
|
vor 13 Jahren |
mingodad
|
b47560d93d
Modified version, author, copyright adding me
|
vor 13 Jahren |
mingodad
|
b6c3870b09
Added two functions to help debug scripts getstacktop, get_last_error
|
vor 13 Jahren |
mingodad
|
46a2b2c9c3
Added some new api functions and macros to easy writing native extensions.
|
vor 13 Jahren |
mingodad
|
cf8faa108a
Changed sq_throwerror to work like printf.
|
vor 13 Jahren |
mingodad
|
09cfbe61ca
Start git repository for squilu, squirrel language enhanced with lua goods.
|
vor 13 Jahren |