Commit Graph

9 Commits

Author SHA1 Message Date
Miodrag Milanovic
26e7a17b63 Cleanups and version bump 2015-01-28 09:20:10 +01:00
couriersud
d2ef6dfc1f Converted modules/debugger/* to new module infrastructure. (nw) 2015-01-25 03:45:00 +01:00
couriersud
2bd20baaba Renamed osd_debugger_interface to debug_module in a first step to move
to new module infrastructure. (nw)
2015-01-24 21:03:59 +01:00
couriersud
3818ac2be2 Converted sound modules to be osd_modules. Simplified code. (nw) 2015-01-24 02:20:18 +01:00
couriersud
4a4ae1d5ed Added a generic module abstraction layer and migrated font modules to
use this layer. (nw)
2015-01-23 19:53:42 +01:00
couriersud
18d5da6b0b Changed osd_font to struct osd_font and removed unnecessary osdepend.h
includes.
2015-01-17 15:59:43 +01:00
couriersud
11af4265a0 OSD Updates:
- OSD can now use OPTION_COMMAND; added execute_command handler to
osd_interface.
- moved list_network_devices and list_midi_devices to OSD
2015-01-14 01:05:38 +01:00
couriersud
e216457fcd Untangled options inheritance. Previously code locked in osd_options
locking any potential future OSD to these.
Options inheritance now is

core_options
emu_options
cli_options
osd_options
[sdl|win]_osd_options

This required a number of minor changes to other code as well. 
Tested on linux-sdl, windows-sdl, windows-mainline, osx-sdl
2015-01-13 20:23:00 +01:00
couriersud
a532231701 Converted back osd_interface into a pure interface.
The previous version just exhibited any member of osd_interface to the
core. This one limits core access to osd to those functions originally
specified.
There is room for improvement going forward here in the design. Left
FIXMEs where appropriate. (nw)
2015-01-12 02:19:14 +01:00