Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-11 | Merge pull request #14534 from AndreaCatania/patch-2 | Rémi Verschelde | |
Fixed bad bindings | |||
2017-12-11 | Merge pull request #14543 from volzhs/checkbox-checkbutton-center | Rémi Verschelde | |
Fix align=center info is not saved with CheckBox & CheckButton | |||
2017-12-11 | Merge pull request #14541 from volzhs/fix-checkbutton | Rémi Verschelde | |
Fix CheckButton & CheckBox minimum size | |||
2017-12-11 | Fix align=center info is not saved with CheckBox & CheckButton | volzhs | |
2017-12-11 | Merge pull request #14533 from Krakean/addrootifnone_fix | Rémi Verschelde | |
Fix to #14503 | |||
2017-12-11 | Fix CheckBox minimum size | volzhs | |
2017-12-11 | Fix CheckButton minimum size | volzhs | |
2017-12-11 | Fixed bad bindings | AndreaCatania | |
2017-12-11 | Fixed #14503 | Dmitry Koteroff | |
2017-12-11 | Merge pull request #14511 from akien-mga/drop_tilemap_center_xy | Rémi Verschelde | |
TileMap: Drop unused center_x/center_y booleans | |||
2017-12-11 | Merge pull request #14514 from akien-mga/unix_has_data | Rémi Verschelde | |
Drop unused OS_Unix::has_data and related logic | |||
2017-12-11 | Merge pull request #14516 from AndreaCatania/patch-2 | Rémi Verschelde | |
Implemented physics linear and angular lock | |||
2017-12-11 | Merge pull request #14520 from Smjert/fix/11247/skybox | Rémi Verschelde | |
Fix skybox generation imprecision with Clang | |||
2017-12-11 | Merge pull request #14518 from poke1024/fix-player-wpos | Rémi Verschelde | |
Fix player window centering on macOS retina screens | |||
2017-12-10 | Merge pull request #14529 from Smjert/fix/scene-tree-editor-crash | Rémi Verschelde | |
Fix SceneTreeEditor crashing when calling _deselect_items | |||
2017-12-10 | Fix SceneTreeEditor crashing when calling _deselect_items | Stefano Bonicatti | |
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 | Merge pull request #14521 from mhilbrunner/docs-http | Rémi Verschelde | |
[DOCS] HTTPClient & HTTPRequest | |||
2017-12-10 | Merge pull request #14527 from mhilbrunner/patch-5 | Rémi Verschelde | |
[DOCS] IP.xml typo fix | |||
2017-12-10 | [DOCS] IP.xml typo fix | Max Hilbrunner | |
2017-12-10 | [DOCS] HTTPClient & HTTPRequest | mhilbrunner | |
2017-12-10 | Merge pull request #14524 from mhilbrunner/patch-3 | Chris Bradfield | |
[DOCS] IP | |||
2017-12-10 | Merge pull request #14525 from mhilbrunner/patch-4 | Rémi Verschelde | |
[DOCS] IP_Unix [ci skip] | |||
2017-12-10 | [DOCS] IP | Max Hilbrunner | |
2017-12-10 | [DOCS] IP_Unix | Max Hilbrunner | |
2017-12-10 | Merge pull request #14512 from Silvea12/master | Rémi Verschelde | |
Updated controller mappings for windows/mac/linux | |||
2017-12-10 | Merge pull request #14505 from akien-mga/bind_vmethod_return | Rémi Verschelde | |
Fix wrong return value in some virtual method bindings | |||
2017-12-10 | Merge pull request #14497 from akien-mga/iphone-cleanup | Rémi Verschelde | |
iOS: Drop obsolete code from never-public modules | |||
2017-12-10 | Fix skybox generation imprecision with Clang | Stefano Bonicatti | |
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 | |
2017-12-10 | Fix player window centering on macOS retina screens | Bernhard Liebl | |
2017-12-10 | Implemented physics linear and angular lock | AndreaCatania | |
2017-12-10 | Drop unused OS_Unix::has_data and related logic | Rémi Verschelde | |
Closes #5536. | |||
2017-12-10 | Updated controller mappings for windows/mac/linux | Andrew Silver | |
2017-12-10 | TileMap: Drop unused center_x/center_y booleans | Rémi Verschelde | |
Two years later they are still unused and we do not know their intend use case, so tschüss. Closes #2513. | |||
2017-12-10 | Merge pull request #14509 from poke1024/fix_selection_copy_crash | Rémi Verschelde | |
Fix crash in RichTextLabel::selection_copy() | |||
2017-12-10 | Fix crash in RichTextLabel::selection_copy() | Bernhard Liebl | |
2017-12-10 | Fix wrong return value in some virtual method bindings | Rémi Verschelde | |
2017-12-10 | Merge pull request #14501 from Paulb23/close_wrong_scene_issue_13844 | Rémi Verschelde | |
Fixed close current scene closing the wrong scene, issue 13844 | |||
2017-12-10 | Fixed close current scene closing the wrong scene, issue 13844 | Paulb23 | |
2017-12-10 | Merge pull request #11510 from AndreaCatania/skel | Rémi Verschelde | |
Added skeleton x-ray | |||
2017-12-10 | Merge pull request #14467 from willnationsdev/docs3 | Rémi Verschelde | |
[DOCS] ConcavePolygonShape2D, CubeMap | |||
2017-12-10 | Fixed a typo in the Node docs | Andrew Silver | |
Fixed a typo in `remove_and_skip` [ci skip] | |||
2017-12-10 | Merge pull request #14498 from AndreaCatania/patch-1 | Rémi Verschelde | |
Ray cast return correct shape id. Fixes #14473 | |||
2017-12-10 | Ray cast return shape id. Fixes #14473 | AndreaCatania | |
2017-12-10 | Merge pull request #13351 from poke1024/fix12451_2 | Rémi Verschelde | |
Make click on arrow properly open and close property editor modals | |||
2017-12-10 | Merge pull request #14486 from djrm/pr_visuals | Rémi Verschelde | |
Added splash screen with sponsors | |||
2017-12-10 | Merge pull request #14494 from RandomShaper/fix-mouse-x11 | Rémi Verschelde | |
Fix no mouse if touch device present in X11 | |||
2017-12-10 | Merge pull request #14485 from RandomShaper/fix-android-export | Rémi Verschelde | |
Fix crash on Android export | |||
2017-12-10 | fix certain popup close clicks with popup buttons | Bernhard Liebl | |
2017-12-10 | Fix no mouse if touch device present in X11 | Pedro J. Estébanez | |
Plus several improvements in this area. Sadly, grabbing has been disabled until a better solution is found. Fixes #14427. |