Torque3D/Engine/source
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
..
app Merge remote-tracking branch 'jamesu/console_stack_fix2' into development 2015-03-01 20:33:29 +11:00
cinterface Remove value constructors for ConsoleValueRef & fix callbacks which use them. Fixes issue #1289 2015-05-08 09:04:04 +10:00
collision Issue found with PVS-Studio: 2015-07-16 22:02:18 -05:00
component Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
console Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
core Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
environment Merge pull request #1356 from Areloch/PVS_Cleanup_813 2015-07-20 22:55:22 +10:00
forest Merge pull request #1352 from Areloch/PVS_Cleanup_807 2015-07-16 15:45:32 +10:00
gfx Merge pull request #1356 from Areloch/PVS_Cleanup_813 2015-07-20 22:55:22 +10:00
gui Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
i18n Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
lighting Issue found with PVS-Studio: 2015-07-13 22:51:17 -05:00
main Pass by const reference 2015-02-20 18:42:32 -05:00
materials Issue found with PVS-Studio: 2015-07-13 23:08:17 -05:00
math Merge pull request #1328 from GarageGames/release-3.7 2015-06-24 19:00:57 +10:00
navigation Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
platform Merge remote-tracking branch 'bpay/clang-cl-build-fixes' into development 2015-07-17 16:55:12 +10:00
platformMac Fix missing va_end's 2015-02-20 18:42:29 -05:00
platformPOSIX Fixes for dedicated build on linux. 2014-05-30 12:35:39 +02:00
platformSDL Fix building on GCC 2015-02-09 16:14:14 +00:00
platformWin32 Merge remote-tracking branch 'bpay/clang-cl-build-fixes' into development 2015-07-17 16:55:12 +10:00
platformX86UNIX Fix missing va_end's 2015-02-20 18:42:29 -05:00
postFx Issue found with PVS-Studio: 2015-07-13 22:51:17 -05:00
renderInstance Fix for rendering particles to the glow buffer 2015-05-28 20:41:42 +10:00
scene Merge remote-tracking branch 'bpay/clang-cl-build-fixes' into development 2015-07-17 16:55:12 +10:00
sfx Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
shaderGen Merge pull request #1214 from bpay/cppcheck-cleaning 2015-03-01 18:27:40 +11:00
sim Revert recent style cleanup changes. 2015-03-04 11:58:36 +11:00
T3D Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
terrain Merge pull request #1356 from Areloch/PVS_Cleanup_813 2015-07-20 22:55:22 +10:00
testing All unit tests that run now pass. 2014-09-29 11:38:44 +10:00
ts Issue found with PVS-Studio: 2015-07-13 22:51:17 -05:00
util Issue found with PVS-Studio: 2015-07-16 22:02:18 -05:00
windowManager Merge remote-tracking branch 'bpay/clang-cl-build-fixes' into development 2015-07-17 16:55:12 +10:00
ggEndOfLineFix.txt Engine directory for ticket #1 2012-09-19 11:15:01 -04:00