| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
Also removes a couple wrong Godot headers from third-party source files.
|
| |
|
|
|
|
|
|
|
| |
## Error message on console ##
```
no access to ID:18723
ERROR: FileAccessWindows::_get_modified_time: Method/Function Failed, returning: 0
At: drivers\windows\file_access_windows.cpp:251
```
|
| |
|
|
| |
-Implemented HiDPI detection and support for Godot Editor!
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-Rearrange favorites in fs dock with drag and drop
-Removed import -> sub-scene, moved to scenetree contextual menu
-Removed import -> re-import , moved and integrated to FS dock
-Added ability in FS dock to re-import more than one resource
simultaneously
-Added ability to drag from native filesystem explorer to Godot, only
works on Windows though
-Removed scene reimport merge options, never worked well. Eventually
merging materials should be re-added
-Added ability to set custom root node type when importing scenes
-Re-Import is now automatic, can be configured back to manual in editor
settings
-Added resource previews in property list for many resource types
|
| |
|
|
|
| |
-fixed deadlock on previews thread
-fixed compilation errors on unix
|
| |
|
|
|
|
|
|
|
| |
-ItemList control for easier lists/thumbnails
-New file dialog, with support for thumbnails, favorites, recent places,
etc
-Moved .fscache out of the project, no more bugs due to committed/pulled
.fscache!
-Dir dialog now sorts directories
|
| |
|