pandemonium_engine/modules/network_synchronizer
2022-08-17 12:53:49 +02:00
..
doc_classes Backported: Rename iterations_per_second to physics_ticks_per_second - Calinou - 937c1a716c 2022-03-24 11:10:56 +01:00
tests 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
bit_array.cpp Re-enabled the network synchronizer module, and started cleaning it / porting it. 2022-03-22 02:10:27 +01:00
bit_array.h Re-enabled the network synchronizer module, and started cleaning it / porting it. 2022-03-22 02:10:27 +01: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 Fixed up netowrk synchronizer's DataBuffer, and added it to the build. 2022-03-23 13:57:14 +01:00
interpolator.cpp Renamed Quat to Quaternion for consistency with the other engine math classes. 2022-08-13 15:22:33 +02:00
interpolator.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +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 Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
networked_controller.cpp Backported: Rename iterations_per_second to physics_ticks_per_second - Calinou - 937c1a716c 2022-03-24 11:10:56 +01:00
networked_controller.h Backported: Rename iterations_per_second to physics_ticks_per_second - Calinou - 937c1a716c 2022-03-24 11:10:56 +01:00
register_types.cpp Fixed compile for all network synchronizer classes, and added them to the build. 2022-03-23 15:07:15 +01:00
register_types.h 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.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 container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
scene_synchronizer.cpp Renamed elements in Transform2D to columns. 2022-08-14 15:37:05 +02:00
scene_synchronizer.h Moved container related classes in core under a new containers directory. 2022-08-17 12:53:49 +02:00
SCsub Fixed compile for all network synchronizer classes, and added them to the build. 2022-03-23 15:07:15 +01:00