Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
bruvzg
|
cb6d82a111
Fix multiple missing UTF-8 decoding.
|
3 years ago |
Rémi Verschelde
|
8db0bd4424
OS: Fix used resource debug prints
|
4 years ago |
Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Rémi Verschelde
|
6e600cb3f0
Style: Set clang-format Standard to c++14
|
4 years ago |
Pedro J. Estébanez
|
b450036120
Modernize RWLock
|
4 years ago |
Andrii Doroshenko (Xrayez)
|
b124c0c466
Expose `Resource.emit_changed()` to script
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Pedro J. Estébanez
|
ebdcf1cc60
Fix crash duplicating local-to-scene resources
|
4 years ago |
Pedro J. Estébanez
|
58e9bf494d
Fix crash in resoure duplicate
|
4 years ago |
Rémi Verschelde
|
ebb30ac45a
Core: Add hints to run with --verbose when leaking nodes/resources at exit
|
5 years ago |
Rémi Verschelde
|
e62941fb53
Merge pull request #34296 from timothyqiu/lock-33072
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Haoyu Qiu
|
50c37ed986
Fixes crash when using Resource::_take_over_path
|
5 years ago |
Rémi Verschelde
|
28eca3649d
Merge pull request #30622 from creikey/fix-path-caching
|
5 years ago |
qarmin
|
17732fe698
Added some obvious errors explanations
|
5 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
Cameron Reikes
|
b3cb58e7b3
Some resources are freed before they are saved
|
6 years ago |
Juan Linietsky
|
c1dcdf6109
No more metadata and dependency indices kept in resources saved.
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Juan Linietsky
|
f2e54057ae
-Moved EditorDefaultValue to ClassDB, made it core
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
DualMatrix
|
a35286e24b
Fixed duplicating AnimationPlayers leaving empty tracks.
|
7 years ago |
Juan Linietsky
|
031f763d4f
Crash fixes for material and animtree
|
7 years ago |
Juan Linietsky
|
2dc738ce27
-Fixes to how hashing happened, now StringName and NodePath use default hasher, this was leading to some severe slowdown in scenarios
|
7 years ago |
Juan Linietsky
|
b76143bfde
Remove error messages
|
7 years ago |
Juan Linietsky
|
0a1c1c660f
-Added AnimationGraphPlayer (still missing features)
|
7 years ago |
Bojidar Marinov
|
9f6c0c6eae
Duplicate Arrays and Dictionaries when instancing scene in editor
|
7 years ago |