Torque3D/Templates/BaseGame/game/core
Areloch 32cfd0b39e Removed unneeded deletion of asset definition in various asset deconstructors - was causing crash on shutdown when a new asset was made
Added ability to check if popup menu is currently Visible
Removed unwanted path debug/testing code from tsShapeConstructor
Made a number of default postFX's names more consistent and set up asset definitions for them. Began adding hooks to PostFX editor as well
Refactored Asset Import window with new layout, revamped import behavior to work with new layout concept and easier editing of import 'session'
Updated Asset Browser to utilize a common 'DirectoryHandler' object to standardize/centralize all folder navigation behavior for the asset tool ecosystem
Added new window to select path for assets
Refactored import config editor to be easier to utilize
Added field in editor settings to edit import configs without needing to first try and import assets
Updated a number of asset types' scripts to handle address-based system
Began standardizing a number of 'actions' for the asset browser, including drag-n-drop, renaming, deleting, moving, etc.
Made refreshing behavior of AB more consistent
When making new in AB folder, it will automatically navigate to the new folder
When making a new folder, prompts the folder name via new popup window
Refactored PostFX editor to use newer layout with side list for easier use
2019-12-03 00:09:18 -06:00
..
clientServer Removed redundant 'load last edited level' startup mode to editor. 2019-11-20 01:39:12 -06:00
components Merge branch 'ExpandsComponents' of https://github.com/Areloch/Torque3D into development 2019-05-04 16:09:09 -05:00
console Module-ified core structure. 2018-09-02 03:53:13 -05:00
fonts Module-ified core structure. 2018-09-02 03:53:13 -05:00
gameObjects Shaderdata new->singleton 2019-10-16 19:23:32 +01:00
gui Removed unneeded deletion of asset definition in various asset deconstructors - was causing crash on shutdown when a new asset was made 2019-12-03 00:09:18 -06:00
lighting from @rextimmy: ssao work 2019-10-31 19:06:40 -05:00
postFX Removed unneeded deletion of asset definition in various asset deconstructors - was causing crash on shutdown when a new asset was made 2019-12-03 00:09:18 -06:00
rendering Enabled probe viz item for live updates of probes when working with them(auto-baking while on) 2019-11-22 01:30:49 -06:00
sfx Module-ified core structure. 2018-09-02 03:53:13 -05:00
shapes noshape.dae should go inside core 2017-07-10 20:00:23 -05:00
utility Merge pull request #99 from Azaezel/alpha40ModuleDependencyResolvers 2019-10-26 23:18:49 -05:00
Core.cs Moved unneeded modules to Templates/Modules 2019-09-29 06:44:43 -05:00
Core.module Cleanup and minor tweaks to the core dir structure. 2019-03-04 22:07:55 -06:00
settings.xml Adjusted init'ing logic to defer to project settings for the name of the play gui and mainMenu gui instead of hardcoding them 2019-08-07 01:27:39 -05:00