zeromus
|
e618271e11
add mechanism for configuring squirrel by #including _SQ_CONFIG_INCLUDE, if it exists
|
лет назад: 9 |
zeromus
|
d81f7e1c9d
fix typo in sq_writeclosure error message
|
лет назад: 9 |
Alberto Demichelis
|
7aadf19f34
Merge pull request #63 from zeromus/master
|
лет назад: 9 |
Alberto Demichelis
|
f7cf119db7
Merge pull request #61 from zeromus/getinteger-from-bool
|
лет назад: 9 |
Alberto Demichelis
|
a96a2f3d78
Merge pull request #62 from allenluce/doc1
|
лет назад: 9 |
Allen Luce
|
90cd4bc238
Documentation cleanup, part one.
|
лет назад: 9 |
zeromus
|
ba338b145c
remove spurious 'previdx' from _tostring metamethod docs
|
лет назад: 9 |
zeromus
|
87deb68c46
rewrite docs for 'this' argument passing. I found some of the finer points to be confusing (I was led to believe indexing a function off an object would bindenv the object to it, but it doesnt). So I changed the language to 'immediately indexed' and then tried to elaborate that.
|
лет назад: 9 |
zeromus
|
457f3b25bc
docs fix... all the builtin_functions for `function` were mislabeled as `array`?
|
лет назад: 9 |
zeromus
|
98b5cc434d
support sq_getinteger() for bools (returns SQFalse or SQTrue in the SQInteger). Useful for format("%d",mybool)
|
лет назад: 9 |
zeromus
|
7290b1fffe
docs & error message tidy
|
лет назад: 9 |
Alberto Demichelis
|
26ef4c4f5e
Merge pull request #54 from Dwachs/no_warning_unused
|
лет назад: 9 |
Alberto Demichelis
|
2d509d385b
Merge pull request #57 from zeromus/master
|
лет назад: 9 |
zeromus
|
3b217e7e42
fix getstackinfos docs
|
лет назад: 9 |
zeromus
|
3c4098da84
small docs fixes. small typo fixes in sqapi.cpp error messages
|
лет назад: 9 |
zeromus
|
997c7aefd2
Update sqapi.cpp
|
лет назад: 9 |
Dwachs
|
2e346b54ac
FIX: no warnings on unused arguments on non-gnu compilers
|
лет назад: 9 |
zeromus
|
09c4e7a8c1
fix docs for 'unsigned right shift operator' to reference >>> instead of <<< ! also minor tidying in same file
|
лет назад: 9 |
Alberto Demichelis
|
4f20c881ab
Merge pull request #47 from zeromus/printf
|
лет назад: 9 |
albertodemichelis
|
f441f7f99d
small fix in sq_getstringandsize
|
лет назад: 9 |
Alberto Demichelis
|
8ca802658c
Merge pull request #45 from zeromus/pstring
|
лет назад: 9 |
zeromus
|
9004743fc4
docs for sq_getstringandssize
|
лет назад: 9 |
zeromus
|
0961039dd7
change sq_getpstring to sq_getstringandsize
|
лет назад: 9 |
zeromus
|
7c0550b8ad
printf docs and other small docs tidies
|
лет назад: 9 |
zeromus
|
e0f0e180a3
add a printf function to the string stdlib, so we can avoid having to write print(format( all the time. it should be a little more lean than writing that function in lua yourself (can work entirely from scratchpad this way).
|
лет назад: 9 |
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 |
albertodemichelis
|
16ab1fd6c0
Merge branch 'master' of https://github.com/albertodemichelis/squirrel
|
лет назад: 9 |
albertodemichelis
|
2aef08d0a5
fixed fallback set
|
лет назад: 9 |
Alberto Demichelis
|
f87cd114d7
Merge pull request #43 from zeromus/master
|
лет назад: 9 |
zeromus
|
7bb5dd4982
move TARGET and STK to sqvm.cpp instead of SQ to reduce probability of collisions in case inner headers are included
|
лет назад: 9 |