mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 20:54:46 +00:00
Added getGUIPath console function to guiAsset Corrected console function documentation for getScriptPath in MaterialAsset Added getter console functions to PostEffectAsset Added getAnimationPath console function to PostEffectAsset Fixes handling of mapto with the reskin usage when generating preview renders for ShapeAssets Standardizes getShapeFile to getShapePath on ShapeAsset to better match formatting of other getters on assets Adds sanity checking for getStringWidth to prevent crash if there's an issue with the font being ready at time of request(from Az) Earlies out on rendering of impostors if it's the deferred bin to prevent unneeded duplicate rendering messing up results(from Az) Fixed duplicate naming of quality levels on LightingQualityList Added check so if _makePrettyResString is handed a 'human formatted' resolution string(as in, has <width> x <height> it can handle that properly Shifted yes/no and on/off option lists to globals for ease and consistency of handling on options menu Improves check for unapplied graphics options on options menu and applies them all at once Add sanitizing of variable names so getVariable doesn't have issues when looking up array variables in optionsMenu logic Adds better tracking of what options menu category is shown so refreshes don't reset it Add better handling for changing resolution in options menu and getting it to apply properly Adds better utility functions for setting bools vs optionsLists vs quality lists and updates options fields to use the most appropriate Removes redundant setting of $pref::SFX::channelVolume vars in defaults.tscript Removed unneeded extra logging from asset browser drag-n-drop actions Adds item to RMB context menu in AB to regenerate preview images Fixes move command for asset types(needed to properly reference the full path of the associated files) and added it for shapes, animations and terrains Added logic so when the dropdown for selecting a target module on the Create New Asset window is changed, it forcefully updates the target path to point to the module to avoid erroneous paths being provided Adds proper clamping of values to Forest Editor's brush size in the editor bar. Could be set to below 1 even though it would visually clamp to 1. Temporarily disables fields and handling of 'open in Torsion'. Fixes bad pixel in gui/images/tab_border.png which was causing it to fail to generate bitmap array properly Makes the New GUI option from menubar in GUI Editor use same Create New Asset method as everything else Disables access to the CubemapDesc reflector field in the material editor as it's not nominally used now in favor of probes Adds proper loading of roughness and metalness fields in material editor Fixes the default ReflectProbePreviewMat to use a better base DiffuseMap (No Material) rather than the occluder Fixes disable display for some options in the advanced panel in the shape editor so they look more fitting to everything else Adds check to avoid spam of markItem errors in the event requested tree item is invalid Fixed remove material button and command in TerrainMaterial Editor |
||
|---|---|---|
| .. | ||
| forcedMaterialMeshMgr.cpp | ||
| forcedMaterialMeshMgr.h | ||
| renderBinManager.cpp | ||
| renderBinManager.h | ||
| renderDeferredMgr.cpp | ||
| renderDeferredMgr.h | ||
| renderFormatChanger.cpp | ||
| renderFormatChanger.h | ||
| renderGlowMgr.cpp | ||
| renderGlowMgr.h | ||
| renderImposterMgr.cpp | ||
| renderImposterMgr.h | ||
| renderMeshMgr.cpp | ||
| renderMeshMgr.h | ||
| renderObjectMgr.cpp | ||
| renderObjectMgr.h | ||
| renderOcclusionMgr.cpp | ||
| renderOcclusionMgr.h | ||
| renderParticleMgr.cpp | ||
| renderParticleMgr.h | ||
| renderPassManager.cpp | ||
| renderPassManager.h | ||
| renderPassStateToken.cpp | ||
| renderPassStateToken.h | ||
| renderProbeMgr.cpp | ||
| renderProbeMgr.h | ||
| renderTerrainMgr.cpp | ||
| renderTerrainMgr.h | ||
| renderTexTargetBinManager.cpp | ||
| renderTexTargetBinManager.h | ||
| renderTranslucentMgr.cpp | ||
| renderTranslucentMgr.h | ||