index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
rendfont.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix several rendering issues with artwork, introduced in the
Aaron Giles
2012-01-16
1
-11
/
+11
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-17
/
+15
*
Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR*
Aaron Giles
2011-12-31
1
-18
/
+9
*
Fixes for variable shadowing [Oliver Stöneberg]
R. Belmont
2011-07-21
1
-2
/
+2
*
BIG update.
Aaron Giles
2011-03-29
1
-20
/
+20
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-4
/
+4
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-41
/
+31
*
Cleanup & version bump.
mame0140u1
Aaron Giles
2010-11-08
1
-17
/
+17
*
Fixed error that caused us to repeatedly re-render characters
Aaron Giles
2010-10-27
1
-0
/
+3
*
Use "default" font for artwork elements as well.
Aaron Giles
2010-10-24
1
-1
/
+8
*
Added support for OSD-generated fonts. The OSD is queried first to see
Aaron Giles
2010-10-24
1
-55
/
+99
*
Convert rendfont to C++.
Aaron Giles
2010-10-23
1
-565
/
+475
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-8
/
+13
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-4
/
+3
*
Fix the memory leaks with the strconv.c function by
Scott Stone
2010-04-23
1
-2
/
+2
*
Cleanups and version bump.
Aaron Giles
2010-01-16
1
-2
/
+2
*
Enforce that numbers are all the same exact width when loading fonts.
Aaron Giles
2010-01-12
1
-0
/
+12
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-0
/
+2
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-20
/
+20
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-17
/
+8
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-8
/
+8
*
Removed fillbitmap() macro in favor of direct calls to bitmap_fill().
Aaron Giles
2008-12-04
1
-1
/
+1
*
Plumbed machine parameters through the renderer. Removed need for
Aaron Giles
2008-09-29
1
-1
/
+1
*
Replaces mame_bitmap with bitmap_t
Zsolt Vasvari
2008-02-29
1
-2
/
+2
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+853