kobewi
|
8be27dc59e
Replace Array return types with TypedArray
|
3 лет назад |
Yuri Sizov
|
1362bc22bd
Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript
|
3 лет назад |
reduz
|
45af29da80
Add a new HashSet template
|
3 лет назад |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 лет назад |
Rémi Verschelde
|
894e2fddda
Merge pull request #55841 from OverloadedOrama/expose-bitmap-methods
|
4 лет назад |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
4 лет назад |
Manolis Papadeas
|
453912d48d
Expose BitMap's `convert_to_image` and `resize` methods to GDScript
|
4 лет назад |
Hugo Locurcio
|
c012fbc8b2
Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`
|
4 лет назад |
Anilforextra
|
cc51b045da
Construct values only when necessary.
|
4 лет назад |
Lightning_A
|
e28fd07b2b
Rename `instance()`->`instantiate()` when it's a verb
|
4 лет назад |
kleonc
|
8963be2ef4
BitMask::create Don't request more memory than needed when size is a multiply of 8
|
4 лет назад |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
4 лет назад |
Anshul7sp1
|
91181c2086
Fixes small typos and grammar correction
|
4 лет назад |
Rafał Mikrut
|
7961a1dea3
Initialize class variables with default values in scene/ [2/2]
|
5 лет назад |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
5 лет назад |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
5 лет назад |
Marcel Admiraal
|
2df9a8ccad
Rename Rect2 and Rect2i clip() to intersection()
|
5 лет назад |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 лет назад |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
5 лет назад |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 лет назад |
Rémi Verschelde
|
cb282c6ef0
Style: Set clang-format Standard to Cpp11
|
5 лет назад |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 лет назад |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
6 лет назад |
qarmin
|
616ab4fac2
Small fixes to redundand code, copy paste bugs
|
6 лет назад |
PouleyKetchoupp
|
1e301479da
Sprite to polygon conversion improvements
|
6 лет назад |
Rémi Verschelde
|
6920c82742
Style: Fix issues with clang-format 8.0
|
6 лет назад |
Juan Linietsky
|
04847ef5f9
Added ability for multiple images to be imported as an atlas
|
6 лет назад |
Andrii Doroshenko (Xrayez)
|
b16946dea6
Fix BitMap calculating incorrect true bit count
|
6 лет назад |
marxin
|
e5f665c718
Fix -Wsign-compare warnings.
|
7 лет назад |
Rémi Verschelde
|
c5dcbeb160
Scene: Ensure classes match their header filename
|
7 лет назад |