Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-01 | Merge pull request #64198 from Geometror/add-bitmap-tests | Rémi Verschelde | |
2022-09-01 | Merge pull request #63479 from DarkKilauea/nav-link | Rémi Verschelde | |
2022-09-01 | Merge pull request #65192 from YuriSizov/control-customizable-cache-p2 | Rémi Verschelde | |
2022-09-01 | Merge pull request #65156 from YuriSizov/control-customizable-cache-p1 | Rémi Verschelde | |
2022-09-01 | Refactor BitMap and add tests | Hendrik Brucker | |
Co-authored-by: Resul Çelik <resul_celik@hotmail.com> | |||
2022-09-01 | Merge pull request #64157 from Mickeon/remove-mysterious-is-playing | Rémi Verschelde | |
2022-09-01 | Merge pull request #65132 from bruvzg/global_menu_shortcuts_context | Rémi Verschelde | |
2022-09-01 | Add a lifecycle method for manual theme item caching to Control | Yuri Sizov | |
2022-09-01 | Add dumb and manual theme caching systems to Window | Yuri Sizov | |
2022-09-01 | Merge pull request #65117 from YeldhamDev/menubar_key_fix | Rémi Verschelde | |
Fix switching `MenuBar`'s menus with the keys while mouse hovering | |||
2022-09-01 | Merge pull request #65108 from MinusKube/subwindow-focused-bug | Rémi Verschelde | |
Prevent subwindow_focused from pointing to a window that is not a subwindow | |||
2022-09-01 | Merge pull request #65162 from YuriSizov/editor-gradients-united | Rémi Verschelde | |
Unite `GradientEdit` and `GradientEditor` as editor-only widget | |||
2022-09-01 | Merge pull request #65073 from bruvzg/trim_spaces | Rémi Verschelde | |
[TextServer] Add support for trimming edge spaces on line break. | |||
2022-09-01 | Merge pull request #63751 from clayjohn/physical_light_units | Rémi Verschelde | |
Implement Physical Light Units in Vulkan Renderers | |||
2022-09-01 | [macOS] Handle accelerator and click events of the global menu items separately. | bruvzg | |
2022-09-01 | [TextServer] Add support for trimming edge spaces on line break. | bruvzg | |
2022-08-31 | Unite GradientEdit and GradientEditor as editor-only widget | Yuri Sizov | |
2022-08-31 | Implement Physical Light Units as an optional setting. | clayjohn | |
This allows light sources to be specified in physical light units in addition to the regular energy multiplier. In order to avoid loss of precision at high values, brightness values are premultiplied by an exposure normalization value. In support of Physical Light Units this PR also renames CameraEffects to CameraAttributes. | |||
2022-08-31 | Fix LinearDepth calculation for GLES3 | Patrick | |
This change will calculate the depth ndc differently for GLES3 and Vulkan as described in here: stable: https://docs.godotengine.org/en/stable/tutorials/shaders/advanced_postprocessing.html godot 4 with vulkan: https://docs.godotengine.org/en/latest/tutorials/shaders/advanced_postprocessing.html | |||
2022-08-31 | Merge pull request #63893 from guilhermefelipecgs/fix_state_machine_is_playing | Rémi Verschelde | |
Fix AnimationNodeStateMachinePlayback::is_playing | |||
2022-08-31 | Merge pull request #64247 from guilhermefelipecgs/fix_end_node | Rémi Verschelde | |
Re-add AnimationNodeStateMachine::end_node for root state machine | |||
2022-08-31 | Merge pull request #59919 from ↵ | Rémi Verschelde | |
piiertho/enhancement/rename-AnimationNodeTransition-input_count-to_enabled_inputs | |||
2022-08-31 | Merge pull request #65092 from groud/inherited_scenes_tilesets | Rémi Verschelde | |
2022-08-31 | enhancement: Rename declared property AnimationNodeTransition::input_count ↵ | Pierre-Thomas Meisels | |
to AnimationNodeTransition::enabled_inputs | |||
2022-08-31 | Fixes inherited scenes not working in TileSet scenes collection sources | Gilles Roudière | |
2022-08-31 | Merge pull request #63413 from Calinou/volumetric-fog-add-per-light-energy-2 | Rémi Verschelde | |
Add a per-light volumetric fog energy property | |||
2022-08-31 | Merge pull request #63394 from Calinou/curve-gradient-rename-interpolate | Rémi Verschelde | |
Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()` | |||
2022-08-30 | Fix switching `MenuBar`'s menus with the keys while mouse hovering | Michael Alexsander | |
2022-08-30 | Rename Curve/Curve2D/Curve3D/Gradient `interpolate()` to `sample()` | Hugo Locurcio | |
"sampling" is a more accurate term than "interpolating" for what's happening when using that function. | |||
2022-08-30 | Prevent subwindow_focused from pointing to a window that is not a subwindow | MinusKube | |
2022-08-30 | Merge pull request #65087 from TokageItLab/change-skeleton-3d-api | Rémi Verschelde | |
Clean-up/change some Skeleton3D API | |||
2022-08-30 | Add a per-light volumetric fog energy property | Hugo Locurcio | |
Per-light energy gives more control to the user on the final result of volumetric fog. Specific lights can be fully excluded from volumetric fog by setting their volumetric fog energy to 0, which improves performance slightly. This can also be used to prevent short-lived dynamic effects from poorly interacting with volumetric fog, as it's updated over several frames by default unless temporal reprojection is disabled. Volumetric fog shadows now obey Light3D's Shadow Opacity property as well. The shadow fog fade property was removed as it had little visible impact on the final scene's rendering. | |||
2022-08-30 | Merge pull request #47744 from KoBeWi/press_F_to_play_exit | Rémi Verschelde | |
2022-08-30 | Merge pull request #64554 from nongvantinh/material_are_not_applied | Rémi Verschelde | |
2022-08-30 | Merge pull request #64327 from KoBeWi/_update_callable | Rémi Verschelde | |
2022-08-30 | Merge pull request #65042 from YuriSizov/editor-docks-tabbar-bg | Rémi Verschelde | |
2022-08-30 | Clean-up/change some Skeleton3D API | Silc Renew | |
2022-08-30 | Merge pull request #65072 from Mickeon/try-tween-float-cast | Rémi Verschelde | |
2022-08-30 | Change _redraw_callback to callable_mp | kobewi | |
2022-08-30 | Fix build issue after #64377 and #64701 | Rémi Verschelde | |
2022-08-30 | Merge pull request #63003 from Geometror/msaa-2d | Rémi Verschelde | |
2022-08-30 | Merge pull request #64377 from Mickeon/rename-canvas-redraw | Rémi Verschelde | |
Rename `CanvasItem.update()` to `queue_redraw()` | |||
2022-08-30 | Merge pull request #64701 from Geometror/fix-atlastexture-gpuparticles-2d | Rémi Verschelde | |
Fix GPUParticles2D ignoring AtlasTexture region | |||
2022-08-30 | Allow to change the Stop shortcut used at runtime | kobewi | |
2022-08-30 | Merge pull request #63902 from dalexeev/string-cases | Rémi Verschelde | |
2022-08-30 | Merge pull request #65039 from Mickeon/rename-treeitem-tooltip | Rémi Verschelde | |
2022-08-30 | Merge pull request #64410 from MewPurPur/rename-notification-instanced | Rémi Verschelde | |
2022-08-30 | Add `String.to_{camel,pascal,snake}_case` methods | Danil Alexeev | |
2022-08-30 | Fix GPUParticles2D ignoring AtlasTexture region | Hendrik Brucker | |
2022-08-30 | Rename TreeItem's `set_tooltip` to `set_tooltip_text` | Micky | |
`set_tooltip` -> `set_tooltip_text` `get_tooltip` -> `get_tooltip_text` For consistency: `get_button_tooltip` -> `get_button_tooltip_text` And the `tooltip` parameter in `add_button` was renamed to `tooltip_text` |