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
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-11
Improve resource load cache
reduz
2021-02-09
Initialize class variables with default values in scene/ [2/2]
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-09
Static analyzer fixes:
bruvzg
2020-11-27
Merge pull request #39056 from rileylyman/tscn_newlines
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-09-29
Improve appearance of [connection] and [editable] sections in .tscn files
Danil Alexeev
2020-08-16
Update ResourceLoaderText::load to not update progress if resources are 0
jjjlalonde@gmail.com
2020-05-25
skip extra newline in .tscn when renaming dependency
rileylyman
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-20
Exposed RenderingDevice to script API
Juan Linietsky
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-02
Fixes bugs found by Sonarcloud and Coverity
qarmin
2020-02-28
Properly handle EOF when parsing text resource
Juan Linietsky
2020-02-28
Removed interactive loader, added proper thread loading.
Juan Linietsky
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-15
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
Juan Linietsky
2020-02-11
GIProbes working.
Juan Linietsky
2020-02-05
Remove duplicate ERR_PRINT macro.
Marcel Admiraal
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-20
Encodes property names properly in project.godot
Haoyu Qiu
2019-09-25
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
Added some obvious errors explanations
qarmin
2019-09-07
Preserve group order in scene files
lupoDharkael
2019-08-09
Remove ERR_EXPLAIN from scene/* code
Tomasz Chabora
2019-07-20
Changed some code showed in LGTM and Coverage
qarmin
2019-07-07
Removed a pair of empty braces
unknown
2019-06-26
Some code changed with Clang-Tidy
qarmin
2019-06-20
Merge pull request #29283 from qarmin/fix_some_always_same_values
Rémi Verschelde
2019-06-20
Fix always true/false values
qarmin
2019-06-03
Escape node names when saving to .tscn
Bojidar Marinov
2019-05-20
Style: Fix issues with clang-format 8.0
Rémi Verschelde
2019-04-11
No more metadata and dependency indices kept in resources saved.
Juan Linietsky
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-03-01
Remove extraneous line breaks from text resources
Paul Trojahn
2019-02-27
Fix GCC 5 build after #26331 and cleanup style
Rémi Verschelde
2019-02-24
Prevent circular references to scene being saved, fixes #24384
Juan Linietsky
2019-02-22
Fix code style issues
Rémi Verschelde
2019-02-21
Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...
Juan Linietsky
2019-02-12
Scene: Ensure classes match their header filename
Rémi Verschelde