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
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
2021-11-23
Improve various texts
kobewi
2021-11-04
Add is_built_in() method to Resource
kobewi
2021-10-04
Add support for unbinding in connection dialog
kobewi
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-08-31
Write node groups one a single line when saving a `.tscn` file
Hugo Locurcio
2021-08-29
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-10
Assign embedded text resource path earlier to prevent error on embedded scripts.
SaracenOne
2021-08-02
Merge pull request #51042 from nikitalita/fix_binary_res_load_save
K. S. Ernest (iFire) Lee
2021-07-30
VariantParser: Fix uninitialized ResourceParser funcs
Rémi Verschelde
2021-07-29
Use constant for reserved field count
nikitalita
2021-07-29
Fix binary resource loading and saving
nikitalita
2021-07-25
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
Fix various typos with codespell
luz paz
2021-07-24
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
Implement Resource UIDs
reduz
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-22
Implement textual ext/subresource IDs.
reduz
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-15
Merge pull request #49624 from nekomatata/fix-sub-resource-cache
Rémi Verschelde
2021-06-15
Fix sub-resource storing the wrong index in cache
PouleyKetchoupp
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
[next]