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
/
ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial conversion of core to C++14. Note that compilers are now limited to G...
Miodrag Milanovic
2015-12-03
2
-2
/
+2
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
2
-6
/
+6
*
Fixed some suggestions by ReSharper C++ (nw)
Miodrag Milanovic
2015-11-14
2
-5
/
+5
*
More cleanups (nw)
Miodrag Milanovic
2015-11-11
3
-5
/
+5
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
14
-42
/
+19
*
nw, more PVS-Studio fixes
therealmogminer@gmail.com
2015-11-09
1
-1
/
+0
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
20
-0
/
+0
*
Relaxed emu.h a bit, should make compile a bit faster (nw)
Miodrag Milanovic
2015-11-05
20
-1
/
+23
*
Removed mongoose due to restricted license and webserver wip till code is res...
Miodrag Milanovic
2015-11-04
1
-1
/
+0
*
making logerror part of machine and device classes [Miodrag Milanovic]
Miodrag Milanovic
2015-11-01
5
-13
/
+13
*
Cleanup and version bump
mame0167
Miodrag Milanovic
2015-10-28
3
-22
/
+22
*
Removed some unused variables (nw)
Miodrag Milanovic
2015-10-27
2
-3
/
+0
*
Cleanup
ImJezze
2015-10-26
1
-14
/
+14
*
Fixed Beam Width Options
ImJezze
2015-10-25
1
-6
/
+6
*
Experimental Dynamic Beam Width
ImJezze
2015-10-25
1
-8
/
+46
*
Fixed Vector Intensity and Flicker
ImJezze
2015-10-25
1
-2
/
+2
*
pty: seems ok (linux only)
fulivi
2015-10-13
4
-1
/
+79
*
nw - I do not know why this was there, but it seems dumb.
therealmogminer@gmail.com
2015-08-19
1
-3
/
+0
*
Added seconds() and attoseconds() to attotime and prefixed members with
couriersud
2015-08-15
3
-8
/
+8
*
change flags from GAME_ to MACHINE_
David Haywood
2015-07-29
2
-35
/
+35
*
didn't merge last time (nw)
Cowering
2015-07-14
1
-1
/
+1
*
Make 'game' and 'machine' match.
Cowering
2015-07-08
1
-10
/
+26
*
blame balrog for this :) (NW)
Cowering
2015-07-08
2
-2
/
+2
*
audit.c: fixed a crash occurring when trying to mount
etabeta78
2015-06-03
1
-0
/
+1
*
ui: when accessing the internal File Manager for a system
etabeta78
2015-06-02
1
-1
/
+2
*
ui: Fix corruption when a game status and a pop message appear at the same time.
Robbbert
2015-05-31
1
-2
/
+3
*
Another round of -Wextra -Wdouble-promotion fixes. (nw)
couriersud
2015-05-20
3
-5
/
+5
*
Another round of -Wextra -Wdouble-promotion fixes. (nw)
couriersud
2015-05-20
1
-19
/
+19
*
lot more updated (nw)
Miodrag Milanovic
2015-05-11
39
-192
/
+78
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
39
-0
/
+78
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
20
-322
/
+323
*
ui: avoid infinite loop when word-wrapping
Luca Bruno
2015-04-21
1
-0
/
+3
*
more astring -> std::string (nw)
Miodrag Milanovic
2015-04-19
6
-31
/
+31
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
4
-5
/
+5
*
more conversions to std::string (nw)
Miodrag Milanovic
2015-04-19
1
-4
/
+4
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-1
/
+1
*
updated astring constructors to have just one string param, to be more like s...
Miodrag Milanovic
2015-04-13
1
-1
/
+1
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
4
-141
/
+141
*
string -> str part 1 (nw)
Miodrag Milanovic
2015-04-12
2
-81
/
+81
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
15
-67
/
+67
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
9
-22
/
+22
*
Start removing the use of OSD macros outside OSD since core objects are share...
Vas Crabb
2015-04-01
1
-1
/
+1
*
Merge pull request #148 from lucab/lucab/mame-lua/misc
Olivier Galibert
2015-03-24
1
-2
/
+2
|
\
|
*
ui: use per-container pixel aspect (LUA draw_text bugfix)
Luca Bruno
2015-03-16
1
-2
/
+2
*
|
made the mandatory image menu a bit more foolproof, by not allowing a reset
etabeta78
2015-03-23
2
-1
/
+8
|
/
*
Revert "fix compile on MSVC 2012 (nw)"
Oliver Stöneberg
2015-01-31
2
-2
/
+2
*
Merge branch 'master' of https://github.com/mamedev/mame.git
couriersud
2015-01-30
2
-2
/
+2
|
\
|
*
fix compile on MSVC 2012 (nw)
peterferrie
2015-01-30
2
-2
/
+2
*
|
Converted pcap and taptun network code into modules. (nw)
couriersud
2015-01-30
1
-1
/
+1
|
/
*
Cleanups and version bump
mame0158
Miodrag Milanovic
2015-01-28
12
-73
/
+73
[next]