| Commit message (Expand) | Author | Age | Files | Lines |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -53/+104 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -114/+0 |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -3/+0 |
* | Revert "Renamed plane's d to distance" | Rémi Verschelde | 2020-05-10 | 1 | -2/+2 |
* | Renamed plane's d to distance | Marcus Elg | 2020-05-10 | 1 | -2/+2 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -3/+3 |
* | Update docs and bindings for new integer vector types | Rémi Verschelde | 2020-02-25 | 1 | -4/+4 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -16/+103 |
* | Add support for Vector2i, Rect2i and Vector3i to Variant | Juan Linietsky | 2020-02-22 | 1 | -0/+74 |
* | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -0/+15 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -0/+15 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -37/+37 |
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -6/+6 |
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 1 | -5/+4 |
* | GDScript: Validate object instance on `is` operation | George Marques | 2020-01-09 | 1 | -0/+12 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Added some obvious errors explanations | qarmin | 2019-09-25 | 1 | -3/+3 |
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily | 2019-08-17 | 1 | -10/+0 |
* | Added release function to PoolVector::Access. | Ibrahn Sahir | 2019-07-06 | 1 | -6/+0 |
* | Merge pull request #29941 from qarmin/redundant_code_and_others | Rémi Verschelde | 2019-06-27 | 1 | -7/+0 |
|\ |
|
| * | Some code changed with Clang-Tidy | qarmin | 2019-06-26 | 1 | -7/+0 |
* | | doc: Document EncodedObjectAsID, expose its property | Rémi Verschelde | 2019-06-26 | 1 | -4/+6 |
|/ |
|
* | Fix always true/false values | qarmin | 2019-06-20 | 1 | -4/+1 |
* | Initialize padding on PoolByteArray serialization | Lukas Zanner | 2019-05-19 | 1 | -1/+5 |
* | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | 2019-04-09 | 1 | -3/+8 |
* | Use same boolean for objects encode and decode. | Fabio Alessandrelli | 2019-03-28 | 1 | -21/+20 |
* | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -3/+3 |
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Moved member variables to initializer list | Wilson E. Alvarez | 2018-12-11 | 1 | -3/+2 |
* | One less local variable in marshalls | Fabio Alessandrelli | 2018-10-07 | 1 | -3/+2 |
* | Fix some more warnings reported by CI | Rémi Verschelde | 2018-10-03 | 1 | -2/+0 |
* | Merge pull request #22223 from Faless/fix_int32_encode | Rémi Verschelde | 2018-10-02 | 1 | -3/+3 |
|\ |
|
| * | Fix put_var encoding some 32bits ints as 64bits. | Fabio Alessandrelli | 2018-09-18 | 1 | -3/+3 |
* | | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde | 2018-09-27 | 1 | -0/+1 |
|/ |
|
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -3/+5 |
* | Fix marshalls size checks. | Fabio Alessandrelli | 2018-07-29 | 1 | -101/+76 |
* | Merge pull request #16033 from poke1024/marshalls-dict | Juan Linietsky | 2018-05-07 | 1 | -1/+3 |
|\ |
|
| * | Detects crash-related marshalling errors due to NAN values | Bernhard Liebl | 2018-01-24 | 1 | -1/+3 |
* | | Fix garbage in string padding. | Andrew Dunai | 2018-03-04 | 1 | -1/+1 |
|/ |
|
* | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 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 |
* | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde | 2017-12-07 | 1 | -2/+2 |
* | Style: Apply clang-format again on all files | Rémi Verschelde | 2017-12-07 | 1 | -2/+2 |
* | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | 2017-11-21 | 1 | -14/+6 |
|\ |
|
| * | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | 2017-11-21 | 1 | -14/+6 |
* | | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -6/+6 |
|/ |
|
* | Fix binary marshalling of Objects | Leon Krause | 2017-10-08 | 1 | -1/+2 |
* | Fix signed and unsigned comparisons | Hein-Pieter van Braam | 2017-09-01 | 1 | -5/+5 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |