Go to file
maybegreat48 0132075d1c
Netsync stuff (#5)
* feat(metric): add rlMetric

* fix(metric): serializer fix

* feat(tls): add tlsContext

* feat(fwEntity): add entity classes

* fix: add import

* fix(vector): constexpr ctors

* feat(ped): add CPed

* feat(sync): add sync nodes

* feat(netsync): add netSyncDataNode::IsActive

* feat(netsync): first node

* fix: make GetData accessible

* fix: make netSyncDataNode an abstract class

* fix(netsync): the compiler is too smart for its own good

* feat(netsync): add CObjectCreationData

* feat(netsync): add CPlayerAppearanceData

* feat(netsync): CVehicleCreationData

* feat(netsync): add CPickupCreationData

* feat(netsync): add CPhysicalAttachData

* feat(netsync): add CVehicleProximityMigrationData

* feat(netsync): add CPedTaskTreeData

* feat(network): add CScriptedGameEvent

---------
2023-10-09 15:01:36 +02:00
base Entities (#4) 2023-09-29 23:45:35 +02:00
entity Entities (#4) 2023-09-29 23:45:35 +02:00
network Netsync stuff (#5) 2023-10-09 15:01:36 +02:00
ped Entities (#4) 2023-09-29 23:45:35 +02:00
player Invoker stuff (#1) 2023-08-26 21:12:04 +02:00
rage Netsync stuff (#5) 2023-10-09 15:01:36 +02:00
script Netsync stuff (#5) 2023-10-09 15:01:36 +02:00
.gitignore Invoker stuff (#1) 2023-08-26 21:12:04 +02:00
classes.cpp Netsync stuff (#5) 2023-10-09 15:01:36 +02:00
CMakeLists.txt Invoker stuff (#1) 2023-08-26 21:12:04 +02:00
rdr2.rcnet Netsync stuff (#5) 2023-10-09 15:01:36 +02:00
README.md Initial commit 2023-08-25 18:05:34 +02:00

RDR-Classes