Torque3D/Engine/source/gui/editor
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
..
inspector Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
editorFunctions.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
editorFunctions.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiDebugger.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
guiDebugger.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiEaseViewCtrl.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
guiEaseViewCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiEditCtrl.cpp Fix changes to moveSelection API. 2015-01-28 21:25:15 +11:00
guiEditCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiFilterCtrl.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
guiFilterCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiGraphCtrl.cpp Update for float, double and unsigned char, unsigned short, short, etc. char was left alone: read why here http://msdn.microsoft.com/en-us/library/cc953fe1.aspx 2013-08-04 16:58:59 -05:00
guiGraphCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiImageList.cpp Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
guiImageList.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiInspector.cpp Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
guiInspector.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiInspectorTypes.cpp Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
guiInspectorTypes.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiMenuBar.cpp Merge pull request #1356 from Areloch/PVS_Cleanup_813 2015-07-20 22:55:22 +10:00
guiMenuBar.h Issue found with PVS-Studio: 2015-07-16 22:02:18 -05:00
guiParticleGraphCtrl.cpp Fixes after feedback from Luis. 2014-12-23 18:48:02 +11:00
guiParticleGraphCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiRectHandles.cpp Issue found with PVS-Studio: 2015-07-13 22:51:17 -05:00
guiRectHandles.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiSeparatorCtrl.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiSeparatorCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiShapeEdPreview.cpp Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
guiShapeEdPreview.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00