Commit Graph

80632 Commits

Author SHA1 Message Date
Hugo Locurcio
434b813f7d Improve HTML shell in the web editor
- Tweak loading page for better usability and match the Godot
  editor style guide (e.g. buttons use Title Case text).
- Update theming to match the default theme as of Godot 4.6.
- Use Inter font with OpenType features to match the Godot 4.6 default.
- Use `:focus-visible` in CSS to hide focus outlines on mouse/touch
  input (matches Godot 4.6+ behavior).
- Remove video driver selection, as only WebGL 2 is available.
- Fix Open Graph image being 404 by using the same image as the
  website's homepage.
- Tweak welcome dialog text and add a link to the editor download page.
- Hide "(Try this for example)" link once a file is selected.
- Fix Open Graph image being 404.
- Link to the `stable` branch of the documentation instead of
  `latest`, since it lacks the version warning at the top.
2026-01-21 19:12:57 +01:00
Rémi Verschelde
2d53a62898 Merge pull request #114979 from mhilbrunner/drop-console-docs
Remove link for consoles in EditorExportPlatform
2026-01-15 11:01:15 +01:00
Rémi Verschelde
601c864758 Merge pull request #114978 from bruvzg/emb_timer
Split `EmbeddedProcess::reset` to allow stopping timers without full reset.
2026-01-15 11:01:08 +01:00
Max Hilbrunner
4a69505fac Remove link for consoles in EditorExportPlatform 2026-01-15 10:27:00 +01:00
Pāvels Nadtočajevs
c3bef1b83f Split EmbeddedProcess::reset to allow stopping timers without full reset. 2026-01-15 11:19:43 +02:00
Thaddeus Crews
1549d51865 Merge pull request #114938 from passivestar/color-picker-icons
Fix editor ColorPicker icon scale
2026-01-14 20:10:22 -06:00
Thaddeus Crews
86b60073dd Merge pull request #114935 from YeldhamDev/play_pos_marker_fix
Fix wrong play position for the `AnimationMarkerEdit`
2026-01-14 20:10:21 -06:00
Thaddeus Crews
9465655acb Merge pull request #114960 from akien-mga/readme-tweak
README: Minor tweaks and remove broken badge
2026-01-14 20:10:20 -06:00
Thaddeus Crews
8c78591906 Merge pull request #114956 from passivestar/checkbox-icon-tint
Remove checkbox icon tint in Create Scene popup
2026-01-14 20:10:19 -06:00
Thaddeus Crews
354ed3a871 Merge pull request #114950 from passivestar/negative-dimness-fix
Limit maximum luminance for elevated surfaces in modern theme
2026-01-14 20:10:18 -06:00
Thaddeus Crews
83600fcc0d Merge pull request #114784 from BastiaanOlij/openxr_valve_profile_rename
OpenXR: Change profile name for Valve Frame Controller
2026-01-14 20:10:16 -06:00
Bastiaan Olij
34a0ab7de4 OpenXR: change profile name for Valve Frame Controller 2026-01-15 07:52:29 +11:00
Rémi Verschelde
423326b251 README: Minor tweaks and remove broken badge 2026-01-14 20:51:37 +01:00
passivestar
458d33717e Remove checkbox icon tint in Create Scene popup 2026-01-14 23:01:00 +04:00
passivestar
b79de52951 Limit maximum luminance for elevated surfaces in modern theme 2026-01-14 18:16:39 +04:00
passivestar
1b157957ae Fix editor ColorPicker icon scale 2026-01-14 06:17:00 +04:00
Michael Alexsander
1d244cd956 Fix wrong play position for the AnimationMarkerEdit 2026-01-13 21:02:23 -03:00
Rémi Verschelde
481f36ed20 Bump version to 4.6-rc 2026-01-14 00:20:18 +01:00
Rémi Verschelde
be6399ddac Update AUTHORS and DONORS list 2026-01-14 00:18:18 +01:00
Rémi Verschelde
468d9ab4a1 Merge pull request #114934 from KoBeWi/docustomentation
Fix descriptions of custom types in CreateDialog
2026-01-13 23:43:51 +01:00
Rémi Verschelde
c99ae14992 Merge pull request #114932 from jelolul/updating-tab-styles
Fix dock tab styles not updating when changed in Editor Settings
2026-01-13 23:43:44 +01:00
Rémi Verschelde
575a2a913c Sync translations with Weblate 2026-01-13 23:39:37 +01:00
jelo
702ec43bcd Fix dock tab styles not updating when changed in Editor Settings 2026-01-13 22:14:03 +00:00
kobewi
6a453b521c Fix descriptions of custom types in CreateDialog 2026-01-13 22:55:45 +01:00
Rémi Verschelde
79033f1754 Merge pull request #114931 from rsanchezsaez/apple/fix-scale-warning
Fix XROrigin3D scale warning
2026-01-13 22:21:19 +01:00
Rémi Verschelde
8757f2b2bc Merge pull request #114929 from passivestar/pill-tab-zero-radius
Fix inner tabs outer panel corners at zero radius
2026-01-13 22:21:16 +01:00
Rémi Verschelde
8af6266193 Merge pull request #114928 from YeldhamDev/game_speed_reset_fix
Fix speed being reset when it shouldn't in the game editor
2026-01-13 22:21:12 +01:00
Rémi Verschelde
a240316ddb Merge pull request #114927 from passivestar/project-list-ui
Minor fixes for the project list item UI
2026-01-13 22:21:08 +01:00
Rémi Verschelde
54acdca4f2 Merge pull request #114916 from KoBeWi/what_preview_failed
Tweak quick open recursion error
2026-01-13 22:21:03 +01:00
Rémi Verschelde
4db916dac6 Merge pull request #114908 from clayjohn/RD-env-roughness
Overhaul compute shader based environment roughness calculation to improve performance and quality
2026-01-13 22:20:59 +01:00
Rémi Verschelde
427eab91a2 Merge pull request #114907 from clayjohn/RD-env-filter
Fix downsampled radiance map generation
2026-01-13 22:20:55 +01:00
Rémi Verschelde
0dd64f4224 Merge pull request #114851 from Nintorch/set-joy-light-return-type
Change return type for `Input.set_joy_light()` from `bool` to `void`
2026-01-13 22:20:50 +01:00
Rémi Verschelde
d6863b62cf Merge pull request #114827 from Faless/net/ip_address_parsing
Network: Normalize IP parsing, fix IPv6, tests
2026-01-13 22:20:46 +01:00
Rémi Verschelde
f084100f43 Merge pull request #114688 from HolonProduction/fix-resize-uninit-desc
Fix description for `resize_uninitialized`
2026-01-13 22:20:41 +01:00
Rémi Verschelde
b57985ab9e Merge pull request #114582 from TokageItLab/hide-animlib-inspector
Hide animation library properties in inspector
2026-01-13 22:20:37 +01:00
Rémi Verschelde
3d71d7df31 Merge pull request #114410 from ej-sanmartin/fix/png-web-import-freeze
Fix importing projects with PNG assets freezes Web Editor
2026-01-13 22:20:28 +01:00
Ricardo Sanchez-Saez
75a3f4a244 Fix XROrigin3D scale warning 2026-01-13 11:16:37 -08:00
Michael Alexsander
4e06e305bf Fix speed being reset when it shouldn't in the game editor 2026-01-13 15:00:25 -03:00
Fabio Alessandrelli
65ce1360b4 network: Normalize IP parsing, fix IPv6, tests 2026-01-13 18:55:55 +01:00
passivestar
dd5462c3f9 Fix inner tabs outer panel corners at zero radius 2026-01-13 21:52:33 +04:00
passivestar
092bfca4dc Minor fixes for the project list item UI 2026-01-13 20:51:08 +04:00
HolonProduction
01d0878c83 Fix description for resize_uninitialized 2026-01-13 12:52:36 +01:00
kobewi
d24d5b50fe Tweak quick open recursion error 2026-01-13 12:24:12 +01:00
Rémi Verschelde
50277787ea Merge pull request #114904 from rsanchezsaez/apple/fix-visionos-warning
Avoid warning when compiling on visionOS 26 SDK
2026-01-13 11:06:45 +01:00
Rémi Verschelde
98d8a7dff8 Merge pull request #114886 from YeldhamDev/spin_slider_fix
Fix sizing problems with `EditorSpinSlider`
2026-01-13 11:06:42 +01:00
Rémi Verschelde
f016ba60c2 Merge pull request #114844 from Clubhouse1661/fix-animation-library-serialization-compat
Fix animation library serialization compatibility for 4.5 projects
2026-01-13 11:06:38 +01:00
Rémi Verschelde
38293c4d39 Merge pull request #114820 from AR-DEV-1/114652
X11: Allow moving a fullscreen/maximized window to another screen/display
2026-01-13 11:06:34 +01:00
Rémi Verschelde
7ebdb60060 Merge pull request #114807 from YeldhamDev/theme_editor_goodies
Fix and improve the theme editor
2026-01-13 11:06:30 +01:00
Rémi Verschelde
50f3d51a9a Merge pull request #114774 from Calinou/doc-lookatmodifier3d-angle-units
Specify units for angles in the LookAtModifier3D documentation
2026-01-13 11:06:25 +01:00
Rémi Verschelde
58e15470e8 Merge pull request #114744 from scgm0/Fix-PopupMenu-size-scaling-again
Fix PopupMenu size scaling again
2026-01-13 11:06:20 +01:00