| Commit message (Expand) | Author | Age | Files | Lines |
* | Edited the KinematicBody and KinematicBody2D docs | Umang Kalra | 2020-03-06 | 1 | -1/+2 |
* | Update docs to version 4.0 | clayjohn | 2020-01-31 | 1 | -1/+1 |
* | doc: Drop unused 'category' property from header | Rémi Verschelde | 2020-01-26 | 1 | -1/+1 |
* | Fixes get_floor_normal() returning the user defined floor_normal. | Marcel Admiraal | 2020-01-15 | 1 | -5/+5 |
* | Fix typos with codespell | Rémi Verschelde | 2020-01-15 | 1 | -1/+1 |
* | doc: Sync classref with current source | Rémi Verschelde | 2020-01-12 | 1 | -0/+7 |
* | [DOCS] Correct "fixed process" reference in KinematicBody doc | Chris Bradfield | 2019-07-26 | 1 | -1/+1 |
* | Make KinematicBody docs consistent regarding `test_only` argument | Andrii Doroshenko (Xrayez) | 2019-07-25 | 1 | -0/+1 |
* | doc: Add default values to all properties | Rémi Verschelde | 2019-06-30 | 1 | -2/+2 |
* | Proofread and improve the whole class reference | Hugo Locurcio | 2019-06-27 | 1 | -5/+5 |
* | Docs: Add tutorials for KinematicBody2D | Guilherme Felipe | 2019-05-08 | 1 | -0/+2 |
* | Merge pull request #28125 from KoBeWi/code_true_code | Rémi Verschelde | 2019-04-22 | 1 | -2/+2 |
|\ |
|
| * | Consistently wrap booleans in [code] | Tomasz Chabora | 2019-04-17 | 1 | -2/+2 |
* | | doc: Drop unused <demos> tag | Rémi Verschelde | 2019-04-19 | 1 | -2/+0 |
|/ |
|
* | Merge pull request #27465 from neikeq/road-to-lang-agnostic-docs-is-going-to-... | Rémi Verschelde | 2019-04-05 | 1 | -1/+1 |
|\ |
|
| * | ClassRef: Replace [code]CurrentClass[/code] with [CurrentClass] | Ignacio Etcheverry | 2019-03-29 | 1 | -1/+1 |
* | | doc: Bump version to 3.2 | Rémi Verschelde | 2019-04-01 | 1 | -1/+1 |
* | | Better documentation for some move_and_slide parameters | Tomasz Chabora | 2019-03-23 | 1 | -1/+2 |
|/ |
|
* | [DOCS] minor classref updates | Chris Bradfield | 2019-03-14 | 1 | -1/+7 |
* | Remove "TODO" instances in the docs | Michael Alexsander Silva Dias | 2019-03-05 | 1 | -1/+1 |
* | Further clarify docs for #26545 | Juan Linietsky | 2019-03-04 | 1 | -1/+1 |
* | Improve docs for KinematicBody linear_velocity, fixes #23927 | Aaron Franke | 2019-01-18 | 1 | -1/+1 |
* | DOCS: correction to move_and_slide description | Chris Bradfield | 2019-01-16 | 1 | -1/+1 |
* | doc: Add missing commas after "If true/false" | Rémi Verschelde | 2018-12-20 | 1 | -2/+2 |
* | Merge pull request #23090 from DavidSichma/inconsistent-kinematic | Rémi Verschelde | 2018-11-12 | 1 | -10/+10 |
|\ |
|
| * | Fix inconsistency in KinematicBody | David Sichma | 2018-10-17 | 1 | -10/+10 |
* | | fix doc markdown | Alex | 2018-10-18 | 1 | -1/+1 |
|/ |
|
* | doc: Sync classref with current source | Rémi Verschelde | 2018-08-21 | 1 | -4/+4 |
* | [DOCS] Many class ref updates | Chris Bradfield | 2018-08-18 | 1 | -0/+3 |
* | doc: Sync classref with current source | Rémi Verschelde | 2018-07-26 | 1 | -0/+26 |
* | doc: Remove status from hardcoded version string | Rémi Verschelde | 2018-02-27 | 1 | -1/+1 |
* | [DOCS] Sync classref with current source | Poommetee Ketson | 2018-02-25 | 1 | -3/+9 |
* | doc: Update version string in header | Rémi Verschelde | 2018-02-19 | 1 | -1/+1 |
* | doc: Sync with current source | Rémi Verschelde | 2018-01-25 | 1 | -1/+1 |
* | Fix typos in code and docs with codespell | Rémi Verschelde | 2018-01-18 | 1 | -2/+2 |
* | doc: Update version string in XML | Rémi Verschelde | 2018-01-13 | 1 | -1/+1 |
* | doc: Remove setters and getters now exposed via properties/members | Rémi Verschelde | 2017-11-24 | 1 | -14/+0 |
* | doc: Update header version for 3.0-beta | Rémi Verschelde | 2017-11-24 | 1 | -1/+1 |
* | Fix the class docs for the rst-syntax errors. | Martin Capitanio | 2017-11-19 | 1 | -1/+1 |
* | doc: Remove revision.module_config from version string | Rémi Verschelde | 2017-11-15 | 1 | -1/+1 |
* | classref: Sync with current source | Rémi Verschelde | 2017-10-22 | 1 | -1/+1 |
* | doc: Sync classref with current source | Rémi Verschelde | 2017-10-11 | 1 | -1/+1 |
* | Fix a typo in KinematicBody and KinematicBody2D. | Benjamin Larsson | 2017-10-08 | 1 | -1/+1 |
* | Minor fixes to KinematicBody and KinematicBody2D | Benjamin Larsson | 2017-10-07 | 1 | -2/+2 |
* | Edit move_and_slide, it does a bit more than I first thought. | Benjamin Larsson | 2017-10-07 | 1 | -1/+1 |
* | Fixed an error in get_floor_velocity() docs | Benjamin Larsson | 2017-10-07 | 1 | -1/+1 |
* | Small changes to KinematicBody2D docs. | Benjamin Larsson | 2017-10-07 | 1 | -5/+6 |
* | Update KinematicBody2D docs. | Benjamin Larsson | 2017-10-07 | 1 | -4/+17 |
* | Document new KinematicCollision2D class | Chris Bradfield | 2017-09-16 | 1 | -1/+2 |
* | doc: Sync classref with current source | Rémi Verschelde | 2017-09-13 | 1 | -101/+10 |