Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-31 | Merge pull request #72343 from clayjohn/editor-canvas-bg | Rémi Verschelde | |
Remove viewport_set_disable_environment in favor of viewport_set_environment_mode | |||
2023-01-30 | Remove viewport_set_disable_environment in favor of ↵ | clayjohn | |
viewport_set_environment_mode This allows us to set a default value inherited by child viewports and have child viewports set the value themselves which is needed for disabling the environment in the editor | |||
2023-01-30 | Merge pull request #72031 from reduz/change-high-quality-texture-import | Rémi Verschelde | |
Refactor high quality texture import | |||
2023-01-30 | Merge pull request #72402 from dsnopek/openxr-action-map-export-regression | Rémi Verschelde | |
Only customize resources during export if there are any export plugins in use | |||
2023-01-30 | Merge pull request #72208 from bruvzg/rtl_fix_thr_crash | Rémi Verschelde | |
[RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use `WorkerThreadPool` instead of creating new threads. | |||
2023-01-30 | Merge pull request #72400 from vnen/gdscript-match-release-consistency | Rémi Verschelde | |
GDScript: Fix match branches return check on release | |||
2023-01-30 | Merge pull request #72383 from MewPurPur/correct-tween-errors | Rémi Verschelde | |
Fix error messages for {}Tweener.new() | |||
2023-01-30 | Merge pull request #72390 from vonagam/fix-allowed-vararg-ptrcall | Rémi Verschelde | |
GDScript: Fix vararg method calls with exact arguments | |||
2023-01-30 | Merge pull request #72393 from clayjohn/GLES3-normal-roughness-error | Rémi Verschelde | |
Add a shader error when trying to using hint_normal_roughness_texture in the gl_compatibility renderer | |||
2023-01-30 | Merge pull request #72356 from BastiaanOlij/fix_ssao_ssil_probes | Rémi Verschelde | |
Fix SSAO/SSIl being applied to reflection probes | |||
2023-01-30 | Only customize resources during export if there are any export plugins in use | David Snopek | |
2023-01-30 | [RichTextLabel] Fix thread unsafe `set_physics_process_internal` usage. Use ↵ | bruvzg | |
`WorkerThreadPool` instead of creating new threads. | |||
2023-01-30 | GDScript: Fix match branches return check on release | George Marques | |
The check for existence of `return` only existed on debug builds for match branches. This could lead on an invalid error after exporting. Now this is checked on relase too, so it works the same as the editor. | |||
2023-01-30 | GDScript: Fix vararg method calls with exact arguments | Dmitrii Maganov | |
2023-01-30 | Add a shader error when trying to using hint_normal_roughness_texture in the ↵ | clayjohn | |
gl_compatibility renderer | |||
2023-01-30 | Fix error messages of {}Tweener.new() | VolTer | |
2023-01-30 | Merge pull request #72388 from TokageItLab/transition-reset-each | Rémi Verschelde | |
Allow the Reset option of NodeTransition to be set for each Input | |||
2023-01-30 | Merge pull request #72381 from yedpodtrzitko/yed/update-fileaccess-docs | Rémi Verschelde | |
docs: replace `File` with `FileAccess` | |||
2023-01-30 | Merge pull request #72380 from TokageItLab/noanim-seek | Rémi Verschelde | |
Allow `seek()` without assigned animation in `AnimationPlayer` | |||
2023-01-31 | Allow the Reset option of NodeTransition to be set for each Input | Silc Renew | |
2023-01-30 | Allow seek() without assigned animation in AnimationPlayer | Silc Renew | |
2023-01-30 | Refactor high quality texture import | Juan Linietsky | |
* Only two texture import modes for low/high quality now: * S3TC/BPTC * ETC2/ASTC * Makes sense given this is the general preferred and most compatible combination in most platforms. * Removed lossy_quality from VRAM texture compression options. It was unused everywhere. * Added a new "high_quality" option to texture import. When enabled, it uses BPTC/ASTC (BC7/ASTC4x4) instead of S3TC/ETC2 (DXT1-5/ETC2,ETCA). * Changed MacOS export settings so required texture formats depend on the architecture selected. This solves the following problems: * Makes it simpler to import textures as high quality, without having to worry about the specific format used. * As the editor can now run on platforms such as web, Mac OS with Apple Silicion and Android, it should no longer be assumed that S3TC/BPTC is available by default for it. | |||
2023-01-30 | docs: replace File with FileAccess | Jiri Suchan | |
2023-01-30 | Merge pull request #72312 from KoBeWi/signature_move | Rémi Verschelde | |
Improve Connection Dialog method list | |||
2023-01-30 | Merge pull request #72340 from Vilcrow/cleanup-editor-property-revert | Rémi Verschelde | |
Removes declarations of removed methods of the EditorPropertyRevert class | |||
2023-01-30 | Merge pull request #72305 from dalexeev/gfs-fix-export-enum | Rémi Verschelde | |
GDScript: Fix `@export_enum` works only with `int` | |||
2023-01-30 | Merge pull request #72317 from KoBeWi/run_over_here | Rémi Verschelde | |
Add overrun to EditorPropertyObjectID | |||
2023-01-30 | Fix various typos with codespell | Rémi Verschelde | |
And include #72377. Co-authored-by: Wiktor Kocielski <withaust@gmail.com> | |||
2023-01-30 | Merge pull request #72344 from smix8/default_navmap_on_demand_only_4.x | Rémi Verschelde | |
Create default World navigation maps on demand only | |||
2023-01-30 | Merge pull request #72325 from raulsntos/dotnet/fix-72321 | Rémi Verschelde | |
C#: Fix `Rotated` and `RotatedLocal` | |||
2023-01-30 | Merge pull request #72370 from bruvzg/dead_xim | Rémi Verschelde | |
[X11] Add support for dead keys without active IME. Fix IME focus and cleanup. | |||
2023-01-30 | Merge pull request #71989 from bruvzg/set_typed_move | Rémi Verschelde | |
Move Array:set_typed to internal GDExtension structure and unexposed it. | |||
2023-01-30 | Merge pull request #71995 from Faless/net/4.x_tls_verify | Rémi Verschelde | |
[NET] Refactor TLS configuration. | |||
2023-01-30 | Merge pull request #72365 from groud/warn_ysort_tilemap | Rémi Verschelde | |
Warn when a TileMap layer is Y-sorted but not the TileMap node itself. | |||
2023-01-30 | Move Array:set_typed to internal GDExtension structure and unexposed it. | bruvzg | |
2023-01-30 | [X11] Add support for dead keys without active IME. Fix IME focus and cleanup. | bruvzg | |
2023-01-30 | Merge pull request #72342 from TokageItLab/immutabletrack | Rémi Verschelde | |
Add remove immutable tracks option to glTF importer | |||
2023-01-30 | Warn when a TileMap layer is Y-sorted but not the TileMap node itself. | Gilles Roudière | |
2023-01-30 | Merge pull request #72362 from TokageItLab/fix-scale-gizmo | Rémi Verschelde | |
Fix scale tool with view plane is weird in 3D | |||
2023-01-30 | GDScript: Fix `@export_enum` works only with `int` | Danil Alexeev | |
2023-01-30 | Merge pull request #71964 from bruvzg/mat_key | Rémi Verschelde | |
Fix unsafe murmur3 hash use for the default material keys, expose alpha hash transparency mode for default materials and Label3D and Sprite3D. | |||
2023-01-30 | Merge pull request #71657 from ↵ | Rémi Verschelde | |
m4gr3d/increase_scroll_bar_size_for_touchscreen_main Update the size of the scrollbar for the editor on touchscreen devices | |||
2023-01-30 | Merge pull request #72326 from TokageItLab/unlimit-transition | Rémi Verschelde | |
Remove the max input limit & cleanup `AnimationNodeTransition` API | |||
2023-01-30 | Merge pull request #72115 from AThousandShips/clip_children_fix | Rémi Verschelde | |
Hide `clip_children` for some non-drawn CanvasItems | |||
2023-01-30 | Merge pull request #72336 from TokageItLab/dupe-animation-name | Rémi Verschelde | |
Tweak the name for duplicated animations in the editor | |||
2023-01-30 | Merge pull request #66266 from Calinou/editor-description-fix-tooltip-update | Rémi Verschelde | |
Fix Editor Description tooltip not changing until scene is reopened | |||
2023-01-30 | Merge pull request #72315 from raulsntos/dotnet/transform2d-skew | Rémi Verschelde | |
C#: Add `Skew` to `Transform2D` and fix `InterpolateWith` | |||
2023-01-30 | Merge pull request #72302 from dalexeev/shape-stroke | Rémi Verschelde | |
Improve stroke drawing on 2D collision shapes | |||
2023-01-30 | Merge pull request #72310 from Geometror/allow-disabling-noise-normalization | Rémi Verschelde | |
[Noise/NoiseTexture2D] Allow disabling normalization | |||
2023-01-30 | Merge pull request #72175 from dalexeev/gds-fix-export-group-annotations | Rémi Verschelde | |
GDScript: Fix broken export group annotations |