zeromus
|
98b5cc434d
support sq_getinteger() for bools (returns SQFalse or SQTrue in the SQInteger). Useful for format("%d",mybool)
|
9 lat temu |
zeromus
|
3c4098da84
small docs fixes. small typo fixes in sqapi.cpp error messages
|
9 lat temu |
zeromus
|
997c7aefd2
Update sqapi.cpp
|
9 lat temu |
albertodemichelis
|
f441f7f99d
small fix in sq_getstringandsize
|
9 lat temu |
zeromus
|
0961039dd7
change sq_getpstring to sq_getstringandsize
|
9 lat temu |
zeromus
|
656c6a0d68
add SQPString and sq_getpstring() - an easy way to retrieve strings along with their size, to avoid useless strlens later. it's named PString to suggest that it's like a pascal-style PSTring, prefixed with the length--that's basically what it is.
|
9 lat temu |
zeromus
|
7305257b95
tidy sq_setreleasehook and sq_getreleasehook
|
9 lat temu |
zeromus
|
953d9e9771
fix typo in error messages: "stack overflow, cannot resize stack while in a metamethod"
|
9 lat temu |
Fabian Wolff
|
2fb3522470
Various improvements
|
9 lat temu |
Markus F.X.J. Oberhumer
|
0378c7016f
Normalize whitespace.
|
9 lat temu |
albertodemichelis
|
b14fc118c0
fixed regression in sq_resume
|
10 lat temu |
mingodad
|
cf5b6bbabf
Add array to the list of invalid types for sq_bindenv.
|
10 lat temu |
mingodad
|
be2955b926
Remove multiple calls with same parameter by only one call.
|
10 lat temu |
mingodad
|
fc3da7819f
Fix possible buffer overflow, sizeof(SQChar) can be > 1 and the we need to reserve/allocate the correct size.
|
10 lat temu |
albertodemichelis
|
85dfe4b676
first commit
|
10 lat temu |