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
/
scene
/
resources
/
resource_format_text.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enhance cache modes in resource loading
Pedro J. Estébanez
2024-02-26
1
-5
/
+27
*
Allow opening scenes with missing scene dependency
kobewi
2024-02-13
1
-0
/
+7
*
Ensure special characters are escaped in tscn connections and editable hint
LimestaX
2024-01-08
1
-5
/
+5
*
Improve error message in text resource format parser
Eoin O'Neill
2024-01-02
1
-1
/
+1
*
Fix file disappearing when renaming dependencies
kobewi
2023-12-14
1
-2
/
+2
*
Remove unnecessary assignments
Wilson E. Alvarez
2023-12-13
1
-2
/
+1
*
Assign temporary path to preloaded resources
kobewi
2023-11-10
1
-0
/
+2
*
Add error checks for DirAccess creation.
Saracen
2023-09-26
1
-0
/
+2
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-0
/
+1
*
Fix ImageTextureLayered serialisation issues.
Ithamar R. Adema
2023-07-23
1
-4
/
+7
*
Fix crash when saving resources with circular references
Maxim Kulkin
2023-07-14
1
-2
/
+3
*
Allow change import type without restarting editor
kobewi
2023-07-03
1
-1
/
+5
*
Fix missing UID handling in Dependency Editor
kobewi
2023-06-13
1
-2
/
+10
*
Fix external resource ids lost
Pedro J. Estébanez
2023-06-01
1
-1
/
+1
*
Avoid interaction issues between resource loading threads
Pedro J. Estébanez
2023-05-10
1
-56
/
+27
*
Merge pull request #70234 from Rindbee/fix-uid-lost
Rémi Verschelde
2023-04-25
1
-2
/
+12
|
\
|
*
Fix the uid field of the tscn/res file is lost when the external dependency i...
Rindbee
2023-01-22
1
-2
/
+12
*
|
Fix sub-resource IDs resetting when preloaded
kobewi
2023-02-07
1
-3
/
+5
*
|
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-02-01
1
-3
/
+3
*
|
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-31
1
-0
/
+24
|
/
*
Merge pull request #71687 from reduz/support-script-class-name-in-efs
Rémi Verschelde
2023-01-21
1
-2
/
+77
|
\
|
*
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-21
1
-2
/
+77
*
|
Merge pull request #44596 from KoBeWi/🧹🧹🧹
Rémi Verschelde
2023-01-19
1
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
Cleanup unused engine code v2
kobewi
2023-01-19
1
-4
/
+0
*
|
Fix using Resource objects as keys in the `tres` format
Life4gal
2023-01-19
1
-0
/
+3
|
/
*
Text resource loader fixes
Juan Linietsky
2023-01-10
1
-16
/
+13
*
Ability to change a resource UID from API
Juan Linietsky
2023-01-09
1
-2
/
+60
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Use buffer to speed up copying/transcribing when renaming dependencies
Rindbee
2022-12-13
1
-6
/
+17
*
VariantParser make readahead optional
lawnjelly
2022-12-12
1
-1
/
+2
*
Use system fonts as fallback and improve system font handling.
bruvzg
2022-12-04
1
-1
/
+1
*
Don't break parsing on missing resources
kobewi
2022-11-28
1
-3
/
+4
*
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-18
1
-3
/
+7
*
Merge pull request #68709 from MewPurPur/instance-begone-part3
Rémi Verschelde
2022-11-16
1
-2
/
+2
|
\
|
*
Remove more instances of 'instance' being used as a verb
VolTer
2022-11-16
1
-2
/
+2
*
|
Fixes infinite loop in ResourceFormatText when having unexpected end of file
Gilles Roudière
2022-11-15
1
-0
/
+2
|
/
*
Defer clearing of ResourceUID cache and silence warnings
kobewi
2022-10-10
1
-0
/
+7
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-14
/
+14
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-3
/
+3
*
Swap arguments of ResourceSaver.save()
kobewi
2022-07-29
1
-1
/
+1
*
Implement Feature Build Profiles
reduz
2022-07-22
1
-12
/
+160
*
Merge pull request #62185 from reduz/export-node-pointer-path
Rémi Verschelde
2022-06-27
1
-2
/
+17
|
\
|
*
Add ability to export Node pointers as NodePaths
reduz
2022-06-25
1
-2
/
+17
*
|
Merge pull request #62309 from reduz/remake-resource-thread-safety
Rémi Verschelde
2022-06-25
1
-12
/
+10
|
\
\
|
|
/
|
/
|
|
*
Remake resource thread safety and API
reduz
2022-06-22
1
-12
/
+10
*
|
Merge pull request #56185 from nikitalita/fix-save-as-binary
Rémi Verschelde
2022-06-22
1
-11
/
+21
|
\
\
|
|
/
|
/
|
|
*
Fix binsary resource export
nikitalita
2022-04-13
1
-11
/
+21
*
|
Remove spaces in `SubResource()/ExtResource/Resource()` in text resources
Hugo Locurcio
2022-06-19
1
-3
/
+3
*
|
Fix typos with codespell
Rémi Verschelde
2022-05-23
1
-1
/
+1
*
|
Add a new HashSet template
reduz
2022-05-20
1
-2
/
+2
[next]