german
|
9b3af0027b
inputCommon: Use an unique client id for each socket instance
|
5 лет назад |
Lioncash
|
cda24b8eb1
udp/client: Define ClientData constructor/destructor in cpp file
|
5 лет назад |
german
|
b483f2d010
Always initialize keyboard input
|
5 лет назад |
german
|
8495e1bd83
Add mutitouch support for touch screens
|
5 лет назад |
german
|
d8df9a16bd
Allow to return up to 16 touch inputs per engine
|
5 лет назад |
gal20
|
1defd0847a
udp client: process packets only for the correct pad
|
5 лет назад |
german
|
2c2b586d86
Add multiple udp server support
|
5 лет назад |
bunnei
|
7fb7540d69
input_common: Add more missing [[maybe_unused]] from #4927.
|
5 лет назад |
Lioncash
|
5c4774e8ce
input_common: Treat warnings as errors
|
5 лет назад |
Morph
|
8ead176639
udp/client: Reduce testing period to 5 seconds
|
5 лет назад |
Lioncash
|
30b1e71066
udp/client: Make use of designated initializers in TestCommunication()
|
5 лет назад |
Lioncash
|
36cfb234d5
udp/client: Take std::function by const reference with TestCommunication()
|
5 лет назад |
Lioncash
|
046c0c91a3
input_common/CMakeLists: Make some warnings errors
|
5 лет назад |
bunnei
|
06e65de93c
Merge pull request #4677 from german77/ShakeFromButton
|
5 лет назад |
Lukas Senionis
|
6ee1a784b8
Reduce the "shake" requirements when configuring UDP.
|
5 лет назад |
german
|
03b574ae22
Add random motion input to SDL
|
5 лет назад |
german
|
797564599f
Minor cleanup
|
5 лет назад |
german
|
6ee8eab670
Add cemu hook changes related to PR #4609
|
5 лет назад |
german
|
0774b17846
Remove RealMotionDevice
|
5 лет назад |
Lioncash
|
b724a4d90c
General: Tidy up clang-format warnings part 2
|
6 лет назад |
Lioncash
|
1a7cf26884
udp/client: Remove unused boost include
|
6 лет назад |
Lioncash
|
8df93132cd
udp: Silence a C++20 deprecation warning
|
6 лет назад |
FearlessTobi
|
230ac6a4e8
input_common/udp: Fix Linux build by using a backwards compatible way of error checking
|
6 лет назад |
James Rowe
|
002d9508a0
input/udp - Add minor error handling to prevent bad input from crashing
|
6 лет назад |
Lioncash
|
5c61e0ba39
input_common/udp: std::move SocketCallback instances where applicable
|
6 лет назад |
Lioncash
|
fb9c9ddcc9
input_common/udp: std::move shared_ptr within Client constructor
|
6 лет назад |
Lioncash
|
9bb6ab77f4
udp/client: Replace deprecated from_string() call with make_address_v4()
|
6 лет назад |
Lioncash
|
881408445a
input_common/udp: Silence -Wreorder warning for Socket
|
6 лет назад |
FearlessTobi
|
bbd85a495a
Address second part of review comments
|
6 лет назад |
FearlessTobi
|
0fe11746fc
Address review comments
|
6 лет назад |