Skip to content

Client Direction

Rob Nelson requested to merge pull/5001/CLIENTDIRISFUN into Bleeding-Edge

Created by: clusterfack

Adds a way to change client direction

Client dir is a rotational method of byond to view the tiles from a rotated view. It classically breaks literally everything thanks to our current smoothwall code and hotkeys system along with any hardcoded mapping things like sec cell timers.

How much shit is left

  • All window smoothing
  • Lattice/catwalk smoothing
  • Carpet smoothing
  • Fix hotkeys
  • Make verbs to change dir
  • Unhardcode shuttle smoothing
  • Fully 100% fix shuttle smoothing conditions (diagonals work, kinks work, right angle walls occur too often so they are commented out right now)
  • Fix every multitile object (need sprites probably)
  • Wires still have some issues especially the way they are mapped

What else

  • New and smoothed salvage shuttle courtesy of skowron

Merge request reports