Histórico de Commits

Autor SHA1 Mensagem Data
  Jeff Hutchinson db047275f1 add fast int to object lookup. há 4 anos atrás
  Jeff Hutchinson ab4c0f0361 Add fast math optimization há 4 anos atrás
  Jeff Hutchinson 55b0ecb487 optimizations há 4 anos atrás
  Jeff Hutchinson dcd01e1231 move parameters instead of copying. há 4 anos atrás
  Jeff Hutchinson 964fde8f09 Goodbye String Stack! há 4 anos atrás
  Jeff Hutchinson bb12638ea5 Added error checking for using a local variable in global scope, and added optimization to method object parameter. há 4 anos atrás
  Jeff Hutchinson bfc0109485 fixes and some minor bc adjustment. há 4 anos atrás
  Jeff Hutchinson bc0f5bd3a3 combine numeric stacks into one common stack. há 4 anos atrás
  Jeff Hutchinson 960db74733 small fix. há 4 anos atrás
  Jeff Hutchinson 4e678292e1 fix foreach/foreach$ loops. há 4 anos atrás
  Jeff Hutchinson 3e04196a53 make tests pass. há 4 anos atrás
  Jeff Hutchinson f776e73b04 cleanup há 4 anos atrás
  Jeff Hutchinson 02447f0996 compile fixes. há 4 anos atrás
  Jeff Hutchinson 35500a87c6 initial port of the new interpreter há 4 anos atrás
  Glenn Smith 18dee487f9 Use a circular buffer for getReturnBuffer because StringStack's would get clobbered too quickly há 7 anos atrás
  Glenn Smith 7769da9434 Use strncat instead of strcat to prevent some buffer overflows há 7 anos atrás
  Areloch d666322a1b Merging há 8 anos atrás
  Marc Chapman 39b62b1461 copy-on-reload -- The datablock copy op, ":" is modified to copy on reload as well as on creation. há 8 anos atrás
  Marc Chapman 0b84fccdd2 substitutions -- Implementation of special substitution statements on datablock fields. há 8 anos atrás
  Thomas "elfprince13" Dickerson 45ae5e71cb fixed lots of tabs and space há 8 anos atrás
  Areloch 810ac82eae Adds a missed cleanup for currentNewObj. há 9 anos atrás
  Areloch 3cfc6f787c Adds some pointer cleanup in the event we bail out of creating a new object for whatever reason. há 9 anos atrás
  Areloch 86dd8a8cf7 Adds a onPostAdd callback to simObject so we can do handling AFTER the object and it's children have been added successfully. há 9 anos atrás
  Areloch 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. há 10 anos atrás
  Azaezel 3c1c88d96b TORQUE_VALIDATE_STACK define for console stack debugging há 10 anos atrás
  Azaezel 555610f69f Addresses roughly half of the C4189 errors though the following methodologies: há 10 anos atrás
  Daniel Buckmaster 84e8cbb4ee Revert recent style cleanup changes. há 10 anos atrás
  Daniel Buckmaster 33fcc59543 Merge remote-tracking branch 'origin/style-cleanup' into development há 10 anos atrás
  James Urquhart 942c7a48f4 Fix corruption issue with string iterator was using an absolute pointer. Also adds a special relative pointer type for constructed strings on the stack. há 10 anos atrás
  James Urquhart f44a3f27d6 Fix stack balancing problems by refactoring execution calls há 10 anos atrás