11,449 Commits over 3,561 Days - 0.13cph!
Check valid and apply same rotation when using swap weapon if possible.
Fix a situation where the rack would steal a weapon.
Disable debug grid drawing.
Additional test save.
increase max slots, handle being full and trying to add new item
more test changes and some fixes
trying out a different placement method
Update ghost model rotation immediately after changing rotation
Switch to the same placement rotation as the weapon you take from a rack.
Press shift to rotate a weapon when placing.
best placement calc fixes for rotation
rotation placement checks
rotation serialization fix
serialize rotation.
protobuf.
made client-side rotation control a convar for testing until I add a keybind.
grid helper functions now support rotation.
apply pivot offset correctly and only once, fix anchors.
remove now unnecessary unparent code
NRE fix.
Parenting change.
Restore crosshair weapon rack info after merge
quick temporary hacky test of applying pivot
More progress, fixes, auto create render center offset in setup tool.
wip auto center and pivot calc, bounds, rotation
set scale override for the four overly massive items
Added support for weapon scaling when mounted
Placement behaviour tweak
last of the weapon configs.
Grid cell size tweak.
First bunch of weapon configs.
Bunch of cleanup, refactor and optimisations.
Placement checks can now ignore a specific mounted weapon (for swapping).
If swapping a weapon with a larger weapon, try and fit it in surrounding space if possible, otherwise don't allow swap.
Refactor best placement calc
verify item fits server side too
Swap weapon fixes.
Codegen.
Find best placement position when targeting a non perfect fit cell - edges, etc.