godot/servers
Hugo Locurcio ab7a807f2b
Rename GPUParticles2D/3D's trail_length_secs to trail_lifetime
The property already has a "seconds" suffix in the inspector.
The "lifetime" term makes it more obvious that the property is
specified as time, not a distance in units.

The property hint now allows manually entering values greater than
10 seconds.

The internal rendering value's default now matches the particles
nodes' default.
2022-11-07 13:37:40 +01:00
..
audio Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
camera
debugger
extensions
movie_writer Warn if available disk space is low when Movie Maker mode is enabled 2022-11-01 00:02:55 +01:00
navigation
physics_2d
physics_3d Move EulerOrder enum to math_defs.h and global scope 2022-11-02 13:44:13 -05:00
rendering Rename GPUParticles2D/3D's trail_length_secs to trail_lifetime 2022-11-07 13:37:40 +01:00
text Simplify GDVIRTUAL_CALL calls 2022-10-19 00:05:48 +02:00
xr Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00
audio_server.cpp Unify usage of GLOBAL/EDITOR_GET 2022-10-18 19:01:48 +02:00
audio_server.h
camera_server.cpp
camera_server.h
display_server_headless.h Make window creation with custom position do not flash 2022-10-24 13:50:25 +08:00
display_server.cpp Add call_deferred() method to Callable 2022-11-04 17:24:34 +01:00
display_server.h Make window creation with custom position do not flash 2022-10-24 13:50:25 +08:00
navigation_server_2d.cpp
navigation_server_2d.h
navigation_server_3d.cpp
navigation_server_3d.h
physics_server_2d_wrap_mt.cpp
physics_server_2d_wrap_mt.h
physics_server_2d.cpp
physics_server_2d.h
physics_server_3d_wrap_mt.cpp
physics_server_3d_wrap_mt.h
physics_server_3d.cpp
physics_server_3d.h
register_server_types.cpp
register_server_types.h
rendering_server.cpp Viewport canvas cull mask feature 2022-10-31 14:09:49 +01:00
rendering_server.h Viewport canvas cull mask feature 2022-10-31 14:09:49 +01:00
SCsub
server_wrap_mt_common.h
text_server.cpp
text_server.h
xr_server.cpp
xr_server.h Style: Misc docs and comment style and language fixes 2022-11-02 19:01:18 +01:00