| Commit message (Expand) | Author | Age | Files | Lines |
* | Addition of SDFGI for open world global illumination | Juan Linietsky | 2020-06-26 | 1 | -0/+1 |
* | Style: Remove unnecessary semicolons from `core` | Rémi Verschelde | 2020-05-19 | 1 | -15/+15 |
* | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -93/+183 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+2 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -186/+0 |
* | Revert "Renamed plane's d to distance" | Rémi Verschelde | 2020-05-10 | 1 | -5/+5 |
* | Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -4/+8 |
* | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -75/+110 |
* | Merge pull request #37020 from aaronfranke/range | Rémi Verschelde | 2020-05-10 | 1 | -40/+96 |
|\ |
|
| * | Allow Vector2/Vector3 iterators to have non-integer values | Aaron Franke | 2020-05-09 | 1 | -10/+10 |
| * | Allow using integer vectors for iteration and make range() use them | Aaron Franke | 2020-05-09 | 1 | -32/+88 |
* | | Renamed plane's d to distance | Marcus Elg | 2020-05-10 | 1 | -5/+5 |
|/ |
|
* | [Core] Rename linear_interpolate to lerp | Aaron Franke | 2020-04-29 | 1 | -8/+8 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -5/+5 |
* | Refactor ScriptDebugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -10/+10 |
* | Update docs and bindings for new integer vector types | Rémi Verschelde | 2020-02-25 | 1 | -24/+24 |
* | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 1 | -229/+411 |
* | Store arrays inside of Variant as shared. | Juan Linietsky | 2020-02-23 | 1 | -46/+73 |
* | Add support for Vector2i, Rect2i and Vector3i to Variant | Juan Linietsky | 2020-02-22 | 1 | -8/+423 |
* | Added StringName as a variant type. | Juan Linietsky | 2020-02-21 | 1 | -16/+62 |
* | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -35/+78 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -262/+262 |
* | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 1 | -34/+32 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Don't allow to use too big or too small shift operators | Rafał Mikrut | 2019-12-12 | 1 | -0/+4 |
* | Changed some code showed in LGTM and Coverage | qarmin | 2019-07-20 | 1 | -1/+1 |
* | Remove unnecessary code and add some error explanations | qarmin | 2019-07-01 | 1 | -1/+2 |
* | Style: Apply new changes from clang-format 8.0 | Rémi Verschelde | 2019-04-09 | 1 | -4/+8 |
* | Merge pull request #25934 from mrcdk/pool_int_real_color_interpolate | Rémi Verschelde | 2019-03-03 | 1 | -3/+67 |
|\ |
|
| * | Added PoolIntArray, PoolRealArray and PoolColorArray interpolate | MrCdK | 2019-02-16 | 1 | -3/+67 |
* | | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -9/+9 |
|/ |
|
* | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | Fix many errors found by PVS-Studio | Aaron Franke | 2018-11-28 | 1 | -2/+2 |
* | Optimize interpolation algorithms | qonnop | 2018-10-07 | 1 | -7/+6 |
* | Merge pull request #22752 from aaronfranke/equals-redundant | Rémi Verschelde | 2018-10-07 | 1 | -1/+1 |
|\ |
|
| * | Remove redundant "== false" code | Aaron Franke | 2018-10-06 | 1 | -1/+1 |
* | | Fixed int interpolation issue, closes #22763 | qonnop | 2018-10-06 | 1 | -1/+4 |
|/ |
|
* | Color: Fix rounding error converting from float to 8-bit | Rémi Verschelde | 2018-09-18 | 1 | -4/+4 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -3/+3 |
* | Hacked around duplication bug. I think duplicate needs to be even smarter, ma... | Juan Linietsky | 2018-07-03 | 1 | -0/+2 |
* | -Fixes to how hashing happened, now StringName and NodePath use default hashe... | Juan Linietsky | 2018-07-02 | 1 | -2/+9 |
* | Keep alpha when changing h, s or v on color | ShyRed | 2018-04-22 | 1 | -9/+9 |
* | Fix names of Variant operators | George Marques | 2018-04-16 | 1 | -1/+2 |
* | Merge pull request #17382 from bojidar-bg/13971-path-array-unsaved | Juan Linietsky | 2018-04-08 | 1 | -0/+13 |
|\ |
|
| * | Duplicate Arrays and Dictionaries when instancing scene in editor | Bojidar Marinov | 2018-03-13 | 1 | -0/+13 |
* | | Fix a potential bug hinted by clang | Bojidar Marinov | 2018-03-13 | 1 | -4/+4 |
|/ |
|
* | Color:fix setting V switch S to old V value | Poommetee Ketson | 2018-02-22 | 1 | -1/+1 |
* | Fix typos with codespell | luz.paz | 2018-02-21 | 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 |