Torque3D/Engine/source/gui/worldEditor
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
..
creator.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
creator.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
editor.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
editor.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
editorIconRegistry.cpp Improvements to console refactor code 2012-10-12 19:12:06 +01:00
editorIconRegistry.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
editTSCtrl.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
editTSCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
gizmo.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
gizmo.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiConvexShapeEditorCtrl.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
guiConvexShapeEditorCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiDecalEditorCtrl.cpp Issue found with PVS-Studio: 2015-07-16 22:02:18 -05:00
guiDecalEditorCtrl.h Issue found with PVS-Studio: 2015-07-16 22:02:18 -05:00
guiMissionArea.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiMissionArea.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiMissionAreaEditor.cpp Fixed bad string compares and simdictionary 2014-11-04 19:51:13 -05:00
guiMissionAreaEditor.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiTerrPreviewCtrl.cpp Merge remote-tracking branch 'Winterleaf/Development-Console' into defineconsolemethod 2014-12-21 21:23:55 +11:00
guiTerrPreviewCtrl.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
terrainActions.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
terrainActions.h Add a new Terrain brush action: Smooth Slope. 2013-04-10 08:44:22 -04:00
terrainEditor.cpp Some small console method docs 2015-02-02 16:04:50 -08:00
terrainEditor.h Commit to add "Coverage" option to procedural terrain generator 2014-05-04 22:17:24 -07:00
tSelection.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
tSelection.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
undoActions.cpp add & delete object documentation 2015-02-02 16:07:15 -08:00
undoActions.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
worldEditor.cpp Added console method docs and removed function 2015-02-02 16:27:03 -08:00
worldEditor.h Added console method docs and removed function 2015-02-02 16:27:03 -08:00
worldEditorSelection.cpp Merge branch 'master' into console-func-refactor 2014-10-14 15:09:11 +11:00
worldEditorSelection.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00