summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/lib
Commit message (Expand)AuthorAgeFilesLines
* Added ability to completely disable MIDI [qmc2] (nw) Miodrag Milanovic2015-03-161-0/+2
* First step to move osd_printf_* into osd again. Callbacks are now couriersud2015-03-042-9/+39
* OpenGL on windows now supports glsl options. This worked out of the box couriersud2015-02-282-0/+62
* OS/2 patches for SDLMAME v0.158 [KO Myung-Hun] Vas Crabb2015-02-241-1/+4
* Make OpenGL renderer available in mainline build as well. This needs to couriersud2015-02-221-0/+3
* Add a netdev provider "none" as a fallback doing nothing. couriersud2015-02-021-0/+1
* Converted midi into a module. (nw) couriersud2015-01-312-16/+26
* Converted pcap and taptun network code into modules. (nw) couriersud2015-01-302-20/+16
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-286-581/+577
* Fix compile for Windows/non-sdl. (nw) couriersud2015-01-271-0/+4
* Promote osd_getenv from osdlib.h to osdcore.h. Change return type to couriersud2015-01-275-17/+4
* Removed include not needed. Fixed compile. Thanks David! (nw) couriersud2015-01-271-2/+0
* Fix osx compile. (nw) couriersud2015-01-251-1/+3
* Merged winmisc/sdlmisc into osdlib_*.c. (nw) couriersud2015-01-254-32/+502
* Converted modules/debugger/* to new module infrastructure. (nw) couriersud2015-01-252-49/+17
* Renamed osd_debugger_interface to debug_module in a first step to move couriersud2015-01-242-39/+6
* Converted sound modules to be osd_modules. Simplified code. (nw) couriersud2015-01-242-103/+22
* Added a generic module abstraction layer and migrated font modules to couriersud2015-01-232-13/+58
* Changed osd_font to struct osd_font and removed unnecessary osdepend.h couriersud2015-01-172-6/+6
* OSD Updates: couriersud2015-01-142-25/+37
* Untangled options inheritance. Previously code locked in osd_options couriersud2015-01-132-44/+217
* Converted back osd_interface into a pure interface. couriersud2015-01-122-0/+698
* Moved OSX osd_sleep and friends to modules/lib (nw) couriersud2015-01-101-0/+124
* For unix and windows, moved osd_ticks() and friends to couriersud2015-01-102-0/+147
* fixed Visual Studio compilation (nw) Oliver Stöneberg2015-01-091-0/+2
* Commit missing files. (nw) couriersud2015-01-094-0/+362
* - Moved OS specific low level code to osd/modules/lib. couriersud2015-01-091-0/+78