aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/api/api.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-12HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner3-4/+73
2017-12-12Change statable to multistate, remove extra separatorPoommetee Ketson4-25/+24
2017-12-11[DOC] Update Node class refChris Bradfield1-51/+55
2017-12-12Update libwebp to 0.6.1volzhs162-6153/+7519
2017-12-11Use MinGW specific binutils for debug symbols separationbruvzg1-3/+8
2017-12-11Properly support nested ternary expressionsBojidar Marinov1-4/+7
2017-12-11Highlight Editor Settings categoriesRay Koopa1-1/+2
2017-12-11Fix Index p_current=0 error at starting editorvolzhs2-3/+9
2017-12-11doc: Sync classref with current sourceRémi Verschelde4-17/+42
2017-12-11Fix align=center info is not saved with CheckBox & CheckButtonvolzhs1-1/+1
2017-12-11Fix CheckBox minimum sizevolzhs4-11/+58
2017-12-11Fix CheckButton minimum sizevolzhs6-17/+40
2017-12-11Fixed bad bindingsAndreaCatania1-2/+2
2017-12-11Fixed #14503Dmitry Koteroff1-0/+1
2017-12-10Fix SceneTreeEditor crashing when calling _deselect_itemsStefano Bonicatti1-1/+2
2017-12-10[DOCS] IP.xml typo fixMax Hilbrunner1-2/+2
2017-12-10[DOCS] HTTPClient & HTTPRequestmhilbrunner2-28/+101
2017-12-10[DOCS] IPMax Hilbrunner1-2/+12
2017-12-10[DOCS] IP_UnixMax Hilbrunner1-0/+2
2017-12-10Fix skybox generation imprecision with ClangStefano Bonicatti1-2/+2
2017-12-10iOS: Drop obsolete code from never-public modulesRémi Verschelde2-138/+3
2017-12-10Fix player window centering on macOS retina screensBernhard Liebl1-1/+8
2017-12-10Implemented physics linear and angular lockAndreaCatania12-133/+122
2017-12-10Drop unused OS_Unix::has_data and related logicRémi Verschelde1-32/+2
2017-12-10Updated controller mappings for windows/mac/linuxAndrew Silver1-8/+73
2017-12-10TileMap: Drop unused center_x/center_y booleansRémi Verschelde3-67/+4
2017-12-10Fix crash in RichTextLabel::selection_copy()Bernhard Liebl2-3/+3
2017-12-10Fix wrong return value in some virtual method bindingsRémi Verschelde8-11/+43
2017-12-10Fixed close current scene closing the wrong scene, issue 13844Paulb231-0/+3
2017-12-10Fixed a typo in the Node docsAndrew Silver1-1/+1
2017-12-10Ray cast return shape id. Fixes #14473AndreaCatania2-2/+9
2017-12-10fix certain popup close clicks with popup buttonsBernhard Liebl6-0/+31
2017-12-10Fix no mouse if touch device present in X11Pedro J. Estébanez1-16/+17
2017-12-10Implemented skeleton visibilityAndreaCatania9-18/+359