Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | |
2023-01-25 | Merge pull request #72025 from bruvzg/x11_ime_focus_bg | Rémi Verschelde | |
[X11] Make IME focus window input only. | |||
2023-01-25 | Merge pull request #72019 from bruvzg/ci_pkgs | Rémi Verschelde | |
[CI] Remove packages that are no longer necessary. | |||
2023-01-25 | Merge pull request #72020 from vmedea/tile-editor-thread-fix | Rémi Verschelde | |
Fix: use the right tile_set in TilesEditorPlugin::_thread | |||
2023-01-25 | Merge pull request #71685 from groud/gesture_into_viewpanner | Rémi Verschelde | |
Add gesture to ViewPanner and simplify a bit its API | |||
2023-01-25 | [X11] Make IME focus window input only. | bruvzg | |
2023-01-25 | Add indicator for state machine transition fade progress and position of ↵ | SaracenOne | |
state transitioning from. | |||
2023-01-25 | Add read-only mode to tileset editor. | SaracenOne | |
2023-01-25 | Fix: use the right tile_set in TilesEditorPlugin::_thread | mara | |
Instead of using the class member, use the item's tile set, as is the intent. This fixes an almost immediate crash in the editor for me. | |||
2023-01-25 | [CI] Remove packages that are no longer necessary. | bruvzg | |
2023-01-25 | Merge pull request #72018 from bruvzg/x11_ime_loop | Rémi Verschelde | |
[X11] Prevent IME activation from entering infinite loop. | |||
2023-01-25 | [X11] Prevent IME activation from entering infinite loop. | bruvzg | |
2023-01-25 | Merge pull request #72017 from bruvzg/win_touc_no_reset | Rémi Verschelde | |
[Windows] Fix ToUnicodeEx resetting some dead key states. | |||
2023-01-25 | Merge pull request #71904 from Chaosus/vs_custom_nodes | Rémi Verschelde | |
Add handling of script creation/deletion for custom visual shader nodes | |||
2023-01-25 | Merge pull request #72011 from SaracenOne/inherited_scene_fix | Rémi Verschelde | |
Fix path for unsaved inherited scenes | |||
2023-01-25 | Merge pull request #72004 from Riteo/xkb-really-common | Rémi Verschelde | |
Move xkbcommon dynamic loading code into generic linuxbsd folder |