Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-28 | Added move_toward functions for float, Vector2 and Vector3 | Giacom | |
2019-05-26 | [Mono] Change Atan2 arguments to Y X | Aaron Franke | |
2019-04-30 | Make "decimal" functions more consistent | Aaron Franke | |
In GDScript, rename "decimals" to "step_decimals". In C#, add "StepDecimals", but keep the old functionality in a method called "DecimalCount". | |||
2019-04-25 | [Mono] Approximate equality | Aaron Franke | |
2019-04-07 | Added smoothstep built-in function | Chaosus | |
2019-03-07 | Fix division by zero at wrap functions in mono | Chaosus | |
2018-11-20 | Remove trailing whitespace | RĂ©mi Verschelde | |
With `sed -i $(rg -l '[[:blank:]]*$' -g'!thirdparty') -e 's/[[:blank:]]*$//g'` (+ manual revert of some thirdparty code under `platform/android`). | |||
2018-09-12 | Move modules/mono/glue/cs_files to modules/mono/glue/Managed/Files | Ignacio Etcheverry | |
Added dummy MSBuild project and solution to get tooling help when editing these files. |