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
2023-03-30
Exposing more project settings for documentation
Ninni Pipping
2023-02-18
Merge pull request #71850 from WesleyElliott/fix-custom-node-export
Yuri Sizov
2023-02-13
Prevent recursive importing (hack)
Juan Linietsky
2023-02-09
Emit reimport signal in reimport_file_with_custom_parameters
SaracenOne
2023-02-06
Use reimport_append api for importing embedded gltf images
Lyuma
2023-02-06
Merge pull request #72455 from reduz/allow-reimport-appending
Rémi Verschelde
2023-02-01
Support reimport appending
Juan Linietsky
2023-01-31
Always create global class list, even if empty
Rémi Verschelde
2023-01-31
Restore script class cache if removed
Juan Linietsky
2023-01-22
Merge pull request #71783 from Bartkk0/parse-check-deleted
Rémi Verschelde
2023-01-22
Use path instead of file name when updating script classes
Wesley Elliott
2023-01-21
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
Check if file was removed when parsing documentation
Bartkk
2023-01-19
Further fixes to global script class parsing
Juan Linietsky
2023-01-18
Clean up EditorFileSystem script parsing
Juan Linietsky
2023-01-16
Merge pull request #70668 from KoBeWi/never_give_up
Rémi Verschelde
2023-01-09
Ability to change a resource UID from API
Juan Linietsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-28
Retry loading addons after filesystem scan
kobewi
2022-12-12
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-05
Merge pull request #68324 from AThousandShips/group_import_uid
Rémi Verschelde
2022-11-29
Merge pull request #67664 from WindyDarian/fix_dependency_import
Rémi Verschelde
2022-11-29
Use forward-declarations in big editor classes
trollodel
2022-11-27
Fix group reimport bug
Ninni Pipping
2022-10-19
Don't try to import unknown dependency from scan
Windy Darian
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-10
Merge pull request #67124 from KoBeWi/load_before_save
Rémi Verschelde
2022-10-10
Defer clearing of ResourceUID cache and silence warnings
kobewi
2022-10-09
Fallback to ResourceLoader if can't find UID
kobewi
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-30
Fix typos with codespell
Rémi Verschelde
2022-09-15
Remove unused `abort_scan` variable
Aaron Franke
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-19
Add Startup benchmarking support
Juan Linietsky
2022-07-29
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-25
Remove ThreadWorkPool, replace by WorkerThreadPool
Juan Linietsky
2022-07-20
Fix FileInfo::import_valid always being set to false for TextFile in some cases
MinusKube
2022-06-22
Remake resource thread safety and API
reduz
2022-05-20
Add a new HashSet template
reduz
2022-05-19
Use range iterators for RBSet in most cases
Aaron Record
2022-05-17
Bind EditorFileSystem::reimport_files and improve docs
Lyuma
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-01
Add Blender install autodetection and configuration.
reduz
2022-03-27
Add GDExtension support to Script
reduz
2022-03-12
Initialize bools in the headers in editor
Aaron Franke
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-02-16
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-12
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
[next]