Commit History

作者 SHA1 備註 提交日期
  albertodemichelis f441f7f99d small fix in sq_getstringandsize 9 年之前
  zeromus 0961039dd7 change sq_getpstring to sq_getstringandsize 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 年之前
  zeromus 7305257b95 tidy sq_setreleasehook and sq_getreleasehook 9 年之前
  zeromus 953d9e9771 fix typo in error messages: "stack overflow, cannot resize stack while in a metamethod" 9 年之前
  Fabian Wolff 2fb3522470 Various improvements 9 年之前
  Markus F.X.J. Oberhumer 0378c7016f Normalize whitespace. 9 年之前
  albertodemichelis b14fc118c0 fixed regression in sq_resume 10 年之前
  mingodad cf5b6bbabf Add array to the list of invalid types for sq_bindenv. 10 年之前
  mingodad be2955b926 Remove multiple calls with same parameter by only one call. 10 年之前
  mingodad fc3da7819f Fix possible buffer overflow, sizeof(SQChar) can be > 1 and the we need to reserve/allocate the correct size. 10 年之前
  albertodemichelis 85dfe4b676 first commit 10 年之前