Commit History

Author SHA1 Message Date
  mingodad e5aa50e70e Added a check for array/table as default parameters and throw an error, this is because the actual implementation is reusing the same object on every call instead of creating a new one. 13 years ago
  mingodad 3f22b2fd76 Added two samples to show some bug/strange behavior in the implementation of the language. 13 years ago
  mingodad 75b03f6d50 Added global function "getdefaultdelegate" and fix all other "getdelegate" exposed in SquiLu. 13 years ago
  mingodad b7c8cb5c8a Added constants and default_delegates. 13 years ago
  mingodad 1e9288fda1 Modified this example to show only class methods defined on the actual class and use the new "gettypetag" script function to show the base class. 13 years ago
  mingodad 5b8c20884f Comment out the old SQSTD_STREAM_TYPE_TAG using number 13 years ago
  mingodad 8f80ca9b1d Added new function "gettypetag", and expose more delegates. 13 years ago
  mingodad bbfc08bc82 Changed the tag from a number to a static string to make it possible to enumerate using then new function "gettypetag". 13 years ago
  mingodad 074fac4319 Some white spaces wiped. 13 years ago
  mingodad 325272f49f Small code cleanup. 13 years ago
  mingodad af6033c4bc Update the codeblocks project to make squilu library. 13 years ago
  mingodad 6fc4268fd6 Added initial code to allow make standalone squilu applications, create squilu executables with scripts attached to it. 13 years ago
  mingodad cb2fca1ed5 Remove not functional code. 13 years ago
  mingodad 0f220b1b0f Create a smaple that shows members of table/class. 13 years ago
  mingodad af1d241b6d Changed the namespace "os" from class to table. 13 years ago
  mingodad 1e0d5f1aad Added more classes and methods to FLTK module. 13 years ago
  mingodad 85f9a867e8 Added markdown library "discount" 13 years ago
  mingodad 2c614375d1 Added a sample to test date and time funtions and also to be the base for calendars. 13 years ago
  mingodad c955267394 Added discount markup library and module. 13 years ago
  mingodad 10051e8a67 Also make "time" expect zero based month. 13 years ago
  mingodad 47a95c1d39 Replaced the Squirrel "time" function by the Lua "time" function, makes the date function return zero based results for "month,wday,yday". 13 years ago
  mingodad 4bb28b62f4 Added a split function to string that uses a char as delimiter, the original split function that uses strtok was renamed to split_by_strtok. 13 years ago
  mingodad 7bb529061c File to test delivery calculation. 13 years ago
  mingodad 4696817d4f Added Fl_Browser* class 13 years ago
  mingodad 2abf8d4287 Split the function "sq_call_va" and create "sq_call_va_vl" now we have a version with variable parameters and a version that works with va_list. 13 years ago
  mingodad 8acd2e6df8 Fix the code emitted for the textfilter on some places 13 years ago
  mingodad 41fad022ef Make visible implementations of with the same functionality of "loadfile,dofile,writeclosuretofile" but working on strings "dostring,loadstring,dumpclosure" 13 years ago
  mingodad 2ecddf7760 Added a check in fltk_pushinstance for fltk_get_registered_instance, this way no new instance is generated if it's found. 13 years ago
  mingodad 867cc8867d Added a module to markdown using the discount lib https://github.com/Orc/discount 13 years ago
  mingodad 3381e85cf9 Changed the return value of sqext_register_base64 to be the same in all. This value is mostly ignored. 13 years ago