Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-29 | Update CA certificates to 2022.10 revision | DeeJayLSP | |
2022-11-29 | Merge pull request #67680 from haasanen/fix_physics_thread_race_condition | Rémi Verschelde | |
Fix physics/3d/run_on_separate_thread race condition in WorkerThreadPool (crash). | |||
2022-11-29 | Merge pull request #65641 from voylin/Adding_ttf_otf_to_custom_font_dialogue | Rémi Verschelde | |
Adding .tff .otf, .woff and .woff2 to custom font extensions - Fixes #65633 | |||
2022-11-29 | Merge pull request #69332 from bruvzg/exact_symbols | Rémi Verschelde | |
[MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace when symbols are missing. | |||
2022-11-29 | Merge pull request #69062 from trollodel/lightweight_editor_mass | Rémi Verschelde | |
Use forward-declarations in big editor classes | |||
2022-11-29 | Merge pull request #69323 from timothyqiu/erase-in-loop | Rémi Verschelde | |
Fix heap-use-after-free when removing a tile in TileSet editor | |||
2022-11-29 | Merge pull request #69110 from bruvzg/con_icon2 | Rémi Verschelde | |
[Windows] Optimize editor icon, use different icon for console executable. | |||
2022-11-29 | [MSVC] Use symbols from .pdb only, to avoid incorrect names in the backtrace ↵ | bruvzg | |
when symbols are missing. | |||
2022-11-29 | Use forward-declarations in big editor classes | trollodel | |
2022-11-29 | [Windows] Optimize editor icon, use different icon for console executable. | bruvzg | |
2022-11-29 | Fix heap-use-after-free when removing a tile in TileSet editor | Haoyu Qiu | |
2022-11-28 | Merge pull request #69301 from KoBeWi/ERR_WHATEVER | Rémi Verschelde | |
Don't break parsing on missing resources | |||
2022-11-28 | Merge pull request #69224 from adamscott/fix-PackedScene-reload_from_file | Rémi Verschelde | |
Add `PackedScene::reload_from_file()` override | |||
2022-11-28 | Add PackedScene::reload_from_file() override | Adam Scott | |
2022-11-28 | Don't break parsing on missing resources | kobewi | |
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 #69298 from Chaosus/gds_fix_lookup | Rémi Verschelde | |
Fix lookup code to pass functions with the same name as built-ins | |||
2022-11-28 | Fix lookup code to pass functions with the same name as built-ins | Yuri Rubinsky | |
2022-11-28 | Merge pull request #68486 from smix8/navpoly_outline_convex_error_4.x | Rémi Verschelde | |
Add detail to NavigationPolygon outline error msg | |||
2022-11-28 | Merge pull request #69296 from bruvzg/macos_fix_fs_subwindows | Rémi Verschelde | |
[macOS] Fix sub-windows opening in fullscreen. | |||
2022-11-28 | Merge pull request #69286 from dzil123/add_null_check_bake_step_function | Rémi Verschelde | |
GPUParticlesCollisionSDF3D add null `bake_step_function` check | |||
2022-11-28 | [macOS] Fix sub-windows opening in fullscreen. | bruvzg | |
2022-11-28 | Merge pull request #69259 from adamscott/fix-cyclic-reference-base-issue | Rémi Verschelde | |
Fix cyclic reference base being loaded but not valid (which is ok) | |||
2022-11-28 | Merge pull request #69189 from grahamboree/updated-recast | Rémi Verschelde | |
Update Recast integration to fix crash in NavigationMesh baking | |||
2022-11-28 | Merge pull request #69249 from timothyqiu/tile-data-redraw | Rémi Verschelde | |
Update TileSet preview when paint custom data changes | |||
2022-11-28 | Merge pull request #69272 from rune-scape/rune-avoid-global-base | Rémi Verschelde | |
Avoid using `get_global_class_native_base` | |||
2022-11-28 | GPUParticlesCollisionSDF3D add null `bake_step_function` check | dzil123 | |
2022-11-28 | Merge pull request #69277 from pkdawson/construct-joypad-first | Rémi Verschelde | |
[Windows] Fix joypad crash | |||
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 | |||
2022-11-28 | Merge pull request #67815 from Calinou/html5-improve-feature-errors | Rémi Verschelde | |
Improve feature errors in HTML5 for easier understanding | |||
2022-11-28 | Merge pull request #68532 from ↵ | Rémi Verschelde | |
Calinou/cmdline-user-args-add-alternative-separator Allow `++` as an alternative separator to `--` for user CLI arguments | |||
2022-11-28 | Merge pull request #68836 from ↵ | Rémi Verschelde | |
Calinou/projectsettings-vrs-texture-allow-more-formats Allow all lossless image formats to be used for VRS texture project setting | |||
2022-11-28 | Merge pull request #68740 from bruvzg/ios_fixes | Rémi Verschelde | |
[iOS] Fix getting Unicode executable path, fix error spam on start. | |||
2022-11-28 | Merge pull request #69281 from m4gr3d/implement_missing_display_server_overrides | Rémi Verschelde | |
Android: Add missing display server overrides | |||
2022-11-28 | Merge pull request #67031 from raulsntos/dotnet/string-extensions | Rémi Verschelde | |
C#: Cleanup and sync StringExtensions with core | |||
2022-11-28 | Merge pull request #59801 from Sauermann/fix-node2d-viewport-root-order | Rémi Verschelde | |
Fix Viewport root order after Node2D raise | |||
2022-11-28 | Merge pull request #69240 from TokageItLab/fix-anim-tree-value-track-cache-bug | Rémi Verschelde | |
Fixed AnimationTree `TrackCacheValue` bug for special case blending | |||
2022-11-28 | Merge pull request #68759 from MewPurPur/bookmark-fix | Rémi Verschelde | |
Fix text selection persisting on bookmark traversal | |||
2022-11-28 | Merge pull request #69178 from aaronfranke/mesh-shape | Rémi Verschelde | |
Use a more specific type for Mesh create_(convex|trimesh)_shape | |||
2022-11-27 | Add missing display server overrides | Fredia Huya-Kouadio | |
Improves the base functionality for the Android platform and helps reduce the amount of spurious error logs emitted. | |||
2022-11-28 | [Windows] Fix joypad crash | Patrick Dawson | |
2022-11-28 | Merge pull request #65907 from magian1127/4.0FixPropertiesGenerator | Ignacio Roldán Etcheverry | |
C#: Fix Generated ScriptProperty Error. | |||
2022-11-27 | Updated Recast to 4fef044 | Graham Pentheny | |
In some cases Godot can generate input parameters to Recast that cause it to crash. Specifically when baking NavigationMeshes for input meshes that have axis extents less than half the NavigationMesh CellSize. This has been fixed upstream in Recast (in https://github.com/recastnavigation/recastnavigation/commit/3901c5854c958593443859fd1214162452ff2982). Updating Godot's Recast integration fixes this crash issue in Godot as well. | |||
2022-11-27 | C#: Remove/deprecate unnecessary string extensions | Raul Santos | |
- Removed `UnicodeAt` - Removed `EndsWith` - Removed `LPad` and `RPad` - Deprecated `BeginsWith` in favor of `string.StartsWith` - Deprecated `LStrip` and `RStrip` in favor of `string.TrimStart` and `string.TrimEnd` | |||
2022-11-27 | Fix cyclic reference base being loaded but not valid (which is ok) | Adam Scott | |
2022-11-27 | Merge pull request #69252 from ↵ | Rémi Verschelde | |
godotengine/revert-67831-scene-tree-fix-storing-removed-nodes Revert "`SceneTree` Fix storing removed nodes to be skipped by the group calls" | |||
2022-11-27 | Revert "`SceneTree` Fix storing removed nodes to be skipped by the group calls" | Rémi Verschelde | |