| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move special windows.h include directives to build defines (nw) | 2016-12-28 | 1 | -1/+0 | |
| | | |||||
| * | Small cleanup (nw) | 2016-11-11 | 1 | -1/+4 | |
| | | |||||
| * | simplified memory allocation for osd_module (nw) | 2016-11-11 | 1 | -0/+1 | |
| | | |||||
| * | NOTICE (TYPE NAME CONSOLIDATION) | 2016-10-22 | 2 | -12/+12 | |
| | | | | | | Use standard uint64_t, uint32_t, uint16_t or uint8_t instead of UINT64, UINT32, UINT16 or UINT8 also use standard int64_t, int32_t, int16_t or int8_t instead of INT64, INT32, INT16 or INT8 | ||||
| * | Cleanup and version bumpmame0175 | 2016-06-29 | 1 | -1/+1 | |
| | | |||||
| * | Change two dynamic bind messages to verbose. | 2016-06-17 | 1 | -1/+1 | |
| | | |||||
| * | Introduce dynamic_module | 2016-06-11 | 1 | -109/+72 | |
| | | | | | | This is a central cross-platform facility to dynamically bind functions from shared libraries. Updated all OSD modules to use it. | ||||
| * | Various cleanups suggested by static analyzer (nw) | 2016-04-24 | 1 | -18/+18 | |
| | | |||||
| * | pcap: fix error and crash (nw) | 2016-02-24 | 1 | -2/+2 | |
| | | |||||
| * | fixing some more override (nw) | 2015-12-06 | 2 | -7/+8 | |
| | | |||||
| * | more cleanups and fix (nw) | 2015-11-11 | 1 | -2/+2 | |
| | | |||||
| * | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 3 | -0/+0 | |
| | | |||||
| * | making logerror part of machine and device classes [Miodrag Milanovic] | 2015-11-01 | 1 | -6/+6 | |
| | | | | | display tag of device that logged message | ||||
| * | netdev: fix pcap crashes on OS X [Rob Braun] | 2015-09-10 | 1 | -1/+8 | |
| | | |||||
| * | did license settings for OG and Andrew, cleared up OSD part for licenses (nw) | 2015-05-09 | 4 | -8/+8 | |
| | | |||||
| * | Added license headers to the rest of files (nw) | 2015-05-07 | 4 | -0/+8 | |
| | | |||||
| * | Make OSD options an init parameter for modules | 2015-04-07 | 3 | -4/+5 | |
| | | |||||
| * | Fixed non-unicode builds (nw) | 2015-04-06 | 1 | -4/+9 | |
| | | |||||
| * | netdev: fix race condition/crash when using the OSD to choose pcap devices. ↵ | 2015-04-01 | 1 | -2/+14 | |
| | | | | | [Rob Braun] | ||||
| * | Link osdnet into a library reflecting its location, define USE_NETWORK ↵ | 2015-04-01 | 2 | -2/+2 | |
| | | | | | properly, don't use SDL in non-SDL-specific macros | ||||
| * | Cleanups and version bumpmame0159 | 2015-02-25 | 1 | -7/+6 | |
| | | |||||
| * | Add a netdev provider "none" as a fallback doing nothing. | 2015-02-02 | 1 | -0/+18 | |
| | | |||||
| * | Missed one file. (nw) | 2015-01-30 | 1 | -0/+26 | |
| | | |||||
| * | Converted pcap and taptun network code into modules. (nw) | 2015-01-30 | 2 | -0/+444 | |
