pandemonium_engine/scene/main
Relintai 40a9b72afb Ported from godot-plus: Add ability to mute AudioServer.
Adds the option to change the audio driver to the Dummy driver and back at runtime, with a set of MuteState flags - Disabled (user control), Silence (period of silence), Focus Loss (when app is not in focus), and Paused (when app is paused).
Control for the flags is added for the editor in EditorSettings, and for the project in ProjectSettings.
Editor defaults to muted (Dummy driver) when there is no audio output, and automatically switches to active on output. This significantly reduces CPU usage.
- lawnjelly
cedb01fb84
2023-04-10 19:42:23 +02:00
..
canvas_layer.cpp Ported from godot 4: Remove NOTIFICATION_MOVED_IN_PARENT 2023-04-10 15:55:34 +02:00
canvas_layer.h Ported from godot 4: Remove NOTIFICATION_MOVED_IN_PARENT 2023-04-10 15:55:34 +02:00
http_request.cpp Fix typos with codespell. 2022-12-22 19:51:25 +01:00
http_request.h Moved a few more core classes. 2022-08-17 17:43:49 +02:00
instance_placeholder.cpp Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
instance_placeholder.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
node.cpp Ported from godot 4: Optimize Node::add_child validation 2023-04-10 18:10:22 +02:00
node.h Ported from godot 4: Optimize Node children management 2023-04-10 17:32:42 +02:00
resource_preloader.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
resource_preloader.h Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
scene_tree.cpp Ported from godot-plus: Add ability to mute AudioServer. 2023-04-10 19:42:23 +02:00
scene_tree.h Faster queue free 2023-01-16 14:24:25 +01:00
SCsub Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
timer.cpp Moved Engine and projectSettings. 2022-08-17 15:35:28 +02:00
timer.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
viewport.cpp Ported from godot 4: Remove NOTIFICATION_MOVED_IN_PARENT 2023-04-10 15:55:34 +02:00
viewport.h Ported from godot 4: Remove NOTIFICATION_MOVED_IN_PARENT 2023-04-10 15:55:34 +02:00
world.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
world.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00