Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Merge pull request #69964 from 0xafbf/fix-string-docs | Yuri Sizov | |
Fix docstring for String.get_base_dir | |||
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 | 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 | |||
2022-12-12 | Merge pull request #67038 from Calinou/xdg-paths-linux-only | Rémi Verschelde | |
Only support XDG directory path configuration on Linux | |||
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 #69300 from timothyqiu/tile-set-atlas-source | Rémi Verschelde | |
Improve TileSetAtlasSourceEditor UI | |||
2022-12-12 | Merge pull request #69922 from adamscott/fix-tilemap-tileset-heap-use-after-free | Rémi Verschelde | |
Fix `heap-use-after-free` error in `TileMap::~TileMap()` | |||
2022-12-12 | Merge pull request #69947 from Sauermann/fix-request-gizmo-strings | Rémi Verschelde | |
Use _request_gizmo from SceneStringNames | |||
2022-12-12 | Merge pull request #67050 from KoBeWi/syrt | Rémi Verschelde | |
Warn if isometric TileMap is not Y-sorted | |||
2022-12-12 | TileMap Pass some parameters by `const &` instead of by value | kleonc | |
2022-12-12 | Rename all gdnative occurences to gdextension | Gilles Roudière | |
Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface | |||
2022-12-12 | Fix `heap-use-after-free` error in `TileMap::~TileMap()` | Adam Scott | |
Co-authored-by: Gilles Roudiere <gilles.roudiere@gmail.com> | |||
2022-12-12 | Use _request_gizmo from SceneStringNames | Markus Sauermann | |
2022-12-12 | Merge pull request #69901 from akien-mga/gles3-fix-scene-shader-omni-spot | Rémi Verschelde | |
OpenGL: Fix scene shader error when using Omni or Spot but not both | |||
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 | Merge pull request #69925 from aaronfranke/gltf-export-pref-state | Rémi Verschelde | |
Pass GLTFState to the export_preflight method | |||
2022-12-12 | Merge pull request #68546 from marzecdawid/fix-deselect-all-in_tree | Rémi Verschelde | |
Fix errors while deselecting all tree items; issue #65185 | |||
2022-12-12 | updated example documentation for EditorScenePostImport | flatline-84 | |
2022-12-11 | Merge pull request #69416 from anvilfolk/default-val | Rémi Verschelde | |
Add GDScript implicit type conversion for member variables with initializers | |||
2022-12-11 | Merge pull request #69933 from neikeq/issue-69822 | Rémi Verschelde | |
C#: Fix exported properties of GodotObject[] type | |||
2022-12-11 | Merge pull request #69932 from TokageItLab/animtrack-seek-order | Rémi Verschelde | |
Fix seeking process order to retrieve key correctly for AnimationTrack | |||
2022-12-11 | Add GDScript member initializer implicit type conversion | ocean (they/them) | |
2022-12-11 | Merge pull request #69869 from raulsntos/dotnet/attributes | Ignacio Roldán Etcheverry | |
C#: Expose attribute properties and add documentation |