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
...
|
*
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
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-98
/
+0
*
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-20
1
-17
/
+30
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-5
/
+5
*
Fixes bugs found by Sonarcloud and Coverity
qarmin
2020-03-02
1
-6
/
+6
*
Properly handle EOF when parsing text resource
Juan Linietsky
2020-02-28
1
-0
/
+4
*
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-28
1
-83
/
+157
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
1
-1
/
+1
*
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-15
1
-1
/
+1
*
GIProbes working.
Juan Linietsky
2020-02-11
1
-1
/
+1
*
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Encodes property names properly in project.godot
Haoyu Qiu
2019-12-20
1
-16
/
+2
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-3
/
+3
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-3
/
+3
*
|
Preserve group order in scene files
lupoDharkael
2019-09-07
1
-0
/
+1
|
/
*
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-08-09
1
-2
/
+1
*
Changed some code showed in LGTM and Coverage
qarmin
2019-07-20
1
-4
/
+0
*
Removed a pair of empty braces
unknown
2019-07-07
1
-3
/
+0
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-2
/
+2
*
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
1
-8
/
+2
|
\
|
*
Fix always true/false values
qarmin
2019-06-20
1
-8
/
+2
*
|
Escape node names when saving to .tscn
Bojidar Marinov
2019-06-03
1
-3
/
+3
|
/
*
Style: Fix issues with clang-format 8.0
Rémi Verschelde
2019-05-20
1
-8
/
+3
[prev]
[next]