branchrust_reboot/main/qol_io_arrowscancel

30 Commits over 31 Days - 0.04cph!

46 Days Ago
Fix telephone and CCTV camera port arrows not working
46 Days Ago
merge from main -> qol_io_arrows
47 Days Ago
Fix IO arrows casting shadows
47 Days Ago
Fix the sound DLC "sound light entity" IO arrows appearing in the wrong place because the renderering component was attached to the MeshRenderer child Transform instead of the DeployableGuide parent Transform
47 Days Ago
Fix IO arrows not updating when plugging in a wire
47 Days Ago
Fix fluid combiner, flasher light, sprinkler, boombox, speaker & microphone stand ports Fix weapon rack not showing ports while deploying
47 Days Ago
merge from main -> qol_io_arrows
52 Days Ago
Add ability for IO arrows to be offset per port - made water barrel top arrow offset to make it easier to see
52 Days Ago
Handle entities that have IO implemented as a separate child entity - calculate the offset between the child & parent - manually offset IO ports to account for this
52 Days Ago
Fix elevator and fluid splitter
52 Days Ago
Fix arrows trying to render when the IO port doesn't have a direction configured and flooding F1 console with warnings
52 Days Ago
Fix & add IO port directions on a bunch more IO entities
53 Days Ago
Fix compile errors on CLIENT and SERVER
53 Days Ago
Add io arrow accessibility settings to options menu - already existed as convars but weren't in menu
53 Days Ago
Change from DDraw for arrows to using real meshes for arrows - still uses ddraw when editing IO entities in scene view
53 Days Ago
merge from main -> qol_io_arrows
55 Days Ago
io arrow + temp input/output materials
2 Months Ago
Hook up accessibility color options
2 Months Ago
Cleanup and fix debug spam
2 Months Ago
Hook up options menu
2 Months Ago
Hook up convars for configuring if arrows should show for deploy guide, on deployed entities or both - now a different convar for if it should show important ports or all ports
2 Months Ago
Fix ports & arrows not working with the deploy guide when the mesh is scaled - hard to spot because it worked on deployed entities but not with the deploy guide
2 Months Ago
Show the white cubes and arrows when deploying IO entities too
2 Months Ago
Configure a bunch more prefabs & configure important vs unimportant ports Fix water IO ports not working
2 Months Ago
High priority ports will show regardless of being marked as "main power"
2 Months Ago
Reposition industrial conveyor electrical ports so power in & out is on top & sensor outposts are on the bottom - did while marking direction of each port
2 Months Ago
Mark certain IO ports as higher priority, only show the important ports by default - main input, output & passthrough power considered important by default - `io_arrow_mode` convar to control behavior
2 Months Ago
DDraw arrows in & out of IO ports when looking with a wire tool
2 Months Ago
Show IO port direction as an arrow instead of a line in the editor gizmo
2 Months Ago
Configure a direction for every IO port for every deployable IO entity