userJake_Richcancel
branchrust_reboot/main/fix_copy_paste_duplicate_entity/refactorcancel

7 Commits over 31 Days - 0.01cph!

6 Days Ago
6 Days Ago
Re-run codegen
6 Days Ago
merge from main -> fix_copy_paste_duplicate_entity/refactor
41 Days Ago
Add `paste_grid {x} {y} {spacing}` command Fix not being able to undo multiple pastes with a single `undopaste` command
41 Days Ago
Refactored to pass a List<Vector3> from the client so we can implement different shapes & fixes without needing server update / mismatch of client & server RPCs
41 Days Ago
If pasting multiple "bases" at once (in a line) add all the entities to a single entry in the paste history so they can be undone in a single step
41 Days Ago
Refactor `paste` and `paste_line` into a single method one the client & server - paste now acts like a repeating paste with count of 1 - pass repeat count inside the RPC proto