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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+1
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-18
/
+18
*
Corrected a couple of typos in tilemap.c (not whatsnew worthy)
Phil Bennett
2009-12-31
1
-2
/
+2
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-7
/
+7
*
Fixes so we can compile as C++ again.
Aaron Giles
2009-12-28
1
-1
/
+1
*
Renamed tilemap -> tilemap_t, as the name 'tilemap' is too commonly
Aaron Giles
2009-12-28
1
-67
/
+67
*
Cleanups and version bump.
mame0135u4
Aaron Giles
2009-12-23
1
-1
/
+1
*
Fix crash in tilemap viewer when driver has no tilemaps (no whatsnew)
Phil Bennett
2009-12-19
1
-0
/
+3
*
Fixed NULL pointer dereference in tilemap_set_flip_all() when game has no til...
Phil Bennett
2009-12-19
1
-0
/
+4
*
Fix crash on exit for systems with no tilemaps.
Aaron Giles
2009-12-15
1
-7
/
+7
*
Fix tilemaps so they can be initialized at device start time.
Aaron Giles
2009-12-14
1
-5
/
+10
*
Added tilemap_create_device() function which lets you create a tilemap
Aaron Giles
2009-12-10
1
-2
/
+27
*
Changed profiler to separate start/stop cases. [Christophe Jaillet]
Aaron Giles
2009-08-19
1
-8
/
+8
*
> From: atari_ace@verizon.net
Aaron Giles
2009-08-13
1
-50
/
+57
*
> From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-08-02
1
-3
/
+3
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-12
/
+8
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-18
/
+18
*
From: Christophe Jaillet [christophe.jaillet@wanadoo.fr]
Aaron Giles
2009-02-26
1
-2
/
+0
*
Cleanups and version bump.
mame0129u1
Aaron Giles
2009-01-15
1
-3
/
+3
*
Major drawgfx cleanup, global removal, and feature enhancements:
Aaron Giles
2009-01-12
1
-61
/
+90
*
Minor tweaks to please valgrind.
Aaron Giles
2009-01-02
1
-2
/
+3
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-14
1
-55
/
+59
*
Hi mamedev,
Aaron Giles
2008-12-08
1
-13
/
+14
*
Changed save state system to accept machine parameters where
Aaron Giles
2008-12-05
1
-12
/
+12
*
Added "tag" parameter to state_save_register_item_* calls. Removed
Aaron Giles
2008-11-17
1
-12
/
+12
*
added pen_mask tile attribute to the tilemap system.
Nicola Salmoria
2008-09-27
1
-6
/
+10
*
Added new function tilemap_set_pen_data_offset().
Nicola Salmoria
2008-08-26
1
-1
/
+18
*
optimised tilemap_draw rowscroll case to avoid overhead when used with clip r...
Nicola Salmoria
2008-06-05
1
-13
/
+16
*
Reduced the number of save state callback types from 3 to 1. The
Aaron Giles
2008-04-11
1
-3
/
+3
*
00761: finalapr: Heavy performance hit.
Couriersud
2008-04-04
1
-5
/
+1
*
fix tilemap viewer to draw the whole tilemap when categories are used
Nicola Salmoria
2008-04-01
1
-1
/
+8
*
From: Mariusz Wojcieszek
Aaron Giles
2008-03-13
1
-0
/
+3
*
- First batch of machine->screen[] access has been removed
Zsolt Vasvari
2008-03-11
1
-2
/
+2
*
Normalized function pointer typedefs: they are now all
Aaron Giles
2008-03-03
1
-7
/
+7
*
Replaces mame_bitmap with bitmap_t
Zsolt Vasvari
2008-02-29
1
-18
/
+18
*
- Backs out BITMAP8 removal from most places.
Zsolt Vasvari
2008-02-24
1
-60
/
+60
*
Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit
Zsolt Vasvari
2008-02-24
1
-60
/
+60
*
Pulled remaining vestiges of old-style colortables:
Aaron Giles
2008-02-19
1
-113
/
+10
*
Removed 'type' parameter from tilemap_create
Zsolt Vasvari
2008-02-05
1
-4
/
+1
*
Removed TILEMAP_TRANSPARENT_COLOR tilemap type. The tilemap type is no longe...
Zsolt Vasvari
2008-02-05
1
-114
/
+11
*
Cleanups/version bump.
mame0122u8
Aaron Giles
2008-02-03
1
-1
/
+1
*
From: Dirk Best
Aaron Giles
2008-01-29
1
-8
/
+11
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-0
/
+1
*
added tilemap_get_scrollx / tilemap_get_scrolly
Nicola Salmoria
2008-01-19
1
-0
/
+28
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+2402