index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
editor
/
editor_file_system.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-2
/
+2
*
Merge pull request #67124 from KoBeWi/load_before_save
Rémi Verschelde
2022-10-10
1
-3
/
+9
|
\
|
*
Fallback to ResourceLoader if can't find UID
kobewi
2022-10-09
1
-3
/
+9
*
|
Defer clearing of ResourceUID cache and silence warnings
kobewi
2022-10-10
1
-1
/
+1
|
/
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-16
/
+16
*
Fix typos with codespell
Rémi Verschelde
2022-09-30
1
-1
/
+1
*
Remove unused `abort_scan` variable
Aaron Franke
2022-09-15
1
-5
/
+0
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-15
/
+15
*
Add Startup benchmarking support
Juan Linietsky
2022-08-19
1
-5
/
+0
*
Move editor paths into the EditorPaths class
Aaron Franke
2022-07-29
1
-4
/
+5
*
Remove ThreadWorkPool, replace by WorkerThreadPool
Juan Linietsky
2022-07-25
1
-5
/
+4
*
Fix FileInfo::import_valid always being set to false for TextFile in some cases
MinusKube
2022-07-20
1
-3
/
+3
*
Remake resource thread safety and API
reduz
2022-06-22
1
-5
/
+4
*
Add a new HashSet template
reduz
2022-05-20
1
-5
/
+5
*
Use range iterators for RBSet in most cases
Aaron Record
2022-05-19
1
-2
/
+2
*
Bind EditorFileSystem::reimport_files and improve docs
Lyuma
2022-05-17
1
-0
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-17
/
+17
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-182
/
+190
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-50
/
+29
*
Add Blender install autodetection and configuration.
reduz
2022-04-01
1
-1
/
+54
*
Add GDExtension support to Script
reduz
2022-03-27
1
-1
/
+1
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-11
/
+0
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-2
/
+1
*
Port existing _notification code to use switch statements (part 1/3)
jmb462
2022-02-16
1
-1
/
+2
*
Improve compilation speed (forward declarations/includes cleanup)
Hendrik Brucker
2022-02-12
1
-3
/
+3
*
Prevent renaming to an unkown extension from FileSystem dock.
jmb462
2022-01-17
1
-0
/
+4
*
Fix various typos
luz paz
2022-01-13
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-26
/
+26
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-2
/
+2
*
Add path to functions that return iporter options
reduz
2021-11-14
1
-3
/
+3
*
Restrict the project data directory configuration
ne0fhyk
2021-10-18
1
-1
/
+2
*
Make the project data directory customizable.
ne0fhyk
2021-10-11
1
-1
/
+1
*
Fix `EditorFileSystem` not checking `.gdignore` in existed directory
Zae
2021-10-08
1
-2
/
+2
*
Merge pull request #52711 from m4gr3d/provide_getter_for_project_data_dir_master
Rémi Verschelde
2021-10-05
1
-4
/
+9
|
\
|
*
Provide a getter for the project data directory.
ne0fhyk
2021-09-15
1
-4
/
+9
*
|
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-5
/
+5
*
|
Add TextFile support across the editor
Paulb23
2021-09-30
1
-2
/
+24
*
|
Replace stb_vorbis with libogg+libvorbis
Ellen Poe
2021-09-09
1
-0
/
+4
|
/
*
Implement Extension Loader
reduz
2021-08-20
1
-0
/
+83
*
Fix various typos
luz paz
2021-07-25
1
-1
/
+1
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-16
/
+16
*
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
1
-22
/
+143
|
\
|
*
Implement Resource UIDs
reduz
2021-07-24
1
-22
/
+143
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-37
/
+33
|
/
*
Optimize StringName usage
reduz
2021-07-18
1
-15
/
+15
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-3
/
+3
*
Remove thread-unsafe and unused late_added_files.
Lyuma
2021-06-17
1
-5
/
+0
*
Refactor editor paths validation in EditorPaths and EditorSettings
Rémi Verschelde
2021-06-14
1
-18
/
+1
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
[next]