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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #97168 from Hilderin/fix-reloading-scripts-already-in-use
Rémi Verschelde
2024-09-20
1
-0
/
+1
|
\
|
*
Fix reloading scripts already in use
Hilderin
2024-09-20
1
-0
/
+1
*
|
Rework creating new folders in editor
kobewi
2024-09-17
1
-1
/
+1
|
/
*
Merge pull request #93372 from KoBeWi/instant_folders,_like_instant_noodles,_...
Rémi Verschelde
2024-09-16
1
-0
/
+8
|
\
|
*
Don't rescan filesystem when adding new directory
kobewi
2024-06-20
1
-0
/
+8
*
|
[FileSystem Dock] Add option to show some unsupported files in the dock.
bruvzg
2024-09-05
1
-0
/
+1
*
|
Merge pull request #95965 from Hilderin/update-script-documentation-file-remo...
Rémi Verschelde
2024-09-04
1
-1
/
+2
|
\
\
|
*
|
Update script documentation removed files on startup
Hilderin
2024-09-04
1
-1
/
+2
*
|
|
Merge pull request #92667 from Hilderin/fix-addon-requires-editor-restart
Rémi Verschelde
2024-09-03
1
-1
/
+4
|
\
\
\
|
*
|
|
Fix Addon requires editor restart to become functional
Hilderin
2024-09-02
1
-1
/
+4
|
|
/
/
*
/
/
Fix editor needs restart after adding GDExtensions
Hilderin
2024-08-29
1
-1
/
+1
|
/
/
*
|
Merge pull request #84974 from KoBeWi/import_reimport
Rémi Verschelde
2024-07-08
1
-0
/
+1
|
\
\
|
*
|
Reimport file when .import changes
kobewi
2024-06-29
1
-0
/
+1
*
|
|
Speed up scene group scanning for text scenes
kobewi
2024-06-29
1
-1
/
+0
|
/
/
*
|
Fix synchronization of global class name
Hilderin
2024-06-25
1
-9
/
+36
*
|
Fix Noticeable freeze after saving a scene #93104
Hilderin
2024-06-20
1
-0
/
+6
|
/
*
Revert "Fix FileSystem dock won't show any file folders"
Rémi Verschelde
2024-06-11
1
-16
/
+10
*
Fix FileSystem dock won't show any file folders
Hilderin
2024-06-10
1
-10
/
+16
*
Fix freeze after building C#
Hilderin
2024-06-09
1
-0
/
+1
*
Skip unnecessary updates to scene groups and scripts
kobewi
2024-05-15
1
-0
/
+1
*
Merge pull request #85295 from jsjtxietian/use-mutex-protect-max_index-in-Imp...
Rémi Verschelde
2024-05-02
1
-1
/
+1
|
\
|
*
Use mutex to protect max_index in ImportThreadData
jsjtxietian
2023-11-28
1
-1
/
+1
*
|
Remove code duplication for adding global script class
kobewi
2024-05-01
1
-0
/
+1
*
|
Add `--import` command-line flag
Mikael Hermansson
2024-04-09
1
-0
/
+1
*
|
Fix sorting of files/dirs in dialogs
A Thousand Ships
2024-03-20
1
-8
/
+0
*
|
Add const lvalue ref to editor/* container parameters
Muller-Castro
2024-02-26
1
-2
/
+2
*
|
Fix data race against EditorFileSystem.scanning_changes_done
Wilson E. Alvarez
2024-02-09
1
-1
/
+1
*
|
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
Adam Scott
2024-01-17
1
-1
/
+1
*
|
Implement project-wide node groups
Stanislav Labzyuk
2023-12-19
1
-0
/
+8
|
/
*
Use reimport_append api for importing embedded gltf images
Lyuma
2023-02-06
1
-2
/
+2
*
Support reimport appending
Juan Linietsky
2023-02-01
1
-1
/
+2
*
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
1
-0
/
+4
*
Further fixes to global script class parsing
Juan Linietsky
2023-01-19
1
-0
/
+1
*
Clean up EditorFileSystem script parsing
Juan Linietsky
2023-01-18
1
-5
/
+4
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Remove unused `abort_scan` variable
Aaron Franke
2022-09-15
1
-1
/
+0
*
Remove ThreadWorkPool, replace by WorkerThreadPool
Juan Linietsky
2022-07-25
1
-3
/
+0
*
Add a new HashSet template
reduz
2022-05-20
1
-8
/
+8
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-10
/
+10
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-2
/
+2
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-3
/
+3
*
Add Blender install autodetection and configuration.
reduz
2022-04-01
1
-0
/
+36
*
Initialize bools in the headers in editor
Aaron Franke
2022-03-12
1
-10
/
+10
*
Prevent renaming to an unkown extension from FileSystem dock.
jmb462
2022-01-17
1
-0
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Add TextFile support across the editor
Paulb23
2021-09-30
1
-0
/
+1
*
Implement Extension Loader
reduz
2021-08-20
1
-0
/
+2
*
Implement Resource UIDs
reduz
2021-07-24
1
-0
/
+4
*
Remove thread-unsafe and unused late_added_files.
Lyuma
2021-06-17
1
-1
/
+0
*
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-1
/
+1
[next]