Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-14 | Merge pull request #69902 from BastiaanOlij/improve_gdextension_virtual_ref | Rémi Verschelde | |
Improve logic around using Ref<T> with GDExtension virtual functions | |||
2022-12-14 | Merge pull request #70040 from m4gr3d/update_navigation_controls_toggle_main | Rémi Verschelde | |
Update the visibility logic for the spatial editor navigation controls | |||
2022-12-14 | Merge pull request #69726 from xiongyaohua/tweak_curve | Rémi Verschelde | |
Handle corner cases for curve baking | |||
2022-12-14 | Merge pull request #70039 from xiongyaohua/fix_curve2d_get_closest_offset | Rémi Verschelde | |
Fix Curve2D::get_closest_offset | |||
2022-12-14 | Merge pull request #69934 from Geekotron/physics3d-ccd-fixes | Rémi Verschelde | |
Fix Physics3D and Physics2D CCD sometimes adjusting velocity too much | |||
2022-12-13 | Update the visibility logic for the spatial editor navigation controls | Fredia Huya-Kouadio | |
2022-12-14 | Fix Curve2D::get_closest_offset | Yaohua Xiong | |
2022-12-13 | Fix Physics3D and Physics2D CCD sometimes adjusting velocity too much ↵ | Geekotron | |
(preventing collision) or not enough (allowing tunneling) | |||
2022-12-14 | Handle corner cases for curve baking | Yaohua Xiong | |
When control point and point have equal position, the derivative is 0 vector, which cause error message in Basis::look_at(). This commit handles this case. | |||
2022-12-14 | Merge pull request #70028 from clayjohn/PM-GLES3 | Rémi Verschelde | |
Added gl_compatibility as an option to the project creation screen | |||
2022-12-14 | Merge pull request #69527 from clayjohn/surface-name | Rémi Verschelde | |
Index override surface name starting from 1 to match surface name | |||
2022-12-14 | Merge pull request #69732 from KoBeWi/rc_undo | Rémi Verschelde | |
Add remote history to EditorUndoRedoManager | |||
2022-12-14 | Merge pull request #70024 from bruvzg/te_ime_text | Rémi Verschelde | |
[TextEdit] Fix IME intermediate text not displayed when TextEdit is empty and placeholder is set. | |||
2022-12-14 | Merge pull request #69968 from raulsntos/dotnet/signal | Rémi Verschelde | |
C#: Rename `SignalInfo` to `Signal` and make awaitable | |||
2022-12-14 | Merge pull request #69938 from timothyqiu/open-packed-scene | Rémi Verschelde | |
Add open scene button in Inspector for PackedScene resource | |||
2022-12-13 | Merge pull request #70009 from clayjohn/glow-hq | Rémi Verschelde | |
Remove high quality glow as it is not any higher quality than regular glow | |||
2022-12-13 | Merge pull request #70003 from clayjohn/GLES3-cc | Rémi Verschelde | |
Various fixes and documentation for CanvasGroup | |||
2022-12-13 | Added gl_compatibility as an option to the project creation screen | clayjohn | |
Last selected option is saved as default for next time | |||
2022-12-13 | [TextEdit] Fix IME intermediate text not displayed when TextEdit is empty ↵ | bruvzg | |
and placeholder is set. | |||
2022-12-13 | Various fixes and documentation for CanvasGroup | clayjohn | |
Properly apply custom materials with CanvasGroups in the GLES3 backend Properly blur backbuffer when using a partial rect in forward_plus and gl_compatibility renderers Properly set fit_margin when clear_margin is set Fix shader error during backbuffer clear in mobile renderer | |||
2022-12-13 | Remove high quality glow as it is not any higher quality than regular glow | clayjohn | |
2022-12-13 | i18n: Sync classref translations with Weblate (3.5 branch) | Rémi Verschelde | |
(cherry picked from commit f5f0543aec4fe89405bf6365b3a2d4e36092c8ab) | |||
2022-12-13 | i18n: Sync editor translations with Weblate (3.5 branch) | Rémi Verschelde | |
(cherry picked from commit ee8986e146568ffa21e0d2824a0145aa5a241728) | |||
2022-12-13 | Merge pull request #70007 from timothyqiu/nan-scale | Rémi Verschelde | |
Fix crash after executing `ItemList.set_icon_scale` | |||
2022-12-13 | Merge pull request #69890 from Rindbee/use-buffer-to-speed-up | Rémi Verschelde | |
Use buffer to speed up copying/transcribing when renaming dependencies | |||
2022-12-13 | Use buffer to speed up copying/transcribing when renaming dependencies | Rindbee | |
If the scene is more complex, you may need to copy/transcribe a large amount of data, so use buffer to speed up this process. | |||
2022-12-13 | Merge pull request #68528 from BastiaanOlij/openxr_actionmap_changes | Rémi Verschelde | |
Various fixes for OpenXR action map meta data and editing | |||
2022-12-13 | Merge pull request #70010 from akien-mga/graphite-mit | Rémi Verschelde | |
graphite: Update to latest Git, switch to MIT license | |||
2022-12-13 | Merge pull request #70006 from timothyqiu/atlas-source-paint-scroll | Rémi Verschelde | |
Add scroll container for tile data editors | |||
2022-12-13 | Merge pull request #69992 from rune-scape/stringname-not-compat | Rémi Verschelde | |
GDScript Analyzer: Fix String type compatibility being too permissive | |||
2022-12-13 | Merge pull request #69994 from BastiaanOlij/openxr_1_0_26 | Rémi Verschelde | |
Update to OpenXR 1.0.26 | |||
2022-12-13 | Merge pull request #69985 from clayjohn/mobile-rim | Rémi Verschelde | |
Ensure that rim lighting uses an exponent base greater than zero | |||
2022-12-13 | Merge pull request #69996 from aaronfranke/recast-arch | Rémi Verschelde | |
Improve architecture support logic in Raycast module | |||
2022-12-13 | Merge pull request #69828 from clayjohn/SSR-roughness | Rémi Verschelde | |
Fade out SSR with roughness so that it doesn't show at high roughness amounts | |||
2022-12-13 | Merge pull request #69982 from bruce965/fix-screen-texture-luminance | Rémi Verschelde | |
Fix screen texture slightly darker | |||
2022-12-13 | Merge pull request #69974 from Geometror/tests-fix-err-messages | Rémi Verschelde | |
[Tests] Get rid of several error messages when running the test suite | |||
2022-12-13 | Merge pull request #69981 from bruvzg/dyn_font_import_outline | Rémi Verschelde | |
Fix advanced font import dialog not saving outline sizes of pre-render configs correctly. | |||
2022-12-13 | Merge pull request #69893 from henrlin24/hide-scattering | Rémi Verschelde | |
Hide Scattering label and controls within TileMap editor window when "Place Random Tile" option is disabled | |||
2022-12-13 | Merge pull request #69977 from KoBeWi/properties_together_strong | Rémi Verschelde | |
Remove single-element groups from GPUParticles2D | |||
2022-12-13 | Merge pull request #69302 from RumblingTurtle/audio-track-edit-fix | Rémi Verschelde | |
Fix audio track end and start offset editing | |||
2022-12-13 | Merge pull request #69973 from TokageItLab/null-check-animtree-edit | Rémi Verschelde | |
Add null checks to AnimationTreeEditors and `_clear_editors()` to `_node_removed()` | |||
2022-12-13 | graphite: Update to latest Git, switch to MIT license | Rémi Verschelde | |
Graphite is now available under: MIT OR MPL-2.0 OR LGPL-2.1-or-later OR GPL-2.0-or-later We pick MIT which is the same as Godot's main license for simplicity. Remove define to skip deprecation warnings, upstream fixed those. | |||
2022-12-13 | Fix crash after executing ItemList.set_icon_scale | Haoyu Qiu | |
2022-12-13 | Add scroll container for tile data editors | Haoyu Qiu | |
2022-12-12 | Improve architecture support logic in Raycast module | Aaron Franke | |
2022-12-13 | Update to OpenXR 1.0.26 | Bastiaan Olij | |
2022-12-13 | Merge pull request #69964 from 0xafbf/fix-string-docs | Yuri Sizov | |
Fix docstring for String.get_base_dir | |||
2022-12-13 | Improve logic around using Ref<T> with GDExtension virtual functions | Bastiaan Olij | |
2022-12-12 | Ensure that rim lighting uses a exponent base greater than zero | clayjohn | |
This avoids the undefined behavior that happens if the base is zero and the exponent is zero | |||
2022-12-12 | Fix advanced font import dialog not saving outline sizes of pre-render ↵ | bruvzg | |
configs correctly. |