summaryrefslogtreecommitdiffstats
path: root/editor/editor_file_system.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a bit space around the .import [deps] tag to make it more readable.Juan Linietsky2017-11-241-2/+2
* Changed reimport logic to also check md5 before reimporting, fixes #13135Juan Linietsky2017-11-241-74/+102
* EditorSettings: Rename settings_path to settings_dirRémi Verschelde2017-11-171-4/+4
* Make sure scan happens after all nodes enter scene (including plugins), fixes...Juan Linietsky2017-11-151-1/+2
* Update meshes when reimporting,Daniel J. Ramirez2017-11-121-3/+2
* Cleanup unnecessary debug printsRémi Verschelde2017-10-211-56/+0
* Added the set/get_setting function in Editor/Project settings. Renamed has() ...Juan Linietsky2017-10-051-1/+1
* Fix import order, so scenes are imported after textures.Juan Linietsky2017-09-201-2/+14
* Merge pull request #10840 from rtroncoso/fix-reimporter-defaults-loadRémi Verschelde2017-09-011-1/+1
|\
| * Fix importer not applying saved default settings on loadRodrigo Troncoso2017-08-311-1/+1
* | Fix issues regarding reload of resources in imported scenes. Closes #10017Juan Linietsky2017-08-311-0/+3
|/
* Added nice icon to show when a file is broken on import.Juan Linietsky2017-08-291-0/+7
* Fix constant reimport on broken files, closes #9930Juan Linietsky2017-08-291-15/+31
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Several improvements and fixes to import system. Might fix many issues opened...Juan Linietsky2017-08-171-2/+68
* Merge pull request #10345 from Hinsbart/remove_importedAndreas Haas2017-08-151-0/+15
|\
| * Removing a Resource also deletes imported files.Andreas Haas2017-08-151-0/+15
* | Small fix for problem of nodes losing type, this is not good enough to solve ...Juan Linietsky2017-08-151-0/+6
|/
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-4/+4
* Added a .gdignore check to ignore specific folders. Closes #8461Juan Linietsky2017-08-061-0/+4
* -Ability to set default import presets for typeJuan Linietsky2017-07-231-1/+14
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-5/+5
* Add object type hint for docsPoommetee Ketson2017-07-191-1/+1
* Fix EditorFileSystem duplicating root folder in new foldersBojidar Marinov2017-06-161-0/+7
* Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...Damian Day2017-05-121-2/+2
* Rename project file to "project.godot"Rémi Verschelde2017-05-011-2/+2
* Revert "Use .godot as file extension for project files."Juan Linietsky2017-04-291-33/+15
* Use .godot as file extension for project files.Andreas Haas2017-04-161-15/+33
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* New particle system, mostly working, some small features missing.Juan Linietsky2017-04-061-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-572/+466
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+1550