summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Expand)Author
2016-10-05Fix GraphEdit grab random node when delete or deselect by clicking empty spacevolzhs
2016-10-04Add editor_only param to Light2DPedro J. Estébanez
2016-10-03light: respect editor_only setting in release build and dont show the lightJ08nY
2016-10-03Expose more 2D/3D physics options in project settingsFabio Alessandrelli
2016-10-03Added force_raycast_update GDScript method for RayCast[2D]Karol Walasek
2016-10-03Merge pull request #6662 from RandomShaper/export-texture-flagsRémi Verschelde
2016-10-03Merge pull request #6640 from Hinsbart/color_pickerRémi Verschelde
2016-10-03Merge pull request #6634 from zaps166/fix-resampler-crashRémi Verschelde
2016-10-03Merge pull request #6529 from pkowal1982/scrolltreeRémi Verschelde
2016-10-03Merge pull request #6513 from Brickcaster/masterRémi Verschelde
2016-10-01PopupMenu: added toggle_item_checked and exposed set_item_tooltip and get_ite...J08nY
2016-09-30Respect texture .flags files on exportPedro J. Estébanez
2016-09-29Fix #6480, area duplicated paramPawel Kowal
2016-09-29Add inline ColorPicker to Script text editor.Andreas Haas
2016-09-28LineEdit long indicator, fix #6624Pawel Kowal
2016-09-28Don't crash when video is stopped and played againBłażej Szczygieł
2016-09-26Show '.' in the tree of file_dialogYing-Ruei Liang(KK)
2016-09-25Tween reset/stop/resume/remove for all object properties at oncePawel Kowal
2016-09-22expose GeometryInstance.get_aabb() etc fixes #6587yg2f
2016-09-20Merge pull request #6557 from anneomcl/masterIgnacio Etcheverry
2016-09-19Fix for #6158. Converting Vector2 to Size2 for scaling functions.anneomcl
2016-09-19Use full width of TreeItem::Cell to change value in CELL_MODE_CHECKPawel Kowal
2016-09-19Merge pull request #6545 from Hinsbart/texteditRémi Verschelde
2016-09-19Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.Andreas Haas
2016-09-17Add scrolling to Tree control in Drag and Drop modePawel Kowal
2016-09-17Merge pull request #6414 from RandomShaper/improve-shader-shadowRémi Verschelde
2016-09-16Fix for issue #6496Brickcaster
2016-09-15Center camera2D with the proper viewport sizeJuan Linietsky
2016-09-14Added a few functions to make 2D split screen easier.Juan Linietsky
2016-09-14Restore viewport set_world_2d functionalityFabio Alessandrelli
2016-09-13-Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky
2016-09-13fix ScrollContainer cannot scroll when scroll bar is hiddensanikoyes
2016-09-12Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky
2016-09-11Add argument options for the theme override functions in ControlJuan Linietsky
2016-09-11-Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky
2016-09-11-Cleaned up find/replace bar for replace (made selection only default if sele...Juan Linietsky
2016-09-10-Added bindings to the resource filesystem for editorJuan Linietsky
2016-09-10Fix Viewport.get_mouse_pos() for specific situations, closes #1885Juan Linietsky
2016-09-10Merge pull request #5692 from kubecz3k/remoteTransformJuan Linietsky
2016-09-10Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky
2016-09-10Merge pull request #5942 from pkowal1982/scrollJuan Linietsky
2016-09-10Merge pull request #6336 from sanikoyes/Pr-fix-inter-callback-deleteJuan Linietsky
2016-09-10Merge pull request #6355 from Kazuo256/http-request-methodsJuan Linietsky
2016-09-09Added get_v_scroll to item list, issue 5343Paulb23
2016-09-07Merge pull request #6423 from bebae/issue-6143George Marques
2016-09-07Explicitly initialize TextureProgress's initial angle value.MarianoGNU
2016-09-07Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky
2016-09-07fixed wrong placement of AcceptDialog Buttons issue-6143bebae
2016-09-07Merge pull request #6420 from Paulb23/itemlist_tooltip_disable_issue_6240Rémi Verschelde
2016-09-07Ability to disable item list tooltip, issue 6240Paulb23