userJake_Richcancel
branchrust_reboot/main/optimize_rpc_src_connection_2/refactor_2cancel

19 Commits over 29 Days - 0.03cph!

8 Months Ago
8 Months Ago
Merge from main -> rpc refactor_2
8 Months Ago
Merge from main -> rpc refactor_2
9 Months Ago
Merge from main -> rpc refactor_2
9 Months Ago
Attempt #2 Merge main -> optimize_rpc_src_connection/refactor_2
9 Months Ago
Merge from main -> optimize_rpc_src_connection/refactor_2
9 Months Ago
Manually convert `ClientRpcEx()` -> `ClientRPC( RpcTarget )`
9 Months Ago
Add extra overloads to RpcTarget to handle niche RPC requirements
9 Months Ago
Mark existing ClientRPC overloads as Obsolete with deprecation notice
9 Months Ago
Convert methods using `ClientRPCPlayerAndSpectators()` to RpcTarget version
9 Months Ago
Add support in RPCTarget for `RpcTarget.PlayerAndSpectators()` Remove `ClientRPCPlayerAndSpectators()` overload from BaseEntity.RPC
9 Months Ago
Fix compile error in GNB with ClientRPCStart()
9 Months Ago
Switch from ClientRPC -> ClientRPCEx to the other way around: ClientRpc( RpcTarget ) is now the base method
9 Months Ago
Remove constructors from RPCTarget & move to static methods
9 Months Ago
Make constructors of RpcTarget private until we finalize the static methods
9 Months Ago
Convert ClientRPC() -> RpcTarget overload
9 Months Ago
Convert `ClientRpcPlayer()` -> `ClientRpc( RpcTarget.Player() )`
9 Months Ago
Add static methods to RpcTarget to help with code clarity
9 Months Ago
Add new `RpcTarget` struct and overloads to hopefully replace all overloads