Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -200/+0 | |
| | |||||
* | did license settings for OG and Andrew, cleared up OSD part for licenses (nw) | 2015-05-09 | 1 | -3/+3 | |
| | |||||
* | Added license headers to the rest of files (nw) | 2015-05-07 | 1 | -0/+2 | |
| | |||||
* | Fix OSX build and get rid of an astring while at it | 2015-04-20 | 1 | -12/+10 | |
| | |||||
* | cstr() - > c_str() as preparation for move to std::string (nw) | 2015-04-11 | 1 | -2/+2 | |
| | |||||
* | Make OSD options an init parameter for modules | 2015-04-07 | 1 | -23/+20 | |
| | |||||
* | Add a simple CoreAudio sound output module | 2015-04-05 | 1 | -1/+1 | |
| | | | | | | 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. | ||||
* | Cleanups and version bumpmame0158 | 2015-01-28 | 1 | -133/+133 | |
| | |||||
* | Added a generic module abstraction layer and migrated font modules to | 2015-01-23 | 1 | -7/+25 | |
| | | | use this layer. (nw) | ||||
* | Moved font code into osd/modules/font. Extended osd_font to a proper | 2015-01-19 | 1 | -0/+185 | |
interface. (nw) |