---------------------------------------
vsmileb_cart:
Winnie et ses amis dans la Foret des Reves Bleus (France), En Ville avec l'ourson Patoune (France) [Sean Riddle, DisizDream]
Added: Fables & Fiends - Book One: The Legend of Kyrandia (v1.0, 5.25"), NASCAR Racing, NASCAR: Track Pack, SSN-21 SeaWolf
Renamed [kyrandia] Fables & Fiends - Book One: The Legend of Kyrandia -> Fables & Fiends - Book One: The Legend of Kyrandia(v1.3, 3.5")
Renamed [kyrandiafr] Fables & Fiends - Book One: The Legend of Kyrandia (France) -> Fables & Fiends - Book One: The Legend of Kyrandia (v1.7, 3.5", France)
Corrected [mkg] Mortal Kombat (Germany) to clone of [mk] Mortal Kombat
-Updated a few more internal layouts, mostly bezel-only ones.
* brkball wasn't using the DMD dots at all (it has a screen).
* The Aristocrat layouts could use collections to allow buttons and
tower lamps to be enabled/disabled independently.
These are mostly automatically generated/converted fruit machine
layouts. They were fortuitously triggering the "alternate" layout mode
by having multiple background elements without overlays, so alpha
blending mode was used for all elements.
These layouts had bezel elements only. It makes no sense to allow
turning off all elements in a layout leaving the user with a blank
window. (It's possible some of them are suited to breaking up using
collections, but that's a bigger job.)
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.
- Sprite color values are masked to their 15 least significant bits
before they are rendered to VRAM.
- Pixels on the bottom layer (or in single-layer mode) are always drawn,
even if the transparency bit is set to 1.
* rename some misleading type names
* remove callback_t and replace by better scalable approach
* hide implementations details
* move sources classes from putil.h to psources.h
* reduce code complexity
* improve parsing performance, parsing netlists now is twice as fast.
* fix issues around multi-byte string support
* moved psplit into pstrutil.h