Lysann Schlegel
f0642ed028
fix os_nix.c stuff that broke during refactorings
2012-11-10 23:52:28 +01:00
Lysann Schlegel
7e502b66d6
implemented wiiuse_os_read for mac
2012-11-10 23:50:38 +01:00
Lysann Schlegel
8c2f22089a
implemented wiiuse_io_write for mac
2012-11-10 21:26:15 +01:00
Lysann Schlegel
a39cfd4374
move most of the wiiuse mac implementation into WiiuseWiimote* object
2012-11-10 20:59:42 +01:00
Lysann Schlegel
b295af0777
implement wiiuse_os_disconnect for mac
2012-11-10 19:49:39 +01:00
Lysann Schlegel
7d9c82f604
implement wiiuse_os_connect for mac
2012-11-10 19:19:53 +01:00
Lysann Schlegel
a154eb5536
move find implementation for mac to different file; refactor a bit
2012-11-10 17:17:37 +01:00
Lysann Schlegel
b68c03efd7
implement wiiuse_os_find for mac
2012-11-10 16:22:00 +01:00
Lysann Schlegel
71569818e5
make wiimote_poll a platform-specific function, move implementations to os_*.c/os_mac.m
2012-11-10 13:56:06 +01:00
Lysann Schlegel
6f6ba68ed6
rename wiiuse_io_* to wiiuse_os_*
2012-11-10 13:38:05 +01:00
Lysann Schlegel
f1c7a7712b
delete mac implementation, replace by stub; reorganize platform-specific code
2012-11-10 13:06:49 +01:00
Lysann Schlegel
f7b4fd44a0
fix mac expansion handshake by propagating the event on receive
2012-11-10 00:52:05 +01:00
Lysann Schlegel
be1f23ff70
getting rid of osx 10.7+ deprecation warnings
2012-11-08 22:29:53 +01:00
Ryan Pavlik
abf13bae58
Add debug display of joystick calibration data.
2012-06-28 16:21:57 -05:00
Ryan Pavlik
c800a049dc
Use the right sqrt for floats in C.
2012-06-28 16:21:18 -05:00
Ryan Pavlik
29e5fabeac
Use atan2f instead of atan and weird adjustments.
...
This should keep the angle values in [0, 360]
just as apparently intended before.
2012-06-28 16:21:02 -05:00
Ryan Pavlik
2db3dd3a03
Factor out the application of a two-domain mapping ('calibration').
...
Replaces repeated code, and should be more reliable as well as
avoiding division by 0.
2012-06-28 16:19:31 -05:00
Ryan Pavlik
84fb39dcb3
Add some debug messages
2012-06-28 16:17:37 -05:00
Ryan Pavlik
ab67501959
don't need much of windows.h, just a little.
2012-05-01 19:14:02 -05:00
Ryan Pavlik
434e53592a
A little warning cleanup
2012-05-01 19:13:48 -05:00
Kevin M. Godby
c7bcd7aecd
Fixed a few spelling errors.
2012-02-18 00:46:16 -06:00
Juan Sebastian Casallas
5cfa33a8a8
[mac] Reopen outputChannel on wiiuse_io_write failure
...
-The first write on ouputChannel may fail
-Subsequent write calls are also prone to failure
-Reopening the channel on failure should solve this problem
2012-01-16 21:41:18 -06:00
Jan Ciger
ce9e1b6156
added forgotten Balance board support
2012-01-16 13:35:44 -06:00
Juan Sebastian Casallas
240ef2f3f9
events.c: Clear event buffer after propagating in Mac
...
-The line was previously commented-out
-Even if the instruction is not vital, uncommenting it makes mac polling consistent with unix and windows polling
2011-11-30 19:27:20 +01:00
Juan Sebastian Casallas
e8126a1dca
Update headers on io_mac, wiiuse and wiiuse_internal
...
-These are mostly copyright and consistency issues
-On io_mac.h/m prepended "based on io_mac.h/m from WiiC," to "written by: Gabiele Randelli"
and specified the files as part of wiiuse instead
of wiiC.
-On wiiuse.h and wiiuse_internal.h gave credit to WiiC
and Gabiele Randelli for Mac-specific class codes
and wiimote_t members
2011-11-23 00:04:02 +01:00
Juan Sebastian Casallas
d9e72fe730
Change scope of propagate_event for use in io_mac.m
...
-propagate_event was static in events.c
-io_mac.m uses propagate_event when receiving data before finishing the handshake
2011-11-22 23:29:49 +01:00
Juan Sebastian Casallas
257b94659d
Add io_mac files from wiic, update wiiuse definitions
...
-Used io_mac.h/.m from wiic and added them to CMakeLists
-Define WIIUSE_MAC on wiiuse.h and wiiuse_internal.h
-Implemented wiiuse_poll when WIIUSE_MAC is defined
-Added Mac-specific includes to wiiuse.h and wiiuse_internal.h
-Added Mac-specific members to wiimote_t on wiiuse.h
-Added Mac-specific WM_DEV_CLASS definitions to wiiuse_internal.h
-Modified wiiuse_poll for use with Mac
-Added init and cleanup functions to io_mac.m
2011-11-22 23:13:40 +01:00
Jan Ciger
97768bf63c
Added documentation
2011-09-15 02:31:49 +02:00
Jan Ciger
1c5bb6cb33
Removed unused variables
2011-09-15 01:32:09 +02:00
Jan Ciger
3c9cfdf656
Renamed variables to something more descriptive, removed unused code
2011-09-15 01:29:43 +02:00
Ryan Pavlik
446731114c
remove #if 0 code.
2011-09-14 14:51:50 -05:00
Ryan Pavlik
f7b198e0e6
Remove old encrypted expansion codes - no longer needed
2011-09-14 13:02:41 -05:00
Ryan Pavlik
e1fcc8266c
more IWYU include comments
2011-09-14 13:02:30 -05:00
Ryan Pavlik
61f1e7e18d
add comments from include-what-you-use
2011-09-14 10:34:12 -05:00
Ryan Pavlik
ea793369f6
Fix mingw build
2011-09-14 10:34:12 -05:00
Jan Ciger
44dcb16c58
Windows compilation fixes
2011-09-14 10:34:09 -05:00
Jan Ciger
9ae7f37396
Added expansion detection from fWiine
...
Added gyro rate calculations & calibrations from WiiC
Conflicts:
src/events.c
src/io.c
src/motion_plus.c
src/wiiuse_internal.h
2011-09-14 10:34:04 -05:00
Jan Ciger
80e8fa37ac
cleanup
...
Conflicts:
src/events.c
src/io.c
src/wiiuse.c
src/wiiuse.h
2011-09-14 10:33:59 -05:00
Jan Ciger
9b5ef23276
More fWiine merging
...
Conflicts:
src/events.c
src/motion_plus.c
src/wiiuse.h
2011-09-14 10:33:54 -05:00
Jan Ciger
541cbb5156
Merged stuff from fWiine, Wiiuse master and local Motion+ modifs, not working yet
...
Dos2unix and unexpanded, then selectively committed by rpavlik
2011-09-14 10:33:43 -05:00
Ryan Pavlik
7dec48c44f
convert c++-style comments
2011-09-14 10:16:13 -05:00
Ryan Pavlik
c508e14935
clean up write_data_cb types
2011-09-14 10:14:57 -05:00
Ryan Pavlik
b68452d98e
use endianness function in motion_plus
2011-09-14 10:14:57 -05:00
Ryan Pavlik
c51ce2893e
use tidier datatypes in motionplus
2011-09-14 10:14:57 -05:00
Ryan Pavlik
fa8662f781
fix pointer checking order
2011-09-14 10:14:57 -05:00
Ryan Pavlik
4ad1e56cdf
wiiuse_send_next_pending_write_request can call wiiuse_write_data
2011-09-14 10:14:57 -05:00
Ryan Pavlik
e8d2be3601
Unix line endings and remove trailing spaces
2011-09-14 10:14:57 -05:00
Ryan Pavlik
93593c2766
improve all includes using iwyu
2011-09-14 10:14:57 -05:00
Ryan Pavlik
24f8ed947a
mark up motion plus for doxygen
2011-09-14 10:14:56 -05:00
Ryan Pavlik
2b8a079d8f
include ir.h
2011-09-14 10:14:56 -05:00