Historie revizí

Autor SHA1 Zpráva Datum
  mingodad 8eceded6a0 Add changes from squirrel před 9 roky
  mingodad 9096e0e040 Make delayed release hooks optional před 9 roky
  mingodad 4fd4044086 Fix a bug introduced long time ago which prevents garbage collection when destroying an interpreter. před 9 roky
  mingodad 79a009d408 Several fixes from squirrel před 9 roky
  mingodad 10d0334739 Fixes for sq_slave_vm been able to report erros, also the lexer now ignore unicode escape "\u" instead of give an error. před 10 roky
  mingodad 12c181bdc4 Add some fixes from squirrel. před 10 roky
  mingodad 9c84674630 Add fixes from squrrel před 10 roky
  mingodad 01cdd0dc56 Add a check to do not call unnecessary code as pointed by unagipai on squirrel forum. 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 ae743d1eaa Fixes from squirrel 3.0.6 and an attempt to use computed gotos on the vm, right now it does not add any performance enhancements. před 11 roky
  mingodad 4eb5a431d8 Added two new operators for identity equality and unequality like the ones in javascript and php před 12 roky
  mingodad 90c87c87f5 Again moved the call to CallDelayedReleaseHooks to make it work with coroutines too. před 13 roky
  mingodad 6ea3190869 Add a check to SQObjectPtr.Null to see it needs update. před 13 roky
  mingodad 2b1ebc1b93 Add the start point on implementing class.destructor, it parses the destructor declaration as a method but it's not calling it yet. před 13 roky
  mingodad 98d3fe3fa2 Move the call for CallDelayedReleaseHooks to LeaveFrame, there is only one point of call when executing a script. před 13 roky
  mingodad 7b9948ad55 Code refactored to improve performance. před 13 roky
  mingodad f5b0f703b5 A bit of performance improvement on Arithmetic operations, and remove code duplication. před 13 roky
  mingodad 6541dc8331 Moved the call to "CallDelayedReleaseHooks" from the top of vm loop to inside _OP_RETURN opcode, this way there is no constant time penalty on the vm loop. před 13 roky
  mingodad efe64886c9 Change the timer used for SQVM profiling with a high resolution timer. před 13 roky
  mingodad 49b60dbbc6 Added code to profile vm execution, it's activated by defining PROFILE_SQVM před 13 roky
  mingodad bc7bb7507b Add two new script functions to control delayed release hooks calls. před 13 roky
  mingodad 6fb9942388 Fix function bindenv to accept arrays too, also when a native function has an env set check it. před 13 roky
  mingodad 1e011789d3 Reorganize repository tree. před 13 roky