| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-12-11 | Fix CheckButton minimum size | volzhs | 6 | -17/+40 | |
| 2017-12-10 | Fix SceneTreeEditor crashing when calling _deselect_items | Stefano Bonicatti | 1 | -1/+2 | |
| The crash can be triggered for instance by trying to reparent a node and clicking on the background of the Reparent Node window. | |||||
| 2017-12-10 | [DOCS] IP.xml typo fix | Max Hilbrunner | 1 | -2/+2 | |
| 2017-12-10 | [DOCS] HTTPClient & HTTPRequest | mhilbrunner | 2 | -28/+101 | |
| 2017-12-10 | [DOCS] IP | Max Hilbrunner | 1 | -2/+12 | |
| 2017-12-10 | [DOCS] IP_Unix | Max Hilbrunner | 1 | -0/+2 | |
| 2017-12-10 | Fix skybox generation imprecision with Clang | Stefano Bonicatti | 1 | -2/+2 | |
| The bug generated a "blue circle" at the bottom end of the y axis, and probably one too at the other end. This is caused by a normalization of a vector which results in its y component to be sometimes > 1.0 or < -1.0 in Clang. This value is then used with acos(), which returns NaN. Fixes #11247 | |||||
| 2017-12-10 | iOS: Drop obsolete code from never-public modules | Rémi Verschelde | 2 | -138/+3 | |
| 2017-12-10 | Fix player window centering on macOS retina screens | Bernhard Liebl | 1 | -1/+8 | |
| 2017-12-10 | Implemented physics linear and angular lock | AndreaCatania | 12 | -133/+122 | |
| 2017-12-10 | Drop unused OS_Unix::has_data and related logic | Rémi Verschelde | 1 | -32/+2 | |
| Closes #5536. | |||||
| 2017-12-10 | Updated controller mappings for windows/mac/linux | Andrew Silver | 1 | -8/+73 | |
| 2017-12-10 | TileMap: Drop unused center_x/center_y booleans | Rémi Verschelde | 3 | -67/+4 | |
| Two years later they are still unused and we do not know their intend use case, so tschüss. Closes #2513. | |||||
| 2017-12-10 | Fix crash in RichTextLabel::selection_copy() | Bernhard Liebl | 2 | -3/+3 | |
| 2017-12-10 | Fix wrong return value in some virtual method bindings | Rémi Verschelde | 8 | -11/+43 | |
| 2017-12-10 | Fixed close current scene closing the wrong scene, issue 13844 | Paulb23 | 1 | -0/+3 | |
| 2017-12-10 | Fixed a typo in the Node docs | Andrew Silver | 1 | -1/+1 | |
| Fixed a typo in `remove_and_skip` [ci skip] | |||||
| 2017-12-10 | Ray cast return shape id. Fixes #14473 | AndreaCatania | 2 | -2/+9 | |
| 2017-12-10 | fix certain popup close clicks with popup buttons | Bernhard Liebl | 6 | -0/+31 | |
| 2017-12-10 | Fix no mouse if touch device present in X11 | Pedro J. Estébanez | 1 | -16/+17 | |
| Plus several improvements in this area. Sadly, grabbing has been disabled until a better solution is found. Fixes #14427. | |||||
| 2017-12-10 | Implemented skeleton visibility | AndreaCatania | 9 | -18/+359 | |
| Removed code visibility code from popup menu | |||||
