Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-26 | Add file hint to external program paths | kobewi | |
2023-01-26 | Merge pull request #72101 from bruvzg/x11_ime_unfocus | Rémi Verschelde | |
[X11] Fix IME focus return. | |||
2023-01-26 | Merge pull request #72100 from bruvzg/sysf_msdf | Rémi Verschelde | |
[SystemFont] Add missing MSDF properties. | |||
2023-01-26 | Merge pull request #72099 from bruvzg/ime_commit | Rémi Verschelde | |
[Windows] Fix committing IME text without IME deactivation. | |||
2023-01-26 | Merge pull request #72096 from TokageItLab/spamspamspam | Rémi Verschelde | |
Fix spamming audio preview and cleanup process in `AnimationPlayer/Tree` | |||
2023-01-26 | Merge pull request #72092 from m4gr3d/address_build_warnings | Rémi Verschelde | |
Address kotlin build warnings | |||
2023-01-26 | [X11] Fix IME focus return. | bruvzg | |
2023-01-26 | [SystemFont] Add missing MSDF properties. | bruvzg | |
2023-01-26 | [Windows] Fix committing IME text without IME deactivation. | bruvzg | |
2023-01-26 | Fix spamming audio preview and cleanup process in AnimationPlayer/Tree | Silc Renew | |
2023-01-25 | Address kotlin build warnings | Fredia Huya-Kouadio | |
2023-01-26 | Merge pull request #72082 from Calinou/warp-mouse-silence-warning | Rémi Verschelde | |
Silence `warp_mouse()` warning in favor of documentation | |||
2023-01-26 | Merge pull request #72068 from clayjohn/RD-sky-texture | Rémi Verschelde | |
Validate another case of using DATA_FORMAT_A2B10G10R10_UNORM_PACK32 texture with storage flag | |||
2023-01-26 | Merge pull request #72085 from KoBeWi/picky_picker | Rémi Verschelde | |
Connection dialog tweaks | |||
2023-01-26 | Merge pull request #72078 from bitsawer/fix_optimize_vertices | Rémi Verschelde | |
Fix range loop iteration regressions | |||
2023-01-26 | Merge pull request #71455 from BastiaanOlij/fix_stereo_screen_depth | Rémi Verschelde | |
Make screen texture and depth texture work in Multiview | |||
2023-01-26 | Merge pull request #72060 from MewPurPur/zoom-widget-click-areas-fix | Rémi Verschelde | |
Usability improvements to the Zoom Widget | |||
2023-01-26 | Merge pull request #72064 from hcoura/fix-vulkan-mobile-gpu-particles | Rémi Verschelde | |
RenderForwardMobile - add dependency tracker info on geometry create | |||
2023-01-26 | Merge pull request #72043 from SaracenOne/animation_tree_crashfix | Rémi Verschelde | |
Fix crash when switching to a different node from AnimationTree | |||
2023-01-26 | Merge pull request #72047 from Chaosus/shader_fix_token_names | Rémi Verschelde | |
Fix array of token names in the shader parser | |||
2023-01-26 | Merge pull request #72050 from groud/flow_tilemap_toolbar | Rémi Verschelde | |
Make TileMap toolbar a FlowContainer | |||
2023-01-26 | Merge pull request #71758 from adamscott/is_equal_ref | Rémi Verschelde | |
Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()` | |||
2023-01-26 | Merge pull request #71634 from dalexeev/gds-annotations-analyzer | Rémi Verschelde | |
GDScript: Allow constant expressions in annotations | |||
2023-01-26 | Merge pull request #72046 from MewPurPur/buttons-inspector-clutter-reduction | Rémi Verschelde | |
Add groups to Button and BaseButton to reduce inspector clutter | |||
2023-01-26 | Merge pull request #72008 from vonagam/fix-property-access-unsafe-mark | Rémi Verschelde | |
GDScript: Fix marking of line with unsafe property access as unsafe | |||
2023-01-26 | Connection dialog tweaks | kobewi | |
2023-01-25 | Silence `warp_mouse()` warning in favor of documentation | Hugo Locurcio | |
This warning was spammed in the Android editor when using the navigation joysticks in the 3D viewport when the finger slid over the viewport's edges. | |||
2023-01-26 | Fix range loop iteration regressions | bitsawer | |
2023-01-25 | Merge pull request #72067 from dsnopek/webxr-tutorial-godot-4 | Yuri Sizov | |
Update WebXR tutorial link to point at the Godot 4 version | |||
2023-01-25 | Validate another case of using DATA_FORMAT_A2B10G10R10_UNORM_PACK32 texture ↵ | clayjohn | |
with storage flag | |||
2023-01-25 | Usability improvements to the Zoom Widget | VolTer | |
2023-01-25 | Update WebXR tutorial link to point at the Godot 4 version | David Snopek | |
2023-01-25 | RenderForwardMobile - add dependency tracker info on geometry create | Henrique Coura | |
2023-01-25 | Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()` | Adam Scott | |
2023-01-25 | GDScript: Allow constant expressions in annotations | Danil Alexeev | |
2023-01-25 | Make TileMap toolbar a FlowContainer | Gilles Roudière | |
2023-01-25 | Merge pull request #71120 from jordigcs/ternary | George Marques | |
Closes https://github.com/godotengine/godot/issues/71065 | |||
2023-01-25 | Fix array of token names in the shader parser | Yuri Rubinsky | |
2023-01-25 | Add more sections to Button and BaseButton | VolTer | |
2023-01-25 | Fix crash when switching to a different node from AnimationTree | SaracenOne | |
2023-01-25 | Merge pull request #71349 from vonagam/disallow-infer-on-weak | Rémi Verschelde | |
GDScript: Disallow type inference with untyped initializer | |||
2023-01-25 | Merge pull request #72037 from bruvzg/google_ime | Rémi Verschelde | |
[Windows] Fix candidate window position with some third party IME engines. | |||
2023-01-25 | Merge pull request #72032 from bruvzg/remove_super | Rémi Verschelde | |
Remove unused SUPER_L/R constants. | |||
2023-01-25 | Merge pull request #71983 from vmedea/push-customfx | Rémi Verschelde | |
Expose RichTextLabel::push_customfx to GDScript | |||
2023-01-25 | [Windows] Fix candidate window position with some third party IME engines. | bruvzg | |
2023-01-25 | Remove unused SUPER_L/R constants. | bruvzg | |
2023-01-25 | Merge pull request #71284 from SaracenOne/state_machine_editor_extra_info | Rémi Verschelde | |
Transition progress display in Animation State Machine Editor | |||
2023-01-25 | Merge pull request #65419 from SaracenOne/tileset_read_only | Rémi Verschelde | |
Add read-only mode to tileset editor | |||
2023-01-25 | Merge pull request #72029 from bruvzg/x11_keycode | Rémi Verschelde | |
[X11] Fix incorrect keycodes from non-QWERTY layouts. | |||
2023-01-25 | [X11] Fix incorrect keycodes from non-QWERTY layouts. | bruvzg | |