summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/osd
Commit message (Expand)AuthorAgeFilesLines
...
* removed includeosd (nw) Miodrag Milanovic2015-04-022-4/+6
* SDL1 does not work with BFGX Vas Crabb2015-04-031-0/+4
* Add a nice wrapper for doing backtick-like processing of command output Vas Crabb2015-04-023-14/+14
* typo fix, SDL compile fix [qmc2] (nw) Miodrag Milanovic2015-04-011-1/+1
* Ok shuffling done Miodrag Milanovic2015-04-015-0/+33
* fix it properly (nw) Miodrag Milanovic2015-04-014-20/+0
* uf reverting breaks mingw (nw) Miodrag Milanovic2015-04-012-0/+9
* moved unicode specific build defines in genie.lua to fix tools build (nw) Miodrag Milanovic2015-04-012-9/+0
* MSVC build fix (nw) Miodrag Milanovic2015-04-011-3/+6
* Move osdcore.c back into libocore, don't allow libutil to #include osd Vas Crabb2015-04-012-0/+2
* Link osdnet into a library reflecting its location, define USE_NETWORK proper... Vas Crabb2015-04-013-2/+5
* Bring back NOASM Vas Crabb2015-04-012-5/+20
* Build Qt debugger on OSX if requested Vas Crabb2015-04-011-5/+11
* Add back DIRECTINPUT config for Windows OSD Vas Crabb2015-04-011-1/+34
* Can't use BGFX or QT without X11 on *NIX Vas Crabb2015-04-011-13/+15
* Refactor out common OSD modules into separate lua file Vas Crabb2015-04-015-244/+270
* Restore DONT_USE_NETWORK Vas Crabb2015-04-013-12/+26
* WTF was I thinking Vas Crabb2015-04-011-1/+1
* Restore SDL2_MULTIAPI Vas Crabb2015-04-012-0/+18
* Fix USE_BGFX=0 with windows OSD Vas Crabb2015-04-011-1/+7
* Small cleanup to how macros are defined for SDL OSD Vas Crabb2015-04-011-11/+0
* Restore MESA_INSTALL_ROOT Vas Crabb2015-04-012-5/+23
* Restore NO_OPENGL and USE_DISPATCH_GL Vas Crabb2015-04-012-7/+67
* Restore NO_USE_MIDI and some more OS support from the old SDL makefile Vas Crabb2015-04-012-5/+69
* Made SDL build to be able to be compiled on VS (nw) Miodrag Milanovic2015-03-312-8/+31
* Removed not needed flag since duplicate has been removed (nw) Miodrag Milanovic2015-03-311-1/+0
* Get NO_X11, NO_USE_XINPUT and SDL_LIBVER working on Linux Vas Crabb2015-03-312-37/+123
* Bring back some SDL OSD configurability (WIP) Vas Crabb2015-03-313-75/+272
* Remove need for winprefix.h and moved alloca define to osdcomm.h (nw) Miodrag Milanovic2015-03-311-4/+1
* Restore ledutil for windows builds with TOOLS=1 Vas Crabb2015-03-301-5/+32
* Fix compile. (nw) couriersud2015-03-294-8/+18
* Added two more options to the build system: couriersud2015-03-292-25/+27
* Added network flags (nw) Miodrag Milanovic2015-03-292-1/+5
* Small cleanup Vas Crabb2015-03-292-12/+3
* SDL and Windows strconv are the same thing. Vas Crabb2015-03-293-4/+3
* Remove all the stuff that causes driver and emu sources to be compiled Vas Crabb2015-03-295-66/+49
* fix for osx debugger (nw) Miodrag Milanovic2015-03-281-0/+1
* Explicit file listing in lua scripts making generate much much faster (nw) Miodrag Milanovic2015-03-283-89/+132
* linkoptions for QT are needed (nw) Miodrag Milanovic2015-03-281-3/+3
* Put some OSD libs back in main GENie file to fix WinSDL build for now Vas Crabb2015-03-281-8/+0
* build into OSD subdirectory for people building multiple OSDs Vas Crabb2015-03-281-0/+2
* Move more OSD-specific stuff to OSD scripts Vas Crabb2015-03-283-0/+48
* Split OSD per file [qmc2] Miodrag Milanovic2015-03-276-0/+490