Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
42d385b312
clang-format: Disable alignment of operands, too unreliable
|
3 years ago |
Yuri Sizov
|
c2106725ae
Unify Pool*Array printing output
|
3 years ago |
Bartłomiej T. Listwon
|
5b4e3624f4
Faster hash_compare for integer and string keys in dictionaries
|
3 years ago |
Haoyu Qiu
|
8a47fe9eb0
Fix crash when casting from null
|
3 years ago |
Pedro J. Estébanez
|
26edc6cd41
Promote object validity checks to release builds
|
3 years ago |
Pedro J. Estébanez
|
123d3ef935
Complain if casting a freed object in a debug session
|
4 years ago |
Haoyu Qiu
|
41b6fdf946
Fix json dump and print of circular structure
|
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
|
64a63e0861
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
|
4 years ago |
Rémi Verschelde
|
6e600cb3f0
Style: Set clang-format Standard to c++14
|
4 years ago |
Rémi Verschelde
|
1c9203ad68
Object: Make deleted object access raise errors, not warnings
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Pedro J. Estébanez
|
1e9a774ac2
Make Variant aware that an Object may be a Reference
|
4 years ago |
Pedro J. Estébanez
|
ddd869135b
Disable decayment of freed objects to null in debug builds
|
4 years ago |
Pedro J. Estébanez
|
dca653cc3a
Fix leaked ObjectRCs on object Variant reassignment
|
5 years ago |
Sergey Minakov
|
af1788baf3
Variant: Fix potential crash when stringifying deleted Object
|
5 years ago |
Pedro J. Estébanez
|
ee301bceb5
Fix errors in Variant to RID conversion
|
5 years ago |
Pedro J. Estébanez
|
ac8b4708a3
Fix GDNative compat breakage due to dangling Variants fix
|
5 years ago |
Pedro J. Estébanez
|
d904d05e65
Fix dangling and reassigned Variants
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Andrii Doroshenko (Xrayez)
|
113765b135
Display error messages in console when vformat is called
|
5 years ago |
Valentin Zagura
|
6a36779e89
Optimized variant reference function.
|
6 years ago |
Braden Bodily
|
71d71d55b5
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
|
6 years ago |
qarmin
|
6cbaf7662f
Changed some code showed in LGTM and Coverage
|
6 years ago |
Ibrahn Sahir
|
4e4697b1c4
Added release function to PoolVector::Access.
|
6 years ago |
qarmin
|
3c154eb93b
Remove unnecessary code and add some error explanations
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |