mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Added autosave logic to the world editor. Via a schedule, it will autosave to tool/autosave to create a backup of the current dirty scene
Fixed RMB menu on multi select objects in the Scene Tree so it will properly display the full list of actions Fixed up several spots of editor settings fields being incorrect copy-pastes Integrated AssetBrowser tool into the standard initSettings hook-through for proper default settings integration Added Editor Theme settings to the default value init'ing of the World Editor Shifted exec of editor settings default values as part of the initial editor load to ensure that if the settings.xml is deleted, theme info reverts back to the default Integrated Convex Editor's settings into new EditorSettings window system Added several missing World Editor settings to Editor Settings Window
This commit is contained in:
parent
8611e7090a
commit
8824ee9a2a
8 changed files with 196 additions and 29 deletions
|
|
@ -65,9 +65,6 @@ function CoreModule::onCreate(%this)
|
|||
{
|
||||
if(isFile("tools/main.cs") && !$isDedicated)
|
||||
exec("tools/main.cs");
|
||||
|
||||
ModuleDatabase.scanModules( "tools", false );
|
||||
ModuleDatabase.LoadGroup( "Tools" );
|
||||
}
|
||||
|
||||
//This is used to build the remap keybind sets for the different actionMaps.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue