Rémi Verschelde
|
71066cd63b
Update copyright statements to 2022
|
3 years ago |
Rémi Verschelde
|
f0223ea8d3
CI: Update to clang-format 13 using LLVM repo
|
3 years ago |
Pedro J. Estébanez
|
26edc6cd41
Promote object validity checks to release builds
|
3 years ago |
lawnjelly
|
eb6f98ec55
Portal occlusion culling
|
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
|
3d15f04668
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
4 years ago |
Pedro J. Estébanez
|
4485b43a57
Modernize atomics
|
4 years ago |
Pedro J. Estébanez
|
b450036120
Modernize RWLock
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Andrii Doroshenko (Xrayez)
|
e95c24d783
Make `property_list_changed_notify` protected in `Object`
|
4 years ago |
Andrii Doroshenko (Xrayez)
|
2bfb83c702
Make `Object::to_string` virtual
|
4 years ago |
Pedro J. Estébanez
|
d904d05e65
Fix dangling and reassigned Variants
|
5 years ago |
PouleyKetchoupp
|
82bee3f993
Added has_signal method for Object
|
5 years ago |
Fabio Alessandrelli
|
41f59ecfca
Make sure we know when deleting an emitting object
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Hugo Locurcio
|
c62302a432
Improve the scene tree signals/groups tooltip
|
6 years ago |
santouits
|
13efc1bb06
Hopefully fix the random crashes with threads
|
6 years ago |
Rémi Verschelde
|
336846e547
Inspector: Fix PROPERTY_HINT_SPRITE_FRAME not behaving as RANGE
|
6 years ago |
LikeLakers2
|
e86f6faf64
MultiNodeEdit now only shows properties with the exact same PropertyInfo data
|
6 years ago |
Bojidar Marinov
|
0c4c36d823
Add default values to the editor help, docs, and generated RST
|
6 years ago |
Rémi Verschelde
|
defd960276
Merge pull request #27886 from LeonardMeagher2/obj_to_string
|
6 years ago |
Aaron Franke
|
702b539405
Change "ID" to lowercase "id"
|
6 years ago |
Leonard Meagher
|
f7eb426e2e
Allow overriding how scripted objects are converted to strings
|
6 years ago |
Sintinium
|
d1fa546dc9
Undo support for locking and grouping for both 2D and 3D
|
6 years ago |
Juan Linietsky
|
04847ef5f9
Added ability for multiple images to be imported as an atlas
|
6 years ago |
Juan Linietsky
|
8b231b96e3
Implement a cleaner (and better) way to save imagedata from ImageTexture, fixes #18801
|
6 years ago |
Ignacio Etcheverry
|
9df44c2d2c
Use script instance binding for objects constructed from C#
|
6 years ago |
Ignacio Etcheverry
|
3233083f63
Mono: Lifetime fixes for CSharpInstance and instance binding data
|
6 years ago |