Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-02 | Make sure the tile data clears its `terrain` field when said terrain is ↵ | Estelle Linkpy Reid | |
removed from the tileset. | |||
2022-07-02 | Merge pull request #62556 from akien-mga/displayserver-no-headless-fallback | Rémi Verschelde | |
DisplayServer: Don't fallback to headless | |||
2022-07-02 | Merge pull request #62618 from Bromeon/bugfix/exit-code | Rémi Verschelde | |
Fix exit code of --help and --version, and test them in CI | |||
2022-07-02 | Merge pull request #62607 from RPicster/master-default-cursor-fix | Fabio Alessandrelli | |
Default cursor fix for html5 export | |||
2022-07-02 | Fix exit code of --help and --version, and test them in CI | Jan Haller | |
Corrects prior regression which caused ERROR output and exit code of 1. | |||
2022-07-02 | Merge pull request #61610 from ↵ | Rémi Verschelde | |
TokageItLab/importer-retarget-registered-gdhumanoid | |||
2022-07-02 | Merge pull request #62605 from Calinou/internal-group-names-prefix-underscore | Rémi Verschelde | |
2022-07-01 | Merge pull request #62616 from bruvzg/fix_macos_chmod | Rémi Verschelde | |
2022-07-01 | DisplayServer: Don't fallback to headless | Rémi Verschelde | |
Unless users requested the headless driver specifically, they expect to either see a window, or that the process terminates if there's an error. Currently it would fallback to headless so they'd unexpectedly get a valid headless instance if their DisplayServer failed initializing (e.g. missing Vulkan support). Fixes #58414. | |||
2022-07-02 | [macOS export] Unref FileAccess to ensure chmod is successful. | bruvzg | |
2022-07-01 | Merge pull request #50755 from ↵ | Rémi Verschelde | |
foxydevloper/add-global-position-and-global-rotation Add global_position and global_rotation to Node3D | |||
2022-07-01 | Default cursor fix for html5 export | Raffaele Picca | |
2022-07-01 | Merge pull request #62603 from Calinou/gi-remove-debug-print | Rémi Verschelde | |
2022-07-01 | Merge pull request #62600 from Calinou/decal-fade-no-negative-values | Rémi Verschelde | |
2022-07-01 | Add an underscore to internal group names as per engine policy | Hugo Locurcio | |
This also adds `SNAME()` macros where relevant to improve performance. | |||
2022-07-01 | Remove debugging print following GI reorganization | Hugo Locurcio | |
2022-07-01 | Merge pull request #62595 from python273/patch-1 | Rémi Verschelde | |
2022-07-01 | Clamp Decal's upper/lower fade to positive values | Hugo Locurcio | |
Negative easing values result in broken rendering. | |||
2022-07-01 | Merge pull request #62439 from timothyqiu/str-format | Rémi Verschelde | |
2022-07-01 | Add global_position and global_rotation to Node3D | foxydevloper | |
2022-07-01 | Stretch image on resize in asset description dialog | Kirill | |
2022-07-01 | Merge pull request #62594 from KoBeWi/docs_be_like-I'm_back | Rémi Verschelde | |
2022-07-01 | Restore and improve some ParticlesMaterial docs | kobewi | |
2022-07-01 | Merge pull request #62589 from KoBeWi/custom_threads | Rémi Verschelde | |
2022-07-01 | Handle custom Callables in Thread.start() | kobewi | |
2022-07-01 | Merge pull request #62587 from bruvzg/fix_m1_build | Rémi Verschelde | |
2022-07-01 | Merge pull request #59089 from KoBeWi/I_am_root | Rémi Verschelde | |
Add `root_subfolder` to FileDialog | |||
2022-07-01 | Add arch flag to assembler to fix build on ARM64 macOS / iOS. | bruvzg | |
2022-07-01 | Merge pull request #62551 from akien-mga/x11-check-fullscreen | Rémi Verschelde | |
Properly check for fullscreen toggle made through the Window Manager | |||
2022-07-01 | Merge pull request #62477 from lyuma/packedbytearray | Rémi Verschelde | |
Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays. | |||
2022-06-30 | Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays. | Lyuma | |
2022-07-01 | Merge pull request #62573 from KoBeWi/🥶 | Rémi Verschelde | |
2022-07-01 | Fix find_next_valid_focus() freeze | kobewi | |
2022-06-30 | Merge pull request #62540 from MinusKube/debugger-array-crash | Rémi Verschelde | |
Add/fix support for RID, Callable and Signal in editor properties | |||
2022-06-30 | Merge pull request #62567 from voylin/Print_Rich_fix_terminal_only | Rémi Verschelde | |
Fixing print_rich() which only displays correctly in terminal - Fixes #62560 | |||
2022-07-01 | Fixing Print_rich which only displays correctly in terminal | Voylin | |
There was an issue that the type was not passed through correctly. These couple of lines fix this issue and make print_rich work as expected. | |||
2022-06-30 | Merge pull request #62563 from RandomShaper/robust_binding_rw_determination | Rémi Verschelde | |
Use a more robust method of determining writability of bindings | |||
2022-07-01 | implement bone renamer in importer | Silc Renew | |
2022-06-30 | Use a more robust method of determining writability of bindings | Pedro J. Estébanez | |
2022-06-30 | Merge pull request #62555 from akien-mga/error-fallback-to-fprintf | Rémi Verschelde | |
2022-06-30 | Merge pull request #62557 from KoBeWi/find_next_valid_freeze | Rémi Verschelde | |
2022-06-30 | Add editor properties for Callable and Signal | MinusKube | |
2022-06-30 | Add serialization for RID and Signal | MinusKube | |
2022-06-30 | Fix find_next_valid_focus() freeze | kobewi | |
2022-06-30 | Errors: Fallback to `fprintf` if `OS` singleton doesn't exist | Rémi Verschelde | |
Otherwise we would crash if something prints an error before init or after destruction of the `OS` singleton which handles printing/logging. | |||
2022-06-30 | Merge pull request #61867 from Bromeon/refactor/property-info | Rémi Verschelde | |
2022-06-30 | Merge pull request #61096 from leogeier/expose-adding-resource-loaders-savers | Rémi Verschelde | |
2022-06-30 | Merge pull request #62550 from Bromeon/bugfix/cli-version-ok | Rémi Verschelde | |
2022-06-30 | Command line arguments '--version' and '--help' return exit code 0 instead ↵ | Jan Haller | |
of 255 Allows to detect whether those commands executed successfully, which makes integration with shell scripts/CI/bindings straightforward. | |||
2022-06-30 | Merge pull request #62299 from Calinou/texture-preview-add-mipmap-memory-usage | Rémi Verschelde | |
Mention mipmap and memory usage in the texture editor preview |