Commit History

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