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
/
mame
Commit message (
Expand
)
Author
Age
Files
Lines
*
inputmap: don't prompt to toggle to default if default is None
HEAD
master
hap
40 min.
1
-1
/
+1
*
Bug fixes and usablility enhancements:
Vas Crabb
79 min.
2
-1
/
+20
*
ui.h: Remove now-unused slider ID macros/enums
AJR
13 hours
1
-56
/
+0
*
ui: Clean up slider callbacks
AJR
15 hours
7
-286
/
+154
*
ui/inputmap: prevent race condition between ui_input().pressed() and poll()
hap
20 hours
2
-1
/
+8
*
selsoft.cpp: Fix use of strmakelower
AJR
6 days
1
-3
/
+2
*
Much more core std::string_view modernization
AJR
8 days
30
-57
/
+80
*
Tidy up loose ends:
Vas Crabb
2021-01-06
2
-4
/
+2
*
render.h, rendlay.h: Dependency refactoring
AJR
2021-01-04
3
-2
/
+6
*
Low-level #include overhaul
AJR
2021-01-02
1
-1
/
+1
*
clifront.cpp: Restore line accidentally deleted in aa29519528cb3dbdbfac56819b...
AJR
2021-01-01
1
-0
/
+1
*
Further additions of std::string_view
AJR
2021-01-01
5
-17
/
+13
*
natkeyboard: Remove from ioport_manager
AJR
2020-12-26
5
-9
/
+9
*
Expose a couple more things to Lua so the plugins can show the actual key map...
Vas Crabb
2020-12-27
1
-5
/
+25
*
More Lua interface cleanup - it's simpler with cleaner underlyng APIs.
Vas Crabb
2020-12-27
8
-324
/
+250
*
Eliminate many unnecessary c_str calls
AJR
2020-12-21
3
-11
/
+11
*
Fix some oversights and emergent behaviour with view selection.
Vas Crabb
2020-12-20
5
-26
/
+35
*
More Lua engine clean-up and documentation, resulting in core cleanup.
Vas Crabb
2020-12-18
18
-792
/
+722
*
Add "Non-Integer Scaling" and "Keep Aspect" settings to UI video options menu...
AJR
2020-12-17
1
-3
/
+96
*
ui/filemngr.cpp: Fix crash with unmounted images
AJR
2020-12-16
1
-1
/
+1
*
unicode.h: Updates
AJR
2020-12-15
5
-2
/
+8
*
Lua engine: fix a dumb copy/paste error and an unused lambda capture from pre...
Vas Crabb
2020-12-16
2
-3
/
+3
*
-Lua cleanup and documentation migration checkpoint.
Vas Crabb
2020-12-16
14
-664
/
+706
*
ui/menu.cpp: Fix highlighting glitch with input menu for inputs bound to O (r...
AJR
2020-12-13
1
-3
/
+3
*
rendfont.cpp: Convert another function to std::string_view
AJR
2020-12-12
3
-20
/
+7
*
-luaengine.cpp: Clean up render classes and expose screen image adjustments.
Vas Crabb
2020-12-13
7
-198
/
+227
*
Exposing image format information to LUA (#7508)
npwoods
2020-12-12
3
-0
/
+108
*
C++17 string handling updates (without charconv so as not to break GCC 7)
AJR
2020-12-08
42
-355
/
+324
*
plugins: Replace environment variable substitution function with core version
AJR
2020-12-08
1
-1
/
+1
*
luaengine_input.cpp: Fix clang error: lambda capture 'this' is not used [-Wer...
AJR
2020-12-08
1
-1
/
+1
*
-Lua engine cleanup, input edition:
Vas Crabb
2020-12-09
5
-311
/
+500
*
luaengine.cpp: Fix actual unused lambda capture.
Vas Crabb
2020-12-05
1
-1
/
+1
*
luaengine.cpp: Shut up clang warning about unused lambda capture
Vas Crabb
2020-12-05
1
-0
/
+2
*
Expose enough of the layout system to Lua to allow position and colour to be ...
Vas Crabb
2020-12-05
7
-115
/
+134
*
-luaengine.cpp: Expose device_t interface on screen_device and
Vas Crabb
2020-12-04
1
-34
/
+40
*
luaengine.cpp: Exposed device_slot_interface, emu_options, and slot options. ...
npwoods
2020-12-04
4
-121
/
+187
*
luaengine.cpp: Exposed cassette image devices.
cracyc
2020-12-02
1
-20
/
+50
*
luaengine_debug.cpp: Fix unused lambda capture.
Vas Crabb
2020-11-30
1
-1
/
+1
*
frontend: Lua engine improvements.
Vas Crabb
2020-11-30
3
-208
/
+406
*
luaengine_mem.cpp: Cleanup and enhancements.
Vas Crabb
2020-11-29
1
-167
/
+312
*
luaL_error doesn't actually return, but it lacks the noreturn attribute, so t...
Vas Crabb
2020-11-28
1
-3
/
+2
*
luaengine.cpp: Fix very dumb bug when retrieving self for containers.
Vas Crabb
2020-11-28
1
-2
/
+3
*
Miscellaneous cleanup/fixes:
Vas Crabb
2020-11-28
2
-6
/
+6
*
ui: add mame version to About menu header
hap
2020-11-27
1
-0
/
+6
*
-luaengine_render.cpp: Work around MSVC ambiguous overload error.
Vas Crabb
2020-11-26
1
-4
/
+4
*
luaengine.ipp: Fixed clan redefined default template argument error
Vas Crabb
2020-11-25
1
-1
/
+1
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
26
-343
/
+1113
*
Fixed clang warning in Lua engine properly, converted a few fallthrough comme...
Vas Crabb
2020-11-17
1
-18
/
+19
*
luaengine.cpp: Moved clang warning suppression to the right file, disabled MS...
Vas Crabb
2020-11-16
2
-7
/
+5
*
frontend: split lua_engine user type registrations across a few files to make...
Vas Crabb
2020-11-16
6
-1201
/
+1326
[next]