summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2019-09-01Fix semicolon parsing in visual shader expressionChaosus89
2019-09-01Fix visual shader expression parsing (#31853)Yuri Roubinsky
Fix visual shader expression parsing
2019-09-01Fix visual shader expression parsingChaosus89
2019-09-01Merge pull request #31839 from Calinou/canvasitem-update-only-if-neededRémi Verschelde
Call some CanvasItem property setters only if needed
2019-08-31Merge pull request #31828 from Paulb23/minimap_drag_less_then_controlRémi Verschelde
Fix minimap drag when height is less then control size
2019-08-31Call some CanvasItem property setters only if neededHugo Locurcio
The CanvasItem property setters `set_modulate`, `set_self_modulate` and `set_light_mask` have some side effects that don't need to be run if the value hasn't changed. This closes #31777.
2019-08-31Merge pull request #31825 from fstiewitz/viewport-container-inputRémi Verschelde
Fix object picking inside ViewportContainers
2019-08-31HTTPRequest: include faulty URLs in error textsmerumelu
2019-08-31Fix minimap drag when height is less then control sizePaulb23
2019-08-31process unhandled input in ViewportContainerFabian Stiewitz
2019-08-30Merge pull request #31805 from YeldhamDev/collision_object_unneeded_checksRémi Verschelde
Remove some unneeded checks in CollisionObject(2D)
2019-08-30Merge pull request #31803 from KoBeWi/minicursorRémi Verschelde
Don't change cursor when minimap is disabled
2019-08-30Merge pull request #31797 from KoBeWi/release_the_lookupRémi Verschelde
Perform symbol lookup on button release
2019-08-30Remove some unneeded checks in CollisionObject(2D)Michael Alexsander Silva Dias
2019-08-30Don't change cursor when minimap is disabledTomasz Chabora
2019-08-30Merge pull request #31796 from Chaosus/fix_iconsRémi Verschelde
Fixed GraphEdit header icons to make them update when theme is changed
2019-08-30Perform symbol lookup on button releaseTomasz Chabora
2019-08-30Merge pull request #31792 from Calinou/spinbox-expression-ignore-prefix-suffixRémi Verschelde
Ignore the prefix and suffix in the SpinBox expression
2019-08-30Fixed GraphEdit header icons to make them update when theme is changedChaosus89
2019-08-30Merge pull request #30927 from mahubu/console-multi-selection-cursorRémi Verschelde
Change cursor to multi-selection cursor when selecting text in RichTextLabel
2019-08-30Ignore the prefix and suffix in the SpinBox expressionHugo Locurcio
This fixes a regression caused by 86a31e9e385c7909a0cdd24a5ee790c3dca03b98.
2019-08-30Merge pull request #25353 from azagaya/masterRémi Verschelde
Use also invisible tabs to calculate minimum size of tab container
2019-08-30Make tab containers in editor, project settings, and export dialog, to use ↵azagaya
hidden tabs for min size computation.
2019-08-29Calculate the SpinBox value using the Expression classHugo Locurcio
This closes #31780.
2019-08-29Merge pull request #30635 from KoBeWi/billbo_3dnsRémi Verschelde
Add a Billboard property for Sprite3D
2019-08-28Fix wrong offset in Button when alignment is set to leftMichael Alexsander Silva Dias
2019-08-28Add a Billboard property for Sprite3DTomasz Chabora
2019-08-28Merge pull request #31717 from Calinou/tweak-default-fog-depth-endRémi Verschelde
Tweak the default fog depth end to use a fixed value
2019-08-28Merge pull request #31606 from toasteater/fix/nativescript-new-json-return-typeRémi Verschelde
Fix the return type of NativeScript::new in API json
2019-08-27Tweak the default fog depth end to use a fixed valueHugo Locurcio
The previous value (0) was a special case in the fog shader. It made the shader use the Camera's `far` value as the fog depth end value, which led to an inconsistency in the fog rendering between the editor and a running project. This is because the editor camera uses a `far` property of 500 by default, whereas the Camera node's `far` property is set to 100 by default. The new fixed value is equal to the default `far` property in Camera, which leads to a consistent appearance between the editor and a running project. This closes #31686.
2019-08-27fix otherwise unitialized variables, found in #31694Robin Hübner
2019-08-27Merge pull request #31685 from merumelu/referencerect-with-advanced-gui-disabledRémi Verschelde
Register ReferenceRect when building with ADVANCED_GUI_DISABLED
2019-08-26Merge pull request #25656 from bruvzg/macos_multi_instancesRémi Verschelde
[macOS] Add ability to open multiple editor instances and global/dock menu access
2019-08-26Register ReferenceRect when building with ADVANCED_GUI_DISABLEDmerumelu
2019-08-26Fix Multiline texts not updating correcly inside arraysMichael Alexsander Silva Dias
2019-08-26Fix return type of Control::get_drag_data in API jsontoasteater
Control::get_drag_data is a virtual method that returns Variant, but have the Object type in its MethodInfo. This changes the MethodInfo of Control::get_drag_data
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open ↵bruvzg
multiple editor/project manager instances, recent/favourite project list to project manager dock menu and opened scene list to editor dock menu.
2019-08-25Merge pull request #31496 from nekomatata/fix-text-edit-insert-selectionRémi Verschelde
Update TextEdit selection when inserting line
2019-08-25Merge pull request #31654 from Paulb23/minimap_fixesRémi Verschelde
Viewport highlight, colour cache and minimap scrolling fixes.
2019-08-25Refactor TextEdit control height calculationsPaulb23
2019-08-25Update TextEdit selection & cursor when inserting linePouleyKetchoupp
Fixes #31458
2019-08-25Minimap scroll now acts similar to scrollbarPaulb23
2019-08-25Merge pull request #31628 from merumelu/treeitem-icon-modulateRémi Verschelde
Tree: fix and expose icon modulation
2019-08-25Disallow undo/redo in readonly TextEdit'sYuri Roubinski
2019-08-24Tree: fix and expose icon modulationmerumelu
2019-08-24Fixed syntax highlighting cache not clearing final linePaulb23
2019-08-24Adjust viewport colour based on background colourPaulb23
2019-08-23Merge pull request #31593 from SaracenOne/project_theme_shutdown_fixRémi Verschelde
Fixes issue with project_default_theme not being cleaned up
2019-08-23Fixes issue with project_default_theme not being dereferenced on cleanup.Saracen
2019-08-23Merge pull request #30398 from tomasantunes/master2Rémi Verschelde
Increase color preset slots