Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-18 | Fix crash when executing `FontFile.get_face_count` | Haoyu Qiu | |
2022-09-18 | Merge pull request #66000 from KoBeWi/clear_'_clear_undo_history' | Rémi Verschelde | |
Remove unused `_clear_undo_history` method | |||
2022-09-18 | Merge pull request #66004 from bruvzg/hb52 | Rémi Verschelde | |
Update to version 5.2.0, add new Unicode 15 blocks and scripts. | |||
2022-09-18 | Merge pull request #65975 from Faless/web/4.x_features_detection | Rémi Verschelde | |
[Web] Add feature detection helpers to JS Engine class. | |||
2022-09-18 | Merge pull request #65331 from derammo/derammo_natvis_3 | Rémi Verschelde | |
Add more data structures to Natvis for Visual Studio | |||
2022-09-18 | Merge pull request #65946 from antonWetzel/csharp-nd-array | Rémi Verschelde | |
Don't marshal multidimensional arrays | |||
2022-09-18 | Merge pull request #65945 from Faless/mp/4.x_nodes_warnings | Rémi Verschelde | |
[MP] Add warnings to spawner and synchronizer. | |||
2022-09-18 | Merge pull request #65931 from ↵ | Rémi Verschelde | |
fabriceci/add-recovery-as-collision-in-low-level-methods Add recovery_as_collision in move_and_collide/test_move | |||
2022-09-18 | Merge pull request #58567 from madmiraal/fix-26470 | Rémi Verschelde | |
Remove ParallaxLayer's invalid dependence on screen_offset | |||
2022-09-18 | Merge pull request #65877 from raulsntos/dotnet/signal-delegate-docs | Rémi Verschelde | |
Add documentation to signal delegates | |||
2022-09-18 | Merge pull request #65900 from YuriSizov/editor-animation-loopity-loops-loop | Rémi Verschelde | |
Fix loop mode button update in the Animation editor | |||
2022-09-18 | Merge pull request #65929 from bruvzg/rtl_theme_font_change | Rémi Verschelde | |
Fix RichTextLabel not updating on theme/theme override change until text is updated. | |||
2022-09-18 | Merge pull request #65951 from TokageItLab/change-humanoid-thumb-definision | Rémi Verschelde | |
Changed the rest definition of SkeletonProfileHumanoid thumb to be more suitable for the game engine | |||
2022-09-18 | Merge pull request #65911 from EliasVincent/light-theme-palette-text-fix | Rémi Verschelde | |
color of Command Palette shortcut text not visible in Light theme | |||
2022-09-18 | Merge pull request #65927 from akien-mga/libpng-1.6.38 | Rémi Verschelde | |
Update to upstream 1.6.38 | |||
2022-09-18 | Merge pull request #65777 from akien-mga/scons-add-method-to-get-version-info | Rémi Verschelde | |
Add `methods.get_version_info()` method returning a Dict | |||
2022-09-18 | Changed the rest definition of SkeletonProfileHumanoid thumb | Silc Renew | |
2022-09-17 | HarfBuzz: Update to version 5.2.0, add new Unicode 15 blocks and scripts. | bruvzg | |
2022-09-17 | Merge pull request #65993 from ↵ | Yuri Rubinsky | |
jeffres/fix-highligthing-of-selected-file-in-shader-editor | |||
2022-09-17 | Remove unused _clear_undo_history method | kobewi | |
2022-09-17 | Fix selected shader file not being highlighted in shader editor list | jeffres | |
2022-09-17 | Add recovery_as_collision in move_and_collide/test_move | fabriceci | |
2022-09-17 | [Web] Add missing features warning in editor and export shell. | Fabio Alessandrelli | |
2022-09-17 | [Web] Add feature detection helpers to JS Engine class. | Fabio Alessandrelli | |
2022-09-17 | don't marshal multidimensional arrays | antonWetzel | |
2022-09-17 | [MP] Add warnings to spawner and synchronizer. | Fabio Alessandrelli | |
MultiplayerSpawner: - When spawn_path is invalid. - When the auto spawn list is empty and _spawn_custom is not overridden. Note: We remove the warning for placeholder scripts since there's no way of knowing if they have a certain method. MultiplayerSynchronizer: - When root_path is invalid. | |||
2022-09-16 | Fix RichTextLabel not updating on theme/theme override change until text is ↵ | bruvzg | |
updated. | |||
2022-09-16 | libpng: Update to upstream 1.6.38 | Rémi Verschelde | |
2022-09-16 | Merge pull request #49954 from Calinou/lightmapgi-tweak-defaults | Clay John | |
Tweak LightmapGI defaults to be closer to the CPU lightmapper | |||
2022-09-16 | Command Palette shortcut_text: font color | EliasVincent | |
2022-09-16 | Tweak LightmapGI defaults to be closer to the CPU lightmapper | Hugo Locurcio | |
- Use 3 bounces by default. - Enable environment lighting from the scene by default. - This is not done in `3.x` for compatibility with existing projects, but it makes sense to do this by default since pretty much all outdoor scenes benefit from this. - Set the custom environment color to white (like ReflectionProbe). - Its default energy is still 0, so it's invisible by default. - Enable the generation of dynamic object probes by default. - Tweak the `max_texture_size` property hint for better usability. - Improve error messages when passing invalid sizes to `LightmapGI.set_max_texture_size()`. | |||
2022-09-16 | Fix loop mode button update in the Animation editor | Yuri Sizov | |
2022-09-16 | Merge pull request #65892 from konczg/fix_openxr_layer_composition_blending | Rémi Verschelde | |
Fix OpenXR layer composition blending | |||
2022-09-16 | Merge pull request #65896 from KoBeWi/breakt_the_crash | Rémi Verschelde | |
Fix crash when playing Tween right after finishing | |||
2022-09-16 | Fix crash when playing Tween right after finishing | kobewi | |
2022-09-16 | Merge pull request #65525 from MJacred/os/distribution | Rémi Verschelde | |
Add get_distribution_name() and get_version() to OS | |||
2022-09-16 | Fix OpenXR layer composition blending | Gabor Koncz | |
2022-09-16 | Merge pull request #65833 from JFonS/taa_fix_particles_errors | Rémi Verschelde | |
Fix error spam in the renderer when using GPUParticles3D | |||
2022-09-16 | Merge pull request #65878 from raulsntos/dotnet/absolute-push_nupkgs_local | Rémi Verschelde | |
Make `push_nupkgs_local` absolute | |||
2022-09-16 | Add get_distribution_name() and get_version() to OS | MJacred | |
supports: LinuxBSD, Windows, macOS, iOS, Android, UWP Co-authored-by: bruvzg | |||
2022-09-16 | Merge pull request #65295 from reduz/json-as-resource | Rémi Verschelde | |
2022-09-16 | Make `push_nupkgs_local` absolute | Raul Santos | |
Ensures the `push_nupkgs_local` argument in build_assemblies.py is an absolute path so the argument can be given as a relative path and it will be converted. | |||
2022-09-16 | C#: Add documentation to signal delegates | Raul Santos | |
2022-09-16 | Fix error spam in the renderer when using GPUParticles3D | JFonS | |
The flag INSTANCE_DATA_FLAG_MULTIMESH is used for both multimesh and particles instances, this commit adds a new INSTANCE_DATA_FLAG_PARTICLES flag to discriminate between them. This flag will also be used in the future to properly support TAA in particles. | |||
2022-09-16 | Merge pull request #65873 from Chaosus/fix_uniform_sorting | Rémi Verschelde | |
Fix sorting of uniform items in the material properties | |||
2022-09-16 | Merge pull request #60786 from Rindbee/update-editor-property-status | Rémi Verschelde | |
Update checked based on the variant type of the value | |||
2022-09-16 | Merge pull request #65868 from timothyqiu/metadata-crash | Rémi Verschelde | |
Fix crash open opening Add Metadata dialog | |||
2022-09-16 | Merge pull request #65846 from clayjohn/mem-leak | Rémi Verschelde | |
Free preview sun and environement on editor close | |||
2022-09-16 | Merge pull request #65496 from MinusKube/popup-capture-mouse-bug | Rémi Verschelde | |
Fix MOUSE_MODE_CAPTURED not working correctly with popups | |||
2022-09-16 | Merge pull request #65550 from MinusKube/small-popup-bug | Rémi Verschelde | |
Use embedding viewport instead of parent viewport to determine popup rect |