index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
scripts
/
src
/
osd
/
sdl.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patched up some gaps in functionality and fixed some bugs.
Vas Crabb
2022-09-02
1
-1
/
+2
*
Remove OSD_UWP from rest of code
Miodrag Milanovic
2021-10-26
1
-6
/
+0
*
Add new files to SDL OSD as well as Mac OSD.
Vas Crabb
2021-10-18
1
-0
/
+2
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-1
/
+0
*
Low-level #include overhaul
AJR
2021-01-02
1
-0
/
+1
*
Add AudioToolbox framework when building SDL2 on macOS, fixes TOOLS=1 link er...
arbee
2020-12-13
1
-0
/
+1
*
Removed winpcap and cleaned up network module selection.
Vas Crabb
2020-03-05
1
-5
/
+0
*
Odroid n2 build fixes (#5751)
Julian Sikorski
2019-10-18
1
-0
/
+6
*
asmjs: avoid explicitly linking SDL2_ttf.
68bit
2019-08-28
1
-1
/
+1
*
asmjs: can not ignore errors on missing libraries
68bit
2019-08-28
1
-1
/
+1
*
Disable WII Lightgun hack by default (#5056)
Kiall Mac Innes
2019-05-14
1
-0
/
+13
*
Enable Xinput by default
Kiall Mac Innes
2019-04-21
1
-1
/
+5
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-10
/
+10
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-10
/
+10
*
(nw) misc stuff:
Vas Crabb
2019-02-18
1
-8
/
+8
*
attempt to fix testkeys linking in more configurations (nw)
Vas Crabb
2019-02-18
1
-1
/
+1
*
Fix cross compile mame/sdl/windows. (nw)
couriersud
2019-02-17
1
-1
/
+1
*
Discord plugin try 2 (#3640)
cracyc
2018-06-08
1
-0
/
+1
*
added -lSDL2main to fix linking with gcc 7 [smf]
smf-
2017-12-26
1
-1
/
+2
*
Attempted to sanitize/rationalize how we access UTF-8 command line arguments ...
npwoods
2017-09-18
1
-8
/
+0
*
Lua scripts cleanup.
dankan1890
2017-05-14
1
-1
/
+0
*
comma (nw)
Vas Crabb
2017-01-23
1
-1
/
+1
*
This isn't behaving how I expect, investigate another time (nw)
Vas Crabb
2017-01-23
1
-1
/
+2
*
portaudio needs COM (nw)
Vas Crabb
2017-01-23
1
-1
/
+1
*
Convert OSD monitor info to modules plus add DXGI implementation
Brad Hughes
2016-09-14
1
-1
/
+0
*
Merge pull request #1093 from stevenc99/kfreebsd
R. Belmont
2016-07-16
1
-1
/
+1
|
\
|
*
qtdbg: compile with -fPIC on freebsd also
Steven Chamberlain
2016-07-13
1
-1
/
+1
*
|
Take pkg-config path from env if defined
Bernhard Frauendienst
2016-07-09
1
-2
/
+2
|
/
*
POSIX implementation for new directory read features, cleanup of Windows impl...
Vas Crabb
2016-06-25
1
-1
/
+2
*
fix android target libSDL2 circular ref (nw)
Jeffrey Clark
2016-06-04
1
-5
/
+7
*
Update windows to use platform independent watchdog implementation (nw)
Miodrag Milanovic
2016-04-15
1
-2
/
+0
*
moved osdsync to root of OSD, removed osdmini (nw)
Miodrag Milanovic
2016-04-15
1
-3
/
+2
*
Remove os dependant output handling (nw)
Miodrag Milanovic
2016-04-09
1
-1
/
+0
*
Not needed anymore after move to C++11 features (nw)
Miodrag Milanovic
2016-04-03
1
-6
/
+0
*
moved aueffectutil to tools (nw)
Miodrag Milanovic
2016-04-03
1
-42
/
+0
*
move clipboard handling on proper place (nw)
Miodrag Milanovic
2016-04-03
1
-1
/
+0
*
merge main.cpp for windows platform (unicode) (nw)
Miodrag Milanovic
2016-04-03
1
-1
/
+1
*
removed testkeys (nw)
Miodrag Milanovic
2016-04-03
1
-71
/
+0
*
scrclean on lua scripts (nw)
Miodrag Milanovic
2016-03-29
1
-20
/
+20
*
Initial work to make MAME work on Android [Miodrag Milanovic]
Miodrag Milanovic
2016-03-27
1
-4
/
+4
*
Fix SDL Windows build
Vas Crabb
2016-03-14
1
-0
/
+4
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-4
/
+21
*
Clang 3.8.0 supports -municode (nw)
Miodrag Milanovic
2016-03-14
1
-1
/
+1
*
Used std::thread and std::condition_variable (nw)
Miodrag Milanovic
2016-03-01
1
-18
/
+2
*
Merge input modules work.
Brad Hughes
2016-02-28
1
-2
/
+0
|
\
|
*
Refactor OSD input into modules
Brad Hughes
2016-02-28
1
-2
/
+0
*
|
compiles but crash on OSX with bundled one (nw)
Miodrag Milanovic
2016-02-28
1
-5
/
+19
*
|
make possible to select if bundled SDL2 is used, made mingw and vs compile so...
Miodrag Milanovic
2016-02-27
1
-25
/
+61
*
|
Made Visual Studio use by default bundled SDL2 (nw)
Miodrag Milanovic
2016-02-27
1
-19
/
+6
*
|
OS/2 can not support SDL2 which is needed for MAME to run (nw)
Miodrag Milanovic
2016-02-26
1
-12
/
+1
[next]