Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-15 | Merge pull request #68504 from dzil123/cache_system_dir_xdg2 | Rémi Verschelde | |
Cache OS_LinuxBSD::get_system_dir | |||
2022-11-14 | Merge pull request #68667 from Piralein/fix-broken-link-classref | Rémi Verschelde | |
Update document-links in classref | |||
2022-11-14 | Merge pull request #67831 from kleonc/scene-tree-fix-storing-removed-nodes | Rémi Verschelde | |
`SceneTree` Fix storing removed nodes to be skipped by the group calls | |||
2022-11-14 | Merge pull request #60931 from EspeuteClement/get_selected_files | Rémi Verschelde | |
Add EditorInterface.get_selected_paths() | |||
2022-11-14 | Merge pull request #68339 from clayjohn/RD-shadow-acne | Rémi Verschelde | |
Scale light shadow bias by soft_shadow_scale to reduce shadow acne | |||
2022-11-14 | Merge pull request #65821 from raulsntos/xr_notification | Rémi Verschelde | |
Remove redefinition of `notification` method in `XRInterfaceExtension` | |||
2022-11-14 | Merge pull request #68664 from bruvzg/bmp_base_size | Rémi Verschelde | |
[Bitmap font] Always set valid fixed size, even if it's not set in the `fnt` file. | |||
2022-11-14 | Merge pull request #68531 from marzecdawid/fix-gap-with-scrolling-down-in-Tree | Rémi Verschelde | |
Fix a gap with scrolling down in Tree with arrow keys (#57636) | |||
2022-11-14 | Merge pull request #68552 from DarkKilauea/update-directional-light-docs | Rémi Verschelde | |
Add documentation for DirectionalLight2D | |||
2022-11-14 | Merge pull request #68545 from DarkKilauea/update-geometry-docs | Rémi Verschelde | |
Added missing descriptions for GeometryInstance3D | |||
2022-11-14 | Merge pull request #68229 from Mickeon/c-escape-hell | Rémi Verschelde | |
Remove "?" from String.c_escape() | |||
2022-11-14 | Merge pull request #68564 from Mickeon/node-no-remove-group-error | Rémi Verschelde | |
Strip ERR_FAIL from `Node.remove_from_group()` | |||
2022-11-14 | Merge pull request #68657 from Sauermann/fix-redundant-initialization | Rémi Verschelde | |
Remove redundant non-trivial Variant types initializations | |||
2022-11-14 | Merge pull request #68658 from Calinou/message-fix-periods | Rémi Verschelde | |
Fix periods in editor strings and messages | |||
2022-11-14 | Add EditorInterface.get_selected_paths() | cespeute | |
Exposes the selected paths in the editor filesystem dock. Implements this proposal : https://github.com/godotengine/godot-proposals/issues/2424 Also renamed the old `get_selected_path` to `get_selected_directory` to better match the already existing get_current_path function. | |||
2022-11-14 | Fix a gap with scrolling down in Tree with arrow keys (#57636) | Dawid Marzec | |
2022-11-14 | fix "unknown document" classref links | Hana | |
2022-11-14 | [Bitmap font] Always set valid fixed size, even if it's not set in the `fnt` ↵ | bruvzg | |
file. | |||
2022-11-14 | Merge pull request #68488 from dsnopek/master-webxr-no-exit-runtime | Fabio Alessandrelli | |
Fix WebXR after changing Emscripten configuration noExitRuntime to false | |||
2022-11-14 | Remove redefinition of `notification` method in `XRInterfaceExtension` | Raul Santos | |
2022-11-14 | Fix periods in editor strings and messages | Hugo Locurcio | |
- Ensure all strings with ellipsis end with 3 periods instead of 2. - Fix extraneous period in "Error calling from signal '...' to callable" messages. | |||
2022-11-14 | Remove redundant Variant-types initializations | Markus Sauermann | |
2022-11-14 | Fix misc formatting issues | Rémi Verschelde | |
Somehow I missed the failing CI report from trailing whitespace. Fixed a couple typos found by codespell while at it, and misc trailing semicolons in one of the files. | |||
2022-11-14 | Merge pull request #68626 from AleCamara/bug-66928-crash-preview-short-mp3 | Rémi Verschelde | |
Fix editor crash on audio preview | |||
2022-11-14 | Merge pull request #68624 from AleCamara/bug-67235-gradient-slider | Rémi Verschelde | |
Fix clicking in gradient editor | |||
2022-11-14 | Merge pull request #67963 from KoBeWi/den_of_actions | Rémi Verschelde | |
Fix nested actions in EditorUndoRedoManager | |||
2022-11-14 | Merge pull request #65712 from Chaosus/gds_fix_completion | Rémi Verschelde | |
fix https://github.com/godotengine/godot/issues/64477 | |||
2022-11-14 | Merge pull request #68374 from rune-scape/rune-gdscript-compiler-bugfixes | Rémi Verschelde | |
Fixes https://github.com/godotengine/godot/issues/65953 Fixes https://github.com/godotengine/godot/issues/68291 Fixes https://github.com/godotengine/godot/issues/68561 Fixes https://github.com/godotengine/godot/issues/64915 Fixes https://github.com/godotengine/godot/issues/61848 Fixes https://github.com/godotengine/godot/issues/61268 | |||
2022-11-14 | Merge pull request #67852 from alex-pahdo/patch-1 | Rémi Verschelde | |
Add more info to WAV import errors | |||
2022-11-14 | Merge pull request #68272 from Sauermann/fix-windowfocus-on-resize | Rémi Verschelde | |
Fix Windowfocus on resizing | |||
2022-11-14 | Merge pull request #68019 from Sauermann/fix-physics-mouseover-drop | Rémi Verschelde | |
Drop physics mouseover as soon as the mouse moves over a Control | |||
2022-11-14 | Merge pull request #66938 from Faless/mp/4.x_debugger_split | Rémi Verschelde | |
[Editor] Better expose editor debugger plugins, use it in the multiplayer module. | |||
2022-11-14 | Add more info to WAV import errors | alex-pahdo | |
Print mismatched header contents and file size, which can provide more clues to users when debugging. | |||
2022-11-14 | [MP] Move engine and editor profilers to a plugin. | Fabio Alessandrelli | |
Also refactor the editor plugin out of the ReplicationEditor. | |||
2022-11-14 | [Editor] Better expose EditorDebuggerPlugin. | Fabio Alessandrelli | |
Now splitted into two classes: - EditorDebuggerPlugin (RefCounted). - EditorDebuggerSession (abstract). This allows the EditorPlugin to be in control of the debugger plugin lifecycle, be notified when sessions are created, and customize each of them independently. We should slowly transition the various profilers and captures in ScriptEditorDebugger to their own plugins, and decouple ScriptEditorDebugger from it's UI part (making it the "real" EditorDebuggerSession potentially dropping the wrappers). | |||
2022-11-14 | Merge pull request #64530 from bruvzg/svg_in_ot | Rémi Verschelde | |
2022-11-14 | Fix clicking in gradient editor | Ale Camara | |
- When double-clicking on the gradient we should open the colour picker and create a colour key. - Instead, we were also evaluating the click further down producing the colour key to move around. | |||
2022-11-14 | Fix editor crash on audio preview | Ale Camara | |
- Crash was due to getting -1 values when clamping [0, -1]. - This was happening due to 'max' being zero. - If 'max' is zero we should return zero, as it can never be any other value. | |||
2022-11-14 | Merge pull request #68644 from alcomposer/print_all_midi_event_info | Rémi Verschelde | |
2022-11-14 | add controller_number & controller_value to allow printing of all MIDI event ↵ | alcomposer | |
data | |||
2022-11-14 | Drop physics mouseover as soon as the mouse moves over a Control | Markus Sauermann | |
2022-11-14 | Merge pull request #68582 from bruvzg/inv_gd3_bmp_font | Rémi Verschelde | |
Add a special case for importing bitmap fonts designed for Godot 3. | |||
2022-11-14 | Merge pull request #68470 from bruvzg/img_fnt_imp | Rémi Verschelde | |
[Image Font Importer] Hide unused font size, add image and character margins. | |||
2022-11-14 | Merge pull request #68448 from bruvzg/font_imp_tr | Rémi Verschelde | |
[Font] Add an import option to pre-render all glyphs required for the translation. | |||
2022-11-14 | Merge pull request #68132 from Mickeon/doc-help-colourful | Rémi Verschelde | |
Improve Editor Documentation colors | |||
2022-11-14 | Merge pull request #67975 from BastiaanOlij/implement_uv2_on_primitives | Rémi Verschelde | |
Add optional UV2 logic for lightmapping to primitive shapes | |||
2022-11-14 | Merge pull request #61884 from Calinou/alpha-hash-use-opaque-pipeline | Rémi Verschelde | |
Use opaque rendering pipeline for alpha hash materials | |||
2022-11-14 | Merge pull request #68631 from pkdawson/fix-icondir-buffer-overflow | Rémi Verschelde | |
Fix ICONDIR buffer overflow | |||
2022-11-14 | Merge pull request #68257 from bruvzg/macos_ex_fs | Rémi Verschelde | |
[macOS] Add exclusive fullscreen mode with Dock and Menu disabled. | |||
2022-11-14 | [macOS] Add exclusive fullscreen mode with Dock and Menu disabled. | bruvzg | |