Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-30 | Merge pull request #26053 from qarmin/back_scroll_to_start | Rémi Verschelde | |
Back scroll bar to start when changing folder | |||
2019-04-30 | Merge pull request #26224 from hilfazer/autocomplete | Rémi Verschelde | |
Working autocomplete for $" and $' | |||
2019-04-30 | Merge pull request #26252 from ZahFox/colorpicker | Rémi Verschelde | |
ColorPicker: Properties to toggle the editability and visibility of presets | |||
2019-04-30 | Fix build error after #27294 | Rémi Verschelde | |
2019-04-30 | Merge pull request #26897 from rodolforg/fix_spatial_look_at_affecting_scale | Rémi Verschelde | |
Spatial::look_at() now preserves its scale values | |||
2019-04-30 | Merge pull request #27007 from BastiaanOlij/arvr_notifications | Rémi Verschelde | |
Send notifications to ARVRInterfaces | |||
2019-04-30 | Merge pull request #27204 from YeldhamDev/popupmenu_checkicon_offset | Rémi Verschelde | |
Offset items in PopupMenu when Icons and Checks are present | |||
2019-04-30 | Merge pull request #27294 from lupoDharkael/rect2i | Rémi Verschelde | |
Add missing methods to Rect2i | |||
2019-04-30 | Merge pull request #27371 from ShyRed/fixdisabled2dcollisions | Rémi Verschelde | |
Allow adding disabled shapes | |||
2019-04-30 | Merge pull request #27693 from YeldhamDev/method_brackets_smart | Rémi Verschelde | |
Make brackets only be inserted when necessary when autocompleting methods | |||
2019-04-30 | Merge pull request #27707 from Calinou/tweak-message-wording | Rémi Verschelde | |
Improve wording of various messages and make casing more consistent | |||
2019-04-30 | Merge pull request #27763 from maksloboda/priority-improvement | Rémi Verschelde | |
Changed autotile priority picking algorithm | |||
2019-04-30 | Merge pull request #27796 from Leytak/patch-2 | Rémi Verschelde | |
Reset button state on exit tree | |||
2019-04-30 | Merge pull request #27805 from Kanabenki/line2d-add-point-idx | Rémi Verschelde | |
Add optional position argument for add_point in Line2D | |||
2019-04-30 | Merge pull request #27845 from samdze/master | Rémi Verschelde | |
Make TileMap overridable "set_cell" function called on undo/redo | |||
2019-04-30 | Merge pull request #27869 from jean-dao/scenetree_call_group | Rémi Verschelde | |
Fix: use function in SceneTree::call_group | |||
2019-04-30 | Merge pull request #28287 from YeldhamDev/text_editable_contextmenu | Rémi Verschelde | |
Make 'Line/TextEdit's context menus hide their editing options when in readonly mode | |||
2019-04-30 | Merge pull request #28334 from YeldhamDev/popup_buttons_scale | Rémi Verschelde | |
Make buttons that trigger popups have the same scale | |||
2019-04-29 | Make 'Line/TextEdit's context menus hide their editing options when in ↵ | Michael Alexsander Silva Dias | |
readonly mode Fixes #28243. | |||
2019-04-29 | Merge pull request #28101 from MunWolf/debugger_cursor | Rémi Verschelde | |
Added a marker in text_edit that tells which row is executing. | |||
2019-04-29 | Make buttons that trigger popups have the same scale | Michael Alexsander Silva Dias | |
2019-04-29 | Merge pull request #28205 from mikolasan/26937-hide-popup-menu | Rémi Verschelde | |
Hide popup menu when OptionButton is hidden | |||
2019-04-29 | Merge pull request #28281 from zqyoung1/fix-selection-undo | Rémi Verschelde | |
Fix selection undo | |||
2019-04-29 | Merge pull request #28284 from Daw11/doc-link-fix | Rémi Verschelde | |
Fix the unclickable links inside the doc | |||
2019-04-29 | Merge pull request #28399 from YeldhamDev/textedit_expose_tab_fold | Rémi Verschelde | |
Expose 'TextEdit's tab drawing and folding to GDScript | |||
2019-04-29 | Merge pull request #18992 from aaronfranke/mono-equal-approx | Rémi Verschelde | |
[Core] [Mono] Improve and use approximate equality methods | |||
2019-04-27 | Fix the unclickable links inside the doc | Daw11 | |
Fixes #27384 | |||
2019-04-27 | Removed function to compute time, should not be that useful in practice. | Juan Linietsky | |
2019-04-27 | Added functions to further improve music timing | Juan Linietsky | |
2019-04-27 | Properly deal with clicking on audio stream change or stop ↵ | Juan Linietsky | |
(AudioStreamPlayer only) | |||
2019-04-27 | Make TileMap overridable "set_cell" function called on undo/redo | Samuele Zolfanelli | |
2019-04-27 | Revert "Fix AudioStreams::stop possibly causing a small noise" | Juan Linietsky | |
2019-04-26 | Spatial::look_at() now preserves its scale values | Rodolfo Ribeiro Gomes | |
It always normalized basis after look_at() computation. Now it applies previous scale back, in order to avoid distortions when global scale was different of (1,1,1). fix #10003 and #19000 Related to #17924 | |||
2019-04-27 | Send notifications to ARVRInterfaces | Bastiaan Olij | |
2019-04-26 | Merge pull request #28430 from ↵ | Rémi Verschelde | |
AnthonyYoManz/issue-28186-fix-crash-on-exit-when-3d-disabled Fix Crash On Close When 3D Is Disabled | |||
2019-04-25 | Fix Crash On Close When 3D Is Disabled | AnthonyYoManz | |
2019-04-25 | Use approximate equallity methods in many places | Aaron Franke | |
2019-04-25 | [Core] Approximate equality | Aaron Franke | |
2019-04-25 | Cancel tooltip when hiding the node it belongs to | James Buck | |
2019-04-25 | Merge pull request #22301 from YeldhamDev/button_popup_highlight | Rémi Verschelde | |
Enable toggle behaviour for buttons that trigger popups | |||
2019-04-25 | Merge pull request #28377 from YeldhamDev/connection_info_script_changes | Rémi Verschelde | |
Make small changes to the new connection info on script feature | |||
2019-04-25 | Merge pull request #28380 from kiidmale/fix-cpuparticles | Rémi Verschelde | |
Make multimesh invisible initially in CPUParticles | |||
2019-04-24 | Expose 'TextEdit's tab drawing and folding to GDScript | Michael Alexsander Silva Dias | |
2019-04-24 | Make multimesh invisible initially in CPUParticles | Daeil Kim | |
Fixes #28252 | |||
2019-04-24 | Disallow loopback connection in visual scripts and visual shaders | Chaosus | |
2019-04-24 | Make small changes to the new connection info on script feature | Michael Alexsander Silva Dias | |
2019-04-23 | Added a marker in text_edit that tells which row is executing. | Rikhardur Bjarni Einarsson | |
2019-04-23 | Allow adding disabled shapes | ShyRed | |
Adds the ability to directly add disabled shapes to a collision object. Before this commit a shape has always been assumed to be enabled and had to be disabled in an extra step. | |||
2019-04-23 | Revert "RichTextLabel: Adding the ability to change the default cursor" | Rémi Verschelde | |
2019-04-23 | Merge pull request #24489 from mateusfccp/18264_wrong_animation_error | Hein-Pieter van Braam | |
Make AnimatedSprite.animation complain when invalid animation name |