Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |||
2019-04-23 | Merge pull request #25155 from Timofffee/Timofffee-patch-vehicle | Hein-Pieter van Braam | |
Added check engine_traction | |||
2019-04-23 | Merge pull request #26064 from JFonS/add_frustum_camera_mode | Hein-Pieter van Braam | |
Add FRUSTUM camera mode, allowing tilted frustums | |||
2019-04-23 | Merge pull request #27903 from Calinou/richtextlabel-brighten-default-color | Hein-Pieter van Braam | |
Brighten the RichTextLabel color in the default theme | |||
2019-04-23 | Fix typo count_count to count | qarmin | |
2019-04-22 | Added bindings for methods related to obtaining base an instance from ↵ | Juan Linietsky | |
VisualInstance | |||
2019-04-22 | Fix popup visibility for OptionButton, MenuButton and ColorPickerButton | Nikolay Neupokoev | |
Hide popup when its button or another parent object is hidden Fixes #26937 | |||
2019-04-22 | Expose visible instance count to multimesh | Juan Linietsky | |
2019-04-22 | Merge pull request #26868 from NilsIrl/master | Rémi Verschelde | |
Add Attenuation Model "NO" for AudioStreamPlayer3D | |||
2019-04-22 | Merge pull request #27673 from qarmin/small_fixes | Rémi Verschelde | |
Small fixes, mostly duplicated code |