index
:
mame
aaron-nl3
android-updates
arm3_copro
arm_playground
bench-specific
cashier-knife
cdimono2_wip
cdplay
doxygen
dribbling-nl
floppy_sound
fmrewrite
hlsl_aviplay
jungle_video
konami
ksys573_io
lua_engine_ui_refactor_2
macfdc
make_coco_fdc_fixed
master
midtunit_video
mog-tank
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
palmhacks
psx_metafix
rendlay_vid
s32_kokoroji
saturn_cdblock
selfregister-drivers
ui_colors_refactor
voodoo_directx11
vrender0_3
wof
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
frontend
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Changes LUA seq_poll_start to take the input_item_class as a string (#5503)
npwoods
2019-08-18
1
-33
/
+18
*
Exposing input device classes, input devices, and input device items to
npwoods
2019-08-17
1
-1
/
+79
*
Expose sound buffer and samplerate to luaengine (#5497)
feos
2019-08-17
2
-5
/
+23
*
Moved most of the implementation of info_xml_creator to anonymous
npwoods
2019-08-15
2
-105
/
+121
*
Ensuring that devices emitted by -listxml are sorted
npwoods
2019-08-13
2
-1
/
+17
*
Fix build in newer Emscripten versions (nw)
Justin Kerk
2019-08-08
1
-1
/
+1
*
Changing info_xml_creator to not use std::endl (nw)
npwoods
2019-08-07
1
-33
/
+32
*
Speeding up -listxml by performing the heavy lifting asynchronously
npwoods
2019-08-07
2
-59
/
+127
*
Surpressing mandatory file manager when -str (seconds to run) is on (nw)
npwoods
2019-08-06
1
-3
/
+3
*
Merge pull request #5438 from npwoods/lua_manadatory_file_manager_override_ch...
R. Belmont
2019-08-05
7
-43
/
+112
|
\
|
*
Changed mechanisms for overriding the mandatory file manager
npwoods
2019-08-05
7
-43
/
+112
*
|
Changed info_xml_creator to use std::ostream
npwoods
2019-08-05
4
-275
/
+272
*
|
Follow up to previous listxml_refactor PR (nw)
npwoods
2019-08-04
3
-24
/
+10
|
/
*
Creating an -attach_window command line parameter on Windows to attach to an ...
npwoods
2019-08-04
1
-1
/
+3
*
Refactored info_xml_creator::output()
npwoods
2019-08-03
3
-114
/
+148
*
Enabled default move ctor/assignments in core_options, and changed
npwoods
2019-08-01
1
-5
/
+7
*
srcclean (nw)
Vas Crabb
2019-07-28
7
-21
/
+21
*
(nw) indicate that plugin errors are now fatal
Robbbert
2019-07-26
1
-3
/
+3
*
Merge pull request #5383 from npwoods/plugin_refactor
R. Belmont
2019-07-24
6
-93
/
+234
|
\
|
*
Refactored MAME's plugin system
npwoods
2019-07-24
6
-93
/
+234
*
|
Added support for profiling LUA
npwoods
2019-07-24
2
-5
/
+21
|
/
*
Minor spelling correction (nw)
npwoods
2019-07-22
1
-1
/
+1
*
Merge pull request #5370 from npwoods/lua_ui_input_manager_pressed_enabled
R. Belmont
2019-07-22
1
-1
/
+3
|
\
|
*
Added ui_input_manager::[set_]presses_enabled() and exposed to LUA
npwoods
2019-07-21
1
-1
/
+3
*
|
Merge pull request #5371 from npwoods/lua_image_instance_names
R. Belmont
2019-07-22
1
-0
/
+4
|
\
\
|
*
|
Exposing device_image_interface::[brief_]instance_name() to LUA
npwoods
2019-07-21
1
-0
/
+4
|
|
/
*
|
Merge pull request #5372 from npwoods/skip_mandatory_fileman
R. Belmont
2019-07-22
1
-1
/
+1
|
\
\
|
*
|
Created a -skip_mandatory_fileman option
npwoods
2019-07-21
1
-1
/
+1
|
|
/
*
/
Exposed miscellaneous ioport_field methods and properties to LUA (#5375)
npwoods
2019-07-22
1
-7
/
+48
|
/
*
Merge pull request #5369 from npwoods/lua_field_set_input_seq
R. Belmont
2019-07-21
1
-0
/
+12
|
\
|
*
Exposed the ability to set input seqs on ioport_field in LUA
npwoods
2019-07-21
1
-0
/
+12
*
|
Exposed various methods/properties on device_image_interface to LUA (#5368)
npwoods
2019-07-21
1
-1
/
+8
*
|
Saving snapshots in LUA now supports absolute paths
npwoods
2019-07-20
1
-8
/
+20
|
/
*
Exposed natual_keyboard object to LUA (#5364)
npwoods
2019-07-20
1
-1
/
+18
*
Merge pull request #5359 from npwoods/lua_effective_frameskip
R. Belmont
2019-07-20
1
-0
/
+1
|
\
|
*
Making video_manager::effective_frameskip() public and exposing via LUA
npwoods
2019-07-18
1
-0
/
+1
*
|
Merge pull request #5363 from npwoods/lua_paste
ajrhacker
2019-07-19
3
-23
/
+2
|
\
\
|
*
|
Moving paste() from mame_ui_manager class to natural_keyboard class,
npwoods
2019-07-19
3
-23
/
+2
|
|
/
*
|
Revert "Allow 16bpp gfxdecode (#5167)"
R. Belmont
2019-07-19
1
-3
/
+3
*
|
Exposing sound_manager to LUA
npwoods
2019-07-19
1
-0
/
+18
|
/
*
Allow 16bpp gfxdecode (#5167)
cam900
2019-07-18
1
-3
/
+3
*
disable ui startup screens for "-video none"
feos
2019-07-15
1
-2
/
+4
*
luaengine: video:size(), video:pixels(), screen:refresh_attoseconds() [vadosn...
cracyc
2019-07-14
1
-4
/
+24
|
\
|
*
fix for clang
feos
2019-07-12
1
-2
/
+2
|
*
luaengine: video:size(), video:pixels(), screen:refresh_attoseconds()
feos
2019-07-12
1
-4
/
+24
*
|
Make layout format more flexible:
Vas Crabb
2019-07-06
4
-119
/
+41
*
|
Refactored UI font metrics (#5291)
npwoods
2019-06-30
27
-240
/
+249
*
|
Changed the various usages of UI_*COLOR to be calls to src/frontend/mame/ui/m...
npwoods
2019-06-28
26
-242
/
+276
*
|
srcclean (nw)
Vas Crabb
2019-06-23
1
-3
/
+3
*
|
Adding a -version command line argument to get the current build version
npwoods
2019-06-22
2
-1
/
+16
[prev]
[next]