Commit History

Author SHA1 Message Date
  Jeff Hutchinson dee89e25b8 Changes profiler to use the high precision timer built into windows. 4 years ago
  Lukas Aldershaab c999baf7ed Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense. 4 years ago
  Glenn Smith 79c34c68db Use strncpy instead of strcpy because again, buffer overflows 7 years ago
  Glenn Smith 7769da9434 Use strncat instead of strcat to prevent some buffer overflows 7 years ago
  Thomas "elfprince13" Dickerson 878fbdb609 merged into master 8 years ago
  Thomas "elfprince13" Dickerson 45ae5e71cb fixed lots of tabs and space 8 years ago
  Thomas "elfprince13" Dickerson 0adab54678 one more go-round 8 years ago
  Thomas "elfprince13" Dickerson e554fc7f93 undo spurious changes used to trigger dirty for tabs and spaces 8 years ago
  Thomas "elfprince13" Dickerson 9c69cd32e8 Attempting to fix tabs and space (again) 8 years ago
  Thomas "elfprince13" Dickerson b31e0ad2da Attempting to fix tabs and space 8 years ago
  Thomas "elfprince13" Dickerson 0e30426def Eliminated a handful of deprecation warnings, as well as inconsistent handling of FS operations in OS X 8 years ago
  Anis 7418fbfbbd fixed memory leak in proper way 9 years ago
  Azaezel 27112c468a reversion for https://github.com/GarageGames/Torque3D/commit/a4c09d168029dccac872b5816b21f8298f73f5e9 10 years ago
  Azaezel bf1449e3a7 fills in profiler timer fallback as per remmed out lines in other samples. see https://github.com/GarageGames/Torque3D/issues/1349 for report, and https://gist.github.com/Azaezel/2aafb88cf0d642418051 for result 10 years ago
  Azaezel a4c09d1680 leak prevention according to: https://vld.codeplex.com/ apparently we weren't freeing the entirety of the ProfilerData linked list when resetting the Profiler, and that was leading to a pinhole leak per profiled block 10 years ago
  LuisAntonRebollo 8ed0f508ca Minimal changes to compile T3D on WIN64. 11 years ago
  Thomas Fischer 6d8e0d7e25 refactored platform precompiler variable: TORQUE_OS_WIN{32,64,} 11 years ago
  DavidWyand-GG 7dbfe6994d Engine directory for ticket #1 13 years ago