Commit Graph

  • 5743cd5c91 Merge pull request #84 from paulsapps/msvc_warnings Alberto Demichelis 2017-03-28 13:05:30 +08:00
  • 76c67169ed Disable noisy MSVC warning that will never be fixed Paul 2017-03-27 21:13:42 +01:00
  • aa4afc5b14 Allow disable of CMake install() sections Paul 2017-03-27 21:08:56 +01:00
  • 5b3bfb21fb Merge pull request #79 from paulsapps/master Alberto Demichelis 2017-03-14 18:58:53 +08:00
  • 6186e02a23 Merge pull request #80 from jansol/submodule-fix Alberto Demichelis 2017-03-14 18:58:17 +08:00
  • bdcb7cc12b Fix building as a git submodule. Jan Solanti 2017-03-10 19:42:10 +02:00
  • d130dc5471 Add 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
  • 05dbbc1820 Merge pull request #77 from iSLC/master Alberto Demichelis 2016-11-21 13:31:11 +08:00
  • 795af921cc Never assume the format is actually a string. Sandu Liviu Catalin 2016-11-16 10:47:29 +02:00
  • fae1cabb51 Merge pull request #73 from mfxmfx/fix-unused-arg-macro Alberto Demichelis 2016-08-20 20:42:57 +08:00
  • cfd4df6988 Merge pull request #70 from dut-lang/issue_69 Alberto Demichelis 2016-08-20 20:39:26 +08:00
  • c7a0707137 Merge pull request #72 from mfxmfx/normalize-whitespace Alberto Demichelis 2016-08-20 20:38:16 +08:00
  • 701a0e4ae5 Fix 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
  • eeba56c81b Normalize whitespace. Markus F.X.J. Oberhumer 2016-08-19 13:40:31 +02:00
  • 48842f0979 fixing indentation error and return object delegate cycle Avelino 2016-08-17 20:23:08 -03:00
  • f3bb11ef99 fixed typo, file indentation Avelino 2016-08-13 18:01:21 -03:00
  • 36c308bf57 Fixed code style, remove the warning from gcc issue #69 Avelino 2016-08-13 17:45:05 -03:00
  • bd43d374dc minor documentation fixes albertodemichelis 2016-08-07 01:29:58 +08:00
  • 3019ac3c2c fixed VC issue with VC albertodemichelis 2016-07-30 19:13:29 +08:00
  • 5e4bcebc6f fixed VC issue with SQ_UNUSED_ARG albertodemichelis 2016-07-30 19:13:05 +08:00
  • 17124aa789 Merge branch 'master' of https://github.com/albertodemichelis/squirrel albertodemichelis 2016-07-30 19:09:53 +08:00
  • 2ad9683f54 added rawcall albertodemichelis 2016-07-30 19:09:40 +08:00
  • d1d28aacc9 Merge pull request #66 from msakuta/master Alberto Demichelis 2016-07-21 18:14:09 +08:00
  • 15e2c23eea Minor spelling fix msakuta 2016-07-19 16:19:35 -04:00
  • 7629853586 Merge pull request #65 from zeromus/master Alberto Demichelis 2016-07-14 00:10:25 +08:00
  • e618271e11 add mechanism for configuring squirrel by #including _SQ_CONFIG_INCLUDE, if it exists zeromus 2016-07-12 18:06:30 -05:00
  • d81f7e1c9d fix typo in sq_writeclosure error message zeromus 2016-06-26 20:19:51 -05:00
  • 7aadf19f34 Merge pull request #63 from zeromus/master Alberto Demichelis 2016-06-24 23:50:16 +08:00
  • f7cf119db7 Merge pull request #61 from zeromus/getinteger-from-bool Alberto Demichelis 2016-06-24 23:17:32 +08:00
  • a96a2f3d78 Merge pull request #62 from allenluce/doc1 Alberto Demichelis 2016-06-24 23:16:36 +08:00
  • 90cd4bc238 Documentation cleanup, part one. Allen Luce 2016-06-23 14:48:20 -07:00
  • ba338b145c remove spurious 'previdx' from _tostring metamethod docs zeromus 2016-06-21 19:29:53 -05:00
  • 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. zeromus 2016-06-20 01:51:44 -05:00
  • 457f3b25bc docs fix... all the builtin_functions for function were mislabeled as array? zeromus 2016-06-20 01:07:30 -05:00
  • 98b5cc434d support 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
  • 7290b1fffe docs & error message tidy zeromus 2016-06-18 23:41:05 -05:00
  • 26ef4c4f5e Merge pull request #54 from Dwachs/no_warning_unused Alberto Demichelis 2016-06-15 15:04:47 +08:00
  • 2d509d385b Merge pull request #57 from zeromus/master Alberto Demichelis 2016-06-15 15:03:20 +08:00
  • 3b217e7e42 fix getstackinfos docs zeromus 2016-06-14 13:09:53 -05:00
  • 3c4098da84 small docs fixes. small typo fixes in sqapi.cpp error messages zeromus 2016-06-13 17:20:11 -05:00
  • 997c7aefd2 Update sqapi.cpp zeromus 2016-06-11 16:48:22 -05:00
  • 2e346b54ac FIX: no warnings on unused arguments on non-gnu compilers Dwachs 2016-06-08 21:08:38 +02:00
  • 09c4e7a8c1 fix 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
  • 4f20c881ab Merge pull request #47 from zeromus/printf Alberto Demichelis 2016-05-16 01:45:37 +08:00
  • f441f7f99d small fix in sq_getstringandsize albertodemichelis 2016-05-16 01:44:13 +08:00
  • 8ca802658c Merge pull request #45 from zeromus/pstring Alberto Demichelis 2016-05-16 01:42:00 +08:00
  • 9004743fc4 docs for sq_getstringandssize zeromus 2016-05-15 01:00:47 -05:00
  • 0961039dd7 change sq_getpstring to sq_getstringandsize zeromus 2016-05-15 00:53:11 -05:00
  • 7c0550b8ad printf docs and other small docs tidies zeromus 2016-05-15 00:30:15 -05:00
  • 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). zeromus 2016-05-12 11:46:04 -05:00
  • 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. zeromus 2016-05-10 20:56:46 -05:00
  • 16ab1fd6c0 Merge branch 'master' of https://github.com/albertodemichelis/squirrel albertodemichelis 2016-05-07 02:38:55 +08:00
  • 2aef08d0a5 fixed fallback set removed some cruft albertodemichelis 2016-05-07 02:38:41 +08:00
  • f87cd114d7 Merge pull request #43 from zeromus/master Alberto Demichelis 2016-05-06 16:10:47 +08:00
  • 7bb5dd4982 move 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
  • 5b50a56e56 docs fixes and formatting zeromus 2016-05-03 12:33:31 -05:00
  • 8242f5ac06 Merge pull request #40 from iSLC/master Alberto Demichelis 2016-04-28 16:59:05 +08:00
  • 692d4958e8 Remove empty statement. Sandu Liviu Catalin 2016-04-28 00:06:57 +03:00
  • 70afceec42 Merge pull request #39 from zeromus/master Alberto Demichelis 2016-04-25 15:51:02 +08:00
  • 301db648da docs typo fixes zeromus 2016-04-21 23:22:48 -05:00
  • b589ea521d deterministically handle error in incomplete regexp escape sequence zeromus 2016-04-21 23:09:36 -05:00
  • 35ab252494 Merge pull request #38 from zeromus/master Alberto Demichelis 2016-04-24 00:16:53 +08:00
  • 160184d2dd Revert "add some stack-condition error checking to sqstdlib registration routines" zeromus 2016-04-21 21:52:13 -05:00
  • b9fc931752 add some stack-condition error checking to sqstdlib registration routines and to sqstd_dofile zeromus 2016-04-20 21:19:24 -05:00
  • 72135d9a7f SQStream 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
  • 7305257b95 tidy sq_setreleasehook and sq_getreleasehook zeromus 2016-04-20 20:50:53 -05:00
  • e347779446 fix various typos and incompletely apply very lightweight formatting normalization (continued) zeromus 2016-04-18 06:46:35 -05:00
  • 4125aa515d Merge pull request #37 from appetizermaker/master Alberto Demichelis 2016-04-19 23:57:11 +08:00
  • ed23d140df Fix small mistake on sqlexer.cpp appetizermaker 2016-04-19 23:25:08 +09:00
  • 8fb371b3fc Merge pull request #35 from zeromus/master Alberto Demichelis 2016-04-19 03:26:03 +08:00
  • 78b44c851b add 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
  • b35c9e827c fix 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
  • f8f229fa00 Merge pull request #33 from zeromus/master Alberto Demichelis 2016-04-15 19:31:43 +08:00
  • 175139968a error message fix: Unrecognozed ecoding zeromus 2016-04-14 18:28:56 -05:00
  • c44d568a8b docs typo fix: ivoked&ecoding zeromus 2016-04-14 18:28:41 -05:00
  • a70a135192 clarify sq_getmemberhandle - it only works on classes. not sure what vice-versa meant zeromus 2016-04-14 18:25:00 -05:00
  • 4fddb87839 tidy metamethods general docs zeromus 2016-04-14 18:23:45 -05:00
  • 4305796277 fix metamethod _get documentation from _get(idx,val) to _get(idx) zeromus 2016-04-14 18:22:20 -05:00
  • 953d9e9771 fix typo in error messages: "stack overflow, cannot resize stack while in a metamethod" zeromus 2016-04-14 18:17:45 -05:00
  • 2f6419f19b clarify sq_cmp zeromus 2016-04-14 18:13:13 -05:00
  • 9218082df1 defferentieate -> differentiate zeromus 2016-04-14 18:08:29 -05:00
  • d02fa17be2 small typo and grammar fixes zeromus 2016-04-14 18:07:37 -05:00
  • 98bb79893e Merge pull request #32 from Eiyeron/gitignore Alberto Demichelis 2016-04-10 23:18:59 +08:00
  • 7233a7c7de Added a gitignore to hide the build/doc folders. Eiyeron Fulmincendii 2016-04-09 20:30:10 +02:00
  • 9f4407d8ef Merge pull request #31 from Eiyeron/upstream_docfix Alberto Demichelis 2016-04-07 22:08:52 +08:00
  • d9d0ebb4c0 Small mistyping fixes Eiyeron Fulmincendii 2016-04-06 23:14:01 +02:00
  • 558a4f4f3b Small format fix Eiyeron Fulmincendii 2016-04-06 23:10:48 +02:00
  • d2e93dcba6 Added some infos on how to build the documentation. Eiyeron Fulmincendii 2016-04-06 23:07:19 +02:00
  • 6db0aa2095 Merge pull request #30 from FabianWolff/master Alberto Demichelis 2016-04-04 15:40:24 +08:00
  • 14ac45d285 Fix minor spelling mistakes Fabian Wolff 2016-04-03 17:48:20 +02:00
  • c52b25d864 documentation fixes v3.1 albertodemichelis 2016-03-27 19:58:27 +08:00
  • 04a4ff5c8d fixed warning albertodemichelis 2016-03-22 22:17:39 +08:00
  • ce0a33a591 Merge branch 'master' of https://github.com/albertodemichelis/squirrel albertodemichelis 2016-03-22 22:14:23 +08:00
  • 82241dd6a4 changes some version related numbers albertodemichelis 2016-03-22 22:14:10 +08:00
  • c6f7004e57 Merge pull request #23 from mingodad/patch-1 albertodemichelis 2016-03-22 22:13:24 +08:00
  • 9245970906 Fix conversion of integers base >= 14 Domingo Alvarez Duarte 2016-03-21 23:11:46 +00:00
  • 6a4173aaa5 Merge pull request #17 from FabianWolff/cmake albertodemichelis 2016-03-18 02:07:18 +08:00
  • ba57d3b592 Add option to disable static targets Fabian Wolff 2016-03-17 12:44:03 +01:00
  • 89b5c519af Improve Linux build Fabian Wolff 2016-03-16 00:01:16 +01:00