Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-14 | Prevent FileDialog from stealing focus when setting current file in editor | Kanabenki | |
2018-12-14 | Fix touch release event on _gui_input | Konrad Nowakowski | |
2018-12-14 | fix stop_on_slope affecting sliding up slopes | piratesephiroth | |
2018-12-14 | Fix tree item editable cell not updating when windows was resized | Guilherme Felipe | |
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 | Expose ButtonGroup's "get_buttons()" to GDScript | Michael Alexsander Silva Dias | |
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 | Revert "Use more subtle indentation guides in the script editor" | 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-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 #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 #24267 from YeldhamDev/buttongroup_remove_panel_theme | Rémi Verschelde | |
Remove "panel" theme property from ButtonGroup | |||
2018-12-11 | Merge pull request #23361 from mrcdk/wav_loop_backward | Rémi Verschelde | |
Add backward looping support to AudioStreamSample (wav files) | |||
2018-12-11 | Merge pull request #21471 from RodZill4/issue_11893 | Rémi Verschelde | |
Fixed issue #11893 (SpinBox capturing mouse) | |||
2018-12-11 | Merge pull request #23887 from ibrahn/dirty-material-list-lifetime | Rémi Verschelde | |
Moved dirty material lists from static to lifetime controlled by main. | |||
2018-12-11 | Merge pull request #23923 from bruvzg/ime_gdscript | Rémi Verschelde | |
Changes IME to make it possible to use it from gdscript/gdnative | |||
2018-12-11 | Merge pull request #22461 from dlasalle/#10480 | Rémi Verschelde | |
Hide shading options in SpatialMaterial when 'FLAG_UNSHADED' is set. | |||
2018-12-11 | Merge pull request #24224 from BastiaanOlij/flip_bitangent | Rémi Verschelde | |
Reverse bitangent on everythings | |||
2018-12-10 | Remove "panel" theme property from ButtonGroup | Michael Alexsander Silva Dias | |
2018-12-10 | Fixed issue #11893 (SpinBox Capturing mouse) | Rodolphe Suescun | |
To prevent the SpinBox from capturing mouse, added a "drag.allowed" variable that is set to true only when clicking inside the control. Entering the control with the left mouse button pressed will not trigger drag anymore. Also modified the value update code when dragging so it does not modify the base_val. | |||
2018-12-09 | Merge pull request #20609 from YeldhamDev/menu_hover_explicit | Rémi Verschelde | |
Make opening menus with the same parent on mouse focus explicit | |||
2018-12-09 | Merge pull request #20725 from Calinou/textedit-subtle-indent-guides | Rémi Verschelde | |
Use more subtle indentation guides in the script editor | |||
2018-12-09 | Warn about AnimationTreePlayer's deprecation | Michael Alexsander Silva Dias | |
2018-12-08 | Reverse bitangent on everythings to ensure default normal map behavriour is ↵ | Bastiaan Olij | |
consistent | |||
2018-12-07 | Fix AutoTile z-index not persisting correctly | Guilherme Felipe | |
2018-12-07 | Merge pull request #22431 from DualMatrix/pivot | Rémi Verschelde | |
Fixed pivot tool not setting position of Controls correctly | |||
2018-12-07 | Merge pull request #22680 from lupoDharkael/color-picker-presets | Rémi Verschelde | |
ColorPicker: extend access to presets from gds | |||
2018-12-07 | Add Z-Index for Autotile | Guilherme Felipe | |
2018-12-06 | Update NavPoly in the editor canvas when the resource is changed via the ↵ | Michael Alexsander Silva Dias | |
Inspector | |||
2018-12-06 | Merge pull request #24148 from mineevgleb/fix-pathfollow-offset-slider | Rémi Verschelde | |
#24131: fix for PathFollow offset slider overlapping with the inspector | |||
2018-12-05 | Merge pull request #24160 from YeldhamDev/graph_tooltips | Rémi Verschelde | |
Add tooltips to GraphEdit node | |||
2018-12-05 | Fixed CanvasItem.draw_multimesh() binding. | MrCdK | |
2018-12-04 | Fix properties update in remote transform | Aron Castro | |
2018-12-04 | Add tooltips to GraphEdit node | Michael Alexsander Silva Dias | |
2018-12-04 | #24131: fix for PathFollow offset slider overlapping with the inspector | Gleb Mineev | |
2018-12-03 | Merge pull request #23991 from glaforte/bugfix/19195 | Rémi Verschelde | |
Generate the tangents without de-indexing and re-indexing the vertices. | |||
2018-12-03 | Merge pull request #24051 from Omicron666/patch-1 | Rémi Verschelde | |
Fixes typo in source string sent to translation. | |||
2018-12-03 | Merge pull request #24112 from allkhor/rich_label_update_cache | Rémi Verschelde | |
RichTextLabel: update the cache when the scroll hide. | |||
2018-12-03 | Merge pull request #24126 from pgruenbacher/deprecated_get_frustum_listener | Rémi Verschelde | |
remove_unused_get_frustum | |||
2018-12-02 | remove_unused_get_frustum | paul gruenbacher | |
2018-12-02 | Add missing validations | Guilherme Felipe | |
Add missing validations to prevent crash of multiple mouse buttons being pressed | |||
2018-12-02 | Merge pull request #24106 from groud/fix_split_container | Rémi Verschelde | |
Fixes collapsed SplitContainers | |||
2018-12-02 | Merge pull request #24007 from JFonS/fix_cpuparticles_scale | Rémi Verschelde | |
Fix "scale" property collision in CPUParticles | |||
2018-12-02 | Merge pull request #24104 from guilhermefelipecgs/fix_mouse_crash | Rémi Verschelde | |
Fix crash when multiple mouse buttons is pressed. | |||
2018-12-02 | RichTextLabel: update the cache when the scroll hide. | allkhor | |
2018-12-01 | Fixes collapsed SplitContainers | groud | |
2018-12-01 | Fix crash when multiple mouse buttons is pressed. | Guilherme Felipe | |
2018-11-30 | Fix "scale" property collision in CPUParticles | JFonS | |
2018-11-29 | TextEdit: added redo option to the context menu | allkhor | |