Historique des commits

Auteur SHA1 Message Date
  Jeff Hutchinson 02447f0996 compile fixes. il y a 4 ans
  Jeff Hutchinson 35500a87c6 initial port of the new interpreter il y a 4 ans
  Glenn Smith 18dee487f9 Use a circular buffer for getReturnBuffer because StringStack's would get clobbered too quickly il y a 7 ans
  Glenn Smith 7769da9434 Use strncat instead of strcat to prevent some buffer overflows il y a 7 ans
  Areloch d666322a1b Merging il y a 8 ans
  Marc Chapman 39b62b1461 copy-on-reload -- The datablock copy op, ":" is modified to copy on reload as well as on creation. il y a 8 ans
  Marc Chapman 0b84fccdd2 substitutions -- Implementation of special substitution statements on datablock fields. il y a 8 ans
  Thomas "elfprince13" Dickerson 45ae5e71cb fixed lots of tabs and space il y a 8 ans
  Areloch 810ac82eae Adds a missed cleanup for currentNewObj. il y a 9 ans
  Areloch 3cfc6f787c Adds some pointer cleanup in the event we bail out of creating a new object for whatever reason. il y a 9 ans
  Areloch 86dd8a8cf7 Adds a onPostAdd callback to simObject so we can do handling AFTER the object and it's children have been added successfully. il y a 9 ans
  Areloch 7a3b40a86d Initial Implementation of the Taml, Asset and Modules systems. il y a 10 ans
  Azaezel 3c1c88d96b TORQUE_VALIDATE_STACK define for console stack debugging il y a 10 ans
  Azaezel 555610f69f Addresses roughly half of the C4189 errors though the following methodologies: il y a 10 ans
  Daniel Buckmaster 84e8cbb4ee Revert recent style cleanup changes. il y a 10 ans
  Daniel Buckmaster 33fcc59543 Merge remote-tracking branch 'origin/style-cleanup' into development il y a 10 ans
  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. il y a 10 ans
  James Urquhart f44a3f27d6 Fix stack balancing problems by refactoring execution calls il y a 10 ans
  Daniel Buckmaster 33ff180593 Merge branch 'development' into style-cleanup il y a 10 ans
  James Urquhart 82fd1794e6 Fix issue where console stack values were getting overwritten inside a C++ function il y a 11 ans
  Azaezel 4ea051a939 tabs il y a 11 ans
  Azaezel 1c4cc888f8 fix for issue #953, courtesy of @jamesu. trace buffer was truncating values. il y a 11 ans
  Azaezel 3039f4399d eval(methodWithReturnValue) wasn't passing along it's return value though the stringstack.fix courtessy of @jamesu il y a 11 ans
  Daniel Buckmaster 4c07c55121 Merge branch 'development' into console-func-refactor il y a 11 ans
  Daniel Buckmaster 376db9e097 Merge pull request #705 from andr3wmac/ConsoleReturnFix il y a 11 ans
  Daniel Buckmaster b507dc9555 Merge branch 'master' into console-func-refactor il y a 11 ans
  Daniel Buckmaster 6fdebd16f6 Merge remote-tracking branch 'jamesu/simplify_compiler_ast' into x64 il y a 11 ans
  James Urquhart 06b463399b Function Call optimization is now optional il y a 11 ans
  James Urquhart 1e44586606 Refactor TS compiler to not use the precompile step & also 64bit support il y a 11 ans
  Andrew Mac b661abaf83 Fix for unexpected behavior described in issue #704 il y a 11 ans