Torque3D/Engine/source/environment
AzaezelX b710a309bd asset load flow work
add reloading state to asset tracking,
convert most asset.isnull() checks on over to skipping out unless the errcode is ::Ok, or ::UsingFallback
add more errstriongcodes to hook up
skip load<type> execution if the asset loaded state is ::Ok
2023-10-08 13:19:43 -05:00
..
editors add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
basicClouds.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
basicClouds.h correct imageassetarrays having a singular texture profile as oposed to a type per. 2021-11-03 12:30:52 -05:00
cloudLayer.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
cloudLayer.h code duplication prune. should aid in stability 2021-10-03 02:56:26 -05:00
decalRoad.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
decalRoad.h code duplication prune. should aid in stability 2021-10-03 02:56:26 -05:00
meshRoad.cpp uninitialized and unused value cleanups 2023-05-01 10:40:02 -05:00
meshRoad.h code duplication prune. should aid in stability 2021-10-03 02:56:26 -05:00
nodeListManager.cpp sanity check nodelist presence 2021-08-29 01:11:29 -05:00
nodeListManager.h uninitialized variables-environment and forrest 2020-05-11 14:56:04 -05:00
river.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
river.h uninitialized variables-environment and forrest 2020-05-11 14:56:04 -05:00
scatterSky.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
scatterSky.h Spheres for Skies 2022-03-08 19:50:36 +00:00
skyBox.cpp Reverse depth & 32F buffer format 2023-04-14 20:13:28 -06:00
skyBox.h code duplication prune. should aid in stability 2021-10-03 02:56:26 -05:00
skySphere.cpp uninitialized and unused value cleanups 2023-05-01 10:40:02 -05:00
skySphere.h uninitialized and unused value cleanups 2023-05-01 10:40:02 -05:00
sun.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
sun.h code duplication prune. should aid in stability 2021-10-03 02:56:26 -05:00
timeOfDay.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
timeOfDay.h Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy 2017-06-23 11:36:20 -05:00
VolumetricFog.cpp asset load flow work 2023-10-08 13:19:43 -05:00
VolumetricFog.h code duplication prune. should aid in stability 2021-10-03 02:56:26 -05:00
VolumetricFogRTManager.cpp uninitialized variables-environment and forrest 2020-05-11 14:56:04 -05:00
VolumetricFogRTManager.h set volumetric fog to use the standard window-resized trigger for it's update 2019-10-17 09:54:38 -05:00
waterBlock.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
waterBlock.h Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00
waterObject.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
waterObject.h Fixes setter issue for image/shape/material custom inspector fields where it was not correctly passing through the changed value from the Asset Browser select 2022-08-30 01:29:39 -05:00
waterPlane.cpp Reverse depth & 32F buffer format 2023-04-14 20:13:28 -06:00
waterPlane.h Added basic Walkabout with #define renamed and no editor. 2014-11-28 19:42:10 +11:00