Commit Graph

193 Commits

Author SHA1 Message Date
Ryan Pavlik
3c8a0d715a change way of defining WCONST so internal workings aren't as visible in the public API 2011-04-28 10:23:16 -05:00
Ryan Pavlik
f853261785 apparently visual studio 2010's stdint.h isn't all it's cracked up to be. 2011-04-28 10:22:14 -05:00
Ryan Pavlik
51bf525b54 this internal header will never be c++, no need for the extern 2011-04-28 09:58:52 -05:00
Ryan Pavlik
83a030ccd1 clean up redundant stdio.h includes 2011-04-28 09:56:23 -05:00
Ryan Pavlik
d32490b857 fix a warning in release mode 2011-04-28 09:56:06 -05:00
Ryan Pavlik
bfcb2fe94c shuffle and clean up includes - builds on windows properly again 2011-04-28 09:49:39 -05:00
Ryan Pavlik
cf8ba2142e missing change of stdint header 2011-04-28 09:48:47 -05:00
Ryan Pavlik
17f4a2b555 workaround stdint header should not be in angle brackets 2011-04-28 09:48:40 -05:00
Ryan Pavlik
b949546225 handle the msvc stdint.h header differently (better) 2011-04-27 15:12:08 -05:00
Ryan Pavlik
4d6b5a5b05 improve doxygen mainpage 2011-04-27 12:23:40 -05:00
Ryan Pavlik
96fe3ae298 Add links to main page 2011-04-27 11:00:53 -05:00
Johannes Zarl
4829592601 Add support for redirecting or disabling messages from stdout to elsewhere.
The newly introduced procedure wiiuse_set_output can be used to set the FILE*
used for each of the loglevels LOGLEVEL_ERROR, LOGLEVEL_WARNING, LOGLEVEL_INFO,
and LOGLEVEL_DEBUG. Setting the logfile to 0 disables log output for a
loglevel. This adds the macro definition WIIUSE_HAS_OUTPUT_REDIRECTION, so
programs can test for the feature.

The internal log macros in definitions.h all honor this output redirection mechanism.
2011-04-27 08:33:36 -05:00
Johannes Zarl
ca4a38c31c fix doc typo in wiiuse.c. 2011-04-27 08:33:27 -05:00
Karl Semich
66fb96064f Fix off-by-two overflow in IR dot ordering 2011-01-28 05:16:17 +08:00
Ryan Pavlik
304bf4fc64 fromdos the source 2010-11-12 10:24:00 -06:00
Ryan Pavlik
2432d5c867 Update version and changelog 2010-11-11 15:13:36 -06:00
Ryan Pavlik
8eef1f89dc Fix some crashes by checking pointers before deref 2010-11-11 15:11:27 -06:00
Ryan Pavlik
c73f4cee39 Add _debug to the end of the library name on Windows in debug mode 2010-11-11 13:21:45 -06:00
Ryan Pavlik
41cbbd4191 Improve header comments 2010-11-11 12:42:14 -06:00
Ryan Pavlik
6bce6d53d3 Only dump wii board debug in debug mode 2010-11-11 12:42:03 -06:00
Ryan Pavlik
200778ed32 Modify credit statement to point to new location 2010-11-11 12:38:51 -06:00
Ryan Pavlik
5bb30e7109 Remove extraneous version define 2010-11-11 12:38:42 -06:00
Ryan Pavlik
0369a148de Generate version string based on version components 2010-11-11 12:38:17 -06:00
Ryan Pavlik
29a42208fa Define WITH_WIIUSE_DEBUG in debug builds 2010-11-11 12:38:02 -06:00
Ryan Pavlik
af86d2fd09 Remove redundant define 2010-11-11 12:37:44 -06:00
Ryan Pavlik
a374be29de Add version defines, feature defines to wiiuse.h 2010-11-11 12:20:04 -06:00
Ryan Pavlik
e786ae3cd1 Remove all old build systems 2010-11-11 12:19:54 -06:00
Ryan Pavlik
c2c1dca625 Improve installation 2010-11-11 12:06:14 -06:00
Ryan Pavlik
737a04255b Use the windows HID finder 2010-11-11 12:05:58 -06:00
Ryan Pavlik
a6b065f7e6 Use bluez finder 2010-11-11 11:07:58 -06:00
Ryan Pavlik
8b32094cbe Fix calibration/scaling for balance board 2010-11-11 08:16:09 -06:00
Ryan Pavlik
6e26b47003 Install the import library on Windows 2010-11-11 08:15:55 -06:00
Ryan Pavlik
407853aace remove generated file 2010-11-11 01:58:31 -06:00
Ryan Pavlik
7878b046d6 fix compile error on windows
this is C not C++
2010-11-11 01:56:44 -06:00
Ryan Pavlik
6d832d4193 fix windows link 2010-11-11 01:56:08 -06:00
Ryan Pavlik
c5435f8d62 Add a fix for newer kernels - make sure to zero out the sock struct 2010-10-08 16:56:56 -05:00
Ryan Pavlik
ff0bfc261d Fix: setting IR to off before handshake completes used to enable it anyway.
Fix via Harald <Gotterdammerung@web.de>
2010-09-21 15:04:40 -05:00
Ryan Pavlik
ae74f81c45 Work on build 2010-07-27 17:09:59 -05:00
Ryan Pavlik
bf4b9e9d10 WOrk on fixing windows 2010-07-27 17:07:19 -05:00
Ryan Pavlik
dde5bb965a Improve balance board, use stdint.h 2010-07-22 18:42:04 -05:00
Ryan Pavlik
db3c0e1e7b Add a quick and dirty cmake build 2010-07-22 17:09:13 -05:00
Ryan Pavlik
1cea14c661 Merge in slightly fixed version of the delft changes 2010-07-22 17:08:55 -05:00
Ryan Pavlik
24b1063e59 Upstream official 0.12 2010-07-22 16:29:25 -05:00