summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/rendfont.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-2/+2
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-13/+4
* Fixed loading of cached bdf fonts. Couriersud2014-02-261-9/+7
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-36/+23
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-6/+6
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-051-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* 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