Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | |||
2019-04-22 | Merge pull request #28140 from Daw11/orphan-nodes | Rémi Verschelde | |
Add a monitor for the orphan nodes | |||
2019-04-22 | Merge pull request #28234 from Paulb23/connection_info_on_script | Rémi Verschelde | |
Display connection information in the script editor | |||
2019-04-22 | Add Attenuation Model "DISABLED" for AudioStreamPlayer3D | Nils ANDRÉ-CHANG | |
2019-04-22 | Merge pull request #28266 from coldrye-collaboration/gh-28241 | Rémi Verschelde | |
Fix LineEdit not expanded to text length on undo/redo | |||
2019-04-22 | Merge pull request #28276 from YeldhamDev/lineedit_offset_limit | Rémi Verschelde | |
Fix 'LineEdit' offset limit not accounting for the right/clear icon width | |||
2019-04-21 | Fix completely #14835 -proper selection reset on undo | Zach Young | |
2019-04-21 | Merge pull request #27219 from raphael10241024/debug_fix | Rémi Verschelde | |
Fix collider debug shape didn't changes with collider size changes | |||
2019-04-21 | Merge pull request #27448 from avencherus/light2d-height | Rémi Verschelde | |
Light2D height range expanded to -2048 to 2048. | |||
2019-04-21 | Call minimum_size_changed() on redo/undo if expand_to_text_length is true | Carsten Klein | |
Fixes #28241 | |||
2019-04-21 | Fix 'LineEdit' offset limit not accounting for the right/clear icon width | Michael Alexsander Silva Dias | |
Fully fixes #28242. | |||
2019-04-21 | Merge pull request #28248 from YeldhamDev/lineedit_clearbutton_limit | Rémi Verschelde | |
Fix 'LineEdit' contents not ending before the clear button if no right icon was set |