Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-14 | Merge pull request #20385 from moiman100/unify-double-clicking | Rémi Verschelde | |
Added double clicking to all buttons on Linux and Javascript | |||
2018-12-14 | Merge pull request #20063 from moiman100/fix-button-mask | Rémi Verschelde | |
Unified button mask behavior across platforms | |||
2018-12-14 | Merge pull request #23651 from Kanabenki/fix-filedialog-editor-focus | Rémi Verschelde | |
Prevent FileDialog from stealing focus when setting current file in editor | |||
2018-12-14 | Merge pull request #20081 from moiman100/fix-double-click-hold | Rémi Verschelde | |
Fixes is_pressed when holding double click. | |||
2018-12-14 | Android: Don't expose x86_64 ABI for export if we can't build templates for it | Rémi Verschelde | |
Support for x86_64 *could* be added in detect.py, but AFAIK this is not a widespread architecture for Android, much less for gaming devices. | |||
2018-12-14 | Prevent FileDialog from stealing focus when setting current file in editor | Kanabenki | |
2018-12-14 | Merge pull request #23312 from lethiandev/fix-touch-release-gui-input | Rémi Verschelde | |
Fix touch release event on _gui_input | |||
2018-12-14 | Merge pull request #24357 from hpvb/make-vector-not-allocate | Juan Linietsky | |
Don't allocate in Vector's ctor | |||
2018-12-14 | Don't allocate in Vector's ctor | Hein-Pieter van Braam | |
By relying on the fact that a struct or class's first member has the same address as the struct itself we can cast VectorWriteProxy<T> to Vector<T> and access the CowData field. This allows a Vector to be moved in memory without invalidating the pointer to the cowdata field. | |||
2018-12-14 | Fix touch release event on _gui_input | Konrad Nowakowski | |
2018-12-14 | Merge pull request #23464 from GameCoderStudios/master | Rémi Verschelde | |
Ability to pick child nodes of scenes instances marked with "Editable… | |||
2018-12-14 | Merge pull request #21856 from AlexHolly/fix-undo-not-showing-error | Rémi Verschelde | |
Fix undo redo not showing errors | |||
2018-12-14 | Merge pull request #21653 from piratesephiroth/master | Rémi Verschelde | |
fix 2d stop_on_slope (issue #21595) | |||
2018-12-14 | fix stop_on_slope affecting sliding up slopes | piratesephiroth | |
2018-12-14 | Merge pull request #22729 from guilhermefelipecgs/fix_tree_resize | Rémi Verschelde | |
Fix tree item editable cell not updating when windows is resized | |||
2018-12-14 | Updated documentation to visible property in CanvasItem, closes #20809 | Juan Linietsky | |
2018-12-14 | Fix tree item editable cell not updating when windows was resized | Guilherme Felipe | |
2018-12-14 | doc: Grammar and punctuation fixes for CSGMesh and CSGCombiner | corrigentia | |
2018-12-14 | Merge pull request #24046 from DualMatrix/stop_slope | Rémi Verschelde | |
Fixed using move_and_slide with stop_on_slope stopping too early | |||
2018-12-14 | Merge pull request #24161 from aroncds/master | Rémi Verschelde | |
Fix properties update in remote transform | |||
2018-12-14 | doc: Fix formatting in code blocks | Rémi Verschelde | |
2018-12-14 | Merge pull request #24341 from YeldhamDev/buttongroup_expose_get_buttons | Rémi Verschelde | |
Expose ButtonGroup's "get_buttons()" to GDScript | |||
2018-12-14 | Merge pull request #23799 from marcelofg55/custom_ps | Rémi Verschelde | |
Add application/config/project_settings_override option to override project settings | |||
2018-12-14 | Merge pull request #24324 from volzhs/access-mic | Rémi Verschelde | |
Request mic access only when is needed | |||
2018-12-14 | Merge pull request #24333 from YeldhamDev/filechooser_folder_icon | Rémi Verschelde | |
Change EditorLineEditFileChooser to use the "Folder" icon | |||
2018-12-14 | Merge pull request #24331 from mineevgleb/resource-undo-redo | Rémi Verschelde | |
#23231: make resource changes in a nested inspector undoable | |||
2018-12-14 | Merge pull request #24330 from Zylann/readd_inspector_save | Rémi Verschelde | |
Re-add missing save resource button in the inspector | |||
2018-12-14 | Expose ButtonGroup's "get_buttons()" to GDScript | Michael Alexsander Silva Dias | |
2018-12-14 | Request mic access only when is needed | volzhs | |
2018-12-13 | Change EditorLineEditFileChooser to use the "Folder" icon | Michael Alexsander Silva Dias | |
2018-12-13 | #23231: make resource changes in a nested inspector undoable | Gleb Mineev | |
2018-12-13 | Re-add missing save resource button in the inspector | Marc Gilleron | |
2018-12-13 | Add application/config/project_settings_override option to override project ↵ | Marcelo Fernandez | |
settings | |||
2018-12-13 | Merge pull request #22870 from semtri/godot-issue-7620 | Rémi Verschelde | |
Fix richtextlabel meta links shouldn't open when swiping to scroll | |||
2018-12-13 | Merge pull request #24327 from ↵ | Rémi Verschelde | |
godotengine/revert-20725-textedit-subtle-indent-guides Revert "Use more subtle indentation guides in the script editor" | |||
2018-12-13 | Merge pull request #22910 from marcelofg55/nothreads_rec | Rémi Verschelde | |
Fix AudioEffectRecord not working without thread support | |||
2018-12-13 | Docs: Add mention to Object constructors in scripting languages | Davide Cristini | |
Fixes godotengine/godot-docs#1968. | |||
2018-12-13 | Revert "Use more subtle indentation guides in the script editor" | Rémi Verschelde | |
2018-12-13 | doc: Sync classref with current source | Rémi Verschelde | |
2018-12-13 | i18n: Sync translation template with current source | Rémi Verschelde | |
Also French translation update and misc fixes to source strings. | |||
2018-12-13 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2018-12-13 | Merge pull request #24312 from QbieShay/fix_uv_vert | Rémi Verschelde | |
fixed uv missing in vertex shader of canvas. | |||
2018-12-13 | Merge pull request #24285 from volzhs/support-gles2-ios | Rémi Verschelde | |
Support GLES2 for iOS | |||
2018-12-13 | Merge pull request #24310 from merumelu/color-picker-fixes | Rémi Verschelde | |
ColorPicker fixes | |||
2018-12-13 | fixed uv missing in vertex shader of canvas. | QbieShay | |
2018-12-12 | Fix AudioEffectRecord not working without thread support | Marcelo Fernandez | |
2018-12-12 | ColorPicker fixes | merumelu | |
- Fix regression from #22402 which made presets invisible ingame with `tools=yes` builds. - Don't emit `color_changed` signal when deleting a preset as no color change happens. | |||
2018-12-12 | Merge pull request #24218 from staddy/master | Rémi Verschelde | |
Disabled CollisionShape2D is not processed now | |||
2018-12-12 | Merge pull request #22739 from DualMatrix/autoplay_warn | Rémi Verschelde | |
Added warning when setting autoplay of AnimationPlayer that's inside the tree. | |||
2018-12-12 | Merge pull request #24109 from remorse107/godotengine-path2d-editor-fix | Rémi Verschelde | |
Fixed Path2D Plugin Editor so segments can be split. |