Commit History

Author SHA1 Message Date
  mingodad 8c988eac33 Add new method to array "minsize" to resize an array only if needed. 9 years ago
  mingodad 7953e0bbf2 Expose the max_includes compiler parameter to scripts and api 9 years ago
  mingodad 14a19a5f17 Added a string method to calculate a modulo 97/10, expect as argument a string containing numbers only 9 years ago
  mingodad 1533a0608a Added extra parameters start_pos and max_len_to_find to find_lua, match, gmatch 9 years ago
  mingodad 19542c3db7 Add lua_regexp, lua_find, lua_gsub to sq_sqlite3, update lua-regex 9 years ago
  mingodad 2a97c6eac2 Add string method "edit_distance" that returns the levenshtein distance 9 years ago
  mingodad 195c55812a Remove glitchs 9 years ago
  mingodad 728ad788a8 Update with squirrel, spaces/tabs changed 9 years ago
  mingodad 9096e0e040 Make delayed release hooks optional 9 years ago
  mingodad dbf7801d72 Fix conversion to bases biggeer or equal 14 to integer 9 years ago
  mingodad f55adfbdc5 Add new global to function to make a string from a list of integers/chars 9 years ago
  mingodad 79a009d408 Several fixes from squirrel 9 years ago
  mingodad 6941aeae44 Tables now use an empty delegate and the methods they had now are globals "table_/rawget/rawset/get/set/rawin/next/len/clear/setdelegate/get/delegate/..." 9 years ago
  mingodad de8643bc87 Now SquiLu parse and store function parameters type and return type following the typescript parameter definition style. 9 years ago
  mingodad 1b445be88f Fix improper handling of negative values introduced by transfering code from squirrel 10 years ago
  mingodad 9c84674630 Add fixes from squrrel 10 years ago
  mingodad d626a01129 Some fixes from squirrel 3.1 and convert to only LF. 10 years ago
  mingodad e155bd1feb The string_find_close_quote now accepts an optional parameter to indicate the quote character. 10 years ago
  mingodad 305909b5fd Fix calls to new base table functions 10 years ago
  mingodad 147b811d54 Expose raw access to tables, this way we can rawset, rawget, rawin, rawdelete any key value on a table. 10 years ago
  mingodad 3df8812cfe Code cleanup 10 years ago
  mingodad ce737701ff Fix handling escaped escape_chars 10 years ago
  mingodad 740aabce31 Fix for empty strings. 10 years ago
  mingodad 8c9429a24e Fix bug not matching one character at the beginning of a string. 10 years ago
  mingodad 6480cf5564 Remove "CR" and bug fixes 10 years ago
  mingodad eb8cb3dbdd Add more array alias method names. 11 years ago
  mingodad 4231eac203 Rename string.empty to string.isempty and add string.trim/ltrim/rtrim as alias to strip 11 years ago
  mingodad 1b2ea23e58 Changed the prototype of sq_tobool and added sq_tointeger, sq_tofloat. 11 years ago
  mingodad 009a59ea8b Added indexOf as an alias to find function for strings and arrays. 11 years ago
  mingodad c3ebd6bf2e Added function to "count_char" to string and fix some compiler warnings. 11 years ago