summaryrefslogtreecommitdiff
path: root/src/input_common/udp/client.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-27udp client: process packets only for the correct padGravatar gal201-0/+5
2020-11-25Add multiple udp server supportGravatar german1-49/+94
2020-11-23input_common: Add more missing [[maybe_unused]] from #4927.Gravatar bunnei1-2/+2
2020-11-22input_common: Treat warnings as errorsGravatar Lioncash1-3/+3
2020-11-15udp/client: Reduce testing period to 5 secondsGravatar Morph1-1/+1
2020-10-16udp/client: Make use of designated initializers in TestCommunication()Gravatar Lioncash1-2/+5
2020-10-16udp/client: Take std::function by const reference with TestCommunication()Gravatar Lioncash1-3/+3
2020-10-15input_common/CMakeLists: Make some warnings errorsGravatar Lioncash1-29/+36
2020-09-30Reduce the "shake" requirements when configuring UDP.Gravatar Lukas Senionis1-2/+6
2020-09-25Add random motion input to SDLGravatar german1-5/+3
2020-09-05Minor cleanupGravatar german1-19/+16
2020-09-04Add cemu hook changes related to PR #4609Gravatar german1-38/+149
2020-09-04Remove RealMotionDeviceGravatar german1-1/+9
2020-08-13General: Tidy up clang-format warnings part 2Gravatar Lioncash1-4/+2
2020-07-25udp/client: Remove unused boost includeGravatar Lioncash1-1/+0
2020-07-12udp: Silence a C++20 deprecation warningGravatar Lioncash1-1/+1
2020-06-21Singleton GC Adapter class, remove globals, fix naming conventionGravatar Ameer1-2/+4
2020-06-21Clang FormattingGravatar Ameer1-4/+2
2020-06-21Cleanup after linterGravatar Ameer1-77/+63
2020-06-21GC Adapter ImplementationGravatar Ameer1-63/+77
2020-03-17input_common/udp: Fix Linux build by using a backwards compatible way of erro...Gravatar FearlessTobi1-1/+1
2020-03-03input/udp - Add minor error handling to prevent bad input from crashingGravatar James Rowe1-4/+13
2020-02-03input_common/udp: std::move SocketCallback instances where applicableGravatar Lioncash1-2/+2
2020-02-03input_common/udp: std::move shared_ptr within Client constructorGravatar Lioncash1-1/+1
2020-02-03udp/client: Replace deprecated from_string() call with make_address_v4()Gravatar Lioncash1-2/+2
2020-02-03input_common/udp: Silence -Wreorder warning for SocketGravatar Lioncash1-4/+3
2020-01-23Address second part of review commentsGravatar FearlessTobi1-5/+9
2020-01-23Address review commentsGravatar FearlessTobi1-12/+12
2020-01-23Input: UDP Client to provide motion and touch controlsGravatar fearlessTobi1-0/+283