137 Commits (efa0b7a056b73dffb8789c95ebf8a9c09e55f539)

Author SHA1 Message Date
Ameer 46b4461fbb shared_ptr for the GC adapter class, constexpr constants 6 years ago
Ameer 968d631aa5 std::arrays where appropriate, clear q in adapter class, other touch ups 6 years ago
Ameer 5f0fa4cb82 fix include thread 6 years ago
Ameer 121af3646d Singleton GC Adapter class, remove globals, fix naming convention 6 years ago
Ameer c94583d867 Clang Formatting 6 years ago
Ameer 0076a08d04 Cleanup after linter 6 years ago
Ameer 0248614add GC Adapter Implementation 6 years ago
MerryMage c6a963c48e input_common/motion_emu: Remove redundant move 6 years ago
MerryMage 8272f53cf9 input_common/keyboard: Remove redundant move 6 years ago
FearlessTobi 3d1e741645 input_common: fix build when SDL2 is disabled 6 years ago
Markus Wick 94c2c828a5 input_common: Use the CMake target instead of the variable. 6 years ago
Lioncash 1c340c6efa CMakeLists: Specify -Wextra on linux builds 6 years ago
ReinUsesLisp 716d6aee30 input_common/udp: Fix clang build issues 6 years ago
FearlessTobi 230ac6a4e8 input_common/udp: Fix Linux build by using a backwards compatible way of error checking 6 years ago
James Rowe 002d9508a0 input/udp - Add minor error handling to prevent bad input from crashing 6 years ago
James Rowe 2cdda8c564 input/udp - Dont log on invalid packet received 6 years ago
CJBok 23c4cc80e2 analog_from_button get direction implementation 6 years ago
Lioncash c7678c3044 input_common/udp: Ensure that UDP is shut down within Shutdown() 6 years ago
Lioncash 83f8090273 input_common/udp: Add missing override specifiers 6 years ago
Lioncash 5c61e0ba39 input_common/udp: std::move SocketCallback instances where applicable 6 years ago
Lioncash fb9c9ddcc9 input_common/udp: std::move shared_ptr within Client constructor 6 years ago
Lioncash 9bb6ab77f4 udp/client: Replace deprecated from_string() call with make_address_v4() 6 years ago
Lioncash 881408445a input_common/udp: Silence -Wreorder warning for Socket 6 years ago
Lioncash 36524465a6 input_common/udp: Remove unnecessary inclusions 6 years ago
Lioncash 4aa9c9632d input_common/udp: Add missing header guard 6 years ago
FearlessTobi bbd85a495a Address second part of review comments 6 years ago
FearlessTobi 0fe11746fc Address review comments 6 years ago
fearlessTobi ac3690f205 Input: UDP Client to provide motion and touch controls 6 years ago
CJBok 635deb70d4 Moved analog direction logic to sdl_impl 6 years ago
Lioncash 5ccf2a7b82 input_common/sdl/sdl_impl: Correct logging string in SDLState constructor 7 years ago
Lioncash cfac942e63 input_common/sdl/sdl_impl: Move documentation comments to header where applicable 7 years ago
Lioncash b9b23c98ff input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller 7 years ago
Lioncash 50048d9f5a input_common/sdl/sdl_impl: Mark variables const where applicable 7 years ago
Lioncash ca7ca2919c input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static 7 years ago
Lioncash b73ea457cc input_common/sdl/sdl_impl: Convert reinterpret_cast into a static_cast 7 years ago
Lioncash 2c679cda51 input_common/sdl/sdl_impl: Use insert_or_assign() where applicable 7 years ago
Lioncash b46e615551 input_common/sdl/sdl_impl: Simplify SDL_Joystick deleter handling 7 years ago
Lioncash 7ea07c6063 input_common/sdl/sdl_impl: Resolve two sign conversion warnings 7 years ago
Lioncash cf0d01a5d7 input_common/sdl: Remove unused header includes and forward declarations 7 years ago
Lioncash 00f0827a26 input_common/sdl/sdl_impl: Use nested namespace specifiers where applicable 7 years ago
Lioncash e70f16fff7 input_common/sdl/sdl_impl: Silence sign conversion warnings 7 years ago
Lioncash 781ab8407b general: Use deducation guides for std::lock_guard and std::unique_lock 7 years ago
Lioncash eb335f51ca input_common/sdl: Correct return values within implementations of GetPollers() 7 years ago
Lioncash 874826b6dd input_common/sdl: Use a type alias to shorten declaration of GetPollers 7 years ago
Lioncash 114060fd87 input_common/sdl_impl: Make lambda capture more specific in SDLState constructor 7 years ago
Lioncash d74aa13bd3 input_common/sdl_impl: Remove unnecessary std::chrono::duration construction 7 years ago
Lioncash 834d3fe336 input_common/sdl_impl: Remove unused variable in SDLState constructor 7 years ago
B3n30 71817afbe9 fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog 7 years ago
Weiyi Wang 8b98f60e3c input/sdl: lock map mutex after SDL call 7 years ago
James Rowe 09ac66388c Input: Remove global variables from SDL Input 7 years ago