pandemonium_engine/modules/network_synchronizer
2023-01-15 19:42:08 +01:00
..
doc_classes Re-extracted class docs. 2023-01-14 13:38:58 +01:00
tests Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
bit_array.cpp Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
bit_array.h Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
config.py Set up doc classes properly for the network synchronizer. 2022-03-24 01:22:14 +01:00
data_buffer.cpp Fixed up netowrk synchronizer's DataBuffer, and added it to the build. 2022-03-23 13:57:14 +01:00
data_buffer.h Fix typos with codespell. 2022-12-22 19:51:25 +01:00
interpolator.cpp Fix typos with codespell. 2022-12-22 19:51:25 +01:00
interpolator.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
net_utilities.cpp Fixed compile for all network synchronizer classes, and added them to the build. 2022-03-23 15:07:15 +01:00
net_utilities.h Fix typos with codespell. 2022-12-22 19:51:25 +01:00
networked_controller.cpp Fix typos with codespell. 2022-12-22 19:51:25 +01:00
networked_controller.h Fix typos with codespell. 2022-12-22 19:51:25 +01:00
register_types.cpp Now modules make use of the new registration levels. 2023-01-15 17:04:00 +01:00
register_types.h Added include guards to all module register_types.h-s. 2023-01-15 13:27:08 +01:00
scene_diff.cpp Added the NetworkedController & SceneRewinder module from https://github.com/godotengine/godot/pull/37200. It's disabled for now, it needs to be ported. 2022-03-20 23:30:30 +01:00
scene_diff.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
scene_synchronizer.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
scene_synchronizer.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
SCsub Fixed compile for all network synchronizer classes, and added them to the build. 2022-03-23 15:07:15 +01:00