Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-28 | Merge pull request #59118 from Sauermann/fix-window-input-event-coordinates | Rémi Verschelde | |
2022-03-28 | Merge pull request #59574 from Sauermann/proposal-rename-warp-mouse | Rémi Verschelde | |
Rename warp mouse functions to warp_mouse | |||
2022-03-27 | [Net] Change HTTPRequest timeout type to double. | Fabio Alessandrelli | |
For consistency with the Timer class and general time representation inside the engine. | |||
2022-03-27 | Rename warp mouse functions to warp_mouse | Markus Sauermann | |
2022-03-27 | Fix UI navigation with joysticks | Univeous | |
2022-03-27 | Force final value at the end of Tween | kobewi | |
2022-03-26 | Merge pull request #59336 from YeldhamDev/where_we_dropping_boys | Rémi Verschelde | |
2022-03-26 | Merge pull request #59560 from ↵ | Rémi Verschelde | |
Sauermann/proposal-subviewportcontainer-configuration-warning Add configuration warning for SubViewportContainer | |||
2022-03-26 | Add configuration warning for SubViewportContainer | Markus Sauermann | |
2022-03-26 | Improve range property hints for various collision shapes | Rémi Verschelde | |
Fixes #36419. Co-authored-by: Andrii Doroshenko (Xrayez) <xrayez@gmail.com> | |||
2022-03-25 | Rename "ss_reflections_" to "ssr_" in Environment | FireForge | |
2022-03-25 | Merge pull request #59452 from reduz/refactor-metadata | Rémi Verschelde | |
2022-03-25 | Convert the editor and default theme fonts to WOFF2 format to save space. | bruvzg | |
2022-03-24 | Refactor Object metadata | reduz | |
* API kept the same (Although functions could be renamed to set_metadata/get_metadata in a later PR), so not much should change. * Metadata now exposed as individual properties. * Properties are editable in inspector (unless metadata name begins with _) under the metadata/ namespace. * Added the ability to Add/Remove metadata properties to the inspector. This is a functionality that was requested very often, that makes metadata work a bit more similar to custom properties in Blender. | |||
2022-03-22 | Merge pull request #59403 from fire-forge/textureprogressbar-group | Rémi Verschelde | |
Fix "Stretch Margin" group in TextureProgressBar | |||
2022-03-22 | Merge pull request #59170 from akien-mga/import-wav-configure-loop-mode | Rémi Verschelde | |
2022-03-22 | Merge pull request #59354 from Chaosus/astar3d | Rémi Verschelde | |
2022-03-21 | Add visual marker when dragging and dropping tabs | Michael Alexsander | |
2022-03-21 | Remove unnecessary "Percent" group in ProgressBar | FireForge | |
2022-03-21 | Fix "Stretch Margin" group in TextureProgressBar | FireForge | |
2022-03-20 | Bind NOTIFICATION_LOCAL_TRANFORM_CHANGED | Jason Knight | |
2022-03-20 | Rename `AStar` to `AStar3D` | Yuri Roubinsky | |
2022-03-19 | Merge pull request #59322 from YeldhamDev/groups_arent_bools | Rémi Verschelde | |
2022-03-19 | Fix `tabs_rearrange_group` property being exposed as a `bool` instead of a `int` | Michael Alexsander | |
2022-03-19 | Hide text and icon properties in OptionButton | kobewi | |
2022-03-18 | Merge pull request #59268 from Chaosus/shader_renames2 | Rémi Verschelde | |
Rename several transform built-ins in shaders | |||
2022-03-18 | Fix coordinate system for stretched viewports for subwindows. | Markus Sauermann | |
2022-03-18 | Merge pull request #58394 from bruvzg/rtl_hint | Rémi Verschelde | |
2022-03-18 | Merge pull request #58233 from bruvzg/gde_ts | Rémi Verschelde | |
2022-03-18 | Rename several transform built-ins in shaders | Yuri Roubinsky | |
2022-03-18 | Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershape | Rémi Verschelde | |
ParticleMaterial: Sphere emission shape emitting from the volume. | |||
2022-03-18 | Fix inversed ADD_GROUP parameters in AnimationNodeOneShot | Haoyu Qiu | |
2022-03-18 | Merge pull request #59087 from clayjohn/sky-mode | Rémi Verschelde | |
Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum | |||
2022-03-17 | Make `TabBar/Container` default their alignments to the left instead of center | Michael Alexsander | |
2022-03-17 | Replace DirectionalLight3D's `use_in_sky_only` with `sky_mode` enum | Hugo Locurcio | |
3 options are available: - Light and Sky (default) - Light Only (new) - Sky Only (equivalent to `use_in_sky_only = true`) Co-authored by: clayjohn <claynjohn@gmail.com> | |||
2022-03-17 | Merge pull request #57675 from TokageItLab/fix-blending | Rémi Verschelde | |
2022-03-17 | Merge pull request #59062 from BastiaanOlij/storagerd_texture | Rémi Verschelde | |
2022-03-17 | Unify TextServer built-in module and GDExtension code. | bruvzg | |
2022-03-17 | Add item tooltip access to OptionButton | Haoyu Qiu | |
2022-03-16 | Merge pull request #59200 from Sauermann/fix-unused-conditional | Rémi Verschelde | |
Simplify always true conditional | |||
2022-03-16 | Merge pull request #59160 from ↵ | Rémi Verschelde | |
taigi100/Bugfix-#59003-Controls-not-laid-properly-with-FlowContainer-in-another-container Fix children visibility check | |||
2022-03-16 | Merge pull request #59140 from reduz/physics-server-extension | Rémi Verschelde | |
2022-03-16 | Simplify always true conditional | Markus Sauermann | |
get_viewport() is always true, because is_inside_tree() is true. | |||
2022-03-16 | Fix children visibility check | taigi100 | |
2022-03-16 | Split dummy renderer classes into separate files | Bastiaan Olij | |
Split canvas_texture_storage and texture_storage from render_storage class | |||
2022-03-16 | Fix blend animation to solve TRS track bug & blend order inconsistency | Silc 'Tokage' Renew | |
2022-03-15 | Create GDExtension clases for PhysicsServer3D | reduz | |
* Allows creating a GDExtension based 3D Physics Server (for Bullet, PhysX, etc. support) * Some changes on native struct binding for PhysicsServer This allows a 3D Physics server created entirely from GDExtension. Once it works, the idea is to port the 2D one to it. | |||
2022-03-15 | ResourceImporterWAV: Allow configuring loop mode on import | Rémi Verschelde | |
The new `edit/loop_mode` import options lets user choose to either: - Detect loop points from the WAV (default, same behavior as before) - Set the loop mode and loop points manually like in AudioStreamSample Fixes #46164. | |||
2022-03-15 | Fix text buf does not clear when calling the method set_item_text in PopupMenu | 风青山 | |
2022-03-15 | Merge pull request #45263 from KoBeWi/😕 | Rémi Verschelde | |