aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_file_system.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! (cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
* Turn some prints to error logs, remove othersRémi Verschelde2016-07-241-1/+1
| | | | Fixes #5876 in passing.
* Added proper resource preview cache invalidation, fixes #5342Juan Linietsky2016-07-031-0/+7
|
* Fixed bug in instance state ordering, closes #3904Juan Linietsky2016-06-281-3/+1
|
* Avoid recursion in filesystem scanning, closes #3838Juan Linietsky2016-06-281-16/+25
|
* fix random inifinite loop when open editorvolzhs2016-05-311-1/+1
|
* Changed import workflowJuan Linietsky2016-05-271-0/+69
| | | | | | | | | | | | | | | | -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
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-2/+2
| | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
* i18n: Don't make print_line calls translatableRémi Verschelde2016-05-041-3/+3
|
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-7/+7
|
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
|
* -Increment resources total in scene format text, fixes #3506Juan Linietsky2016-01-291-0/+2
|
* -completely rewritten filesystem dock and internal editor filesystem ↵Juan Linietsky2016-01-051-399/+549
| | | | | | management, fixes #1926 -filesystem dock now tracks objects and directories in real-time, fixes #2009
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* **WARNING BEFORE PULLING**Juan Linietsky2015-08-231-3/+41
| | | | | | | | | | | This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file
* new file dialog!Juan Linietsky2015-06-061-3/+7
| | | | | | | | | -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
* improved animation editorJuan Linietsky2015-05-251-0/+1
| | | | | | | | | -same-value link keys -new layout -forward, backwards playback -integrated curve/property editor -auto increment sprite frame after insert -copy & paste animation resoucres
* optional formal changesehriche2015-05-061-4/+4
|
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* 3D Import Import & UDPJuan Linietsky2014-11-121-0/+29
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=- -Animation Import filter support -Animation Clip import support -Animation Optimizer Fixes, Improvements and Visibile Options -Extremely Experimental UDP support.
* SceneMainLoop -> SceneTreeJuan Linietsky2014-11-051-2/+2
| | | | | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around
* Fix some more incorrect bindingsGerold312014-10-261-1/+1
|
* -Fixed a few bugs in ViewportJuan Linietsky2014-04-101-3/+3
| | | | | -Made a few demos using Viewport to show it's true power! -Fixed some start-up error messages.
* -fix bug in cache for atlas import/exportJuan Linietsky2014-03-131-1/+3
| | | | | | | | | | -fix some menus -fixed bug in out transition curves -detect and remove file:/// in collada -remove multiscript for now -remove dependencies on mouse in OS, moved to Input -avoid fscache from screwing up (fix might make it slower, but it works) -funcref was missing, it's there now
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+1071