aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/filesystem_dock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-1891/+0
* Add menu item for file resources in the inspector to reveal them in the FileS...Ray Koopa2017-02-271-0/+33
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-27/+27
* Lot of work in new importer, importing textures now works.Juan Linietsky2017-02-011-58/+59
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-7/+10
* Audio bus editing is COMPLETE!Juan Linietsky2017-01-251-0/+13
* Remove Quick Filter Files and fix FS search hotkeyRémi Verschelde2017-01-211-3/+11
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-3/+2
* removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-141-2/+2
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-5/+7
* rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-141-1/+1
* New API for visibility in both CanvasItem and SpatialJuan Linietsky2017-01-131-10/+10
* some class renamesJuan Linietsky2017-01-121-2/+2
* Type renames:Juan Linietsky2017-01-111-1/+1
* FileSystemDock: Collapse folders by default, add context menu with "Expand al...lonesurvivor2017-01-101-2/+47
* PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky2017-01-081-1/+1
* Editor settings categories are now tidy and beautiful!Juan Linietsky2017-01-051-3/+3
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-1/+1
* -Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky2017-01-041-3/+3
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-23/+23
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Remove dead code in FileSystemDockvolzhs2016-10-231-7/+0
* Better editor settings for the FileSystem dockFranklin Sobrinho2016-08-161-15/+31
* "FileSystem" dock now instance all selected scenes in one actionFranklin Sobrinho2016-07-211-2/+8
* Instance only selected scenes in FS dock, closes #5795Juan Linietsky2016-07-211-1/+2
* Renamed scenes_dock to filesystem_dock (makes more sense, it has not been a s...Juan Linietsky2016-07-211-0/+1771