| Commit message (Expand) | Author | Age | Files | Lines |
* | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde | 2020-05-19 | 1 | -2/+2 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -1/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -6/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -4/+3 |
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -1/+2 |
* | Remove some C++11 polyfill defines that are no longer needed | Hugo Locurcio | 2020-05-03 | 1 | -8/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -8/+8 |
* | Style: Harmonize header guards to style guide [Core] | Rémi Verschelde | 2020-03-25 | 1 | -1/+2 |
* | Update docs and bindings for new integer vector types | Rémi Verschelde | 2020-02-25 | 1 | -9/+7 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -12/+20 |
* | Store arrays inside of Variant as shared. | Juan Linietsky | 2020-02-23 | 1 | -4/+72 |
* | Add support for Vector2i, Rect2i and Vector3i to Variant | Juan Linietsky | 2020-02-22 | 1 | -0/+10 |
* | Merge pull request #36400 from reduz/variant-string-name | Rémi Verschelde | 2020-02-21 | 1 | -0/+1 |
|\ |
|
| * | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -0/+1 |
* | | Created the callable_mp macro, for signals to call method pointers directly. | Juan Linietsky | 2020-02-21 | 1 | -1/+0 |
|/ |
|
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -19/+13 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -44/+28 |
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -7/+7 |
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 1 | -0/+4 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Remove redundant author doc comments | IAmActuallyCthulhu | 2019-08-12 | 1 | -4/+0 |
* | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -12/+12 |
* | Don't crash on printing nested types | Hein-Pieter van Braam-Stewart | 2019-04-20 | 1 | -0/+1 |
* | Align the Variant data member | Hein-Pieter van Braam | 2019-02-20 | 1 | -2/+8 |
* | Core: Ensure classes match their header filename | Rémi Verschelde | 2019-02-12 | 1 | -1/+1 |
* | [Core] Rename Matrix3 file to Basis | Aaron Franke | 2019-02-09 | 1 | -1/+1 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fix mismatched class/struct definition warnings [-Wmismatched-tags] | Rémi Verschelde | 2018-10-01 | 1 | -1/+1 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -17/+17 |
* | [Core] Completely kill math_2d.h, change includes | Aaron Franke | 2018-08-11 | 1 | -1/+1 |
* | Allow some non-integer built-in constants in gdscript | Bernhard Liebl | 2018-07-31 | 1 | -3/+3 |
* | State machine animation node | Juan Linietsky | 2018-06-25 | 1 | -0/+2 |
* | Remove unused Variant._data.RefPtr | Emmanuel Leblond | 2018-04-29 | 1 | -1/+0 |
* | Duplicate Arrays and Dictionaries when instancing scene in editor | Bojidar Marinov | 2018-03-13 | 1 | -0/+1 |
* | Fix typos with codespell | luz.paz | 2018-02-21 | 1 | -1/+1 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -5/+5 |
* | variant.h: Update comments with numeric enum values | Sebastian Krzyszkowiak | 2017-10-20 | 1 | -4/+4 |
* | Fixed constness of variant functions, as well as visual script sequence ports... | Juan Linietsky | 2017-09-25 | 1 | -0/+1 |
* | Allow booleanization of all types | Hein-Pieter van Braam | 2017-09-19 | 1 | -1/+1 |
* | Move Variant::evaluate() switch to computed goto | Hein-Pieter van Braam | 2017-09-17 | 1 | -1/+3 |
* | Fix enums bindings | Maxim Sheronov | 2017-09-13 | 1 | -1/+0 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | Improves method bind detection of signature types | Ignacio Etcheverry | 2017-08-10 | 1 | -10/+0 |
* | few bugs fixed thanks to explicit bool constructor and clang. | Juan Linietsky | 2017-08-05 | 1 | -1/+1 |
* | Made bool constructor explicit in Variant to avoid bugs, fixes #7843 | Juan Linietsky | 2017-08-05 | 1 | -2/+2 |
* | renamed node path, closes #5691 | Juan Linietsky | 2017-08-05 | 1 | -1/+1 |
* | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -5/+1 |
* | Fix two typos from previous commit | Rémi Verschelde | 2017-05-17 | 1 | -2/+2 |