Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-08 | Add remote history to EditorUndoRedoManager | kobewi | |
2022-12-08 | Use capitalized ID in the doc | Haoyu Qiu | |
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 | 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-03 | Merge pull request #64312 from KoBeWi/StringNameEdit | Rémi Verschelde | |
Improve usage of StringNames in GraphEdit | |||
2022-12-03 | Fix Curve3D::get_closest_point() broken | Yaohua Xiong | |
The problem is caused by calling adaptive tessellation baking function by mistake, which produce too few points for straight lines. Calling the even length tessellation fix the problem. The code for `get_closest_point()` and `get_closest_offset()` are also updated. They used to assume bake interval to be exact, which is no longer true. The out dated document for `get_closest_point()` is also updated. | |||
2022-12-02 | Make Roughness and Refraction not mention AO | [Error:27] | |
Removes the mentions of ambient occlusion in the descriptions and replaces them with the appropriate texture channel. | |||
2022-12-02 | Improve usage of StringNames in GraphEdit | kobewi | |
2022-12-02 | Remove UPDATE_TRIGGER & Match behaviors between AnimationTree/Player | Silc Renew | |
#69357 | |||
2022-12-02 | Merge pull request #61958 from jtnicholl/animation_connections | Rémi Verschelde | |
Add `animation_changed` signal to `AnimationLibrary`, have `AnimationPlayer` connect to it instead of `Animation`'s `changed` | |||
2022-12-02 | Merge pull request #69336 from TokageItLab/get-anim-keys-more-exactly | Rémi Verschelde | |
Refactor process of animation to retrive keys more exactly | |||
2022-12-02 | [RichTextEffect] Restore missing `relative_index` property. | bruvzg | |
2022-12-01 | Refactor process of animation to retrive keys more exactly | Silc Renew | |
2022-11-29 | Add missing public property_*_revert getters | Yuri Sizov | |
2022-11-29 | Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItem | Hendrik Brucker | |
2022-11-29 | Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-anim | Rémi Verschelde | |
Add "Trimming" option to cut un-keyed timeline before first key in glTF animation | |||
2022-11-29 | Add trimming option to cut un-keyed timeline before first key in gltf | Silc Renew | |
2022-11-28 | Merge pull request #68874 from TokageItLab/fix-unique-path-keying | Rémi Verschelde | |
Added option to `get_path_to()` to get the shortest path considering unique name | |||
2022-11-28 | Merge pull request #68992 from TokageItLab/animtree-trackend-process | Rémi Verschelde | |
Refactor process of AnimationTree for end of animation | |||
2022-11-28 | Merge pull request #69199 from TokageItLab/fix-and-refactor-root-motion | Rémi Verschelde | |
Fix broken root motion scale & Refactor API & Add sample codes in documentation | |||
2022-11-28 | Merge pull request #69138 from Calinou/doc-light2d | Rémi Verschelde | |
Document the Light2D, PointLight2D and DirectionalLight2D classes | |||
2022-11-28 | Merge pull request #67871 from Calinou/editor-theme-add-oled-preset | Rémi Verschelde | |
Add Black (OLED) editor theme preset |