root/ChangeLog @ 16c16f01a7ceeab9b205f6d94920f94fbdd4da9f

Revision 16c16f01a7ceeab9b205f6d94920f94fbdd4da9f, 5.7 KB (checked in by dsmith <dsmith@…>, 6 years ago)

Corrected installation directory creation; nonparallel make

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

  • Property mode set to 100644
Line 
12007-03-23 L. Donnie Smith <cwiid@abstrakraft.org>
2        * Corrected installation directory creation logic
3        * Added .NOTPARALLEL to top level Makefile
4
52007-03-19 L. Donnie Smith <cwiid@abstrakraft.org>
6        * Added --disable-ldconfig option to configure
7        * Makefiles - append to rather than set compiler options
8
92007-03-15 L. Donnie Smith <cwiid@abstrakraft.org>
10        wminput
11                * action_enum.awk - explicitly call awk rather than #! /usr/bin/awk
12
132007-03-14 L. Donnie Smith <cwiid@abstrakraft.org>
14        wiimote
15                * audited error checking (coda and error handler sections)
16                * updated comments
17                * event.c - moved int_listen read/write code to process_read and
18                  process_write, reorganized file
19                * wiimote_read - changed to obey decode flag only for register read
20                * wiimote_connect - changed memcpy to bacmp
21
222007-03-08 L. Donnie Smith <cwiid@abstrakraft.org>
23        * added explicit creation of installation directories to prevent
24          installation errors
25
26        wiimote
27                * created wiimote_err_t function type
28                * created wiimote_set_err function
29                * added wiimote parameter to wiimote_err calls
30
31        wmdemo
32                * added implementation of wiimote_err_t, wiimote_set_err
33
342007-03-05 L. Donnie Smith <cwiid@abstrakraft.org>
35        * Type audit - boolean ints, const strings where appropriate, stdint.h
36          wiimote types
37        * Changed email addresses to cwiid@abstrakraft.org
38        * Added file ChangeLogs
39        * Fixed GTK_{CFLAGS,LIBS} in configure.ac and wmgui/Makefile.in
40
412007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>
42        * configure.ac - check for stdint.h
43
442007-02-26 L. Donnie Smith <cwiid@abstrakraft.org>
45        * Changed installation directories to comply with FHS standard
46        * Added check for yypop_buffer_state in flex
47        * Various minor documentation changes
48        * Lowercased "cwiid" in filenames
49
50        wiimote
51        * added 'static' to local function declarations
52
53        wminput
54        * added filenames and correct location tracking to parser error messages
55        * added 'static' to local function declarations (plugins)
56
572007-02-21 Romain Beauxis <toots@rastageeks.org>
58        wminput
59        * fixed help message
60
612007-02-18 L. Donnie Smith <cwiid@abstrakraft.org>
62        wiimote
63        * fixed wiimote_status_mesg allocation size
64        * changed wiimote_log to wiimote_err with format string and args
65        * reworked event/callback system to pass arrays of (simultaneous) messages
66        * added extern "C" declaration to wiimote.h for c++ programs
67        * added wiimote_t * to wiimote_mesg_t callback prototype (to facilitate
68          using the same callback for multiple wiimotes)
69
70        wmdemo
71        * added
72
73        wmgui
74        * Added parent argument to message function
75
76        wminput
77        * rewrite: new configuration syntax, plugin architecture
78
792007-01-25 L. Donnie Smith <cwiid@abstrakraft.org>
80        wiimote
81        * added rpt_mode_flag lock to prevent race condition
82        * extended write sequences to simplify multi-part operations
83
84        wmgui
85        * added status request at connect to populate status boxes
86
872007-01-24 L. Donnie Smith <cwiid@abstrakraft.org>
88        Added uninstall make target
89
90        wiimote
91        * macros renamed (should be last rename of public macros)
92        * added status, nunchuk, and classic controller messages
93        * added intelligent report mode selection
94
95        wmgui
96        * changed button widgets
97        * added nunchuk and classic controller support
98
99        wminput
100        * fixed command-line bug
101        * updated for wiimote updates
102        * changes to plugin architecture - gives greater access to plugin
103        * added LED indicators to default (IR) tracking
104
1052007-01-16 L. Donnie Smith <cwiid@abstrakraft.org>
106        wminput
107        * fixed build error in plugins directory
108
1092007-01-15 L. Donnie Smith <cwiid@abstrakraft.org>
110        reworked build system, now using autoconf
111
112        wiimote
113        * fixed bug in IR report data extraction
114        * created acc_ir client message
115        * make install now installs library and header to /usr/local
116
117        wmif
118        * removed
119
120        wmgui
121        * reworked GUI
122        * added force, roll and pitch displays
123        * removed AutoMake
124        * split wiimote_callback into separate functions
125        * rewrote command-line parsing
126        * added WIIMOTE_BDADDR environment variable lookup
127
128        wminput
129        * split wiimote_callback into separate functions
130        * cleaned up cursor tracking
131        * renamed wminput.c to main.c
132        * rewrote command-line parsing
133        * added WIIMOTE_BDADDR environment variable lookup
134        * created plugin architecture and acc plugin
135
1362007-01-09 L. Donnie Smith <cwiid@abstrakraft.org>
137        reworked top-level Makefile
138        bins install to /usr/local/bin on make install
139        wiimote
140        * Changes to message dispatch thread to isolate main thread from dispatch
141          timing issues (especially GTK apps)
142
143        wmif
144        * fixed --help bug
145
146        wmgui
147        * fixed --help bug
148        * added g_thread_support test before g_thread_init
149
150        wminput
151        * fixed --help bug
152        * added #ifdef tests around KEY_ macros in key_enum.{c,awk}
153
1542007-01-04 L. Donnie Smith <cwiid@abstrakraft.org>
155        wiimote
156        * put mesg callback data in a union
157        * fixed write flood error (wait for ACK after each packet)
158        * added IR reporting (mode 0x33 only)
159        * moved internal definitions from wiimote.h into wiimote_internal.h
160          (struct wiimote is now opaque)
161        * wiimote_connect now returns a wiimote_t *
162        * sends button message only when button status changes
163
164        wmif
165        * updated for wiimote changes
166
167        wmgui
168        * updated for wiimote changes
169        * enabled IR widgets
170
171        wminput
172        * added to package
173
1742006-12-31 L. Donnie Smith <cwiid@abstrakraft.org>
175        wiimote
176        * changed various macro names and parameter types (mostly signed to unsigned)
177        * cleaned up LED & RUMBLE command logic
178        * added ACC reporting
179        * added data read/write
180        * created dispatch thread (isolates bluetooth read from app callbacks)
181        * reset report mode after receive status report
182
183        wmif
184        * updated for wiimote changes
185        * added EEPROM read menu option
186
187        wmgui
188        * updated for wiimote changes
189        * added ACC output
190        * added data read/write
191        * added IR data widgets (not yet enabled)
192
1932006-12-28 L. Donnie Smith <cwiid@abstrakraft.org>
194        Initial release
Note: See TracBrowser for help on using the browser.