Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-10 | Fixes to buses editor | Daniel J. Ramirez | |
Fixed unselectable bus Added bus options button | |||
2017-08-09 | Gizmos properly follow the edited object, closes #7837 | Juan Linietsky | |
2017-08-08 | -Restored Sprite3D to working function, fixes #2061, fixes #9738 | Juan Linietsky | |
-Restored an alpha scissor property in Material | |||
2017-08-08 | Fixes node selection, and properly ignore mouse on inner comment node body, ↵ | Juan Linietsky | |
closes #6298 | |||
2017-08-07 | -Fixed BoneAttachment delay, closes #3966 | Juan Linietsky | |
-Fixed skeleton crash, probably fixes other issues | |||
2017-08-07 | Ability to pause particles, closes #3675 | Juan Linietsky | |
2017-08-07 | Merge pull request #10136 from MednauN/master | Thomas Herzog | |
Add handling of touch events in _gui_input_event | |||
2017-08-07 | Merge pull request #10141 from ISylvox/lower_case_godot_api | Rémi Verschelde | |
Makes all Godot API's Methods lower_case | |||
2017-08-07 | Merge pull request #10113 from kubecz3k/tab-signal | Rémi Verschelde | |
'tab_changed' signal after using 'set_current_tab' | |||
2017-08-07 | Merge pull request #10109 from eska014/init-particles2d-draw-order | Rémi Verschelde | |
Initialize Particles2D draw order property | |||
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia | |
2017-08-07 | Merge pull request #10140 from neikeq/Texture-not-ImageTexture-ok-thx | Rémi Verschelde | |
Texture: Fix wrong method bind instance type | |||
2017-08-07 | Texture: Fix wrong method bind instance type | Ignacio Etcheverry | |
2017-08-07 | Merge pull request #9394 from supagu/sync-rpc-fix | Rémi Verschelde | |
Queue RPC packet before calling method locally to ensure correct RPC … | |||
2017-08-07 | Add handling of touch events in _gui_input_event | Evgeny Zuev | |
Fixes #10039 | |||
2017-08-06 | Fixed some string names and animation playback options, closes #9446 | Juan Linietsky | |
2017-08-06 | Merge pull request #10123 from bojidar-bg/7695-key-kp-enter | Juan Linietsky | |
Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | |||
2017-08-06 | Added missing binding to ImageTexture, closes #8371 | Juan Linietsky | |
2017-08-06 | Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTER | Bojidar Marinov | |
Closes #7695 | |||
2017-08-06 | keep default exported script values unless overriden, closes #8127 | Juan Linietsky | |
2017-08-05 | few bugs fixed thanks to explicit bool constructor and clang. | Juan Linietsky | |
explicit bool constructor has thus now been removed, as it served it's mission! | |||
2017-08-05 | Made bool constructor explicit in Variant to avoid bugs, fixes #7843 | Juan Linietsky | |
2017-08-05 | Merge pull request #10116 from neikeq/prop_method_ambiguities | Juan Linietsky | |
Renames properties and methods to avoid ambiguities | |||
2017-08-05 | Renames properties and methods to avoid ambiguities | Ignacio Etcheverry | |
- Method Node2D.scale(Vector2) renamed to Node2D.apply_scale(Vector2) - Property BaseButton.is_pressed renamed to BaseButton.pressed | |||
2017-08-05 | emit signal properly when frame has changed in autoplay, fixes #7730 | Juan Linietsky | |
2017-08-05 | Properly update frame range after modifying the vframe/hframes, closes #7624 | Juan Linietsky | |
2017-08-05 | Warn about resizing a rigidbody (2D or 3D), covers the most common cases, ↵ | Juan Linietsky | |
closes #7615 | |||
2017-08-05 | 'tab_changed' signal after using 'set_current_tab' | Jakub Grzesik | |
closes #10051 | |||
2017-08-05 | renamed node path, closes #5691 | Juan Linietsky | |
2017-08-05 | Initialize Particles2D draw order property | L. Krause | |
2017-08-03 | Merge pull request #10046 from Hinsbart/script_open_resource | Rémi Verschelde | |
ScriptEditor: ctrl+click can open scenes & resources. | |||
2017-08-03 | Merge pull request #10062 from BastiaanOlij/arvr_add_anchor | Rémi Verschelde | |
Added ARVRAnchor support and a few small enhancements | |||
2017-08-03 | Added ARVRAnchor support and a few small enhancements | BastiaanOlij | |
2017-08-03 | Merge pull request #10040 from Hassan-A/getCells3.0 | Rémi Verschelde | |
Added get_used_cells_by_id method 3.0 | |||
2017-08-02 | Added get_used_cells_by_id method 3.0 | Hassan A | |
2017-08-02 | ItemList: Remove redundant Vector2 initializations. | Andreas Haas | |
2017-08-02 | -Added GLTF scene support (still missing animations and .glb extension) | Juan Linietsky | |
-Fixed bugs regarding tangent generation in SurfaceTool | |||
2017-08-02 | ScriptEditor: ctrl+click can open scenes/resources. | Andreas Haas | |
Closes #9654 | |||
2017-08-01 | Merge pull request #10027 from Noshyaar/pr-tree | Rémi Verschelde | |
Tree: fix index error with expanded column | |||
2017-08-01 | Merge pull request #10021 from Noshyaar/pr-mb | Rémi Verschelde | |
MenuButton: defer grab_click_focus until button_up | |||
2017-08-01 | Merge pull request #10019 from Paulb23/ctrl_backspace_issue_6546 | Rémi Verschelde | |
Made delete next and prev consistent to other editors, issue 6546 | |||
2017-08-02 | Tree: fix index error with expanded column | Poommetee Ketson | |
2017-08-02 | MenuButton: defer grab_click_focus until button_up | Poommetee Ketson | |
2017-08-01 | made delete next and prev consistent to other editors,issue 6546 | Paulb23 | |
2017-08-01 | Merge pull request #8209 from robertdhernandez/Texture-Region-Editor-Sync | Rémi Verschelde | |
Texture region now updates when changing an Atlas region rect | |||
2017-07-31 | Merge pull request #9993 from Xrayez/surface-tool-bind | Rémi Verschelde | |
Bind some useful methods in SurfaceTool to GDScript | |||
2017-07-31 | Bind some useful methods in SurfaceTool to GDScript | Andrii Doroshenko (Xrayez) | |
These include: * generate_tangents() * add_to_format() * create_from() * append_from() Reordered and grouped the bindings to match the header for improved readability. Removed commented out `generate_flat_normals()` method which wasn't present in the header. Fixes #9946 | |||
2017-07-31 | Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratio | Rémi Verschelde | |
Fix errors with stretch ratio | |||
2017-07-31 | Merge pull request #8567 from BastiaanOlij/ar_vr_server | Rémi Verschelde | |
AR/VR base classes and position tracker support | |||
2017-07-31 | Fix property type expose of Control.stretch_ratio. | Geequlim | |
Fix set integer value from inspector to round instead of floor. |