Torque3D/Engine/source/environment
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
..
editors Issue found with PVS-Studio: 2015-07-16 22:02:18 -05:00
basicClouds.cpp Review fixes 2015-02-23 14:57:37 -05:00
basicClouds.h Use shader data for get sampler register in CloudLayer and BasicClouds. 2014-04-17 14:20:08 +02:00
cloudLayer.cpp Fix member vars left uninitialized in constructors 2015-02-20 18:41:51 -05:00
cloudLayer.h Use shader data for get sampler register in CloudLayer and BasicClouds. 2014-04-17 14:20:08 +02:00
decalRoad.cpp Fix more use-after-delete errors 2014-12-11 19:09:01 -05:00
decalRoad.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
meshRoad.cpp Merge pull request #1035 from bpay/memfixes 2015-01-25 13:42:32 +01:00
meshRoad.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
nodeListManager.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
nodeListManager.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
river.cpp Merge branch 'development' into walkabout 2015-01-29 21:38:20 +11:00
river.h Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00
scatterSky.cpp little typo 2015-02-15 16:15:45 -06:00
scatterSky.h Z Offset for Scattersky to fix the rendering issue at high altitudes. 2014-12-01 13:06:27 -05:00
skyBox.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
skyBox.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
sun.cpp Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro. 2014-11-03 22:42:51 -05:00
sun.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
timeOfDay.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
timeOfDay.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
waterBlock.cpp Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00
waterBlock.h Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00
waterObject.cpp Fix persistent underwater effect. 2014-12-23 22:32:21 +01:00
waterObject.h Merge branch 'master' into console-func-refactor 2014-10-14 15:09:11 +11:00
waterPlane.cpp Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00
waterPlane.h Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00