Torque3D/Engine/source/gui
Areloch 527c3790d6 Issue found with PVS-Studio:
Many instances where we would create a object via a new call, and then check that it was non-null.

This is redundant, as if we ever were in a situation where new failed, we'd be crashing left and right already, so the additional check is wasted processing.
2015-07-21 23:22:21 -05:00
..
3d Basic fix for stereo rendering without a display device 2015-06-21 20:59:41 +01:00
buttons Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
containers Merge pull request #1356 from Areloch/PVS_Cleanup_813 2015-07-20 22:55:22 +10:00
controls Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
core Issue found with PVS-Studio: 2015-07-13 22:51:17 -05:00
editor Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
game Issue found with PVS-Studio: 2015-07-13 22:51:17 -05:00
shiny Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
theora Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
utility Issue found with PVS-Studio: 2015-07-13 22:51:17 -05:00
worldEditor Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00