Age | Commit message (Expand) | Author |
2019-12-12 | Don't allow to use too big or too small shift operators | Rafał Mikrut |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-04-09 | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde |
2019-03-03 | Merge pull request #25934 from mrcdk/pool_int_real_color_interpolate | Rémi Verschelde |
2019-02-20 | Add -Wshadow=local to warnings and fix reported issues. | marxin |
2019-02-16 | Added PoolIntArray, PoolRealArray and PoolColorArray interpolate | MrCdK |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke |
2018-10-07 | Optimize interpolation algorithms | qonnop |
2018-10-07 | Merge pull request #22752 from aaronfranke/equals-redundant | Rémi Verschelde |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-10-06 | Fixed int interpolation issue, closes #22763 | qonnop |
2018-09-18 | Color: Fix rounding error converting from float to 8-bit | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-03 | Hacked around duplication bug. I think duplicate needs to be even smarter, ma... | Juan Linietsky |
2018-07-02 | -Fixes to how hashing happened, now StringName and NodePath use default hashe... | Juan Linietsky |
2018-04-22 | Keep alpha when changing h, s or v on color | ShyRed |
2018-04-16 | Fix names of Variant operators | George Marques |
2018-04-08 | Merge pull request #17382 from bojidar-bg/13971-path-array-unsaved | Juan Linietsky |
2018-03-13 | Duplicate Arrays and Dictionaries when instancing scene in editor | Bojidar Marinov |
2018-03-13 | Fix a potential bug hinted by clang | Bojidar Marinov |
2018-02-22 | Color:fix setting V switch S to old V value | Poommetee Ketson |
2018-02-21 | Fix typos with codespell | luz.paz |
2018-01-06 | Fix NEQ operation between 2 different Arrays | MrCdK |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
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 |