Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert OSD monitor info to modules plus add DXGI implementation | 2016-09-14 | 1 | -1/+0 | |
| | |||||
* | Merge pull request #1093 from stevenc99/kfreebsd | 2016-07-16 | 1 | -1/+1 | |
|\ | | | | | GNU/kFreeBSD support | ||||
| * | qtdbg: compile with -fPIC on freebsd also | 2016-07-13 | 1 | -1/+1 | |
| | | |||||
* | | Take pkg-config path from env if defined | 2016-07-09 | 1 | -2/+2 | |
|/ | |||||
* | POSIX implementation for new directory read features, cleanup of Windows ↵ | 2016-06-25 | 1 | -1/+2 | |
| | | | | implementation, return directory handle as smart pointer, fix full build [Vas Crabb] | ||||
* | fix android target libSDL2 circular ref (nw) | 2016-06-04 | 1 | -5/+7 | |
| | | | | | also rename ANDROID_NDK_ROOT -> ANDROID_NDK_LLVM to point directly to prebuilt host compiler (removes windows only restriction). | ||||
* | Update windows to use platform independent watchdog implementation (nw) | 2016-04-15 | 1 | -2/+0 | |
| | |||||
* | moved osdsync to root of OSD, removed osdmini (nw) | 2016-04-15 | 1 | -3/+2 | |
| | |||||
* | Remove os dependant output handling (nw) | 2016-04-09 | 1 | -1/+0 | |
| | |||||
* | Not needed anymore after move to C++11 features (nw) | 2016-04-03 | 1 | -6/+0 | |
| | |||||
* | moved aueffectutil to tools (nw) | 2016-04-03 | 1 | -42/+0 | |
| | |||||
* | move clipboard handling on proper place (nw) | 2016-04-03 | 1 | -1/+0 | |
| | |||||
* | merge main.cpp for windows platform (unicode) (nw) | 2016-04-03 | 1 | -1/+1 | |
| | |||||
* | removed testkeys (nw) | 2016-04-03 | 1 | -71/+0 | |
| | |||||
* | scrclean on lua scripts (nw) | 2016-03-29 | 1 | -20/+20 | |
| | |||||
* | Initial work to make MAME work on Android [Miodrag Milanovic] | 2016-03-27 | 1 | -4/+4 | |
| | |||||
* | Fix SDL Windows build | 2016-03-14 | 1 | -0/+4 | |
| | |||||
* | Make osd_file a polymorphic class that's held with smart pointers | 2016-03-14 | 1 | -4/+21 | |
| | | | | | | | | | | | | | | | Make avi_file a class that's held with smart pointers, encapsulate various AVI I/O structures Make zip_file and _7z_file classes rather than having free functions everywhere Hide zip/7z class implementation behind an interface, no longer need to call close() to send back to the cache Don't dump as much crap in global namespace Add solaris PTY implementation Improve variable expansion for SDL OSD - supports ~/$FOO/${BAR} syntax Rearrange stuff so the same things are in file module for all OSDs Move file stuff into its own module 7z/zip open and destruct are still not thread-safe due to lack of interlocks around cache access Directory functions still need to be moved to file module SDL OSD may not initialise WinSock on Windows | ||||
* | Clang 3.8.0 supports -municode (nw) | 2016-03-14 | 1 | -1/+1 | |
| | |||||
* | Used std::thread and std::condition_variable (nw) | 2016-03-01 | 1 | -18/+2 | |
| | |||||
* | Merge input modules work. | 2016-02-28 | 1 | -2/+0 | |
|\ | |||||
| * | Refactor OSD input into modules | 2016-02-28 | 1 | -2/+0 | |
| | | |||||
* | | compiles but crash on OSX with bundled one (nw) | 2016-02-28 | 1 | -5/+19 | |
| | | |||||
* | | make possible to select if bundled SDL2 is used, made mingw and vs compile ↵ | 2016-02-27 | 1 | -25/+61 | |
| | | | | | | | | so far (nw) | ||||
* | | Made Visual Studio use by default bundled SDL2 (nw) | 2016-02-27 | 1 | -19/+6 | |
| | | |||||
* | | OS/2 can not support SDL2 which is needed for MAME to run (nw) | 2016-02-26 | 1 | -12/+1 | |
| | | |||||
* | | Made OSD=sdl build compile out of box in Visual Studio (nw) | 2016-02-22 | 1 | -6/+35 | |
| | | |||||
* | | First take on render API reorg, nw | 2016-02-21 | 1 | -0/+1 | |
| | | |||||
* | | Fix Emscripten build (nw) | 2016-02-16 | 1 | -1/+3 | |
| | | |||||
* | | BGFX mandatory requirement (nw) | 2016-02-16 | 1 | -5/+3 | |
| | | |||||
* | | Remove SDL 1.2 support (nw) | 2016-02-16 | 1 | -82/+18 | |
| | | |||||
* | | Enabled BGFX support for SteamLink | 2016-02-16 | 1 | -1/+0 | |
| | | |||||
* | | fix windows bgfx library link in sdl builds (nw) | 2016-02-15 | 1 | -0/+5 | |
| | | |||||
* | | fix cross compile windows targetextension (nw) | 2016-02-15 | 1 | -0/+5 | |
| | | |||||
* | | check STRIP_SYMBOLS in strip function and add strip support for osx (nw) | 2016-02-15 | 1 | -0/+4 | |
| | | |||||
* | | add TOOLCHAIN make flag for explicit toolchain prefix cross compiling (nw) | 2016-02-15 | 1 | -1/+1 | |
| | | |||||
* | | Refactor MACOSX_USE_LIBSDL to USE_LIBSDL for windows and linux static ↵ | 2016-02-15 | 1 | -21/+33 | |
|/ | | | | library support (nw) | ||||
* | don't link metal pre El Capitan | 2016-01-05 | 1 | -1/+7 | |
| | |||||
* | Fixed OSX compile | 2016-01-04 | 1 | -1/+6 | |
| | |||||
* | Fix QT5 build on linux by adding -fPIC | 2015-12-27 | 1 | -7/+13 | |
| | |||||
* | qtdebugger as separate lib (nw) | 2015-12-26 | 1 | -0/+15 | |
| | |||||
* | Can't do override checks due to QT headers (nw) | 2015-12-07 | 1 | -8/+0 | |
| | |||||
* | Added addprojectflags function and added -Wsuggest-override for all that are ↵ | 2015-12-06 | 1 | -0/+8 | |
| | | | | | | not 3rdparty projects. It is place where all additional checks we should put | ||||
* | Added info header at the top of each .lua file (nw) | 2015-11-14 | 1 | -0/+8 | |
| | |||||
* | added more h files missing in lua scripts (nw) | 2015-11-12 | 1 | -0/+36 | |
| | |||||
* | Remove not longer needed ForceCpp flag (nw) | 2015-11-08 | 1 | -34/+22 | |
| | |||||
* | update build scripts for rename c - > cpp (nw) | 2015-11-08 | 1 | -23/+23 | |
| | |||||
* | fix sdl build fix for windows (nw) | 2015-10-28 | 1 | -0/+6 | |
| | |||||
* | update build scripts and code change in order to fix compile (nw) | 2015-09-13 | 1 | -0/+1 | |
| | |||||
* | Added new SDL_INI_PATH flag | 2015-06-06 | 1 | -0/+5 | |
| |