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
*
Merge pull request #71850 from WesleyElliott/fix-custom-node-export
Yuri Sizov
2023-02-18
1
-1
/
+1
|
\
|
*
Use path instead of file name when updating script classes
Wesley Elliott
2023-01-22
1
-1
/
+1
*
|
Prevent recursive importing (hack)
Juan Linietsky
2023-02-13
1
-3
/
+21
*
|
Emit reimport signal in reimport_file_with_custom_parameters
SaracenOne
2023-02-09
1
-0
/
+5
*
|
Use reimport_append api for importing embedded gltf images
Lyuma
2023-02-06
1
-30
/
+32
*
|
Merge pull request #72455 from reduz/allow-reimport-appending
Rémi Verschelde
2023-02-06
1
-11
/
+25
|
\
\
|
*
|
Support reimport appending
Juan Linietsky
2023-02-01
1
-11
/
+25
*
|
|
Always create global class list, even if empty
Rémi Verschelde
2023-01-31
1
-1
/
+1
|
/
/
*
|
Restore script class cache if removed
Juan Linietsky
2023-01-31
1
-0
/
+5
*
|
Merge pull request #71783 from Bartkk0/parse-check-deleted
Rémi Verschelde
2023-01-22
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Check if file was removed when parsing documentation
Bartkk
2023-01-21
1
-0
/
+5
*
|
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
1
-2
/
+24
|
/
*
Further fixes to global script class parsing
Juan Linietsky
2023-01-19
1
-7
/
+29
*
Clean up EditorFileSystem script parsing
Juan Linietsky
2023-01-18
1
-52
/
+65
*
Merge pull request #70668 from KoBeWi/never_give_up
Rémi Verschelde
2023-01-16
1
-0
/
+2
|
\
|
*
Retry loading addons after filesystem scan
kobewi
2022-12-28
1
-0
/
+2
*
|
Ability to change a resource UID from API
Juan Linietsky
2023-01-09
1
-4
/
+4
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
|
/
*
Rename all gdnative occurences to gdextension
Gilles Roudière
2022-12-12
1
-11
/
+11
*
Merge pull request #68324 from AThousandShips/group_import_uid
Rémi Verschelde
2022-12-05
1
-9
/
+48
|
\
|
*
Fix group reimport bug
Ninni Pipping
2022-11-27
1
-9
/
+48
*
|
Merge pull request #67664 from WindyDarian/fix_dependency_import
Rémi Verschelde
2022-11-29
1
-1
/
+6
|
\
\
|
*
|
Don't try to import unknown dependency from scan
Windy Darian
2022-10-19
1
-1
/
+6
*
|
|
Use forward-declarations in big editor classes
trollodel
2022-11-29
1
-0
/
+1
|
|
/
|
/
|
*
|
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
[next]