pandemonium_engine/servers
Relintai 1263101396 Ported: Batching - Add MultiRect command
Large groups of similar rects can be processed more efficiently using the MultiRect command. Processing common to the group can be done as a one off, instead of per rect.

Adds the new API to VisualServerCanvas, and uses the new functionality from Font, BitmapFont, DynamicFont and TileMap, via the VisualServerCanvasHelper class.

- lawnjelly

910ddd13c4
2023-04-20 23:09:37 +02:00
..
audio Ported from godot-plus: Add ability to mute AudioServer. 2023-04-10 19:42:23 +02:00
physics Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
physics_2d Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
rendering Ported: Batching - Add MultiRect command 2023-04-20 23:09:37 +02:00
audio_server.cpp Ported from godot-plus: Add ability to mute AudioServer. 2023-04-10 19:42:23 +02:00
audio_server.h Ported from godot-plus: Add ability to mute AudioServer. 2023-04-10 19:42:23 +02:00
navigation_2d_server.cpp Add init() virtual methods to the navigation servers. 2023-04-16 18:23:56 +02:00
navigation_2d_server.h Add init() virtual methods to the navigation servers. 2023-04-16 18:23:56 +02:00
navigation_server.cpp Add init() virtual methods to the navigation servers. 2023-04-16 18:23:56 +02:00
navigation_server.h Add init() virtual methods to the navigation servers. 2023-04-16 18:23:56 +02:00
physics_2d_server.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
physics_2d_server.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
physics_server.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
physics_server.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
register_server_types.cpp Now more than one Naviugation2D servers can be registered. 2023-04-16 18:19:57 +02:00
register_server_types.h Clang format all files. 2022-03-18 19:00:13 +01:00
rendering_server_callbacks.cpp Also renamed the files. 2022-08-19 21:24:36 +02:00
rendering_server_callbacks.h Also renamed the files. 2022-08-19 21:24:36 +02:00
rendering_server.cpp Ported: Batching - Add MultiRect command 2023-04-20 23:09:37 +02:00
rendering_server.h Ported: Batching - Add MultiRect command 2023-04-20 23:09:37 +02:00
SCsub Also renamed the files. 2022-08-19 21:24:36 +02:00
server_wrap_mt_common.h