spacestation13 / BYONDDiffBots

GitHub applications to render rich diffs of BYOND files
MIT License
6 stars 4 forks source link

[MDB] Have "under tile" items (pipes, wires) render on top of tiles if they were modified #9

Open Jolly-66 opened 2 years ago

Jolly-66 commented 2 years ago

Asd asked me to put this here for their convenience.

It may not be possible, but it would be incredibly nice if any sort of pipe/wire changes that are under tiles are highlighted. It would make checking rewires/repipes much easier.

AffectedArc07 commented 2 years ago

Not sure if we can do this given dmm-tools likes to hide pipes under tiles to make renders clean.

@MCHSL how is the dmm-tools code interface, and is it feasible to disable specific render passes code first?

MCHSL commented 2 years ago

perhaps explicitly disabling the "hide-invisible" render pass would do it

Jolly-66 commented 1 year ago

I suppose I'll throw this in as well.

Instead of it just being pipes/wires/whatever, is it possible to just have anything under certain things (i.e firelocks under windows) render on top to show they were modified? Making them a tad more obvious would help as well.