Torque3D/Engine/source/util
Areloch 11398bb04e Issue found with PVS-Studio:
A lot of instances where some function args are not actually modified in any way, meaning that it is better for performance to convert them into const references. This prevents an additional copy, which can help performance.
2015-07-16 22:02:18 -05:00
..
messaging Fixed bad string compares and simdictionary 2014-11-04 19:51:13 -05:00
catmullRom.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
catmullRom.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
fpsTracker.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
fpsTracker.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
imposterCapture.cpp cleaned up variant of https://github.com/GarageGames/Torque3D/pull/768 alterations: opengl support, in-shader bug-reporting, direction vector fit to material slider-bar. 2014-12-21 14:07:42 -06:00
imposterCapture.h Fix imposter capture on OpenGL. 2014-11-08 18:57:45 +01:00
interpolatedChangeProperty.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
noise2d.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
noise2d.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
quadTreeTracer.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
quadTreeTracer.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
rectClipper.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
rectClipper.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
returnType.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sampler.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
sampler.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
scopeTracker.h Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
settings.cpp Fixes after feedback from Luis. 2014-12-23 18:48:02 +11:00
settings.h Fix more misc uninitialized vars 2014-12-11 18:25:29 -05:00
tempAlloc.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
triBoxCheck.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
triBoxCheck.h Issue found with PVS-Studio: 2015-07-16 22:02:18 -05:00
triRayCheck.cpp Issue found with PVS-Studio: 2015-07-16 22:02:18 -05:00
triRayCheck.h Issue found with PVS-Studio: 2015-07-16 22:02:18 -05:00
undo.cpp Fixes after feedback from Luis. 2014-12-23 18:48:02 +11:00
undo.h Fix stack balancing problems by refactoring execution calls 2015-02-08 00:08:18 +00:00