Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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. | |||
2022-12-12 | Fix screen texture slightly darker | Fabio Iotti | |
2022-12-12 | Remove single-element groups from GPUParticles2D | kobewi | |
2022-12-12 | [Tests] Get rid of several error messages when running the test suite | Hendrik Brucker | |
2022-12-12 | Fix docstring for String.get_base_dir | Andrés Botero | |
2022-12-13 | Add null checks to AnimationTreeEditors and _clear_editors() | Silc Renew | |
2022-12-12 | Merge pull request #69961 from lawnjelly/variant_parser_optional_readahead | Rémi Verschelde | |
VariantParser make readahead optional | |||
2022-12-12 | Merge pull request #69966 from bruvzg/ios_fix_single_line_input_and_offsets | Rémi Verschelde | |
[iOS] Fix broken single line input and incorrect selection / caret position. | |||
2022-12-12 | Merge pull request #69956 from oOjor-elOo/patch-1 | Rémi Verschelde | |
Windows: Validate that the font family name exists before trying to get the font family | |||
2022-12-12 | [iOS] Fix broken single line input and incorrect selection / caret position. | bruvzg | |
2022-12-12 | VariantParser make readahead optional | lawnjelly | |
It turns out some areas are independently moving / reading filepointers outside of the VariantParser, which can cause the readahead caching to get out of sync. This PR makes the VariantParser readahead to be optional to allow for these use cases. | |||
2022-12-12 | Windows: Validate that the font family name exists before trying to get the ↵ | oOjor-elOo | |
font family I didn't have the first emoji font installed, which led an an exception when calling font_collection->GetFontFamily() no the new rows. | |||
2022-12-12 | Merge pull request #69954 from akien-mga/sync-gamecontrollerdb | Rémi Verschelde | |
Sync controller mappings DB with SDL2 community repo | |||
2022-12-12 | Merge pull request #69629 from smix8/agent_wild_callback_pointer_4.x | Rémi Verschelde | |
Fix Navigation agent callback wild pointer crash | |||
2022-12-12 | Merge pull request #61855 from Calinou/popup-centered-minsize-fix-freeze | Rémi Verschelde | |
Fix infinite loop when calling `Control.popup_centered_minsize()` | |||
2022-12-12 | Sync controller mappings DB with SDL2 community repo | Rémi Verschelde | |
Synced with gabomdq/SDL_GameControllerDB@adf7ec1edfc0371ebf5fb469b61f301b8e26ec81 | |||
2022-12-12 | Fix String type compatibility being too permissive | rune-scape | |
2022-12-12 | AnimationTrackEditTypeAudio: Both start and end offset dragging is now ↵ | Eduard Zalyaev | |
possible with proper preview of the changes Fixes #68788. | |||
2022-12-12 | Fix Navigation agent callback wild pointer crash | smix8 | |
Fixes crash in sanitizer builds when callback agent or object are already freed. | |||
2022-12-12 | Merge pull request #69291 from nongvantinh/fix-suggest-message | Rémi Verschelde | |
Fix Sprite drag and drop hint mentions invalid option with root node selected | |||
2022-12-12 | Merge pull request #69950 from kleonc/tile-map-const-refs-for-the-win | Rémi Verschelde | |
`TileMap` Pass some parameters by `const &` instead of by value | |||
2022-12-12 | Merge pull request #69635 from BastiaanOlij/fix_get_buffer | Rémi Verschelde | |
Fix barrier on buffer_get_data | |||
2022-12-12 | Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextension | Rémi Verschelde | |
Rename all gdnative occurences to gdextension |