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