Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-09 | Merge pull request #57806 from akien-mga/scons-gotta-go-fast | Rémi Verschelde | |
2022-02-09 | Merge pull request #57836 from BastiaanOlij/deprecated_vulkan_macros | Rémi Verschelde | |
2022-02-09 | Nitpicking, VK_VERSION_* have been deprecated, replaced by VK_API_VERSION_*. | Bastiaan Olij | |
2022-02-09 | Merge pull request #57832 from Sauermann/fix-id-creation | Rémi Verschelde | |
2022-02-09 | Merge pull request #57813 from MisoMosiSpy/disabled_icons | Rémi Verschelde | |
2022-02-09 | Adjust id creation in PopupMenu to avoid duplicate ids | Markus Sauermann | |
2022-02-09 | Updated alpha value for disabled icons in default theme. | MisoMosiSpy | |
2022-02-09 | Merge pull request #57825 from Calinou/ios-remove-obsolete-define | Rémi Verschelde | |
2022-02-09 | Merge pull request #52592 from ellenhp/randomizer | Rémi Verschelde | |
2022-02-09 | Add AudioStreamRandomizer, replacing AudioStreamRandomPitch | Ellen Poe | |
Add additional randomization options. | |||
2022-02-08 | Merge pull request #57822 from Calinou/ios-remove-armv7 | Rémi Verschelde | |
2022-02-08 | Merge pull request #57627 from JFonS/occluder_improvements | Rémi Verschelde | |
2022-02-08 | Merge pull request #57773 from pfertyk/issue_57710_tabbar_update_hover | Rémi Verschelde | |
2022-02-08 | Merge pull request #48307 from aaronfranke/gizmo-offscreen | Rémi Verschelde | |
2022-02-08 | Remove obsolete define in the iOS buildsystem code | Hugo Locurcio | |
This define was used by the WebM/libvpx code, but it's now removed in `master`. | |||
2022-02-08 | Merge pull request #57819 from Jojox/fix_padded_texture_format | Rémi Verschelde | |
2022-02-08 | Merge pull request #57818 from raulsntos/typed-navigation | Rémi Verschelde | |
2022-02-08 | Merge pull request #57076 from IgorKordiukiewicz/fix-mono-string-capitalize | Ignacio Roldán Etcheverry | |
String.Capitalize() in C# now matches the behaviour of String::capitalize() in C++ | |||
2022-02-08 | Remove support for ARMv7 (32-bit) on iOS | Hugo Locurcio | |
All iOS devices since the iPhone 5S support ARMv8 (64-bit). The last iOS version supported on ARMv7 devices is 10.x, which is too old to run Godot 4.0 projects since the minimum supported iOS version is 11.0. | |||
2022-02-08 | Fix `TabBar._update_hover` crash | Paweł Fertyk | |
Fixes #57710. | |||
2022-02-08 | Show the 3D transform gizmo in the center when otherwise offscreen | Aaron Franke | |
2022-02-08 | Use source image format when creating padded texture | JoJoX | |
2022-02-08 | Add array element type to `_get_polygons` and `_get_outlines` | Raul Santos | |
2022-02-08 | Merge pull request #55584 from KoBeWi/twoids | Rémi Verschelde | |
2022-02-08 | Merge pull request #56946 from JFonS/editor_transform_improvements | Rémi Verschelde | |
2022-02-08 | Improve rotation in the 3D transform gizmo | jfons | |
* Get rid of deadzones. * Make it easier to select rotation handles at very oblique angles. * Handle rotation for axes that are perpendicular to the camera. | |||
2022-02-08 | Merge pull request #57816 from JFonS/fix_3d_viewport_navigation | Rémi Verschelde | |
2022-02-08 | Fix navigation in 3D viewport | jfons | |
The incorrect initialization of EditData::instant to true was preventing the navigation code to run until the transform gizmo was used. | |||
2022-02-08 | Fix uid conflict when duplicating resource | kobewi | |
2022-02-08 | Merge pull request #57809 from akien-mga/osx-11.00-warning | Rémi Verschelde | |
2022-02-08 | Merge pull request #57807 from KoBeWi/ninja_methods | Rémi Verschelde | |
2022-02-08 | Merge pull request #57808 from KoBeWi/named_inspector | Rémi Verschelde | |
2022-02-08 | Merge pull request #57626 from Calinou/3d-editor-rename-debug-draw-modes | Rémi Verschelde | |
2022-02-08 | Merge pull request #56543 from rcorre/blendermotion-4.0 | Rémi Verschelde | |
2022-02-08 | OSX: Pass `-mmacosx-version-min=11.0` instead of `11.00` | Rémi Verschelde | |
Both are recognized by Xcode and equivalent, but osxcross issues a warning for the latter: ``` osxcross: warning: '-mmacosx-version-min=' (11.0.0 != 11.00) ``` | |||
2022-02-08 | Display built-in script names in the inspector | kobewi | |
2022-02-08 | Reload built-in scripts when picking methods | kobewi | |
2022-02-08 | SCons: Add `fast_unsafe` option for faster rebuilds | Rémi Verschelde | |
This reverts #53828 which had caused a significant drop in incremental rebuild time for debug builds (from 10s to 23s on my laptop). The "faster but unsafe" options are re-added, as well as adding `max_drift=60` which we didn't use previously. These options speed up SCons' own processing of the codebase to decide what to build/rebuild (i.e. the first step before actually calling the compiler). This will therefore not make much difference for scratch builds, and is mostly useful for incremental rebuilds (including "null" rebuilds with no change). These options are enabled automatically for `debug` builds, unless `fast_unsafe=no` is passed. They are disabled by default for `release` and `release_debug` builds, unless `fast_unsafe=yes` is passed. | |||
2022-02-08 | Merge pull request #57612 from maiself/improve-gamepad-detection | Rémi Verschelde | |
2022-02-08 | Merge pull request #57801 from reduz/fix-blend-shape-mask-2 | Rémi Verschelde | |
2022-02-08 | Merge pull request #57774 from bruvzg/font_edit_fixes | Rémi Verschelde | |
2022-02-08 | Merge pull request #57798 from akien-mga/scons-module-tests-simplify | Rémi Verschelde | |
2022-02-08 | [Editor] Fix font style matching issues. | bruvzg | |
Fix font selection when no style selected. Fix style matching when fonts have different style sets. Use SNAME for theme overrides. | |||
2022-02-08 | Merge pull request #57692 from YeldhamDev/popping_options | Rémi Verschelde | |
2022-02-08 | Fix BLEND_SHAPE_MASK | reduz | |
* Should now be correct * Supersedes 53738 | |||
2022-02-08 | Merge pull request #40140 from hinlopen/tree-scroll-center | Rémi Verschelde | |
2022-02-08 | Merge pull request #56923 from fire-forge/fix-create-root-node-scrolling | Rémi Verschelde | |
2022-02-08 | SCons: Improve logic to generate `modules_tests.gen.h` | Rémi Verschelde | |
This removes the need for `AlwaysBuild` by ensuring that the proper files are being tracked as `Depends`. | |||
2022-02-08 | Merge pull request #57786 from 0And/vectorslerp | Rémi Verschelde | |
2022-02-08 | Merge pull request #57797 from bruvzg/mac_no_focus | Rémi Verschelde | |