godot-module-template/servers
Claude 802eb0b1a0
Fix glow visual compatibility regression (issue #112469)
Reverts the default value of Environment.glow_hdr_threshold from 0.0
back to 1.0 to restore the expected glow appearance in existing projects.

The default was inadvertently changed from 1.0 to 0.0 in PR #110077,
which caused glow effects to render dramatically different across all
rendering methods (Forward+, Mobile, and GL Compatibility). This broke
backward compatibility with existing projects like the Kenney 3D
Platformer starter kit.

Changed files:
- scene/resources/environment.h
- servers/rendering/storage/environment_storage.h
- drivers/gles3/effects/glow.h
- drivers/gles3/rasterizer_scene_gles3.cpp
- doc/classes/Environment.xml

Setting the value back to 1.0 aligns with documented recommendations
and restores visual consistency.

Fixes #112469
2025-11-07 04:07:41 +00:00
..
audio Change AudioStreamRandomizer random_pitch slider to random_pitch_semitones 2025-10-30 11:38:24 +01:00
camera Expose CameraFeed::set_ycbcr_images 2025-10-19 20:27:55 +09:00
debugger Move server files into their subfolders 2025-09-30 19:39:39 -07:00
display Remove extraneous includes from texture.h. 2025-10-10 18:39:16 +02:00
movie_writer Merge pull request #109433 from KoBeWi/hastension 2025-10-31 09:23:30 -05:00
navigation_2d Make NavigationServer backend engine selectable 2025-10-30 08:59:06 +01:00
navigation_3d Make NavigationServer backend engine selectable 2025-10-30 08:59:06 +01:00
physics_2d Fix 2D debug templates linking 2025-10-05 04:22:49 +03:00
physics_3d Fix 2D debug templates linking 2025-10-05 04:22:49 +03:00
rendering Fix glow visual compatibility regression (issue #112469) 2025-11-07 04:07:41 +00:00
text Fix indented line wrap with no spaces 2025-10-14 10:22:10 -04:00
xr Make XRPose only set name on creation, instead of on every update. 2025-10-11 20:24:23 -05:00
nav_heap.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
register_server_types.cpp Make NavigationServer backend engine selectable 2025-10-30 08:59:06 +01:00
register_server_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub Fix 2D debug templates linking 2025-10-05 04:22:49 +03:00
server_wrap_mt_common.h Pause physics command queue during physics processing 2025-08-14 15:54:59 +02:00