branchrust_reboot/main/copy_paste_clientside_fixescancel

11 Commits over 0 Days - ∞cph!

5 Days Ago
Fix copybuilding saying it required 1 argument instead of using the clipboard
5 Days Ago
merge from main -> copy_paste_clientside_fixes
11 Days Ago
Fix rotation of paste relative to admin seeming random - was sending a Quaternion which is serialized with spaces and breaks command parsing and being read as a default rotation Fix copybuilding not always working - was sending transform.position instead of eyePos so it was raycasting from the admin's feet and sometimes missing the target
11 Days Ago
Add using statement when client recieves paste from server to dispose protobuf
12 Days Ago
Send pastes from client -> server on a different channel so they don't block player ticks from being sent and cause packet flooding
12 Days Ago
Add support for each overload of ServerRPC to change what channel it's sent on - also fixed `SendMethod.Reliable` for each RPC not being sent assigned in SendInfo (it defaulted to reliable but best to fix)
12 Days Ago
Allow dashes and underscores in paste filename
12 Days Ago
Prompt users to use `--overwrite` if copying a paste will overwrite a local file Print out number of entities saved when a paste is saved to the client (stash from before the patch)
12 Days Ago
merge from main -> copy_paste_clientside_fixes
19 Days Ago
Add `loadclipboard` and `saveclipboard` commands
19 Days Ago
Allow `copybox`, `copyradius`, `copybuilding` and `paste` to skip name parameter to act like it's using a clipboard by using the filename `clipboard`