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
*
Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef
Spartan322
2024-11-19
1
-1
/
+1
|
\
|
*
Use `(r)find_char` instead of `(r)find` for single characters
A Thousand Ships
2024-11-17
1
-1
/
+1
*
|
Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0e
Spartan322
2024-11-12
1
-0
/
+4
|
\
|
|
*
Universalize UID support in all resource types
Juan
2024-11-11
1
-0
/
+4
*
|
Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97
Spartan322
2024-11-11
1
-14
/
+15
|
\
|
|
*
Merge pull request #86600 from nikitalita/fix-missing-resources
Thaddeus Crews
2024-11-10
1
-14
/
+15
|
|
\
|
|
*
Fix missing resource properties being dropped on save
nikitalita
2024-11-05
1
-14
/
+15
*
|
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
|
Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1
Spartan322
2024-10-22
1
-2
/
+2
|
\
|
|
|
*
|
Fix lost of gdextension on editor startup.
Hilderin
2024-10-20
1
-2
/
+2
|
|
/
*
/
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
Partially revert 96780, remove warnings from project/editor settings `_get`.
bruvzg
2024-10-04
1
-40
/
+36
*
Make internal unique scene resource ID deterministic
Juan
2024-09-23
1
-0
/
+2
*
[Resource Loader] Do not check property type for non registered properties.
bruvzg
2024-09-10
1
-36
/
+40
*
Implement typed dictionaries
Thaddeus Crews
2024-09-04
1
-0
/
+28
*
Fix SCU global namespace conflict in `resource_format_text.cpp`
lawnjelly
2024-09-03
1
-10
/
+5
*
GDScript: Enhance handling of cyclic dependencies
Pedro J. Estébanez
2024-06-26
1
-27
/
+32
*
Merge pull request #91488 from akien-mga/resource-format-text-remove-obsolete...
Rémi Verschelde
2024-05-29
1
-322
/
+0
|
\
|
*
Remove unused code to convert text resource format to binary
Rémi Verschelde
2024-05-03
1
-322
/
+0
*
|
Add PackedVector4Array Variant type
K. S. Ernest (iFire) Lee
2024-05-03
1
-4
/
+8
|
/
*
Use compatible text resource format when possible
Haoyu Qiu
2024-04-23
1
-13
/
+23
*
Improve error when scene/resource is saved with newer format
kobewi
2024-04-15
1
-1
/
+1
*
Merge pull request #89186 from groud/save_byte_arrays_as_base64_encoded
Rémi Verschelde
2024-04-10
1
-1
/
+2
|
\
|
*
Save PackedByteArrays as base64 encoded
Gilles Roudière
2024-03-06
1
-1
/
+2
*
|
[Core] Add iteration support to `Array`
A Thousand Ships
2024-04-10
1
-8
/
+6
*
|
Type of exported typed array can be external resource
Jordyfel
2024-04-09
1
-0
/
+1
|
/
*
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
[next]