Commit Graph

  • 5dc4c42958 [DEV] correct include folder main Edouard DUPIN 2018-06-26 23:21:34 +02:00
  • 02b773b4ae
    Merge pull request #141 from todace/easy_chaining Alberto Demichelis 2018-06-21 16:51:18 +08:00
  • f4665e155e now container modification methods return object itself in all cases dark 2018-05-29 02:31:41 +03:00
  • dda695e95f
    Merge pull request #137 from PallHaraldsson/patch-1 Alberto Demichelis 2018-04-12 02:06:22 +08:00
  • 4a8ed6a67a
    Typo e.g. "it's" Páll Haraldsson 2018-04-11 10:28:02 +00:00
  • 453a966890
    Merge pull request #119 from VasiliyRyabtsev/feature/table-filter Alberto Demichelis 2017-12-05 16:28:35 +08:00
  • 0be2bebef0
    Merge pull request #121 from VasiliyRyabtsev/feature/assert-message Alberto Demichelis 2017-12-01 14:54:37 +08:00
  • c10a777285 Add optional message text parameter for assert() VasiliyRyabtsev 2017-11-29 11:34:59 +07:00
  • 938655a90b
    Merge pull request #120 from VasiliyRyabtsev/fix/array-resize Alberto Demichelis 2017-11-29 02:04:16 +08:00
  • 497c8f9d47 Raise error for negative size in array_resize() v.ryabtsev 2017-11-28 23:25:58 +07:00
  • ee38035634 Implement table.filter() default delegate in base library v.ryabtsev 2017-11-28 23:08:10 +07:00
  • 249a26e829
    Merge pull request #117 from breakin/fix/documentation-bugs Alberto Demichelis 2017-11-21 02:38:40 +08:00
  • 7d589eb444 Fix some small bugs in the documentation examples. breakin 2017-11-20 15:35:44 +01:00
  • b00cd02629
    Merge pull request #114 from breakin/fix/doc-references_from_c Alberto Demichelis 2017-11-17 04:19:14 +08:00
  • 5460758eb0 some doc on sq_tailcall albertodemichelis 2017-11-17 04:14:15 +08:00
  • 3835c65eab some sq_type were missing albertodemichelis 2017-11-17 04:13:59 +08:00
  • ab7243ca59 Merge branch 'master' of https://github.com/albertodemichelis/squirrel albertodemichelis 2017-11-17 04:01:47 +08:00
  • b89da87b10 fixed free variables not boxing for loop counter when a break is used albertodemichelis 2017-11-17 04:01:34 +08:00
  • effd225a84 fixed \u in lexer albertodemichelis 2017-11-17 03:56:28 +08:00
  • d2de0ef10d fix in blob albertodemichelis 2017-11-17 03:55:59 +08:00
  • 3c2de4bd59 added sq_tailcall() albertodemichelis 2017-11-17 03:55:35 +08:00
  • 5c737b040a Fix errors in documentation source code lindqva 2017-11-16 16:05:04 +01:00
  • 7fe2a71c13
    Merge pull request #112 from breakin/fix/sq_newmember_pop Alberto Demichelis 2017-11-15 19:36:20 +08:00
  • 2fa5378a1a
    Merge pull request #113 from breakin/fix/sq_newclass_doc Alberto Demichelis 2017-11-15 05:51:19 +08:00
  • 26a655a503 Clarify that sq_newclass pushes the new class in the stack. lindqva 2017-11-14 13:29:44 +01:00
  • 74cca2d7d3 Fix a bug where sq_newmember and sq_rawnewmember did not pop their arguments. lindqva 2017-11-14 13:22:05 +01:00
  • a7df1b46a4 Merge pull request #105 from zeromus/master Alberto Demichelis 2017-09-26 18:06:51 +08:00
  • 31738a5b37 use sq_type (which already existed in the public API) instead of the identical sqtype (which was introduced by commit a3a78eec2050162c4912a5208f92b27f658976d8) zeromus 2017-09-22 21:22:30 -04:00
  • a0857ae0b8 Merge pull request #97 from miconda/master Alberto Demichelis 2017-07-31 15:41:36 +08:00
  • 7e72756c52 Merge pull request #99 from dut-lang/copyright2017 Alberto Demichelis 2017-07-31 15:40:44 +08:00
  • a3a78eec20 Merge pull request #100 from zeromus/master Alberto Demichelis 2017-07-31 15:39:52 +08:00
  • 57ca6c191e rename type macro to sqtype zeromus 2017-07-29 14:51:26 -05:00
  • 40e994bc88
    update Copyright year 2016 to 2017 Avelino 2017-07-15 10:05:08 -03:00
  • 3c8d024bdb configurable makefile vars from command line Daniel-Constantin Mierla 2017-06-26 22:45:09 +02:00
  • 2186a3fe21 Merge pull request #95 from kainjow/patch-1 Alberto Demichelis 2017-06-19 23:26:21 +08:00
  • 5dcf698a91 Merge pull request #94 from mfxmfx/normalize-whitespace Alberto Demichelis 2017-06-19 23:25:55 +08:00
  • 304be42986 Fix typo Kevin Wojniak 2017-06-14 08:39:58 -07:00
  • 00b4d3abd1 Normalize whitespace. Markus F.X.J. Oberhumer 2017-06-14 14:09:53 +02:00
  • 9dd92a7d49 Merge pull request #87 from paulsapps/ci_builds Alberto Demichelis 2017-05-03 03:03:03 +08:00
  • 4df9f90385 Merge pull request #88 from paulsapps/fix_85 Alberto Demichelis 2017-04-24 15:43:49 +08:00
  • 8471ad1aea Merge branch 'master' of https://github.com/albertodemichelis/squirrel albertodemichelis 2017-04-23 04:01:16 +08:00
  • a0e46fce11 improved stack cleanup for tailcalls albertodemichelis 2017-04-23 03:54:12 +08:00
  • 14cbc7b2dc minor fixed assertion in compiler albertodemichelis 2017-04-23 03:53:22 +08:00
  • c62aacd250 Fix gcc warning by setting the C lang version paulm 2017-03-29 13:21:39 +01:00
  • d159befb13 Enable travisci and appveyor for auto building of pull requests paulm 2017-03-29 13:38:51 +01:00
  • 0bf296d46a Merge pull request #86 from paulsapps/sq_disable_installer Alberto Demichelis 2017-03-29 17:16:33 +08:00
  • 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