Commit History

Author SHA1 Message Date
  mingodad aa58aeebe9 Add new samples 7 years ago
  mingodad b9b7797627 Add scaling methods 7 years ago
  mingodad 1ea084ebd6 Add meta methods to allow array like access 7 years ago
  mingodad 887d283c76 Update sqlite3 7 years ago
  mingodad 831f120b7b Replace the array sort code by the one from lua 5.1.5 because it can sort with half number of calls to the compare function compared to the original Squirrel code. 7 years ago
  mingodad 5411bd4328 Change math.log to accept an optional base argument. 7 years ago
  mingodad deb98895be Accept void pointer declaration. 7 years ago
  mingodad 3ff2f2e6e8 Accept C/C++ pointer variable declaration. 7 years ago
  mingodad c6bca690c2 Add new extensions 7 years ago
  mingodad 8b40e1904c Return the object from table/array manipulation 7 years ago
  mingodad 065b88a368 Fix typo in SetIntructionParams 7 years ago
  mingodad 382ae20457 An extension to use http://leenissen.dk/fann/wp/ neural network 7 years ago
  mingodad 568f8aa706 Fix for the empty capture on string.match 7 years ago
  mingodad 0fcb93e2e6 Use SQInteger for correctness 7 years ago
  mingodad 2075333858 Add function macros to remove duplicated code 7 years ago
  mingodad a373d9a05f Allow for for deep equality comparison for SquiLu objects 7 years ago
  mingodad 07f6a8d1f5 Add sq_nn extension 7 years ago
  mingodad 06f5a03e17 Update sqlite3 7 years ago
  mingodad f7df7a2abc Start the preparation to add custom window functions 7 years ago
  mingodad 8505a5639a Small code style fix 7 years ago
  mingodad 5570c5a8b4 Add a cast due to compiler pointing out 7 years ago
  mingodad 1d62218bab Add a type check before try to set an enum value as integer 7 years ago
  mingodad 639d2ce08f Add compile time checked constants to tests 7 years ago
  mingodad 0de00fef13 Add more math constants, fix math.random(-1,1), add more standard functions 7 years ago
  mingodad 987f27afa1 Split parameter extraction macros in with variable declaration and without(_NVD) 7 years ago
  mingodad d17834f2f7 Expose Fl_Image_Surface to be able to create images and draw on then. 7 years ago
  mingodad a3a1cac2d6 Fix Fl_PNG_Image::encode to work with new versions of libpng 7 years ago
  mingodad 125175c480 Change the "compile time check constant" character to '$' and allow it's usage on expressions and in table initialization. 7 years ago
  mingodad 331b74f2c8 Normalise literal character instances 7 years ago
  mingodad 95d0ae570a Fix missing initialization to compile a regex pattern. 7 years ago