Commit Graph

13 Commits

Author SHA1 Message Date
8d57d6056b sq_getinstanceup adds throwerror parameter 2021-06-22 17:56:46 +08: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)
2017-01-02 18:21:41 +08:00
eeba56c81b Normalize whitespace.
Convert source files to Unix EOL mode, convert .bat files to DOS EOL
mode, de-tabify and strip trailing whitespace.
2016-08-19 13:40:31 +02:00
160184d2dd Revert "add some stack-condition error checking to sqstdlib registration routines"
This reverts part of commit b9fc931752.
2016-04-22 22:29:22 -05:00
b9fc931752 add some stack-condition error checking to sqstdlib registration routines and to sqstd_dofile 2016-04-20 21:19:24 -05:00
175139968a error message fix: Unrecognozed ecoding 2016-04-14 18:28:56 -05:00
d9ce07f065 Merge branch master 2016-03-08 13:59:33 +01:00
2fb3522470 Various improvements 2016-03-06 19:43:57 +01:00
6dee69057e Silence all -Wunused-parameter warnings. 2016-03-06 16:15:13 +01:00
bf2c28b0ce Silence all -Wmissing-field-initializer warnings. 2016-03-06 16:04:32 +01:00
ec36322140 Improve const-correctness.
This avoids some pedantic compiler warnings and also removes any
non-shared data from the squirrel core.

Before:

  size --totals sqstdlib/*.o squirrel/*.o
     text    data     bss     dec     hex filename
   261270    3776       0  265046   40b56 (TOTALS)

After:

  size --totals sqstdlib/*.o squirrel/*.o
     text    data     bss     dec     hex filename
   265046       0       0  265046   40b56 (TOTALS)
2016-02-22 22:15:31 +01:00
0378c7016f Normalize whitespace.
Convert files to Unix EOL mode, de-tabify and strip trailing whitespace.
2016-02-15 20:51:20 +01:00
85dfe4b676 first commit 2015-12-22 03:14:21 +08:00