Age | Commit message (Expand) | Author |
2020-06-26 | Addition of SDFGI for open world global illumination | Juan Linietsky |
2020-05-19 | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Revert "Renamed plane's d to distance" | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-10 | Merge pull request #37020 from aaronfranke/range | Rémi Verschelde |
2020-05-10 | Renamed plane's d to distance | Marcus Elg |
2020-05-09 | Allow Vector2/Vector3 iterators to have non-integer values | Aaron Franke |
2020-05-09 | Allow using integer vectors for iteration and make range() use them | Aaron Franke |
2020-04-29 | [Core] Rename linear_interpolate to lerp | Aaron Franke |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-08 | Refactor ScriptDebugger. | Fabio Alessandrelli |
2020-02-25 | Update docs and bindings for new integer vector types | Rémi Verschelde |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-23 | Store arrays inside of Variant as shared. | Juan Linietsky |
2020-02-22 | Add support for Vector2i, Rect2i and Vector3i to Variant | Juan Linietsky |
2020-02-21 | Added StringName as a variant type. | Juan Linietsky |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
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 |