| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | More work on bgfx data-driven shaders, nw | 2016-03-13 | 1 | -8/+13 | ||
| |/ | ||||||
| * | Fix Visual Studio build | 2016-03-05 | 1 | -5/+1 | ||
| | | ||||||
| * | Make XAudio2 available in all Windows OSD builds, plus use 2.9 if available, ↵ | 2016-03-05 | 1 | -25/+5 | ||
| | | | | | plus code cleanup. | |||||
| * | Added missing xaudio2 header from WINE that is free to use (nw) | 2016-03-05 | 1 | -3/+5 | ||
| | | ||||||
| * | Add DirectWrite font support module | 2016-03-02 | 1 | -0/+1 | ||
| | | ||||||
| * | Add XInput support for Windows OSD | 2016-02-29 | 1 | -0/+1 | ||
| | | ||||||
| * | Merge input modules work. | 2016-02-28 | 1 | -0/+13 | ||
| |\ | ||||||
| | * | Refactor OSD input into modules | 2016-02-28 | 1 | -0/+13 | ||
| | | | ||||||
| * | | Cleaned up sliders a bit in d3dhlsl, nw | 2016-02-27 | 1 | -0/+1 | ||
| | | | ||||||
| * | | OS/2 can not support SDL2 which is needed for MAME to run (nw) | 2016-02-26 | 1 | -2/+2 | ||
| | | | ||||||
| * | | More JSON reader plumbing, nw | 2016-02-21 | 1 | -0/+6 | ||
| | | | ||||||
| * | | More reshuffling, nw | 2016-02-21 | 1 | -2/+3 | ||
| | | | ||||||
| * | | First take on render API reorg, nw | 2016-02-21 | 1 | -0/+17 | ||
| | | | ||||||
| * | | added rapidjson in include dirs (nw) | 2016-02-17 | 1 | -0/+1 | ||
| | | | ||||||
| * | | placed back OPENGL check since GL is not same as GLES (nw) | 2016-02-16 | 1 | -21/+41 | ||
| | | | ||||||
| * | | BGFX mandatory requirement (nw) | 2016-02-16 | 1 | -18/+9 | ||
| | | | ||||||
| * | | opengl as requirement (nw) | 2016-02-16 | 1 | -50/+21 | ||
| | | | ||||||
| * | | Significant speed improvements to the BGFX renderer. [MooglyGuy] | 2016-02-15 | 1 | -0/+1 | ||
| |/ | ||||||
| * | XAudio2 support | 2016-01-20 | 1 | -0/+33 | ||
| | | ||||||
| * | Fixed QT5 linking (nw) | 2016-01-09 | 1 | -3/+3 | ||
| | | ||||||
| * | It is affecting clang 3.6+ | 2016-01-08 | 1 | -1/+1 | ||
| | | ||||||
| * | Fix compile on clang 3.7+ on linux (nw) | 2016-01-08 | 1 | -13/+22 | ||
| | | ||||||
| * | qt5 debugger port [O. Galibert] | 2015-12-27 | 1 | -9/+12 | ||
| | | ||||||
| * | qtdebugger as separate lib (nw) | 2015-12-26 | 1 | -1/+23 | ||
| | | ||||||
| * | Emscripten build fixes (nw) | 2015-11-21 | 1 | -2/+2 | ||
| | | ||||||
| * | 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/+20 | ||
| | | ||||||
| * | Remove not longer needed ForceCpp flag (nw) | 2015-11-08 | 1 | -4/+0 | ||
| | | ||||||
| * | update build scripts for rename c - > cpp (nw) | 2015-11-08 | 1 | -51/+51 | ||
| | | ||||||
| * | Revert "debugqt: Port to Qt5 [O. Galibert]" | 2015-08-01 | 1 | -12/+9 | ||
| | | | | | | Experience shows it's too early for that. I'll keep that in a corner and we'll see again later. | |||||
| * | debugqt: Port to Qt5 [O. Galibert] | 2015-07-29 | 1 | -9/+12 | ||
| | | ||||||
| * | Removed comments and added generic license for whole team on top (nw) | 2015-05-09 | 1 | -0/+3 | ||
| | | ||||||
| * | extract libs and liboptions from pkg-config, prepare for future work (nw) | 2015-04-16 | 1 | -8/+36 | ||
| | | ||||||
| * | fix typo (nw) | 2015-04-13 | 1 | -2/+4 | ||
| | | ||||||
| * | Added QT_HOME to support custom QT installations (nw) | 2015-04-13 | 1 | -14/+41 | ||
| | | ||||||
| * | Convert CoreAudio output to use AUGraph in preparation for effects | 2015-04-07 | 1 | -0/+1 | ||
| | | ||||||
| * | Implemented filtering of dependency files, only active if machine have awk ↵ | 2015-04-04 | 1 | -1/+0 | ||
| | | | | | or gawk installed (nw) | |||||
| * | Add a simple CoreAudio sound output module | 2015-04-05 | 1 | -1/+7 | ||
| | | | | | | | It doesn't provide facilities for AU effects, although that could be added pretty easily if someone wants to. Advantages over SDL sound output are simpler code and lower latency. | |||||
| * | Moved MOC handling in lua (nw) | 2015-04-04 | 1 | -0/+31 | ||
| | | ||||||
| * | * Take more link dependencies caused by OSD out of genie.lua | 2015-04-04 | 1 | -0/+8 | ||
| | | | | | | * Always dynamically link SDL on Windows * Fix SDL1 build on Windows | |||||
| * | Add a nice wrapper for doing backtick-like processing of command output | 2015-04-02 | 1 | -5/+5 | ||
| | | ||||||
| * | typo fix, SDL compile fix [qmc2] (nw) | 2015-04-01 | 1 | -1/+1 | ||
| | | ||||||
| * | Link osdnet into a library reflecting its location, define USE_NETWORK ↵ | 2015-04-01 | 1 | -0/+1 | ||
| | | | | | properly, don't use SDL in non-SDL-specific macros | |||||
| * | Build Qt debugger on OSX if requested | 2015-04-01 | 1 | -5/+11 | ||
| | | ||||||
| * | Refactor out common OSD modules into separate lua file | 2015-04-01 | 1 | -0/+251 | ||
