From 67ec5e5b43738128a696aea19b299ee0ed8a17a0 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Mon, 7 Sep 2020 01:40:41 +1000 Subject: Finished adding new mechanism for allowing parts of views to be hidden. Changed name of element to "collection" and initial visibility attribute to "visible", and added them to documentation. Also added them to complay.py. Fixed issue with collection inside group, and improved initial view selection behaviour. Updated some internal layouts to demonstrate new features, including et3400, irrmaze, ltcasino, mekd3/mekd4, seawolf and vgmplay. Removed all uses of cpanel, marquee and overlay from internal layouts and removed them from complay.py to actively discourage use. Also cleaned up view names in layouts that were using them in place of spaces, and removed some superfluous name attributes on elements that won't do anything useful with an output value anyway. Made vgmplay cycle visualiser modes when visualiser screen is clicked. Fixed a copy/paste error in bus/rs232/hlemouse.cpp while I'm at it. --- src/emu/render.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/emu/render.h') diff --git a/src/emu/render.h b/src/emu/render.h index d846dce58c1..ab7daa753e3 100644 --- a/src/emu/render.h +++ b/src/emu/render.h @@ -716,6 +716,7 @@ private: group_map &groupmap, std::vector &seen, bool empty, + bool collection, bool repeat, bool init); -- cgit v1.2.3