2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00
Commit Graph

8 Commits

Author SHA1 Message Date
eb2767a5f7 Open source re-licensing 2011-10-22 17:03:49 -07:00
24618b07d2 Merge pull request #58 from cwalther/plClient_Resources-3
Skip the Thumbs.db files that Windows likes to add
2011-07-23 14:05:45 -07:00
be3a8fa3c7 Skip the Thumbs.db files that Windows likes to add. 2011-07-21 09:45:49 +02:00
e5db4e166e Improve detail rendition (in particular of thin lines) on the cursors
by rendering them at higher resolution and then running them through a
gamma-aware down-scaling algorithm.
2011-07-20 23:48:44 -07:00
b691edeec1 Higher-quality cursors with a shadow to make them visible on light backgrounds.
Same look as in 760606d except for the linking book, which got a slight
curvature on the pages (inspired by Deledrius' one, 99bda8c).

The SVG is hand-tweaked to work around some differences in rendering between
rsvg and Inkscape. I hope editing it in Inkscape again won't break the tweaks,
check the diff closely if you do!

Effects (blurred shadows) appear to be clipped to the SVG viewport by rsvg,
which is why drawing the whole SVG shifted for the book cursors no longer
works and we shift individual layers inside the SVG instead.
2011-07-20 23:48:44 -07:00
9dbb5ab235 Changed font for UPDATING text image to match original. 2011-07-20 23:44:26 -07:00
ac77d5db19 Fix rotation to match original clockwise direction.
Cyan's resources were loaded into the array in reverse order,
requiring the images to appear count-clockwise.  This is no
longer the case, as the array is now built in frame order.
2011-07-20 23:44:25 -07:00
613ceada9a Add automatic creation of external plClient resources. 2011-07-20 23:44:23 -07:00