Age | Commit message (Expand) | Author |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
2017-10-19 | Fix Color.r8/g8/b8/a8 being type float instead of type int | Marcelo Fernandez |
2017-09-25 | Make variant_op jumptable const | Hein-Pieter van Braam |
2017-09-24 | Merge pull request #11549 from hpvb/fix-11543 | Hein-Pieter van Braam |
2017-09-24 | Fix Variant::get_named return when p_index is invalid | Marcelo Fernandez |
2017-09-24 | Fix Dictionary set_named | Hein-Pieter van Braam |
2017-09-24 | Merge pull request #11473 from hpvb/fix-11466 | Rémi Verschelde |
2017-09-23 | Massive optimization to Variant::set_named/get_named. Should give a nice boos... | Juan Linietsky |
2017-09-22 | Implement operator != on Pool*Array types | Hein-Pieter van Braam |
2017-09-20 | Allow equality checks between null and arbitrary types | Hein-Pieter van Braam |
2017-09-19 | Allow booleanization of all types | Hein-Pieter van Braam |
2017-09-19 | Be type-strict checking on equality checks | Hein-Pieter van Braam |
2017-09-19 | Fix accidental cast to Vector3 for Vector2 iter | Hein-Pieter van Braam |
2017-09-17 | Move Variant::evaluate() switch to computed goto | Hein-Pieter van Braam |
2017-09-16 | Implement +,-,/, * and negate operators for Color type. | bncastle |
2017-09-15 | Revert "Don't allow division by false (zero)" | Thomas Herzog |
2017-09-15 | Don't allow division by false (zero) | Hein-Pieter van Braam |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-06-30 | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky |
2017-06-28 | Reworked translation system | Juan Linietsky |
2017-06-22 | Reimplement for..in range() so that it always results in ints | Bojidar Marinov |
2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly |
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-17 | Fix two typos from previous commit | Rémi Verschelde |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-02-28 | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq |
2017-02-14 | Revert "Make nan==nan true for GDScript" | Juan Linietsky |
2017-02-14 | Make nan==nan true for GDScript | Hein-Pieter van Braam |
2017-01-16 | Style: Cleanups, added headers, renamed files | Rémi Verschelde |
2017-01-12 | Made InputEvent use floating point coordinates. | Juan Linietsky |
2017-01-11 | More efficient iteration syntax, and range() is converted behind the scenes t... | Juan Linietsky |
2017-01-11 | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky |
2017-01-11 | Type renames: | Juan Linietsky |
2017-01-08 | Variant INT and REAL are now 64 bits (other types remain at 32) | Juan Linietsky |
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky |
2017-01-07 | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky |
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde |
2016-10-22 | Added small modification on parser for '+' | Henrique L. Alves |
2016-08-26 | fix string iterator | caryoscelus |
2016-07-23 | Fix warnings in core/variant_op.cpp | Johan Manuel |
2016-06-26 | Add support to String type in gdscript iteration. #5188 | Samuel Grigolato |
2016-06-21 | Expose missing Quaternion operators. | Andreas Haas |
2016-06-05 | Add support for Python-like negative indexing | Dennis Brakhane |
2016-06-05 | Move repetitive code to macros | Dennis Brakhane |
2016-05-31 | Make Color.{rgba}8 return int instead float | Andreas Haas |
2016-05-17 | Removing round from int interpolation | punto- |
2016-03-09 | remove trailing whitespace | Hubert Jarosz |