| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix names of Variant operators | George Marques | 2018-04-28 | 1 | -1/+2 |
| * | Fix a potential bug hinted by clang | Bojidar Marinov | 2018-03-29 | 1 | -4/+4 |
| * | Fix typos with codespell | luz.paz | 2018-02-22 | 1 | -1/+1 |
| * | Color:fix setting V switch S to old V value | Poommetee Ketson | 2018-02-22 | 1 | -1/+1 |
| * | Fix NEQ operation between 2 different Arrays | MrCdK | 2018-01-06 | 1 | -4/+4 |
| * | 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 | -30/+30 |
| * | Fix Color.r8/g8/b8/a8 being type float instead of type int | Marcelo Fernandez | 2017-10-19 | 1 | -4/+4 |
| * | Make variant_op jumptable const | Hein-Pieter van Braam | 2017-09-25 | 1 | -26/+26 |
| * | Merge pull request #11549 from hpvb/fix-11543 | Hein-Pieter van Braam | 2017-09-24 | 1 | -1/+1 |
| |\ |
|
| | * | Fix Dictionary set_named | Hein-Pieter van Braam | 2017-09-24 | 1 | -1/+1 |
| * | | Fix Variant::get_named return when p_index is invalid | Marcelo Fernandez | 2017-09-24 | 1 | -0/+1 |
| |/ |
|
| * | Merge pull request #11473 from hpvb/fix-11466 | Rémi Verschelde | 2017-09-24 | 1 | -8/+14 |
| |\ |
|
| | * | Implement operator != on Pool*Array types | Hein-Pieter van Braam | 2017-09-22 | 1 | -8/+14 |
| * | | Massive optimization to Variant::set_named/get_named. Should give a nice boos... | Juan Linietsky | 2017-09-23 | 1 | -27/+458 |
| |/ |
|
| * | Allow equality checks between null and arbitrary types | Hein-Pieter van Braam | 2017-09-20 | 1 | -156/+201 |
| * | Allow booleanization of all types | Hein-Pieter van Braam | 2017-09-19 | 1 | -75/+12 |
| * | Be type-strict checking on equality checks | Hein-Pieter van Braam | 2017-09-19 | 1 | -67/+63 |
| * | Fix accidental cast to Vector3 for Vector2 iter | 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 | -662/+939 |
| * | Implement +,-,/, * and negate operators for Color type. | bncastle | 2017-09-16 | 1 | -5/+5 |
| * | Revert "Don't allow division by false (zero)" | Thomas Herzog | 2017-09-15 | 1 | -28/+1 |
| * | Don't allow division by false (zero) | Hein-Pieter van Braam | 2017-09-15 | 1 | -1/+28 |
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
| * | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky | 2017-06-30 | 1 | -9/+7 |
| * | Reworked translation system | Juan Linietsky | 2017-06-28 | 1 | -1/+1 |
| * | Reimplement for..in range() so that it always results in ints | Bojidar Marinov | 2017-06-22 | 1 | -20/+22 |
| * | renamed all Rect3.pos to Rect3.position | alexholly | 2017-06-09 | 1 | -8/+8 |
| * | renamed all Rect2.pos to Rect2.position | alexholly | 2017-06-04 | 1 | -9/+9 |
| * | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | 2017-05-20 | 1 | -714/+0 |
| * | Fix two typos from previous commit | Rémi Verschelde | 2017-05-17 | 1 | -15/+16 |
| * | Removal of Image from Variant, converted to a Resource. | Juan Linietsky | 2017-05-17 | 1 | -20/+8 |
| * | Add "Godot Engine contributors" copyright line | Rémi Verschelde | 2017-04-08 | 1 | -0/+1 |
| * | A Whole New World (clang-format edition) | Rémi Verschelde | 2017-03-05 | 1 | -1833/+1916 |
| * | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | 2017-02-28 | 1 | -2/+2 |
| * | Revert "Make nan==nan true for GDScript" | Juan Linietsky | 2017-02-14 | 1 | -51/+25 |
| * | Make nan==nan true for GDScript | Hein-Pieter van Braam | 2017-02-14 | 1 | -25/+51 |
| * | Style: Cleanups, added headers, renamed files | Rémi Verschelde | 2017-01-16 | 1 | -0/+2 |
| * | Made InputEvent use floating point coordinates. | Juan Linietsky | 2017-01-12 | 1 | -6/+6 |
| * | More efficient iteration syntax, and range() is converted behind the scenes t... | Juan Linietsky | 2017-01-11 | 1 | -0/+89 |
| * | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky | 2017-01-11 | 1 | -3/+3 |
| * | Type renames: | Juan Linietsky | 2017-01-11 | 1 | -189/+189 |
| * | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky | 2017-01-08 | 1 | -6/+6 |
| * | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 1 | -6/+6 |
| * | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 1 | -56/+56 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-01 | 1 | -1/+1 |
| * | Added small modification on parser for '+' | Henrique L. Alves | 2016-10-22 | 1 | -2/+52 |
| * | fix string iterator | caryoscelus | 2016-08-26 | 1 | -1/+1 |
| * | Fix warnings in core/variant_op.cpp | Johan Manuel | 2016-07-23 | 1 | -2/+8 |