aboutsummaryrefslogtreecommitdiff
path: root/src/input_common/udp/client.cpp
AgeCommit message (Expand)Author
2021-11-24input_common: Rewrite udp clientgerman77
2021-11-24input_common: Move touch and analog from button. Move udp protocolgerman77
2021-10-20input_common: Fix VS2022 compilation errorsameerj
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-05-13input_common: Sanitize motion datagerman77
2021-04-14common: Move settings to common from core.bunnei
2021-03-30Use a single connection for UDP server, make connection test longer and check...german77
2021-03-01inputCommon: Use an unique client id for each socket instancegerman
2021-02-09udp/client: Define ClientData constructor/destructor in cpp fileLioncash
2021-01-15Always initialize keyboard inputgerman
2021-01-15Add mutitouch support for touch screensgerman
2021-01-15Allow to return up to 16 touch inputs per enginegerman
2020-12-27udp client: process packets only for the correct padgal20
2020-11-25Add multiple udp server supportgerman
2020-11-23input_common: Add more missing [[maybe_unused]] from #4927.bunnei
2020-11-22input_common: Treat warnings as errorsLioncash
2020-11-15udp/client: Reduce testing period to 5 secondsMorph
2020-10-16udp/client: Make use of designated initializers in TestCommunication()Lioncash
2020-10-16udp/client: Take std::function by const reference with TestCommunication()Lioncash
2020-10-15input_common/CMakeLists: Make some warnings errorsLioncash
2020-10-08Merge pull request #4677 from german77/ShakeFromButtonbunnei
2020-09-30Reduce the "shake" requirements when configuring UDP.Lukas Senionis
2020-09-25Add random motion input to SDLgerman
2020-09-05Minor cleanupgerman
2020-09-04Add cemu hook changes related to PR #4609german
2020-09-04Remove RealMotionDevicegerman
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-07-25udp/client: Remove unused boost includeLioncash
2020-07-12udp: Silence a C++20 deprecation warningLioncash
2020-03-17input_common/udp: Fix Linux build by using a backwards compatible way of erro...FearlessTobi
2020-03-03input/udp - Add minor error handling to prevent bad input from crashingJames Rowe
2020-02-03input_common/udp: std::move SocketCallback instances where applicableLioncash
2020-02-03input_common/udp: std::move shared_ptr within Client constructorLioncash
2020-02-03udp/client: Replace deprecated from_string() call with make_address_v4()Lioncash
2020-02-03input_common/udp: Silence -Wreorder warning for SocketLioncash
2020-01-23Address second part of review commentsFearlessTobi
2020-01-23Address review commentsFearlessTobi
2020-01-23Input: UDP Client to provide motion and touch controlsfearlessTobi