Rémi Verschelde
|
e956e80c1f
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
|
před 5 roky |
Hugo Locurcio
|
596d426151
Remove some C++11 polyfill defines that are no longer needed
|
před 5 roky |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
před 5 roky |
Rémi Verschelde
|
13a9bfbca7
Style: Harmonize header guards to style guide [Core]
|
před 5 roky |
Rémi Verschelde
|
6c8f2ae53a
Update docs and bindings for new integer vector types
|
před 5 roky |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
před 5 roky |
Juan Linietsky
|
88f84c78ca
Store arrays inside of Variant as shared.
|
před 5 roky |
Juan Linietsky
|
6da0eef9e6
Add support for Vector2i, Rect2i and Vector3i to Variant
|
před 5 roky |
Rémi Verschelde
|
a77c862b18
Merge pull request #36400 from reduz/variant-string-name
|
před 5 roky |
Juan Linietsky
|
3c0059650d
Added StringName as a variant type.
|
před 5 roky |
Juan Linietsky
|
04bb6a708a
Created the callable_mp macro, for signals to call method pointers directly.
|
před 5 roky |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
před 5 roky |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
před 5 roky |
Juan Linietsky
|
867d073b98
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
|
před 5 roky |
Juan Linietsky
|
cf8c679a23
ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits.
|
před 5 roky |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
před 5 roky |
IAmActuallyCthulhu
|
82b9557803
Remove redundant author doc comments
|
před 6 roky |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
před 6 roky |
Hein-Pieter van Braam-Stewart
|
8b1e297fc6
Don't crash on printing nested types
|
před 6 roky |
Hein-Pieter van Braam
|
b6b113cc2b
Align the Variant data member
|
před 6 roky |
Rémi Verschelde
|
b7cc2bb1e2
Core: Ensure classes match their header filename
|
před 6 roky |
Aaron Franke
|
3f837d5cc5
[Core] Rename Matrix3 file to Basis
|
před 6 roky |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
před 6 roky |
Rémi Verschelde
|
686f6ff279
Fix mismatched class/struct definition warnings [-Wmismatched-tags]
|
před 6 roky |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
před 7 roky |
Aaron Franke
|
cf136a91d6
[Core] Completely kill math_2d.h, change includes
|
před 7 roky |
Bernhard Liebl
|
ba974b8d1e
Allow some non-integer built-in constants in gdscript
|
před 7 roky |
Juan Linietsky
|
4f5a7ebaec
State machine animation node
|
před 7 roky |
Emmanuel Leblond
|
c55ef807c0
Remove unused Variant._data.RefPtr
|
před 7 roky |
Bojidar Marinov
|
9f6c0c6eae
Duplicate Arrays and Dictionaries when instancing scene in editor
|
před 7 roky |