Historie revizí

Autor SHA1 Zpráva Datum
  mingodad ec74da80f2 Refactoring renaming method ".empty" to ".isempty", fix one of sql queries on orders. před 11 roky
  mingodad bd8b5a136f Remove duplicated extension entry. před 11 roky
  mingodad eb8cb3dbdd Add more array alias method names. před 11 roky
  mingodad e2bab947e2 Add some extended sqlite v2 error codes. Also update sqlite3 to the latest one. před 11 roky
  mingodad 26117309d1 Accept a boolean parameter after the closure parameter when creating a sqlite3 function when set to bool the SQLITE_DETERMINISTIC is set. před 11 roky
  mingodad 4231eac203 Rename string.empty to string.isempty and add string.trim/ltrim/rtrim as alias to strip před 11 roky
  mingodad 1b2ea23e58 Changed the prototype of sq_tobool and added sq_tointeger, sq_tofloat. před 11 roky
  mingodad 01cdd0dc56 Add a check to do not call unnecessary code as pointed by unagipai on squirrel forum. před 11 roky
  mingodad bbd18eae11 Add new api function sq_compare to facilitate port lua extensions. před 11 roky
  mingodad a32531100f Fix that manage '\r' at the start of long string. před 11 roky
  mingodad 009a59ea8b Added indexOf as an alias to find function for strings and arrays. před 11 roky
  mingodad c8d61ccc42 Added minimal zip archive reader using libz/contrib/minizip před 11 roky
  mingodad c3ebd6bf2e Added function to "count_char" to string and fix some compiler warnings. před 11 roky
  mingodad d75003242d Update sqlite3 před 11 roky
  mingodad 5d5b4a29cb Update tinyxml2 před 11 roky
  mingodad 744b28c473 Fix bug in os.time and make os.date accept time,format or format,time as parameters. před 11 roky
  mingodad 8025c6c450 Fix unintended call to sq_base_register when not creating a new root table, this bug was pointed on squirrel forum by lucasc190. před 11 roky
  mingodad 01725f3cd0 Add checks to sq_tostring calls as mentioned on squirrel forum. před 11 roky
  mingodad 255390cb76 Update to sqlite 3.8.5 před 11 roky
  mingodad 3e2c2a68f0 Update to fltk 1.3.2, this files are no longer needed. před 11 roky
  mingodad 44448059db Update to fltk 1.3.2 před 11 roky
  mingodad f2345e84ff Update to latest version on github. před 11 roky
  mingodad 0afa1fa03b Add a minimal fltk window to test it. před 11 roky
  mingodad 439d1a4084 Added a port of EvaLayout před 11 roky
  mingodad f2025d737e Fix warnings před 11 roky
  mingodad 5778ac34d5 Fix warnings and add new functions. před 11 roky
  mingodad 2ad05b5b56 Fix string.split for a case when the separator is the last char and adding an empty string. před 11 roky
  mingodad 6fb3161690 Fix mistake that removed a size decrement před 11 roky
  mingodad b295d2b9dd Forgot to add "\t" to compute the space to allocate the buffer. před 11 roky
  mingodad bf7857cf79 Add "\t" as a special case to output it as "\t" instead of "\x9" před 11 roky