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