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
/
scripts
/
src
/
osd
/
sdl_cfg.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+0
*
compiles but crash on OSX with bundled one (nw)
Miodrag Milanovic
2016-02-28
1
-12
/
+14
*
make possible to select if bundled SDL2 is used, made mingw and vs compile so...
Miodrag Milanovic
2016-02-27
1
-4
/
+0
*
Made Visual Studio use by default bundled SDL2 (nw)
Miodrag Milanovic
2016-02-27
1
-1
/
+1
*
OS/2 can not support SDL2 which is needed for MAME to run (nw)
Miodrag Milanovic
2016-02-26
1
-7
/
+0
*
Made OSD=sdl build compile out of box in Visual Studio (nw)
Miodrag Milanovic
2016-02-22
1
-1
/
+1
*
placed back OPENGL check since GL is not same as GLES (nw)
Miodrag Milanovic
2016-02-16
1
-1
/
+1
*
opengl as requirement (nw)
Miodrag Milanovic
2016-02-16
1
-1
/
+1
*
Remove SDL 1.2 support (nw)
Miodrag Milanovic
2016-02-16
1
-11
/
+5
*
Refactor MACOSX_USE_LIBSDL to USE_LIBSDL for windows and linux static library...
Jeffrey Clark
2016-02-15
1
-1
/
+1
*
fix for osx and bsd (nw)
Miodrag Milanovic
2016-02-09
1
-0
/
+18
*
Get .ini file default path makefile variable back.
Cesare Falco
2016-01-05
1
-0
/
+5
*
qt5 debugger port [O. Galibert]
Olivier Galibert
2015-12-27
1
-6
/
+1
*
OS/2 patch for 0.164 [KO Myung-Hun]
Vas Crabb
2015-08-25
1
-0
/
+3
*
Revert "debugqt: Port to Qt5 [O. Galibert]"
Olivier Galibert
2015-08-01
1
-1
/
+6
*
debugqt: Port to Qt5 [O. Galibert]
Olivier Galibert
2015-07-29
1
-6
/
+1
*
Added new SDL_INI_PATH flag
Cesare Falco
2015-06-06
1
-0
/
+5
*
Removed comments and added generic license for whole team on top (nw)
Miodrag Milanovic
2015-05-09
1
-0
/
+3
*
Drop NO_SDL_GLEXT define on OSX
Parry
2015-04-30
1
-1
/
+0
*
Added QT_HOME to support custom QT installations (nw)
Miodrag Milanovic
2015-04-13
1
-3
/
+9
*
Supported mingw-clang builds (nw)
Miodrag Milanovic
2015-04-06
1
-5
/
+6
*
Harmonise targetos between genie.lua and sdl{,_config}.lua
Vas Crabb
2015-04-04
1
-1
/
+1
*
Remove some obsolete code, enable MALLOC_DEBUG for SDLWin32
Vas Crabb
2015-04-04
1
-0
/
+4
*
Add a nice wrapper for doing backtick-like processing of command output
Vas Crabb
2015-04-02
1
-5
/
+5
*
Ok shuffling done
Miodrag Milanovic
2015-04-01
1
-0
/
+6
*
fix it properly (nw)
Miodrag Milanovic
2015-04-01
1
-6
/
+0
*
uf reverting breaks mingw (nw)
Miodrag Milanovic
2015-04-01
1
-0
/
+6
*
moved unicode specific build defines in genie.lua to fix tools build (nw)
Miodrag Milanovic
2015-04-01
1
-6
/
+0
*
Link osdnet into a library reflecting its location, define USE_NETWORK proper...
Vas Crabb
2015-04-01
1
-1
/
+2
*
Refactor out common OSD modules into separate lua file
Vas Crabb
2015-04-01
1
-39
/
+5
*
Restore DONT_USE_NETWORK
Vas Crabb
2015-04-01
1
-3
/
+6
*
WTF was I thinking
Vas Crabb
2015-04-01
1
-1
/
+1
*
Restore SDL2_MULTIAPI
Vas Crabb
2015-04-01
1
-0
/
+5
*
Small cleanup to how macros are defined for SDL OSD
Vas Crabb
2015-04-01
1
-11
/
+0
*
Restore MESA_INSTALL_ROOT
Vas Crabb
2015-04-01
1
-0
/
+4
*
Restore NO_OPENGL and USE_DISPATCH_GL
Vas Crabb
2015-04-01
1
-3
/
+16
*
Restore NO_USE_MIDI and some more OS support from the old SDL makefile
Vas Crabb
2015-04-01
1
-1
/
+25
*
Made SDL build to be able to be compiled on VS (nw)
Miodrag Milanovic
2015-03-31
1
-5
/
+12
*
Get NO_X11, NO_USE_XINPUT and SDL_LIBVER working on Linux
Vas Crabb
2015-03-31
1
-24
/
+25
*
Bring back some SDL OSD configurability (WIP)
Vas Crabb
2015-03-31
1
-30
/
+82
*
Fix compile. (nw)
couriersud
2015-03-29
1
-0
/
+1
*
Added two more options to the build system:
couriersud
2015-03-29
1
-2
/
+2
*
Added network flags (nw)
Miodrag Milanovic
2015-03-29
1
-0
/
+3
*
SDL and Windows strconv are the same thing.
Vas Crabb
2015-03-29
1
-1
/
+0
*
Remove all the stuff that causes driver and emu sources to be compiled
Vas Crabb
2015-03-29
1
-22
/
+3
*
linkoptions for QT are needed (nw)
Miodrag Milanovic
2015-03-28
1
-3
/
+3
*
Split OSD per file [qmc2]
Miodrag Milanovic
2015-03-27
1
-0
/
+83