Age | Commit message (Expand) | Author |
2017-08-07 | Merge pull request #10140 from neikeq/Texture-not-ImageTexture-ok-thx | Rémi Verschelde |
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 |
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 |
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 |
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 |
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 |
2017-08-05 | Renames properties and methods to avoid ambiguities | Ignacio Etcheverry |
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, clo... | Juan Linietsky |
2017-08-05 | renamed node path, closes #5691 | Juan Linietsky |
2017-08-03 | Merge pull request #10046 from Hinsbart/script_open_resource | Rémi Verschelde |
2017-08-03 | Merge pull request #10062 from BastiaanOlij/arvr_add_anchor | Rémi Verschelde |
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 |
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 |
2017-08-02 | ScriptEditor: ctrl+click can open scenes/resources. | Andreas Haas |
2017-08-01 | Merge pull request #10027 from Noshyaar/pr-tree | Rémi Verschelde |
2017-08-01 | Merge pull request #10021 from Noshyaar/pr-mb | Rémi Verschelde |
2017-08-01 | Merge pull request #10019 from Paulb23/ctrl_backspace_issue_6546 | Rémi Verschelde |
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 |
2017-07-31 | Merge pull request #9993 from Xrayez/surface-tool-bind | Rémi Verschelde |
2017-07-31 | Bind some useful methods in SurfaceTool to GDScript | Andrii Doroshenko (Xrayez) |
2017-07-31 | Merge pull request #9990 from GodotExplorer/pr-fix-stretch-ratio | Rémi Verschelde |
2017-07-31 | Merge pull request #8567 from BastiaanOlij/ar_vr_server | Rémi Verschelde |
2017-07-31 | Fix property type expose of Control.stretch_ratio. | Geequlim |
2017-07-30 | Style: Apply clang-format on all files | Rémi Verschelde |
2017-07-29 | Few small GI Probe fixes | Juan Linietsky |
2017-07-28 | Merge pull request #9937 from AlexHolly/tabs-add-tab-defaults | Rémi Verschelde |
2017-07-28 | fix missing DEFVAL | AlexHolly |
2017-07-28 | Adding base classes and structures for ARVR support | BastiaanOlij |
2017-07-27 | Do not allow multiple data connections to the same data input slot, fixes #63... | Daniel J. Ramirez |
2017-07-26 | tagents --> tangents | ISylvox |
2017-07-26 | Fix the resize mode of TextureButton cannot be saved into resource files. | Geequlim |
2017-07-26 | Fixes to glow and auto exposure, closes #9797, closes #9106 | Juan Linietsky |
2017-07-25 | Good bye chunky fonts, closes #9441 | Juan Linietsky |
2017-07-25 | Label: update min size when regenerate wordcache | Poommetee Ketson |
2017-07-25 | Fix Node::move_child() crash if moving to the end plus one | Pedro J. Estébanez |
2017-07-24 | Merge pull request #9746 from Noshyaar/label | Rémi Verschelde |
2017-07-24 | Merge pull request #9791 from bojidar-bg/6087-add-global-local-conv | Rémi Verschelde |