Torque3D/Engine/source/gui/editor
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
..
inspector Fix stack balancing problems by refactoring execution calls 2015-02-08 00:08:18 +00: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 Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
guiImageList.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiInspector.cpp Added console method docs 2015-02-02 15:39:11 -08:00
guiInspector.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiInspectorTypes.cpp Merge branch 'master' into console-func-refactor 2014-10-14 15:09:11 +11:00
guiInspectorTypes.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiMenuBar.cpp Issue found with PVS-Studio: 2015-07-16 22:02:18 -05: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 Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -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 Revert recent style cleanup changes. 2015-03-04 11:58:36 +11:00
guiShapeEdPreview.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00