Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-04 | OpenXR: support XR_KHR_android_create_instance | rsjtdrjgfuzkfg | |
This commit adds support for the OpenXR extension XR_KHR_android_create_instance, which seems to be required on Pico devices. | |||
2022-11-03 | Merge pull request #68102 from BastiaanOlij/fix_render_issues_xr | Rémi Verschelde | |
Fix several render issues found while debugging XR | |||
2022-11-03 | Merge pull request #68092 from raulsntos/dotnet/variant-from-array | Ignacio Roldán Etcheverry | |
C#: Add implicit conversion from arrays to Variant | |||
2022-11-03 | Merge pull request #67695 from Sauermann/fix-filedrop-space | Rémi Verschelde | |
Do not strip spaces at the end of file names of dropped files | |||
2022-11-03 | Merge pull request #67820 from Sauermann/fix-popup-closing-on-mousemove | Rémi Verschelde | |
Fix unwanted popup closing by mouse-move while holding mouse-button down | |||
2022-11-03 | Merge pull request #68133 from Sauermann/fix-mouse-dropping | Rémi Verschelde | |
Fix mouseleave event after drag and drop in different windows | |||
2022-11-03 | Merge pull request #68192 from aaronfranke/unify-node3d-euler | Rémi Verschelde | |
Unify Node3D RotationOrder with global EulerOrder | |||
2022-11-03 | Merge pull request #68191 from aaronfranke/quat-euler-order | Rémi Verschelde | |
Allow getting Quaternion rotation in different Euler orders | |||
2022-11-03 | Merge pull request #67540 from KoBeWi/hue_hue_hue | Rémi Verschelde | |
Add a separate hue gradient for OKHSL mode | |||
2022-11-03 | Merge pull request #68203 from zaevi/fix_reload_scripts_error_after_external | Rémi Verschelde | |
Fix reload scripts error after saving in external editor. | |||
2022-11-03 | Do not strip spaces at the end of file names of dropped files on linuxbsd | Markus Sauermann | |
2022-11-03 | Fix unwanted popup closing by mouse-move while holding mouse-button | Markus Sauermann | |
2022-11-03 | Fix reload scripts error after saving in external editor. | Zae | |
2022-11-02 | Allow getting Quaternion rotation in different Euler orders | Aaron Franke | |
2022-11-03 | Merge pull request #68182 from Riteo/x11-folder | Rémi Verschelde | |
linuxbsd: move all X11 stuff in its own directory | |||
2022-11-03 | Merge pull request #67878 from clayjohn/RD-particles-amount | Rémi Verschelde | |
Correctly set number of particle dispatches when setting view axis | |||
2022-11-03 | Merge pull request #67770 from clayjohn/GLES3-flip_y | Rémi Verschelde | |
Remove depth correction in GLES3 renderer | |||
2022-11-02 | Unify Node3D RotationOrder with global EulerOrder | Aaron Franke | |
2022-11-02 | Merge pull request #66747 from aaronfranke/move-euler-order | Rémi Verschelde | |
Move EulerOrder enum to math_defs.h and global scope | |||
2022-11-02 | Merge pull request #67274 from jbcolli2/Primitive_Tests | Rémi Verschelde | |
Unit Tests for all Primitive Meshes. | |||
2022-11-02 | Merge pull request #66017 from Mickeon/rename-image-copy-rect | Rémi Verschelde | |
Rename Image's `get_rect` to `get_region` | |||
2022-11-02 | Merge pull request #67928 from ↵ | Rémi Verschelde | |
YeldhamDev/we_really_need_a_callback_for_after_children_is_removed Fix problems with `tab_changed` signal when removing multiple tabs at once | |||
2022-11-02 | Merge pull request #60273 from Calinou/cli-export-release-rename | Rémi Verschelde | |
Rename `--export` command line argument to `--export-release` | |||
2022-11-02 | Merge pull request #68120 from akien-mga/style-doc-cleanup | Rémi Verschelde | |
Style: Misc docs and comment style and language fixes | |||
2022-11-02 | Merge pull request #68173 from clayjohn/GLES3-panorama | Rémi Verschelde | |
Bind DirectionalLight buffer to uniform slot even when not used | |||
2022-11-02 | Merge pull request #68177 from KoBeWi/routine_regression | Rémi Verschelde | |
Fix crash in connection dialog | |||
2022-11-02 | Fixup Clang -Wtype-limits warnings introduced by #52350 | Rémi Verschelde | |
2022-11-02 | C#: Add implicit conversion from arrays to Variant | Raul Santos | |
Adds an implicit conversion from supported array types (the ones that are equivalent to `Packed*Array` types in Godot) to Variant. | |||
2022-11-02 | linuxbsd: move all X11 stuff in its own directory | Riteo | |
This allows implementing `DisplayServer`s like Wayland without making a mess in the source tree. | |||
2022-11-02 | Merge pull request #68174 from clayjohn/codeowner-gles3 | Clay John | |
Add rendering team as GLES3 CODEOWNER | |||
2022-11-02 | Fix crash in connection dialog | kobewi | |
2022-11-02 | Move EulerOrder enum to math_defs.h and global scope | Aaron Franke | |
2022-11-02 | Rename `--export` command line argument to `--export-release` | Hugo Locurcio | |
This makes the action of exporting to release mode more explicit. | |||
2022-11-02 | Style: Misc docs and comment style and language fixes | Rémi Verschelde | |
- Removed empty paragraphs in XML. - Consistently use bold style for "Example:", on a new line. - Fix usage of `[code]` when hyperlinks could be used (`[member]`, `[constant]`). - Fix invalid usage of backticks for inline code in BBCode. - Fix some American/British English spelling inconsistencies. - Other minor fixes spotted along the way, including typo fixes with codespell. - Don't specify `@GlobalScope` for `enum` and `constant`. | |||
2022-11-02 | Merge pull request #68170 from alfredbaudisch/clear-selection-shortcut | Rémi Verschelde | |
Unified shortcut to clear carets and selections from TextEdit | |||
2022-11-02 | Merge pull request #65062 from KoBeWi/RedoUndo | Rémi Verschelde | |
Unify usage of undo_redo in editor | |||
2022-11-02 | Merge pull request #67917 from Faless/mp/4.x_auth | Rémi Verschelde | |
[MP] Add peer authentication support to the default MultiplayerAPI. | |||
2022-11-02 | Merge pull request #68137 from kleonc/shape-cast-get-collider-rid | Rémi Verschelde | |
Add `ShapeCast2D/3D::get_collider_rid` method | |||
2022-11-02 | Merge pull request #66927 from jbcolli2/Path2d-Tests | Rémi Verschelde | |
Unit tests for Path2D class | |||
2022-11-02 | Merge pull request #67788 from 98teg/flow-container-alignment | Rémi Verschelde | |
Add alignment options to flow container | |||
2022-11-02 | Merge pull request #65012 from KoBeWi/Godot_museum | Rémi Verschelde | |
Add history dock | |||
2022-11-02 | Merge pull request #68118 from aaronfranke/quat-from-euler | Rémi Verschelde | |
Replace Quaternion Euler constructor with `from_euler` method | |||
2022-11-02 | Merge pull request #64830 from dalexeev/color-hide-internals | Rémi Verschelde | |
Remove internal functions of named colors from the public API | |||
2022-11-02 | Merge pull request #66361 from dalexeev/remove-int-plus-string | Rémi Verschelde | |
Unexpose confusing `String + int` and `int + String` operations | |||
2022-11-02 | Merge pull request #68090 from bruvzg/sys_emoji | Rémi Verschelde | |
Load and use system emoji font in the editor. | |||
2022-11-02 | Merge pull request #63956 from xiongyaohua/interpolate_on_curve2d | Rémi Verschelde | |
Move rotation interpolation logic from PathFollower2D to Curve2D | |||
2022-11-02 | Add rendering team as GLES3 CODEOWNER | clayjohn | |
2022-11-02 | Bind DirectionalLight buffer to uniform slot even when not used | clayjohn | |
This avoids a WEBGL error causes PanoramaSkys to fail to render | |||
2022-11-02 | Unified shortcut to clear carets and selections | Alfred Reinold Baudisch | |
Refactors`ui_text_remove_secondary_carets` from https://github.com/godotengine/godot/pull/68089 as `ui_text_clear_carets_and_selection`, with extra behaviour: - If there's only one active caret active with a selection, clears the selection. - In case there's more than one caret active, removes the secondary carets and clears selections. With this change, `TextEdit` then imitates the behaviour of VSCode for clearing carets and selections. | |||
2022-11-02 | Unify usage of undo_redo in editor | kobewi | |