Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-12 | Only support XDG directory path configuration on Linux | Hugo Locurcio | |
XDG support breaks when running Windows builds via WINE. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2022-12-12 | Merge pull request #69714 from flatline-84/editor_scene_post_import_doc_example | Rémi Verschelde | |
updated example documentation for EditorScenePostImport | |||
2022-12-12 | updated example documentation for EditorScenePostImport | flatline-84 | |
2022-12-11 | Merge pull request #69905 from Chaosus/rd_dynamic_state_flag | Rémi Verschelde | |
Changed `RD::PipelineDynamicStateFlags` type to enum flags | |||
2022-12-11 | Merge pull request #69559 from timothyqiu/unique-call | Rémi Verschelde | |
Add note about `GROUP_CALL_UNIQUE` not considering arguments | |||
2022-12-11 | Changed `RD::PipelineDynamicStateFlags` type to enum flags | Yuri Rubinsky | |
2022-12-10 | Merge pull request #67399 from Calinou/rename-precision-double-scons | Rémi Verschelde | |
Rename `float=64` SCons option to `precision=double` | |||
2022-12-10 | Enable assigning an owner to navigation regions and links | Josh Jones | |
This allows users of the server APIs to get back the nodes that created certain regions and links. | |||
2022-12-10 | Rename `float=64` SCons option to `precision=double` | Hugo Locurcio | |
This avoids confusion with the old `bits=64` option and building for 64-bit CPUs in general. | |||
2022-12-10 | Merge pull request #69831 from Calinou/audio-random-no-repeats-remove-warning | Rémi Verschelde | |
Remove warning when playing random no-repeat sound with only 1 sound in pool | |||
2022-12-09 | Remove warning when playing random no-repeat sound with only 1 sound in pool | Hugo Locurcio | |
This makes setting up sounds for random pitch/volume faster, as you don't have to change the mode from Random (Avoid Repeats) to Random anymore if you only care about randomizing pitch/volume but want to prevent a warning message from appearing on every playback. | |||
2022-12-09 | Update StringName documentation to match String's | Micky | |
2022-12-09 | Merge pull request #68747 from rune-scape/rune-stringname-unification | Rémi Verschelde | |
GDScript: Unify StringName and String | |||
2022-12-09 | Merge pull request #69353 from YuriSizov/window-be-more-like-your-brother | Rémi Verschelde | |
Copy local theme overrides from `Control` to `Window` | |||
2022-12-09 | Merge pull request #69774 from ↵ | Rémi Verschelde | |
Calinou/backbuffercopy-only-show-rect-when-relevant Fix BackBufferCopy `rect` property appearing when not relevant in inspector | |||
2022-12-08 | Fix BackBufferCopy `rect` property appearing when not relevant in inspector | Hugo Locurcio | |
The `rect` property is only effective if `copy_mode` is Rect. | |||
2022-12-08 | Use capitalized ID in the doc | Haoyu Qiu | |
2022-12-07 | Copy local theme overrides from Control to Window | Yuri Sizov | |
2022-12-07 | Merge pull request #69712 from bruvzg/real_size | Rémi Verschelde | |
Rename `window_get_real_size`, add position counterpart. | |||
2022-12-07 | Merge pull request #69707 from bruvzg/x11_exfs | Rémi Verschelde | |
[Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` and `WINDOW_MODE_FULLSCREEN` to improve multi-window handling. | |||
2022-12-07 | Merge pull request #69654 from BastiaanOlij/openxr_submit_depth_optional | Rémi Verschelde | |
Make submitting depth buffer in OpenXR optional | |||
2022-12-07 | Merge pull request #69713 from groud/rename_get_surrounding_tiles | Rémi Verschelde | |
Rename get_surrounding_tiles to get_surrounding_cells | |||
2022-12-07 | Rename get_surrounding_tiles to get_surrounding_cells | Gilles Roudière | |
2022-12-07 | Rename `window_get_real_size` to `window_get_size_with_decorations`, add ↵ | bruvzg | |
`window_get_position_with_decorations`. | |||
2022-12-07 | Fix Determining Window for Touchscreen | Markus Sauermann | |
DisplayServer::screen_is_touchscreen will likely never utilize its parameter p_screen. This PR replaces this function by DisplayServer::is_touchscreen_available() with the same functionality. This solves the problem, that a SubViewport was used for determining the screen, which resulted in error messages. | |||
2022-12-07 | [Linux/X11] Split fullscreen mode into `WINDOW_MODE_EXCLUSIVE_FULLSCREEN` ↵ | bruvzg | |
and `WINDOW_MODE_FULLSCREEN` to improve multi-window handling. | |||
2022-12-06 | Make submitting depth buffer in OpenXR optional | Bastiaan Olij | |
2022-12-06 | Merge pull request #69628 from Piralein/strong-treatment | Rémi Verschelde | |
fix conversion of csharp attributes in code blocks | |||
2022-12-06 | Merge pull request #55757 from Calinou/light-3d-tweak-shadow-bias | Rémi Verschelde | |
Tweak shadow bias defaults for DirectionalLight3D and OmniLight3D | |||
2022-12-06 | Merge pull request #68838 from Mickeon/doc-peeves-3-strings-&-3-sticks | Rémi Verschelde | |
Overhaul String Documentation | |||
2022-12-05 | Unify String and StringName | rune-scape | |
2022-12-05 | fix conversion of csharp attributes in code blocks | Hana | |
2022-12-05 | Tweak shadow bias defaults for DirectionalLight3D and OmniLight3D | Hugo Locurcio | |
- Increase DirectionalLight3D normal bias to 2.0 to reduce shadow acne at grazing angles. - Decrease OmniLight3D bias to 0.1 to reduce shadow peter-panning. | |||
2022-12-05 | Overhaul String Documentation | Micky | |
2022-12-05 | Merge pull request #69594 from Mickeon/doc-peeves-read-a-dictionary | Rémi Verschelde | |
Overhaul Dictionary Documentation | |||
2022-12-05 | Merge pull request #68983 from Mickeon/doc-peeves-colorful | Rémi Verschelde | |
Tweak Color Documentation | |||
2022-12-05 | Merge pull request #68231 from Mickeon/doc-you-cannot-get-rid-of-me | Rémi Verschelde | |
Add missing RID operator descriptions | |||
2022-12-05 | Merge pull request #69115 from xiongyaohua/curve2d_baking_refactor | Rémi Verschelde | |
Curve2d baking and sampling refactor | |||
2022-12-05 | Merge pull request #69343 from YuriSizov/core-missing-property-revert-getters | Rémi Verschelde | |
Add missing public `property_*_revert` getters | |||
2022-12-05 | Overhaul Dictionary Documentation | Micky | |
2022-12-05 | Tweak Color Documentation | Micky | |
2022-12-05 | Refactor baking code for Curve2D | Yaohua Xiong | |
The main change is to caculate tangent directly from bezier curve, without going through discretized polyline, avoiding pitfalls of discretization. A similar refacor had been applied to Curve3D. The test cases for Curve2D is updated, comparing floating point with is_equal_approxmiate() instead of `==`, in order to avoid float precision problem. | |||
2022-12-05 | Improve layout of generated class references RST pages | Yuri Sizov | |
- General improvements to the page layout - Improved formatting for all class (properties, signals, annotations, theme properties, methods, operators, constructors, enumerations, constants) - Added extra styling opportunities throughout the generated document - Made generated tables more flexible to their content - Changed highlighting for self-reference from code to strong | |||
2022-12-05 | Merge pull request #69580 from bruvzg/rtl_fix_search | Rémi Verschelde | |
[RTL] Fix search method not taking nested frame and line wraps into account. | |||
2022-12-05 | Merge pull request #69578 from dsnopek/android-native-handles | Rémi Verschelde | |
Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 renderer | |||
2022-12-05 | Merge pull request #69357 from TokageItLab/byebye-trigger | Rémi Verschelde | |
Remove `UPDATE_TRIGGER` mode from `ValueTrack::UpdateMode` & Match behaviors between `AnimationTree` and `AnimationPlayer` | |||
2022-12-04 | [RTL] Fix search method not taking nested frame and line wraps into account. | bruvzg | |
2022-12-04 | Clean up DisplayServerAndroid::window_get_native_handle() with the GLES3 ↵ | David Snopek | |
renderer | |||
2022-12-04 | Use system fonts as fallback and improve system font handling. | bruvzg | |
Add support for font weight and stretch selection when using system fonts. Add function to get system fallback font from a font name, style, text, and language code. Implement system font support for Android. Use system fonts as a last resort fallback. | |||
2022-12-04 | Add note about GROUP_CALL_UNIQUE not considering arguments | Haoyu Qiu | |