| 1 | | ver 0.5.00 |
|---|
| 2 | | wiimote: |
|---|
| 3 | | fixed wiimote_status_mesg allocation size |
|---|
| 4 | | changed wiimote_log to wiimote_err with format string and args |
|---|
| 5 | | reworked event/callback system to pass arrays of (simultaneous) messages |
|---|
| 6 | | added extern "C" declaration to wiimote.h for c++ programs |
|---|
| 7 | | added wiimote_t * to wiimote_mesg_t callback prototype (to facilitate |
|---|
| 8 | | using the same callback for multiple wiimotes) |
|---|
| 9 | | wmdemo: |
|---|
| 10 | | added |
|---|
| 11 | | wmgui: |
|---|
| 12 | | Added parent argument to message function |
|---|
| 13 | | wminput: |
|---|
| 14 | | rewrite: new configuration syntax, plugin architecture |
|---|
| | 1 | 2007-02-18 L. Donnie Smith <wiimote@abstrakraft.org> |
|---|
| | 2 | wiimote |
|---|
| | 3 | * fixed wiimote_status_mesg allocation size |
|---|
| | 4 | * changed wiimote_log to wiimote_err with format string and args |
|---|
| | 5 | * reworked event/callback system to pass arrays of (simultaneous) messages |
|---|
| | 6 | * added extern "C" declaration to wiimote.h for c++ programs |
|---|
| | 7 | * added wiimote_t * to wiimote_mesg_t callback prototype (to facilitate |
|---|
| | 8 | using the same callback for multiple wiimotes) |
|---|
| 44 | | wiimote: |
|---|
| 45 | | fixed bug in IR report data extraction |
|---|
| 46 | | created acc_ir client message |
|---|
| 47 | | make install now installs library and header to /usr/local |
|---|
| 48 | | wmif: |
|---|
| 49 | | removed |
|---|
| 50 | | wmgui: |
|---|
| 51 | | reworked GUI |
|---|
| 52 | | added force, roll and pitch displays |
|---|
| 53 | | removed AutoMake |
|---|
| 54 | | split wiimote_callback into separate functions |
|---|
| 55 | | rewrote command-line parsing |
|---|
| 56 | | added WIIMOTE_BDADDR environment variable lookup |
|---|
| 57 | | wminput: |
|---|
| 58 | | split wiimote_callback into separate functions |
|---|
| 59 | | cleaned up cursor tracking |
|---|
| 60 | | renamed wminput.c to main.c |
|---|
| 61 | | rewrote command-line parsing |
|---|
| 62 | | added WIIMOTE_BDADDR environment variable lookup |
|---|
| 63 | | created plugin architecture and acc plugin |
|---|
| 65 | | ver 0.3.01 |
|---|
| | 52 | wiimote |
|---|
| | 53 | * fixed bug in IR report data extraction |
|---|
| | 54 | * created acc_ir client message |
|---|
| | 55 | * make install now installs library and header to /usr/local |
|---|
| | 56 | |
|---|
| | 57 | wmif |
|---|
| | 58 | * removed |
|---|
| | 59 | |
|---|
| | 60 | wmgui |
|---|
| | 61 | * reworked GUI |
|---|
| | 62 | * added force, roll and pitch displays |
|---|
| | 63 | * removed AutoMake |
|---|
| | 64 | * split wiimote_callback into separate functions |
|---|
| | 65 | * rewrote command-line parsing |
|---|
| | 66 | * added WIIMOTE_BDADDR environment variable lookup |
|---|
| | 67 | |
|---|
| | 68 | wminput |
|---|
| | 69 | * split wiimote_callback into separate functions |
|---|
| | 70 | * cleaned up cursor tracking |
|---|
| | 71 | * renamed wminput.c to main.c |
|---|
| | 72 | * rewrote command-line parsing |
|---|
| | 73 | * added WIIMOTE_BDADDR environment variable lookup |
|---|
| | 74 | * created plugin architecture and acc plugin |
|---|
| | 75 | |
|---|
| | 76 | 2007-01-09 L. Donnie Smith <wiimote@abstrakraft.org> |
|---|
| 95 | | ver 0.2.00 12/31/2006 |
|---|
| 96 | | wiimote: |
|---|
| 97 | | changed various macro names and parameter types (mostly signed to unsigned) |
|---|
| 98 | | cleaned up LED & RUMBLE command logic |
|---|
| 99 | | added ACC reporting |
|---|
| 100 | | added data read/write |
|---|
| 101 | | created dispatch thread (isolates bluetooth read from app callbacks) |
|---|
| 102 | | reset report mode after receive status report |
|---|
| 103 | | wmif: |
|---|
| 104 | | updated for wiimote changes |
|---|
| 105 | | added EEPROM read menu option |
|---|
| 106 | | wmgui: |
|---|
| 107 | | updated for wiimote changes |
|---|
| 108 | | added ACC output |
|---|
| 109 | | added data read/write |
|---|
| 110 | | added IR data widgets (not yet enabled) |
|---|
| | 86 | wmgui |
|---|
| | 87 | * fixed --help bug |
|---|
| | 88 | * added g_thread_support test before g_thread_init |
|---|
| 112 | | ver 0.1.00 12/28/2006 |
|---|
| | 90 | wminput |
|---|
| | 91 | * fixed --help bug |
|---|
| | 92 | * added #ifdef tests around KEY_ macros in key_enum.{c,awk} |
|---|
| | 93 | |
|---|
| | 94 | 2007-01-04 L. Donnie Smith <wiimote@abstrakraft.org> |
|---|
| | 95 | wiimote |
|---|
| | 96 | * put mesg callback data in a union |
|---|
| | 97 | * fixed write flood error (wait for ACK after each packet) |
|---|
| | 98 | * added IR reporting (mode 0x33 only) |
|---|
| | 99 | * moved internal definitions from wiimote.h into wiimote_internal.h |
|---|
| | 100 | (struct wiimote is now opaque) |
|---|
| | 101 | * wiimote_connect now returns a wiimote_t * |
|---|
| | 102 | * sends button message only when button status changes |
|---|
| | 103 | |
|---|
| | 104 | wmif |
|---|
| | 105 | * updated for wiimote changes |
|---|
| | 106 | |
|---|
| | 107 | wmgui |
|---|
| | 108 | * updated for wiimote changes |
|---|
| | 109 | * enabled IR widgets |
|---|
| | 110 | |
|---|
| | 111 | wminput |
|---|
| | 112 | * added to package |
|---|
| | 113 | |
|---|
| | 114 | 2006-12-31 L. Donnie Smith <wiimote@abstrakraft.org> |
|---|
| | 115 | wiimote |
|---|
| | 116 | * changed various macro names and parameter types (mostly signed to unsigned) |
|---|
| | 117 | * cleaned up LED & RUMBLE command logic |
|---|
| | 118 | * added ACC reporting |
|---|
| | 119 | * added data read/write |
|---|
| | 120 | * created dispatch thread (isolates bluetooth read from app callbacks) |
|---|
| | 121 | * reset report mode after receive status report |
|---|
| | 122 | |
|---|
| | 123 | wmif |
|---|
| | 124 | * updated for wiimote changes |
|---|
| | 125 | * added EEPROM read menu option |
|---|
| | 126 | |
|---|
| | 127 | wmgui |
|---|
| | 128 | * updated for wiimote changes |
|---|
| | 129 | * added ACC output |
|---|
| | 130 | * added data read/write |
|---|
| | 131 | * added IR data widgets (not yet enabled) |
|---|
| | 132 | |
|---|
| | 133 | 2006-12-28 L. Donnie Smith <wiimote@abstrakraft.org> |
|---|