Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Jeff Hutchinson 02447f0996 compile fixes. 4 gadi atpakaļ
  Jeff Hutchinson 50df52ecfc more console refactor. 4 gadi atpakaļ
  Jeff Hutchinson 35500a87c6 initial port of the new interpreter 4 gadi atpakaļ
  Lukas Aldershaab c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 5 gadi atpakaļ
  AzaezelX 2c1508c169 uninitialized variables-console 5 gadi atpakaļ
  Glenn Smith 79c34c68db Use strncpy instead of strcpy because again, buffer overflows 7 gadi atpakaļ
  Glenn Smith 7769da9434 Use strncat instead of strcat to prevent some buffer overflows 7 gadi atpakaļ
  Lukas Joergensen ae6b035f10 Improve console dump with additional information, such as array sizes and variadic function 7 gadi atpakaļ
  Areloch d666322a1b Merging 8 gadi atpakaļ
  Thomas "elfprince13" Dickerson 45ae5e71cb fixed lots of tabs and space 8 gadi atpakaļ
  Azaezel 1ee127b753 more unused variable cleanups 9 gadi atpakaļ
  James Urquhart e5c28b4d7f Simplify buffer check when adding a registered variable 10 gadi atpakaļ
  James Urquhart 15169eab9f Fix issue with registered variables becoming corrupted when string value was accessed. 10 gadi atpakaļ
  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. 10 gadi atpakaļ
  James Urquhart f44a3f27d6 Fix stack balancing problems by refactoring execution calls 10 gadi atpakaļ
  Luis Anton Rebollo 6492028bb2 Merge pull request #1035 from bpay/memfixes 10 gadi atpakaļ
  Ben Payne 81e7dafb94 Fix delete of malloc'ed memory 11 gadi atpakaļ
  James Urquhart bfca94da5c Initialize mResetLocked too 11 gadi atpakaļ
  James Urquhart 82fd1794e6 Fix issue where console stack values were getting overwritten inside a C++ function 11 gadi atpakaļ
  Daniel Buckmaster b507dc9555 Merge branch 'master' into console-func-refactor 11 gadi atpakaļ
  LuisAntonRebollo fcf7bee64a Fix x64 problems for WIN64. 11 gadi atpakaļ
  jamesu 08d4f6ebc0 Improvements to console refactor code 13 gadi atpakaļ
  James Urquhart 38c8e52c1d Beginnings of the "pass everything using a native type wrapper" console code. 13 gadi atpakaļ
  DavidWyand-GG 7dbfe6994d Engine directory for ticket #1 13 gadi atpakaļ