index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scene
/
resources
/
resource_format_text.cpp
Age
Commit message (
Expand
)
Author
2023-04-26
Fix the uid field of the tscn/res file is lost when the external dependency i...
Rindbee
2023-02-07
Fix sub-resource IDs resetting when preloaded
kobewi
2023-02-01
More codespell fixes, do more changes from previous ignore list
Rémi Verschelde
2023-01-31
GDScript: Fix issues with typed arrays
Dmitrii Maganov
2023-01-21
Merge pull request #71687 from reduz/support-script-class-name-in-efs
Rémi Verschelde
2023-01-21
Support script global resource name in EditorFileSystem
Juan Linietsky
2023-01-19
Merge pull request #44596 from KoBeWi/🧹🧹🧹
Rémi Verschelde
2023-01-19
Cleanup unused engine code v2
kobewi
2023-01-19
Fix using Resource objects as keys in the `tres` format
Life4gal
2023-01-10
Text resource loader fixes
Juan Linietsky
2023-01-09
Ability to change a resource UID from API
Juan Linietsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-13
Use buffer to speed up copying/transcribing when renaming dependencies
Rindbee
2022-12-12
VariantParser make readahead optional
lawnjelly
2022-12-04
Use system fonts as fallback and improve system font handling.
bruvzg
2022-11-28
Don't break parsing on missing resources
kobewi
2022-11-18
Fix cyclic references in GDScript 2.0
Adam Scott
2022-11-16
Merge pull request #68709 from MewPurPur/instance-begone-part3
Rémi Verschelde
2022-11-16
Remove more instances of 'instance' being used as a verb
VolTer
2022-11-15
Fixes infinite loop in ResourceFormatText when having unexpected end of file
Gilles Roudière
2022-10-10
Defer clearing of ResourceUID cache and silence warnings
kobewi
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-07-29
Swap arguments of ResourceSaver.save()
kobewi
2022-07-22
Implement Feature Build Profiles
reduz
2022-06-27
Merge pull request #62185 from reduz/export-node-pointer-path
Rémi Verschelde
2022-06-25
Add ability to export Node pointers as NodePaths
reduz
2022-06-25
Merge pull request #62309 from reduz/remake-resource-thread-safety
Rémi Verschelde
2022-06-22
Merge pull request #56185 from nikitalita/fix-save-as-binary
Rémi Verschelde
2022-06-22
Remake resource thread safety and API
reduz
2022-06-19
Remove spaces in `SubResource()/ExtResource/Resource()` in text resources
Hugo Locurcio
2022-05-23
Fix typos with codespell
Rémi Verschelde
2022-05-20
Add a new HashSet template
reduz
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Implement missing Node & Resource placeholders
reduz
2022-05-03
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-02
Fix tscn not listed as Resource extension
kobewi
2022-05-02
Fix resource dependence renaming.
bruvzg
2022-04-22
Close FileAccess before accessing it with DirAccess
Haoyu Qiu
2022-04-13
Fix binsary resource export
nikitalita
2022-04-12
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-11
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-02-26
Don't abort loading scene on missing dependency
kobewi
2022-02-08
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-04
String: Add contains().
Anilforextra
2022-01-04
Merge pull request #53313 from KoBeWi/debinded_konnekt
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
[next]