Conveyor Belt optimization and prediction (#12929)
* belt multithreading * moves away from multithreading and changes setting awake directly to physics system method * prediction for conveyors * Fixes missing reference in FaxSystem * Fixes oddities * Adds networked to conveyor components * Some more cleanup. * reverts power change event * Removes the event, fixes a file * Should fix the rest of the weird additions * More cleanup to fix extra files * Fixes again * fix * fixes fax system * Adds component state, cleans up the dependencies * Checks for prediction * Merge conflicts * powa --------- Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
8
Content.Client/Physics/Controllers/ConveyorController.cs
Normal file
8
Content.Client/Physics/Controllers/ConveyorController.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Content.Shared.Physics.Controllers;
|
||||
|
||||
namespace Content.Client.Physics.Controllers;
|
||||
|
||||
public sealed class ConveyorController : SharedConveyorController
|
||||
{
|
||||
//Class is empty, needed for prediction and networking
|
||||
}
|
||||
Reference in New Issue
Block a user