summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendfont.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-11/+11
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-17/+15
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-18/+9
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-2/+2
* BIG update. Aaron Giles2011-03-291-20/+20
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-4/+4
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-41/+31
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-17/+17
* Fixed error that caused us to repeatedly re-render characters Aaron Giles2010-10-271-0/+3
* Use "default" font for artwork elements as well. Aaron Giles2010-10-241-1/+8
* Added support for OSD-generated fonts. The OSD is queried first to see Aaron Giles2010-10-241-55/+99
* Convert rendfont to C++. Aaron Giles2010-10-231-565/+475
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-8/+13
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-4/+3
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-231-2/+2
* Cleanups and version bump. Aaron Giles2010-01-161-2/+2
* Enforce that numbers are all the same exact width when loading fonts. Aaron Giles2010-01-121-0/+12
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-0/+2
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-20/+20
* Bulk change alert. Aaron Giles2009-04-261-17/+8
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-8/+8
* Removed fillbitmap() macro in favor of direct calls to bitmap_fill(). Aaron Giles2008-12-041-1/+1
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+853