summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-08-17Particles2D: fix editing Visibility Rect from inspectorNatrim
+ renamed generate_aabb to generate_visibility_rect to prevent future confusions
2018-08-17Merge pull request #21099 from Chaosus/fix_error_iconRémi Verschelde
Fix error icon color for light themes
2018-08-17Fix error icon colorChaosus
2018-08-17Merge pull request #21091 from hpvb/fix-removing-popup-menu-itemRémi Verschelde
Call minimum_size_changed() in PopupMenu::remove_item()
2018-08-17Fix bucket fill behaviour when selecting multiple tilesMarkar
2018-08-17Merge pull request #21089 from hpvb/fix-linux-debugger-foregroundRémi Verschelde
Replace XRaiseWindow with a _NET_ACTIVE_WINDOW ClientRequest
2018-08-16Merge pull request #21090 from hpvb/fix-19842-reduxJuan Linietsky
Delay emitting pressed signals in PopupMenu
2018-08-16Call minimum_size_changed() in PopupMenu::remove_item()Hein-Pieter van Braam
When removing an item from a PopupMenu we need to update the control's size cache otherwise the size of the PopupMenu itself lags behind by 1 item size. Meaning the PopupMenu will remain too large.
2018-08-16Delay emitting pressed signals in PopupMenuHein-Pieter van Braam
When processing items we may actually delete the item we're processing in the callback for the signal. To avoid this, call the signal after we're done processing the items. But before hiding the popupmenu itself. Thanks to @reduz for writing the whole solution. This fixes #19842
2018-08-16Replace XRaiseWindow with a _NET_ACTIVE_WINDOW ClientRequestHein-Pieter van Braam
This fixes the editor on X11 not getting put on the foreground when a debugged project hits an error or breakpoint.
2018-08-16Merge pull request #20561 from willnationsdev/script-class-nsRémi Verschelde
Add NativeScript support for script classes via exported script properties.
2018-08-16Merge pull request #21084 from akien-mga/theora-webm-loadingRémi Verschelde
Fix Theora/Webm loaders declaring binary extension
2018-08-16Fix Theora/Webm loaders declaring binary extensionRémi Verschelde
RES_BASE_EXTENSION is only to declare our proprietary binary formats (e.g. "scn", "res", etc.). Fixes #20395.
2018-08-16Merge pull request #21047 from gotnospirit/fix_tween_reversed_durationRémi Verschelde
Tween: Always remove the desired InterpolateData when finished
2018-08-16Merge pull request #21046 from DualMatrix/recent_custom_typeRémi Verschelde
Fixed custom nodes not working with favorites and recently used
2018-08-16Merge pull request #21067 from natrim/Particles2D_AABBRémi Verschelde
Particles2D: set emitting if not set before generating Visibility Rect
2018-08-16Merge pull request #21081 from akien-mga/fix-19289Rémi Verschelde
Fix crash assigning script to a Resource
2018-08-16Fixed custom nodes not working properly with favorites and recently used in ↵DualMatrix
create node window.
2018-08-16Tween: Add a unique identifier to InterpolateData to be able to remove the ↵James
right one when finished
2018-08-16Fix crash assigning script to a ResourceRémi Verschelde
We were dereferencing the wrong identifier, which could be NULL. Fixes #19289, supersedes and closes #20985.
2018-08-16Particles2D: set emitting if not set before generating Visibility RectNatrim
and removed not needed running zeroing in ParticlesEditor::_generate_aabb
2018-08-16Merge pull request #20804 from karroffel/vector-projectRémi Verschelde
add `project` method to Vector2/3
2018-08-16Merge pull request #21075 from akien-mga/rotation_degrees_rangeRémi Verschelde
Lift 1440 limit in rotation_degrees hint range
2018-08-16Merge pull request #21074 from akien-mga/range-bool-propertiesRémi Verschelde
Fix type of Range allow_greater/allow_lesser properties
2018-08-16Lift 1440 limit in rotation_degrees hint rangeRémi Verschelde
Fixes #15947.
2018-08-16Fix type of Range allow_greater/allow_lesser propertiesRémi Verschelde
2018-08-16Merge pull request #21069 from BastiaanOlij/change_mobile_vr_initRémi Verschelde
Delay initializing lens distortion shader so GLES2 doesn't crash
2018-08-16Merge pull request #21062 from Ovnuniarchos/PopupCheckablesJuan Linietsky
PopupMenu item_pressed is sent before checking hide flags.
2018-08-16add project method to Vector2/3Thomas Herzog
2018-08-16Delay initialising lens distortion shader so GLES2 doesn't crashBastiaan Olij
2018-08-16Merge pull request #21063 from Chaosus/fix_error_iconRémi Verschelde
Fix debugger icon for warnings
2018-08-16Fix debugger icon for warningsChaosus
2018-08-16PopupMenu item_pressed is sent before checking hide flags.Ovnuniarchos
2018-08-15Merge pull request #21023 from Paulb23/fix_reopening_text_fileRémi Verschelde
Fix re-opening of TextFiles when its already being edited.
2018-08-15Merge pull request #21022 from Paulb23/create_text_filesRémi Verschelde
Ability to create TextFiles.
2018-08-15Merge pull request #21045 from karroffel/black-bar-fixesRémi Verschelde
[gles2] fix black bar artifacts
2018-08-15Merge pull request #21044 from willnationsdev/class_iconsRémi Verschelde
Fix error spam from loading script class icons
2018-08-15Added method to create TextFilesPaulb23
2018-08-15Merge pull request #21053 from akien-mga/doc-dialog_hide_on_okRémi Verschelde
Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog
2018-08-15Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialogRémi Verschelde
Fixes #20817.
2018-08-15Attempting to workaround the problem present in #20904, let me know if it works.Juan Linietsky
2018-08-15Add NativeScript support for script classes.willnationsdev
2018-08-15Fix error spam from loading script class iconsWill Nations
2018-08-15[gles2] fix black bar artifactsThomas Herzog
2018-08-15Merge pull request #21021 from DualMatrix/new_node_warningRémi Verschelde
Fixed error spam in create node dialog with custom types.
2018-08-15Fixed error spam in create node dialog with custom types.DualMatrix
This should fix #20789
2018-08-15Merge pull request #20560 from willnationsdev/class_iconsRémi Verschelde
Add custom icons to script classes.
2018-08-15Merge pull request #21040 from volzhs/fix-configure-warningRémi Verschelde
Fix not to show configuration warning on every node has script
2018-08-15Fix not to show configuration warning on every node has scriptvolzhs
2018-08-15Merge pull request #19837 from willnationsdev/plugin-utilitiesRémi Verschelde
Add PluginConfigDialog.