summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2017-08-15Merge pull request #9889 from groud/control_enhancementskubecz3k
Control node enhancements
2017-08-15Fix debug materials, closes #8607Juan Linietsky
2017-08-15Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622Juan Linietsky
2017-08-14Merge pull request #10339 from bojidar-bg/x-fix-scale-conflictIgnacio Etcheverry
Rename Light2D::scale to texture_scale, so it doesn't conflict
2017-08-14Rename Light2D::scale to texture_scale, so it doesn't conflictBojidar Marinov
2017-08-13Avoids inverted anchorsGilles Roudiere
Add a push_opposite_anchor argument pushing the opposite anchor if needed
2017-08-13Adds a function to set Anchors with a layout presetGilles Roudiere
2017-08-13Handle undo/redo of anchor positioningGilles Roudiere
2017-08-13Add anchor visualizationGilles Roudiere
2017-08-13Replace GUI anchor type by a float between 0 and 1Gilles Roudiere
2017-08-13Merge pull request #10298 from nhold/kinematic-body-2d-_move-fixes-#10107Rémi Verschelde
Fix missing and incorrect values in return value of _move method
2017-08-12Disabling Particles::one_shot restarts emissionZher Huei Lee
Fixes #10181
2017-08-12Fix missing and incorrect values in return value of _move methodNathan Hold
2017-08-11Merge pull request #10198 from jjay/f/stretch_aspect_expandRémi Verschelde
Add "expand" option for stretch aspect, no more black bars
2017-08-11Merge pull request #10247 from djrm/pr_bus_fixesRémi Verschelde
Fixes to buses editor
2017-08-11Merge pull request #10238 from Hinsbart/resource_rmbRémi Verschelde
Inspector: Right click on resource opens sub-menu.
2017-08-11Merge pull request #10194 from Keetz/update-default-valuesRémi Verschelde
Updated default values in SpatialMaterial and Environment
2017-08-11Merge pull request #10193 from kubecz3k/tab-click-signalRémi Verschelde
tab_clicked signal for Tabs
2017-08-11Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde
Add IME support (macOS)
2017-08-11Merge pull request #9987 from Rubonnek/move-members-to-initilization-listRémi Verschelde
Moved member variables from constructor to initialization list
2017-08-11Merge pull request #10202 from neikeq/how-do-you-turn-this-onRémi Verschelde
Improves method bind's detecting of signarute types
2017-08-10Fixes to buses editorDaniel J. Ramirez
Fixed unselectable bus Added bus options button
2017-08-10Inspector: Right click on resource opens sub-menu.Andreas Haas
Fixes #9052
2017-08-10Fixes method definitions with extra number of argumentsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-10Adds missing type information to virtual method bindsIgnacio Etcheverry
2017-08-09Implement NSTextInputClient protocol for IMEbruvzg
2017-08-09Gizmos properly follow the edited object, closes #7837Juan Linietsky
2017-08-09Add expand stretch/ascpect - no more black barsYakov Borevich
2017-08-09Updated default values in SpatialMaterial and EnvironmentRasmus Ketelsen
2017-08-09tab_clicked signal for TabsJakub Grzesik
2017-08-08Moved member variables from constructor to initialization listWilson E. Alvarez
2017-08-08-Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky
-Restored an alpha scissor property in Material
2017-08-08Fixes node selection, and properly ignore mouse on inner comment node body, ↵Juan Linietsky
closes #6298
2017-08-07-Fixed BoneAttachment delay, closes #3966Juan Linietsky
-Fixed skeleton crash, probably fixes other issues
2017-08-07Ability to pause particles, closes #3675Juan Linietsky
2017-08-07Merge pull request #10136 from MednauN/masterThomas Herzog
Add handling of touch events in _gui_input_event
2017-08-07Merge pull request #10141 from ISylvox/lower_case_godot_apiRémi Verschelde
Makes all Godot API's Methods lower_case
2017-08-07Merge pull request #10113 from kubecz3k/tab-signalRémi Verschelde
'tab_changed' signal after using 'set_current_tab'
2017-08-07Merge pull request #10109 from eska014/init-particles2d-draw-orderRémi Verschelde
Initialize Particles2D draw order property
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-07Merge pull request #10140 from neikeq/Texture-not-ImageTexture-ok-thxRémi Verschelde
Texture: Fix wrong method bind instance type
2017-08-07Texture: Fix wrong method bind instance typeIgnacio Etcheverry
2017-08-07Merge pull request #9394 from supagu/sync-rpc-fixRémi Verschelde
Queue RPC packet before calling method locally to ensure correct RPC …
2017-08-07Add handling of touch events in _gui_input_eventEvgeny Zuev
Fixes #10039
2017-08-06Fixed some string names and animation playback options, closes #9446Juan Linietsky
2017-08-06Merge pull request #10123 from bojidar-bg/7695-key-kp-enterJuan Linietsky
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER
2017-08-06Added missing binding to ImageTexture, closes #8371Juan Linietsky
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
Closes #7695
2017-08-06keep default exported script values unless overriden, closes #8127Juan Linietsky