Changeset 0b00ea6a64ef98def851bb98172c5541f05649c3

Show
Ignore:
Timestamp:
02/25/07 00:40:39 (6 years ago)
Author:
dsmith <dsmith@…>
Children:
489535cf5aabec6d0eb33d78af848cc7b01ae511
Parents:
97c1a54e9c8c222791978265fb63d034dee39acb
git-author:
L. Donnie Smith <donnie.smith@…> (02/25/07 00:40:39)
git-committer:
dsmith <dsmith@…> (02/25/07 00:40:39)
Message:

Reformat ChangeLog?, Create NEWS

git-svn-id: http://abstrakraft.org/cwiid/svn/cwiid/trunk@11 918edb2d-ff29-0410-9de2-eb38e7f22bc7

Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r15d141c r0b00ea6  
    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 
     12007-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) 
    159 
    16 ver 0.4.01 
    17         wiimote: 
    18                 added rpt_mode_flag lock to prevent race condition 
    19                 extended write sequences to simplify multi-part operations 
    20         wmgui: 
    21                 added status request at connect to populate status boxes 
     10        wmdemo 
     11        * added 
    2212 
    23 ver 0.4.00 
     13        wmgui 
     14        * Added parent argument to message function 
     15 
     16        wminput 
     17        * rewrite: new configuration syntax, plugin architecture 
     18 
     192007-01-25 L. Donnie Smith <wiimote@abstrakraft.org> 
     20        wiimote 
     21        * added rpt_mode_flag lock to prevent race condition 
     22        * extended write sequences to simplify multi-part operations 
     23 
     24        wmgui 
     25        * added status request at connect to populate status boxes 
     26 
     272007-01-24 L. Donnie Smith <wiimote@abstrakraft.org> 
    2428        Added uninstall make target 
    25         wiimote: 
    26                 macros renamed (should be last rename of public macros) 
    27                 added status, nunchuk, and classic controller messages 
    28                 added intelligent report mode selection 
    29         wmgui: 
    30                 changed button widgets 
    31                 added nunchuk and classic controller support 
    32         wminput: 
    33                 fixed command-line bug 
    34                 updated for wiimote updates 
    35                 changes to plugin architecture - gives greater access to plugin 
    36                 added LED indicators to default (IR) tracking 
    3729 
    38 ver 0.3.51 
    39         wminput: 
    40                 fixed build error in plugins directory 
     30        wiimote 
     31        * macros renamed (should be last rename of public macros) 
     32        * added status, nunchuk, and classic controller messages 
     33        * added intelligent report mode selection 
    4134 
    42 ver 0.3.50 
     35        wmgui 
     36        * changed button widgets 
     37        * added nunchuk and classic controller support 
     38 
     39        wminput 
     40        * fixed command-line bug 
     41        * updated for wiimote updates 
     42        * changes to plugin architecture - gives greater access to plugin 
     43        * added LED indicators to default (IR) tracking 
     44 
     452007-01-16 L. Donnie Smith <wiimote@abstrakraft.org> 
     46        wminput 
     47        * fixed build error in plugins directory 
     48 
     492007-01-15 L. Donnie Smith <wiimote@abstrakraft.org> 
    4350        reworked build system, now using autoconf 
    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 
    6451 
    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 
     762007-01-09 L. Donnie Smith <wiimote@abstrakraft.org> 
    6677        reworked top-level Makefile 
    6778        bins install to /usr/local/bin on make install 
    68         wiimote: 
    69                 Changes to message dispatch thread to isolate main thread from dispatch timing issues (especially GTK apps) 
    70         wmif: 
    71                 fixed --help bug 
    72         wmgui: 
    73                 fixed --help bug 
    74                 added g_thread_support test before g_thread_init 
    75         wminput: 
    76                 fixed --help bug 
    77                 added #ifdef tests around KEY_ macros in key_enum.{c,awk} 
     79        wiimote 
     80        * Changes to message dispatch thread to isolate main thread from dispatch 
     81          timing issues (especially GTK apps) 
    7882 
    79 ver 0.3.00 
    80         wiimote: 
    81                 put mesg callback data in a union 
    82                 fixed write flood error (wait for ACK after each packet) 
    83                 added IR reporting (mode 0x33 only) 
    84                 moved internal definitions from wiimote.h into wiimote_internal.h (struct wiimote is now opaque) 
    85                 wiimote_connect now returns a wiimote_t * 
    86                 sends button message only when button status changes 
    87         wmif: 
    88                 updated for wiimote changes 
    89         wmgui: 
    90                 updated for wiimote changes 
    91                 enabled IR widgets 
    92         wminput: 
    93                 added to package 
     83        wmif 
     84        * fixed --help bug 
    9485 
    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 
    11189 
    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 
     942007-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 
     1142006-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 
     1332006-12-28 L. Donnie Smith <wiimote@abstrakraft.org> 
    113134        Initial release 
    114