summaryrefslogtreecommitdiffstats
path: root/core/variant.h
Commit message (Expand)AuthorAgeFilesLines
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-2/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-1/+2
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-4/+3
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-1/+2
* Remove some C++11 polyfill defines that are no longer neededHugo Locurcio2020-05-031-8/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Style: Harmonize header guards to style guide [Core]Rémi Verschelde2020-03-251-1/+2
* Update docs and bindings for new integer vector typesRémi Verschelde2020-02-251-9/+7
* Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.Juan Linietsky2020-02-251-12/+20
* Store arrays inside of Variant as shared.Juan Linietsky2020-02-231-4/+72
* Add support for Vector2i, Rect2i and Vector3i to VariantJuan Linietsky2020-02-221-0/+10
* Merge pull request #36400 from reduz/variant-string-nameRémi Verschelde2020-02-211-0/+1
|\
| * Added StringName as a variant type.Juan Linietsky2020-02-211-0/+1
* | Created the callable_mp macro, for signals to call method pointers directly.Juan Linietsky2020-02-211-1/+0
|/
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-19/+13
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-44/+28
* Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.Juan Linietsky2020-02-151-7/+7
* ObjectID converted to a structure, fixes many bugs where used incorrectly as ...Juan Linietsky2020-02-121-0/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* Some code changed with Clang-Tidyqarmin2019-06-261-12/+12
* Don't crash on printing nested typesHein-Pieter van Braam-Stewart2019-04-201-0/+1
* Align the Variant data memberHein-Pieter van Braam2019-02-201-2/+8
* Core: Ensure classes match their header filenameRémi Verschelde2019-02-121-1/+1
* [Core] Rename Matrix3 file to BasisAaron Franke2019-02-091-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Fix mismatched class/struct definition warnings [-Wmismatched-tags]Rémi Verschelde2018-10-011-1/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-17/+17
* [Core] Completely kill math_2d.h, change includesAaron Franke2018-08-111-1/+1
* Allow some non-integer built-in constants in gdscriptBernhard Liebl2018-07-311-3/+3
* State machine animation nodeJuan Linietsky2018-06-251-0/+2
* Remove unused Variant._data.RefPtrEmmanuel Leblond2018-04-291-1/+0
* Duplicate Arrays and Dictionaries when instancing scene in editorBojidar Marinov2018-03-131-0/+1
* Fix typos with codespellluz.paz2018-02-211-1/+1
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-5/+5
* variant.h: Update comments with numeric enum valuesSebastian Krzyszkowiak2017-10-201-4/+4
* Fixed constness of variant functions, as well as visual script sequence ports...Juan Linietsky2017-09-251-0/+1
* Allow booleanization of all typesHein-Pieter van Braam2017-09-191-1/+1
* Move Variant::evaluate() switch to computed gotoHein-Pieter van Braam2017-09-171-1/+3
* Fix enums bindingsMaxim Sheronov2017-09-131-1/+0
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Improves method bind detection of signature typesIgnacio Etcheverry2017-08-101-10/+0
* few bugs fixed thanks to explicit bool constructor and clang.Juan Linietsky2017-08-051-1/+1
* Made bool constructor explicit in Variant to avoid bugs, fixes #7843Juan Linietsky2017-08-051-2/+2
* renamed node path, closes #5691Juan Linietsky2017-08-051-1/+1
* Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-201-5/+1
* Fix two typos from previous commitRémi Verschelde2017-05-171-2/+2