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
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-6
/
+6
*
Implement missing Node & Resource placeholders
reduz
2022-05-03
1
-19
/
+115
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-22
/
+22
*
Fix tscn not listed as Resource extension
kobewi
2022-05-02
1
-2
/
+5
*
Fix resource dependence renaming.
bruvzg
2022-05-02
1
-14
/
+18
*
Close FileAccess before accessing it with DirAccess
Haoyu Qiu
2022-04-22
1
-0
/
+2
*
Narrow FileAccess scope to prevent deadlocks.
bruvzg
2022-04-12
1
-103
/
+104
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
1
-52
/
+35
*
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-1
/
+1
*
Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaks
Rémi Verschelde
2022-03-11
1
-2
/
+1
*
Don't abort loading scene on missing dependency
kobewi
2022-02-26
1
-3
/
+5
*
Refactor some object type checking code with `cast_to`
Rémi Verschelde
2022-02-08
1
-5
/
+5
*
String: Add contains().
Anilforextra
2022-02-04
1
-2
/
+2
*
Merge pull request #53313 from KoBeWi/debinded_konnekt
Rémi Verschelde
2022-01-04
1
-0
/
+11
|
\
|
*
Add support for unbinding in connection dialog
kobewi
2021-10-04
1
-0
/
+11
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
|
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-14
/
+14
*
|
Improve various texts
kobewi
2021-11-23
1
-1
/
+1
*
|
Add is_built_in() method to Resource
kobewi
2021-11-04
1
-3
/
+3
|
/
*
Use range iterators for `Map`
Lightning_A
2021-09-30
1
-16
/
+16
*
Write node groups one a single line when saving a `.tscn` file
Hugo Locurcio
2021-08-31
1
-2
/
+8
*
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-2
/
+2
*
Assign embedded text resource path earlier to prevent error on embedded scripts.
SaracenOne
2021-08-10
1
-6
/
+6
*
Merge pull request #51042 from nikitalita/fix_binary_res_load_save
K. S. Ernest (iFire) Lee
2021-08-02
1
-4
/
+4
|
\
|
*
Use constant for reserved field count
nikitalita
2021-07-29
1
-1
/
+1
|
*
Fix binary resource loading and saving
nikitalita
2021-07-29
1
-4
/
+4
*
|
VariantParser: Fix uninitialized ResourceParser funcs
Rémi Verschelde
2021-07-30
1
-1
/
+0
|
/
*
Merge pull request #50809 from akien-mga/iterators-const-references
Rémi Verschelde
2021-07-25
1
-2
/
+2
|
\
|
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-2
/
+2
*
|
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
|
/
*
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
1
-9
/
+115
|
\
|
*
Implement Resource UIDs
reduz
2021-07-24
1
-9
/
+115
*
|
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-5
/
+5
|
/
*
Implement textual ext/subresource IDs.
reduz
2021-07-22
1
-92
/
+103
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-6
/
+6
*
Merge pull request #49624 from nekomatata/fix-sub-resource-cache
Rémi Verschelde
2021-06-15
1
-0
/
+1
|
\
|
*
Fix sub-resource storing the wrong index in cache
PouleyKetchoupp
2021-06-15
1
-0
/
+1
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
1
-2
/
+2
|
/
*
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
1
-7
/
+7
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Improve resource load cache
reduz
2021-02-11
1
-56
/
+71
*
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-02-09
1
-12
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Static analyzer fixes:
bruvzg
2020-12-09
1
-1
/
+0
*
Merge pull request #39056 from rileylyman/tscn_newlines
Rémi Verschelde
2020-11-27
1
-0
/
+5
|
\
|
*
skip extra newline in .tscn when renaming dependency
rileylyman
2020-05-25
1
-0
/
+5
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
|
Improve appearance of [connection] and [editable] sections in .tscn files
Danil Alexeev
2020-09-29
1
-1
/
+8
*
|
Update ResourceLoaderText::load to not update progress if resources are 0
jjjlalonde@gmail.com
2020-08-16
1
-3
/
+3
|
/
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-27
/
+51
[next]