Jeff Hutchinson
|
dee89e25b8
Changes profiler to use the high precision timer built into windows.
|
4 年之前 |
Lukas Aldershaab
|
c999baf7ed
Moves from using dStrCmp to the new String::compare static functions. Keeps things cleaner, consistent, and works with intellisense.
|
4 年之前 |
Glenn Smith
|
79c34c68db
Use strncpy instead of strcpy because again, buffer overflows
|
7 年之前 |
Glenn Smith
|
7769da9434
Use strncat instead of strcat to prevent some buffer overflows
|
7 年之前 |
Thomas "elfprince13" Dickerson
|
878fbdb609
merged into master
|
8 年之前 |
Thomas "elfprince13" Dickerson
|
45ae5e71cb
fixed lots of tabs and space
|
8 年之前 |
Thomas "elfprince13" Dickerson
|
0adab54678
one more go-round
|
8 年之前 |
Thomas "elfprince13" Dickerson
|
e554fc7f93
undo spurious changes used to trigger dirty for tabs and spaces
|
8 年之前 |
Thomas "elfprince13" Dickerson
|
9c69cd32e8
Attempting to fix tabs and space (again)
|
8 年之前 |
Thomas "elfprince13" Dickerson
|
b31e0ad2da
Attempting to fix tabs and space
|
8 年之前 |
Thomas "elfprince13" Dickerson
|
0e30426def
Eliminated a handful of deprecation warnings, as well as inconsistent handling of FS operations in OS X
|
8 年之前 |
Anis
|
7418fbfbbd
fixed memory leak in proper way
|
9 年之前 |
Azaezel
|
27112c468a
reversion for https://github.com/GarageGames/Torque3D/commit/a4c09d168029dccac872b5816b21f8298f73f5e9
|
10 年之前 |
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 年之前 |
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 年之前 |
LuisAntonRebollo
|
8ed0f508ca
Minimal changes to compile T3D on WIN64.
|
11 年之前 |
Thomas Fischer
|
6d8e0d7e25
refactored platform precompiler variable: TORQUE_OS_WIN{32,64,}
|
11 年之前 |
DavidWyand-GG
|
7dbfe6994d
Engine directory for ticket #1
|
13 年之前 |