Torque3D/Engine/source/gui/editor/inspector
Areloch e7bf49e801 Moved unneeded modules to Templates/Modules
Added templated getObjectsByClass to Scene for easier engine-side polling of objects, including nested checks for subscenes
Proper init'ing of mGamemodeName in LevelAsset, as well as proper fieldType for mIsSubLevel
D3D11 added logic to handle scaling down of textures in cubemap arrays for lower texture resolution preferences
Added ability to collapse groups programmatically to GuiVariableInspector
Upped PSSM shadowmap max size to 4096
Caught GL deferred lighting/probes up to D3D11
Temporarily disabled forward lighting/probes on GL materials until conversion finished
Upped smMaxInstancingVerts to 2000 from 200 to support slightly more detailed meshes being instanced
Reordered project settings so they load ahead of core modules, so that core modules can actually use project settings
Established current preset file for PostFXManager to use for reverting
WIP logic for forcing probes to update as part of level lighting load step in loading process
Streamlined PostFXManager code, removing unnecessary/redundant files
Coverted HDR, Lightrays and SSAO and ExamplePostEffect to use new PostFX Manager/Editor paradigm
PostFX manager now enacts callbacks so that postFXs' can process their own settings as well as provide editor fields
Changed PostFX editor to work with new callbacks via using VariableInspector
Updated PostEffectAsset's template file so new PostFX's will now automatically register with the PostFXManager and have the needed new callbacks for integration
Made HDR on by default, removed enable field from editing
Made probe bake resolution a project setting
Updated many GL postFX shaders to have proper case for PostFx.glsl
Example module now loads ExampleGUI and ExamplePostEffect during init'ing
Removed unneeded autoload definitions from ExampleModule's module file
Fixed Graphics Adapter settings field to properly display as well as apply setting
Updated many referenced profiles in tools folder to use the Tools specific gui profiles to make theming more consistent
Fixed coloration of tools button bitmap to make theming more consistent
Updated a few theme settings for improved visibility with theme, particularly selected/highlighted text
Moved AssetBrowser field types to separated folder/files
Updated new module creation to properly utilize template file instead of overriding it with a programmatic script generation.
Removed unneded default autoload definitions from new modules
Added WIP for editing Module/Asset dependencies
Updated the PostEffectAsset to properly generate glsl and hlsl files from templates
Updated module editor window to display only necessary fields
Added WIP of TerrainAsset
Added shaderCache gitignore file so folder isn't lost
2019-09-29 06:44:43 -05:00
..
componentGroup.cpp Eliminate unnecessary uses of ConsoleMethod 2018-04-17 22:36:32 +02:00
componentGroup.h Fixes the inspector/component editor to display the components attached to an entity correctly in the inspector. 2017-12-03 01:21:30 -06:00
customField.cpp Fix stack balancing problems by refactoring execution calls 2015-02-08 00:08:18 +00:00
customField.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
datablockField.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
datablockField.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
dynamicField.cpp Eliminate DefineConsoleMethod 2018-04-17 21:01:50 +02:00
dynamicField.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
dynamicGroup.cpp Eliminate DefineConsoleMethod 2018-04-17 21:01:50 +02:00
dynamicGroup.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
entityGroup.cpp Eliminate unnecessary uses of ConsoleMethod 2018-04-17 22:36:32 +02:00
entityGroup.h Ensuring all names are the correct casing for Linux 2016-05-26 01:37:14 -05:00
field.cpp Reduce console spam from probe manager when not in debug 2019-06-17 23:48:20 -05:00
field.h Reduce console spam from probe manager when not in debug 2019-06-17 23:48:20 -05:00
group.cpp Issue found with PVS-Studio: 2015-07-21 23:22:21 -05:00
group.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
mountingGroup.cpp Clean up redundant variables 2019-02-06 15:03:06 -05:00
mountingGroup.h Ensuring all names are the correct casing for Linux 2016-05-26 01:37:14 -05:00
variableField.cpp Added refactor of Editor Settings window 2019-06-03 02:47:30 -05:00
variableField.h Corrects the clearFields function of the variableInspector and enables the callback field support. 2018-02-01 01:51:51 -06:00
variableGroup.cpp Added D3D error code interpreter 2019-08-12 01:04:17 -05:00
variableGroup.h Updates the VariableInspector, VariableGroup and VariableField objects to actually be useful. In addition to the original functionality of being able to have a var name passed in and search for all vars with that in it, it also lets you build out a completely custom Inspector. 2017-09-21 02:49:36 -05:00
variableInspector.cpp Moved unneeded modules to Templates/Modules 2019-09-29 06:44:43 -05:00
variableInspector.h Moved unneeded modules to Templates/Modules 2019-09-29 06:44:43 -05:00