mingodad
|
4dbe25d05a
Add new macro to make easy write extensions.
|
13 年之前 |
mingodad
|
6292263419
Add new api to push lasterror_stackinfo.
|
13 年之前 |
mingodad
|
87de821ac3
Added a typedef for unsigned SQChar "USQChar".
|
13 年之前 |
mingodad
|
d28ada154b
Moved a macro from source file to header.
|
13 年之前 |
mingodad
|
4396c00eea
Added new api functions.
|
13 年之前 |
mingodad
|
f2eaed27b2
Added an sq_assert macro like the lua_assert in Lua.
|
13 年之前 |
mingodad
|
ff5347acc2
More new api functions that exists in Lua but is missing on Squirrel
|
13 年之前 |
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 年之前 |
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.
|
13 年之前 |
mingodad
|
2f7a543579
Add new api function to push a new class with or without parent.
|
13 年之前 |
mingodad
|
b170a57626
Added new member to SQRegFunction a bool to indicate if the function should be registered as static.
|
13 年之前 |
mingodad
|
f5ebd88244
Split macro SQ_GET_INSTANCE to allow to specify stack position and var name.
|
13 年之前 |
mingodad
|
f7be9c0f1c
Add new api functions:
|
13 年之前 |
mingodad
|
ef72e4984e
Add new functions to the api to make less verbose writing extensions.
|
13 年之前 |
mingodad
|
b47560d93d
Modified version, author, copyright adding me
|
13 年之前 |
mingodad
|
b6c3870b09
Added two functions to help debug scripts getstacktop, get_last_error
|
13 年之前 |
mingodad
|
46a2b2c9c3
Added some new api functions and macros to easy writing native extensions.
|
13 年之前 |
mingodad
|
cf8faa108a
Changed sq_throwerror to work like printf.
|
13 年之前 |
mingodad
|
09cfbe61ca
Start git repository for squilu, squirrel language enhanced with lua goods.
|
13 年之前 |