godot/servers
clayjohn 385ee5c70b Implement Physical Light Units as an optional setting.
This allows light sources to be specified in physical light units in addition to the regular energy multiplier. In order to avoid loss of precision at high values, brightness values are premultiplied by an exposure normalization value.

In support of Physical Light Units this PR also renames CameraEffects to CameraAttributes.
2022-08-31 12:14:46 -07:00
..
audio Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
camera
debugger
extensions Add collision weight to PhysicsBody for penetrations must be avoided 2022-08-18 08:10:31 +09:00
movie_writer Rename String plus_file to path_join 2022-08-29 19:38:13 -05:00
physics_2d Merge pull request #64367 from Mickeon/rename-var-to-str 2022-08-26 23:04:06 +02:00
physics_3d Fix collision solving between world boundary and motion shape 2022-08-27 19:51:14 +02:00
rendering Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
text Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 2022-08-26 11:59:07 +02:00
xr
audio_server.cpp Rename str2var to str_to_var and similar 2022-08-26 14:58:22 +02:00
audio_server.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
camera_server.cpp Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
camera_server.h Replace Array return types with TypedArray 2022-08-22 22:42:36 +02:00
display_server_headless.h
display_server.cpp [macOS] Extend editor contents to the window titlebar for better space usage. 2022-08-26 15:12:43 +03:00
display_server.h [macOS] Extend editor contents to the window titlebar for better space usage. 2022-08-26 15:12:43 +03:00
navigation_server_2d.cpp Merge pull request #64354 from Mickeon/rename-navigation-distance 2022-08-25 18:35:23 +02:00
navigation_server_2d.h Merge pull request #64354 from Mickeon/rename-navigation-distance 2022-08-25 18:35:23 +02:00
navigation_server_3d.cpp Merge pull request #64354 from Mickeon/rename-navigation-distance 2022-08-25 18:35:23 +02:00
navigation_server_3d.h Merge pull request #64354 from Mickeon/rename-navigation-distance 2022-08-25 18:35:23 +02:00
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h Add collision weight to PhysicsBody for penetrations must be avoided 2022-08-18 08:10:31 +09:00
physics_server_2d.cpp Restore RigidBody2/3D, SoftBody names in physics 2022-08-26 12:26:25 +02:00
physics_server_2d.h Restore RigidBody2/3D, SoftBody names in physics 2022-08-26 12:26:25 +02:00
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h Add collision weight to PhysicsBody for penetrations must be avoided 2022-08-18 08:10:31 +09:00
physics_server_3d.cpp Restore RigidBody2/3D, SoftBody names in physics 2022-08-26 12:26:25 +02:00
physics_server_3d.h Restore RigidBody2/3D, SoftBody names in physics 2022-08-26 12:26:25 +02:00
register_server_types.cpp
register_server_types.h
rendering_server.cpp Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
rendering_server.h Implement Physical Light Units as an optional setting. 2022-08-31 12:14:46 -07:00
SCsub
server_wrap_mt_common.h
text_server.cpp Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 2022-08-26 11:59:07 +02:00
text_server.h Merge pull request #64422 from bruvzg/make_fonts_unbearably_ugly_2.0 2022-08-26 11:59:07 +02:00
xr_server.cpp Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00
xr_server.h Replace Array return types with TypedArray 3 2022-08-24 12:53:36 +02:00