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
/
tilemap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix various spelling fixes.
Jordi Mallach
2016-09-29
1
-1
/
+1
*
More consistent use of integer types in tilemap_t and other graphics-related ...
AJR
2016-09-03
1
-18
/
+18
*
More new features for UI graphics viewer
AJR
2016-09-02
1
-2
/
+14
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi...
Miodrag Milanovic
2016-04-24
1
-4
/
+4
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw)
Miodrag Milanovic
2016-03-07
1
-8
/
+8
*
Pass and return palette devices by reference, not as pointers
AJR
2016-01-23
1
-2
/
+2
*
reverting:
Miodrag Milanovic
2016-01-20
1
-2
/
+2
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-2
/
+2
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-3
/
+3
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-7
/
+7
*
Update tilemap header comments/example to match current interface
Vas Crabb
2014-11-15
1
-57
/
+63
*
tilemap.h: remove temporary assert (nw)
Alex W. Jackson
2014-11-10
1
-1
/
+0
*
tilemap.c: Respect gfx_element::colors() just like drawgfx.c does. Add tempor...
Alex W. Jackson
2014-11-07
1
-1
/
+2
*
emupal/tilemap refactoring: configure_tilemap_groups is now a tilemap_t metho...
Alex W. Jackson
2014-06-22
1
-0
/
+1
*
namcona1.c: use set_palette_offset for tilemaps; use GFXDECODE_RAM; more clea...
Alex W. Jackson
2014-04-09
1
-0
/
+1
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-1
/
+1
*
device_gfx_interface [Alex Jackson]
Alex W. Jackson
2014-04-05
1
-4
/
+4
*
READ/WRITE*_HANDLER to READ/WRITE*_MEMBER where it was wrongly placed (nw)
Miodrag Milanovic
2014-03-24
1
-6
/
+6
*
Fixed UI gfx viewer (again). Added device_start dependency on gfxdecode to al...
Alex W. Jackson
2014-03-16
1
-4
/
+4
*
Checkpoint 2:
Alex W. Jackson
2014-03-15
1
-4
/
+7
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-5
/
+4
*
You now specify a gfxdecode device once when you create a tilemap, rather tha...
Alex W. Jackson
2014-03-10
1
-13
/
+22
*
tilemap.c: Remove some unused junk (nw)
Alex W. Jackson
2014-03-08
1
-11
/
+2
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-3
/
+3
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-5
/
+5
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-5
/
+7
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0150
Miodrag Milanovic
2013-09-17
1
-1
/
+1
*
Moved tilemap_memory into a generic memory_array class, since it is
Aaron Giles
2013-08-07
1
-71
/
+5
*
Fix long-standing architectural wart: the priority bitmap is no longer owned
Aaron Giles
2013-07-26
1
-7
/
+8
*
Cleanups and version bump
mame0149u1
Miodrag Milanovic
2013-07-23
1
-52
/
+48
*
Memory system: added endianness to the memory_share class.
Aaron Giles
2013-07-20
1
-33
/
+221
*
added some comments to tilemap.h (nw)
Oliver Stöneberg
2013-07-15
1
-2
/
+2
*
moved some legacy code from tilemap.h to tilelgcy.h (nw)
Oliver Stöneberg
2013-07-15
1
-15
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-79
/
+79
*
tilemap_create_device users modernized (no whatsnew)
Miodrag Milanovic
2012-09-07
1
-11
/
+0
*
gfx_element is now a class. Accessors are provided for all
Aaron Giles
2012-09-06
1
-8
/
+8
*
Converted Namco C40 road chip to a device. Updated users.
Aaron Giles
2012-09-05
1
-0
/
+8
*
Move the constants up where they should be.
Aaron Giles
2012-09-05
1
-15
/
+14
*
Replaced standard mappers with an enumeration that maps internally
Aaron Giles
2012-09-05
1
-16
/
+35
*
WIP Namco System 2/21/etc cleanup/modernization.
Aaron Giles
2012-09-05
1
-0
/
+3
*
small typofix (hello GuyveR800 :P)
Michaël Banaan Ananas
2012-02-03
1
-1
/
+1
*
Clean-ups and version bump
mame0144u7
Angelo Salese
2012-01-29
1
-8
/
+8
*
Remove support for 4bpp packed graphics. These only manifested
Aaron Giles
2012-01-17
1
-6
/
+0
*
Bulk converted most of the tilemap_* calls into method calls.
Aaron Giles
2012-01-17
1
-177
/
+9
*
Rewrote tilemap.c as a C++ class. For now kept the global
Aaron Giles
2012-01-16
1
-187
/
+439
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-10
/
+16
*
Bulk conversion of bitmap_t * to bitmap_t & . With this change the
Aaron Giles
2012-01-02
1
-7
/
+7
[next]