5743cd5c91Merge pull request #84 from paulsapps/msvc_warnings
Alberto Demichelis
2017-03-28 13:05:30 +08:00
76c67169edDisable noisy MSVC warning that will never be fixed
Paul
2017-03-27 21:13:42 +01:00
aa4afc5b14Allow disable of CMake install() sections
Paul
2017-03-27 21:08:56 +01:00
5b3bfb21fbMerge pull request #79 from paulsapps/master
Alberto Demichelis
2017-03-14 18:58:53 +08:00
6186e02a23Merge pull request #80 from jansol/submodule-fix
Alberto Demichelis
2017-03-14 18:58:17 +08:00
bdcb7cc12bFix building as a git submodule.
Jan Solanti
2017-03-10 19:42:10 +02:00
d130dc5471Add DISABLE_DYNAMIC to disable building shared libs for the case where you only want static libs.
Paul
2017-02-25 14:40:47 +00:00
be35cf850b-fixed _set method in userdata deelegates -fixed some warnings -sq_gettypetag doesn't set last error(it's treated as SQBool function but keeps a SQRESULT for backward compatibility)
albertodemichelis
2017-01-02 18:21:41 +08:00
05dbbc1820Merge pull request #77 from iSLC/master
Alberto Demichelis
2016-11-21 13:31:11 +08:00
795af921ccNever assume the format is actually a string.
Sandu Liviu Catalin
2016-11-16 10:47:29 +02:00
fae1cabb51Merge pull request #73 from mfxmfx/fix-unused-arg-macro
Alberto Demichelis
2016-08-20 20:42:57 +08:00
cfd4df6988Merge pull request #70 from dut-lang/issue_69
Alberto Demichelis
2016-08-20 20:39:26 +08:00
c7a0707137Merge pull request #72 from mfxmfx/normalize-whitespace
Alberto Demichelis
2016-08-20 20:38:16 +08:00
701a0e4ae5Fix the SQ_UNUSED_ARG() macro so that is works with current gcc version.
Markus F.X.J. Oberhumer
2016-08-19 14:23:13 +02:00
eeba56c81bNormalize whitespace.
Markus F.X.J. Oberhumer
2016-08-19 13:40:31 +02:00
87deb68c46rewrite 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.
zeromus
2016-06-20 01:51:44 -05:00
457f3b25bcdocs fix... all the builtin_functions for function were mislabeled as array?
zeromus
2016-06-20 01:07:30 -05:00
98b5cc434dsupport sq_getinteger() for bools (returns SQFalse or SQTrue in the SQInteger). Useful for format("%d",mybool)
zeromus
2016-06-19 18:48:01 -05:00
2e346b54acFIX: no warnings on unused arguments on non-gnu compilers
Dwachs
2016-06-08 21:08:38 +02:00
09c4e7a8c1fix docs for 'unsigned right shift operator' to reference >>> instead of <<< ! also minor tidying in same file
zeromus
2016-05-12 11:22:41 -05:00
4f20c881abMerge pull request #47 from zeromus/printf
Alberto Demichelis
2016-05-16 01:45:37 +08:00
f441f7f99dsmall fix in sq_getstringandsize
albertodemichelis
2016-05-16 01:44:13 +08:00
8ca802658cMerge pull request #45 from zeromus/pstring
Alberto Demichelis
2016-05-16 01:42:00 +08:00
9004743fc4docs for sq_getstringandssize
zeromus
2016-05-15 01:00:47 -05:00
0961039dd7change sq_getpstring to sq_getstringandsize
zeromus
2016-05-15 00:53:11 -05:00
7c0550b8adprintf docs and other small docs tidies
zeromus
2016-05-15 00:30:15 -05:00
e0f0e180a3add 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).
zeromus
2016-05-12 11:46:04 -05:00
656c6a0d68add 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.
zeromus
2016-05-10 20:56:46 -05:00
2aef08d0a5fixed fallback set removed some cruft
albertodemichelis
2016-05-07 02:38:41 +08:00
f87cd114d7Merge pull request #43 from zeromus/master
Alberto Demichelis
2016-05-06 16:10:47 +08:00
7bb5dd4982move TARGET and STK to sqvm.cpp instead of SQ to reduce probability of collisions in case inner headers are included
zeromus
2016-05-05 10:23:44 -05:00
5b50a56e56docs fixes and formatting
zeromus
2016-05-03 12:33:31 -05:00
8242f5ac06Merge pull request #40 from iSLC/master
Alberto Demichelis
2016-04-28 16:59:05 +08:00
35ab252494Merge pull request #38 from zeromus/master
Alberto Demichelis
2016-04-24 00:16:53 +08:00
160184d2ddRevert "add some stack-condition error checking to sqstdlib registration routines"
zeromus
2016-04-21 21:52:13 -05:00
b9fc931752add some stack-condition error checking to sqstdlib registration routines and to sqstd_dofile
zeromus
2016-04-20 21:19:24 -05:00
72135d9a7fSQStream should have a virtual dtor, to shut up warnings and probably for some good reason but i dont know
zeromus
2016-04-20 21:05:06 -05:00
7305257b95tidy sq_setreleasehook and sq_getreleasehook
zeromus
2016-04-20 20:50:53 -05:00
e347779446fix various typos and incompletely apply very lightweight formatting normalization (continued)
zeromus
2016-04-18 06:46:35 -05:00
4125aa515dMerge pull request #37 from appetizermaker/master
Alberto Demichelis
2016-04-19 23:57:11 +08:00
ed23d140dfFix small mistake on sqlexer.cpp
appetizermaker
2016-04-19 23:25:08 +09:00
8fb371b3fcMerge pull request #35 from zeromus/master
Alberto Demichelis
2016-04-19 03:26:03 +08:00
78b44c851badd a note to push a dummy value for sq_call when constructing an instance. this just cost me a lot of time!
zeromus
2016-04-17 08:42:37 -05:00
b35c9e827cfix various typos and incompletely apply very lightweight formatting normalization; clarify sq_getbyhandle applies to class or instance
zeromus
2016-04-14 21:33:27 -05:00
f8f229fa00Merge pull request #33 from zeromus/master
Alberto Demichelis
2016-04-15 19:31:43 +08:00