index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
editor
/
editor_file_system.cpp
Age
Commit message (
Expand
)
Author
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-10
Make file system scan more robust
Pedro J. Estébanez
2020-02-05
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-31
Prevent crash when we can't write to editor cache or config path
Rémi Verschelde
2019-10-02
Revert "Fix plugin script classes defined even if inactive."
Rémi Verschelde
2019-09-30
Merge pull request #32434 from willnationsdev/script-class-no-plugins
Rémi Verschelde
2019-09-30
Fix plugin script classes defined even if inactive.
willnationsdev
2019-09-25
Added some obvious errors explanations
qarmin
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-07-25
DirAccess: Drop compat get_next(bool *is_dir) which was hidden
Rémi Verschelde
2019-07-01
Merge pull request #29815 from NilsIrl/plus_file_1
Rémi Verschelde
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-23
Replace ` + "/" + ` with `String::file_add()`
Nils ANDRÉ-CHANG
2019-05-24
fix file system not refresh on exFAT
XiaoLongHan
2019-05-19
Fix typos with codespell
Rémi Verschelde
2019-04-19
Added ability for multiple images to be imported as an atlas
Juan Linietsky
2019-02-27
Fixed issue where descriptor is left hanging, which causes file locked on Win...
Juan Linietsky
2019-02-26
-Properly handle missing ETC support on export
Juan Linietsky
2019-02-20
Add -Wshadow=local to warnings and fix reported issues.
marxin
2019-02-12
Core: Ensure classes match their header filename
Rémi Verschelde
2019-01-26
Fix code style issues
Rémi Verschelde
2019-01-21
Add function to obtain filesystem type from DirAccess.
Juan Linietsky
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-15
Added basic support for custom resource savers and loaders
Marc Gilleron
2018-11-20
Reworked how non-imported resources are reloaded on change, fixes #19852
Juan Linietsky
2018-10-29
Moved folding outside the resource files, now saved outside the project.
Juan Linietsky
2018-10-05
Fixes to baker, restored xatlas and fixed bake options.
Juan Linietsky
2018-09-19
Fix EditorSettings saving on draw calls
willnationsdev
2018-09-14
Refactor editor icon retrieval
willnationsdev
2018-09-13
Merge pull request #21540 from YeldhamDev/image_reimp_error_fix
Rémi Verschelde
2018-09-13
Merge pull request #21982 from luzpaz/misc-typos
Rémi Verschelde
2018-09-12
Misc. typos
luz.paz
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-07
Fix error when reimporting an Image resource
Michael Alexsander Silva Dias
2018-08-14
Add custom icons to script classes.
Will Nations
2018-08-08
Add toggle for favorites in create_root_dialog.
willnationsdev
2018-07-15
Global class names (and GDScript support for it)
Juan Linietsky
2018-03-14
Merge pull request #17420 from marcelofg55/fscache_err_checks
Rémi Verschelde
2018-03-13
Added error checks for fscache saving
Marcelo Fernandez
2018-03-13
Merge pull request #17138 from simedis/import_md5
Rémi Verschelde
2018-03-10
Update preview on filesystem change
ShyRed
2018-03-01
Moves the md5sum's from the <filename>.import file into .import/<filename>.md5
Geoffrey
2018-01-05
Make sure .import folder exists before importing, in case user deleted it man...
Juan Linietsky
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-27
Reimport now checks source path changes and imported files and their md5, fix...
Juan Linietsky
2017-12-05
Add context menu to editor file dialogs.
Ray Koopa
2017-11-24
Add a bit space around the .import [deps] tag to make it more readable.
Juan Linietsky
[next]