Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-17 | Particles2D: fix editing Visibility Rect from inspector | Natrim | |
+ renamed generate_aabb to generate_visibility_rect to prevent future confusions | |||
2018-08-17 | Merge pull request #21099 from Chaosus/fix_error_icon | Rémi Verschelde | |
Fix error icon color for light themes | |||
2018-08-17 | Fix error icon color | Chaosus | |
2018-08-17 | Merge pull request #21091 from hpvb/fix-removing-popup-menu-item | Rémi Verschelde | |
Call minimum_size_changed() in PopupMenu::remove_item() | |||
2018-08-17 | Fix bucket fill behaviour when selecting multiple tiles | Markar | |
2018-08-17 | Merge pull request #21089 from hpvb/fix-linux-debugger-foreground | Rémi Verschelde | |
Replace XRaiseWindow with a _NET_ACTIVE_WINDOW ClientRequest | |||
2018-08-16 | Merge pull request #21090 from hpvb/fix-19842-redux | Juan Linietsky | |
Delay emitting pressed signals in PopupMenu | |||
2018-08-16 | Call 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-16 | Delay emitting pressed signals in PopupMenu | Hein-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-16 | Replace XRaiseWindow with a _NET_ACTIVE_WINDOW ClientRequest | Hein-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-16 | Merge pull request #20561 from willnationsdev/script-class-ns | Rémi Verschelde | |
Add NativeScript support for script classes via exported script properties. | |||
2018-08-16 | Merge pull request #21084 from akien-mga/theora-webm-loading | Rémi Verschelde | |
Fix Theora/Webm loaders declaring binary extension | |||
2018-08-16 | Fix Theora/Webm loaders declaring binary extension | Rémi Verschelde | |
RES_BASE_EXTENSION is only to declare our proprietary binary formats (e.g. "scn", "res", etc.). Fixes #20395. | |||
2018-08-16 | Merge pull request #21047 from gotnospirit/fix_tween_reversed_duration | Rémi Verschelde | |
Tween: Always remove the desired InterpolateData when finished | |||
2018-08-16 | Merge pull request #21046 from DualMatrix/recent_custom_type | Rémi Verschelde | |
Fixed custom nodes not working with favorites and recently used | |||
2018-08-16 | Merge pull request #21067 from natrim/Particles2D_AABB | Rémi Verschelde | |
Particles2D: set emitting if not set before generating Visibility Rect | |||
2018-08-16 | Merge pull request #21081 from akien-mga/fix-19289 | Rémi Verschelde | |
Fix crash assigning script to a Resource | |||
2018-08-16 | Fixed custom nodes not working properly with favorites and recently used in ↵ | DualMatrix | |
create node window. | |||
2018-08-16 | Tween: Add a unique identifier to InterpolateData to be able to remove the ↵ | James | |
right one when finished | |||
2018-08-16 | Fix crash assigning script to a Resource | Rémi Verschelde | |
We were dereferencing the wrong identifier, which could be NULL. Fixes #19289, supersedes and closes #20985. | |||
2018-08-16 | Particles2D: set emitting if not set before generating Visibility Rect | Natrim | |
and removed not needed running zeroing in ParticlesEditor::_generate_aabb | |||
2018-08-16 | Merge pull request #20804 from karroffel/vector-project | Rémi Verschelde | |
add `project` method to Vector2/3 | |||
2018-08-16 | Merge pull request #21075 from akien-mga/rotation_degrees_range | Rémi Verschelde | |
Lift 1440 limit in rotation_degrees hint range | |||
2018-08-16 | Merge pull request #21074 from akien-mga/range-bool-properties | Rémi Verschelde | |
Fix type of Range allow_greater/allow_lesser properties | |||
2018-08-16 | Lift 1440 limit in rotation_degrees hint range | Rémi Verschelde | |
Fixes #15947. | |||
2018-08-16 | Fix type of Range allow_greater/allow_lesser properties | Rémi Verschelde | |
2018-08-16 | Merge pull request #21069 from BastiaanOlij/change_mobile_vr_init | Rémi Verschelde | |
Delay initializing lens distortion shader so GLES2 doesn't crash | |||
2018-08-16 | Merge pull request #21062 from Ovnuniarchos/PopupCheckables | Juan Linietsky | |
PopupMenu item_pressed is sent before checking hide flags. | |||
2018-08-16 | add project method to Vector2/3 | Thomas Herzog | |
2018-08-16 | Delay initialising lens distortion shader so GLES2 doesn't crash | Bastiaan Olij | |
2018-08-16 | Merge pull request #21063 from Chaosus/fix_error_icon | Rémi Verschelde | |
Fix debugger icon for warnings | |||
2018-08-16 | Fix debugger icon for warnings | Chaosus | |
2018-08-16 | PopupMenu item_pressed is sent before checking hide flags. | Ovnuniarchos | |
2018-08-15 | Merge pull request #21023 from Paulb23/fix_reopening_text_file | Rémi Verschelde | |
Fix re-opening of TextFiles when its already being edited. | |||
2018-08-15 | Merge pull request #21022 from Paulb23/create_text_files | Rémi Verschelde | |
Ability to create TextFiles. | |||
2018-08-15 | Merge pull request #21045 from karroffel/black-bar-fixes | Rémi Verschelde | |
[gles2] fix black bar artifacts | |||
2018-08-15 | Merge pull request #21044 from willnationsdev/class_icons | Rémi Verschelde | |
Fix error spam from loading script class icons | |||
2018-08-15 | Added method to create TextFiles | Paulb23 | |
2018-08-15 | Merge pull request #21053 from akien-mga/doc-dialog_hide_on_ok | Rémi Verschelde | |
Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog | |||
2018-08-15 | Doc: Clarify usage of dialog_hide_on_ok and caveat for FileDialog | Rémi Verschelde | |
Fixes #20817. | |||
2018-08-15 | Attempting to workaround the problem present in #20904, let me know if it works. | Juan Linietsky | |
2018-08-15 | Add NativeScript support for script classes. | willnationsdev | |
2018-08-15 | Fix error spam from loading script class icons | Will Nations | |
2018-08-15 | [gles2] fix black bar artifacts | Thomas Herzog | |
2018-08-15 | Merge pull request #21021 from DualMatrix/new_node_warning | Rémi Verschelde | |
Fixed error spam in create node dialog with custom types. | |||
2018-08-15 | Fixed error spam in create node dialog with custom types. | DualMatrix | |
This should fix #20789 | |||
2018-08-15 | Merge pull request #20560 from willnationsdev/class_icons | Rémi Verschelde | |
Add custom icons to script classes. | |||
2018-08-15 | Merge pull request #21040 from volzhs/fix-configure-warning | Rémi Verschelde | |
Fix not to show configuration warning on every node has script | |||
2018-08-15 | Fix not to show configuration warning on every node has script | volzhs | |
2018-08-15 | Merge pull request #19837 from willnationsdev/plugin-utilities | Rémi Verschelde | |
Add PluginConfigDialog. |