pandemonium_engine/scene/main
Relintai 5b869f8b54 Ported from godot: Canvas item hierarchical culling
Adds optional hierarchical culling to the 2D rendering (within VisualServer).
Each canvas item maintains a bound in local space of the item itself and all child / grandchild items. This allows branches to be culled at once when they don't intersect a viewport.
- lawnjelly
b777a9e5f9
2023-06-28 20:25:48 +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
instance_placeholder.h Include cleanups for resources. 2022-03-18 18:48:49 +01:00
node.cpp Ported from godot: Canvas item hierarchical culling 2023-06-28 20:25:48 +02:00
node.h Ported from godot: Canvas item hierarchical culling 2023-06-28 20:25:48 +02:00
process_group.cpp Implemented a new ProcessGroup Node. It can be used to multithread scenes updates. 2023-06-13 15:08:35 +02:00
process_group.h Implemented a new ProcessGroup Node. It can be used to multithread scenes updates. 2023-06-13 15:08:35 +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 Implemented a new ProcessGroup Node. It can be used to multithread scenes updates. 2023-06-13 15:08:35 +02:00
scene_tree.h Backported from godot4: Rework Navigation Avoidance 2023-06-10 20:58:49 +02:00
SCsub
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