summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/output/network.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360) Oliver Stöneberg2020-04-081-2/+4
| | | | | | | * Revert "fixed some modernize-use-equals-default clang-tidy warnings (nw)" This reverts commit 54486ab9 * fixed merge error
* fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237) Oliver Stöneberg2020-01-301-4/+2
|
* fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-1/+1
| | | | | | | | | | | | | | * fixed some bugprone-throw-keyword-missing clang-tidy warnings (nw) * fixed some modernize-use-nullptr clang-tidy warnings (nw) * fixed some readability-delete-null-pointer clang-tidy warnings (nw) * fixed some performance-faster-string-find clang-tidy warnings (nw) * fixed some performance-for-range-copy clang-tidy warnings (nw) * fixed some readability-redundant-string-cstr clang-tidy warnings (nw)
* Fix Solaris 2.11 (non-Oracle) Rick V2019-08-191-0/+5
|
* srcclean (nw) Vas Crabb2018-05-271-2/+2
|
* Output system changes [headkaze, R. Belmont] arbee2018-05-061-45/+46
| | | | | * Cleaned up syntax for network provider * Added pause and savestate commands to both network and win32 providers
* never hurts to srcclean (nw) Vas Crabb2017-07-091-39/+39
|
* remove unnecessary verbosity (nw) arbee2017-07-041-3/+2
|
* output: Fleshed out network output provider so it has the same capability as ↵ arbee2017-07-041-6/+69
| | | | | | | | | | | | legacy Win32. Clients: - Connect to TCP port 8000 - Messages will be of the form "verb = value\1"; if your client is busy when MAME is spamming, you may get multiple messages glued together by \1 separators. (\1 was chosen because it's neutral on Win32/Mac/Linux). - You will get a "hello = 1" message upon connection to MAME, and a "mamerun = 0" message when MAME shuts down. - You may send "send_id = n" to MAME to get IDs where n=0 means ROM set name of current game, 1-? = output node names - MAME will reply "req_id = string\1"; this is currently the only case where a string will be returned instead of an integer value. - A working example POSIX client will be released soon.
* srcclean (nw) Vas Crabb2016-10-231-49/+49
|
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
| | | | | 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
* Replaced code usage of libuv with asio library (nw) Miodrag Milanovic2016-10-071-34/+119
|
* Fixed network output to include all data [headkaze] arbee2016-06-051-1/+6
|
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-5/+4
|
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
|
* Basic TCP server based on libuv [Inaki Baz Castillo,Miodrag Milanovic] Miodrag Milanovic2016-04-101-5/+32
|
* Added skeleton for network output (nw) Miodrag Milanovic2016-04-091-0/+59