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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
-Lua engine: run everything in coroutines. (#11019)
Vas Crabb
2023-03-25
1
-10
/
+6
*
zaccaria: fix cocktail mode [iq_132]
hap
2022-12-03
1
-2
/
+1
*
tilemap_t::draw_instance: add another safety check for priority bitmap
hap
2022-11-14
1
-4
/
+13
*
tilemap_t::draw_instance: remove problem with nullptr math
hap
2022-11-11
1
-1
/
+1
*
tilemap.get_info_debug: don't access invalid gfxnum
hap
2022-11-11
1
-3
/
+7
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
1
-2
/
+2
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-15
/
+15
*
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
*
tilemap.cpp: Relax assert and do some sanity checks (fixes mtrain and strain ...
AJR
2019-10-26
1
-14
/
+20
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-40
/
+82
*
tilemap.cpp: Improve contains assert, fixing tilemap viewer in debug build
AJR
2019-09-23
1
-1
/
+4
*
(nw) misc cleanup:
Vas Crabb
2019-09-20
1
-1
/
+2
*
tilemap.cpp: Add debug assert to validate cliprect (nw)
AJR
2019-08-23
1
-0
/
+1
*
Remove tilemap.h from emu.h (nw)
AJR
2019-08-21
1
-0
/
+1
*
tilemap: hopefully this won't confuse people the way the old variable names d...
Vas Crabb
2019-08-03
1
-15
/
+11
*
tilemap: update note (nw)
hap
2019-07-26
1
-2
/
+3
*
tilemap: revert changes to the tile scroll computations. (#5400)
68bit
2019-07-26
1
-2
/
+5
*
tilemap - fix calculation of visible area height and width.
68bit
2019-07-25
1
-2
/
+2
*
Revert "Allow 16bpp gfxdecode (#5167)"
R. Belmont
2019-07-19
1
-3
/
+3
*
Allow 16bpp gfxdecode (#5167)
cam900
2019-07-18
1
-3
/
+3
*
emu/tilemap.cpp : Simplify handlers
cam900
2019-04-24
1
-6
/
+6
*
make rectangle work better with constexpr, change many things to use designat...
Vas Crabb
2018-07-28
1
-26
/
+24
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-81
/
+0
*
memory: Deambiguate handlers, also a hint of things to come (nw)
Olivier Galibert
2018-01-19
1
-6
/
+6
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+2
*
Merge pull request #2072 from startaq/tilemap_category
R. Belmont
2017-05-04
1
-2
/
+6
|
\
|
*
UI: Add the ability to select different tilemap categories
Dirk Best
2017-02-18
1
-2
/
+6
*
|
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-1
/
+2
|
/
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-105
/
+105
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-105
/
+105
*
More consistent use of integer types in tilemap_t and other graphics-related ...
AJR
2016-09-03
1
-20
/
+22
*
More new features for UI graphics viewer
AJR
2016-09-02
1
-0
/
+21
*
More prep for removing pointer/reference duality (nw)
Vas Crabb
2016-08-27
1
-3
/
+3
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-13
/
+13
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-7
/
+7
*
TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw)
Miodrag Milanovic
2016-03-07
1
-25
/
+21
*
ui: Moved options "Configure Directories" and "Save Configuration" into "Conf...
dankan1890
2016-02-27
1
-1
/
+1
*
Pass and return palette devices by reference, not as pointers
AJR
2016-01-23
1
-1
/
+1
*
reverting:
Miodrag Milanovic
2016-01-20
1
-15
/
+15
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-15
/
+15
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-25
/
+25
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-2
/
+2
*
Fixed some suggestions by ReSharper C++ (nw)
Miodrag Milanovic
2015-11-14
1
-3
/
+3
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-1
/
+2
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1799