wesnoth/images
Charles Dang 6b437d9239 Cleaned up ellipse rendering, combined ellipse images
Split the ellipse drawing into its own function. render_unit is massive and needs to be
cleaned up. Rewrote the code to be much more readable in the process. It also resolves a
bunch of logical messes, such as still registering a handle with the drawing buffer if
ellipse was set to "none" or draw_bars was false.

Combined all the ellipse top/bottom images into single images. As far back as I can find,
the rendering code has always drawn the two halves on the same layer, so it really doesn't
make sense to have them be separate images. In case any addons still use the old two-image
format, they will be used as a fallback if a single image isn't found.
2024-09-05 13:05:24 -04:00
..
arrows Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
buttons Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
cursors Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
cursors-bw Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
dialogs Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
editor Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
footsteps Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
help Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
icons Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
misc Cleaned up ellipse rendering, combined ellipse images 2024-09-05 13:05:24 -04:00
panels Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
tools Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
whiteboard Add Exif tags to images (#9254) 2024-08-25 20:18:16 -07:00
README.md Made README files Markdown 2017-04-28 15:07:06 +11:00

This directory contains image resources used by the C++ UI but not by WML.