Commit historia

Upphovsman SHA1 Meddelande Datum
  mingodad f090599ab7 A bit more info is shown now when compiling with "-s" (write bytecode as script) 13 år sedan
  mingodad edb1998526 Moved some defines used in sqstdstring.cpp to squirrel.h 13 år sedan
  mingodad d04f15c243 Refactored some enums to remove code duplication. 13 år sedan
  mingodad 8820a82880 Fix a mistake of by interpreting _OP_LOADFLOAT been always valid for SQFloat. 13 år sedan
  mingodad c0dcabf148 Changed double equality test by on bitwise test to check type OT_FLOAT|OT_INTEGER 13 år sedan
  mingodad cd2fc8a5e2 Created an start point to a java interface. 13 år sedan
  mingodad 1ef99c5b5e Deleted unused define 13 år sedan
  mingodad a2d1a995fa Refactored a bit Lexer with the idea to expose it for SquiLu scripts. 13 år sedan
  mingodad 55895037af Added postgresql module to the editor sample. 13 år sedan
  mingodad 9f02a2c92b Start adding prepared statement. 13 år sedan
  mingodad 093d9e6ea2 Revert this attempt to fix local function declaration recursion bug. 13 år sedan
  mingodad 83e7d95b2a Initial postgresql module. 13 år sedan
  mingodad 1d8c48f14b Fixed the parameter count for some methods. 13 år sedan
  mingodad d19915c3b5 Enhance code generated and fix mistakes. 13 år sedan
  mingodad 108b253d0a Change blob validation mask and _get method to allow call for default delegate. 13 år sedan
  mingodad 409fe0966a Added new api to write bytecode as SquiLu code to make it easier to understand bytecode generation. 13 år sedan
  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 år sedan
  mingodad 3f22b2fd76 Added two samples to show some bug/strange behavior in the implementation of the language. 13 år sedan
  mingodad 75b03f6d50 Added global function "getdefaultdelegate" and fix all other "getdelegate" exposed in SquiLu. 13 år sedan
  mingodad b7c8cb5c8a Added constants and default_delegates. 13 år sedan
  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 år sedan
  mingodad 5b8c20884f Comment out the old SQSTD_STREAM_TYPE_TAG using number 13 år sedan
  mingodad 8f80ca9b1d Added new function "gettypetag", and expose more delegates. 13 år sedan
  mingodad bbfc08bc82 Changed the tag from a number to a static string to make it possible to enumerate using then new function "gettypetag". 13 år sedan
  mingodad 074fac4319 Some white spaces wiped. 13 år sedan
  mingodad 325272f49f Small code cleanup. 13 år sedan
  mingodad af6033c4bc Update the codeblocks project to make squilu library. 13 år sedan
  mingodad 6fc4268fd6 Added initial code to allow make standalone squilu applications, create squilu executables with scripts attached to it. 13 år sedan
  mingodad cb2fca1ed5 Remove not functional code. 13 år sedan
  mingodad 0f220b1b0f Create a smaple that shows members of table/class. 13 år sedan