summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/osd/modules.lua
Commit message (Collapse)AuthorAgeFilesLines
...
* | First take on render API reorg, nw therealmogminer@gmail.com2016-02-211-0/+17
| |
* | added rapidjson in include dirs (nw) Miodrag Milanovic2016-02-171-0/+1
| |
* | placed back OPENGL check since GL is not same as GLES (nw) Miodrag Milanovic2016-02-161-21/+41
| |
* | BGFX mandatory requirement (nw) Miodrag Milanovic2016-02-161-18/+9
| |
* | opengl as requirement (nw) Miodrag Milanovic2016-02-161-50/+21
| |
* | Significant speed improvements to the BGFX renderer. [MooglyGuy] therealmogminer@gmail.com2016-02-151-0/+1
|/
* XAudio2 support Brad Hughes2016-01-201-0/+33
|
* Fixed QT5 linking (nw) Miodrag Milanovic2016-01-091-3/+3
|
* It is affecting clang 3.6+ Miodrag Milanovic2016-01-081-1/+1
|
* Fix compile on clang 3.7+ on linux (nw) Miodrag Milanovic2016-01-081-13/+22
|
* qt5 debugger port [O. Galibert] Olivier Galibert2015-12-271-9/+12
|
* qtdebugger as separate lib (nw) Miodrag Milanovic2015-12-261-1/+23
|
* Emscripten build fixes (nw) Justin Kerk2015-11-211-2/+2
|
* Added info header at the top of each .lua file (nw) Scott Stone2015-11-141-0/+8
|
* added more h files missing in lua scripts (nw) Miodrag Milanovic2015-11-121-0/+20
|
* Remove not longer needed ForceCpp flag (nw) Miodrag Milanovic2015-11-081-4/+0
|
* update build scripts for rename c - > cpp (nw) Miodrag Milanovic2015-11-081-51/+51
|
* Revert "debugqt: Port to Qt5 [O. Galibert]" Olivier Galibert2015-08-011-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] Olivier Galibert2015-07-291-9/+12
|
* Removed comments and added generic license for whole team on top (nw) Miodrag Milanovic2015-05-091-0/+3
|
* extract libs and liboptions from pkg-config, prepare for future work (nw) Miodrag Milanovic2015-04-161-8/+36
|
* fix typo (nw) Miodrag Milanovic2015-04-131-2/+4
|
* Added QT_HOME to support custom QT installations (nw) Miodrag Milanovic2015-04-131-14/+41
|
* Convert CoreAudio output to use AUGraph in preparation for effects Vas Crabb2015-04-071-0/+1
|
* Implemented filtering of dependency files, only active if machine have awk ↵ Miodrag Milanovic2015-04-041-1/+0
| | | | or gawk installed (nw)
* Add a simple CoreAudio sound output module Vas Crabb2015-04-051-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) Miodrag Milanovic2015-04-041-0/+31
|
* * Take more link dependencies caused by OSD out of genie.lua Vas Crabb2015-04-041-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 Vas Crabb2015-04-021-5/+5
|
* typo fix, SDL compile fix [qmc2] (nw) Miodrag Milanovic2015-04-011-1/+1
|
* Link osdnet into a library reflecting its location, define USE_NETWORK ↵ Vas Crabb2015-04-011-0/+1
| | | | properly, don't use SDL in non-SDL-specific macros
* Build Qt debugger on OSX if requested Vas Crabb2015-04-011-5/+11
|
* Refactor out common OSD modules into separate lua file Vas Crabb2015-04-011-0/+251