File: ChangeLog

package info (click to toggle)
cwiid 0.6.00%2Bsvn201-3.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,372 kB
  • ctags: 1,050
  • sloc: ansic: 7,572; makefile: 281; python: 255; lex: 176; yacc: 73; awk: 16
file content (485 lines) | stat: -rw-r--r-- 12,975 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
2007-08-26 L. Donnie Smith <cwiid@abstrakraft.org>
	docs
	* updated wminput man page

2007-08-23 L. Donnie Smith <cwiid@abstrakraft.org>
	python
	* fixed libdir install bug

2007-08-14 L. Donnie Smith <cwiid@abstrakraft.org>
	libcwiid
	* make cwiid_err_default public

	wminput
	* added {c,py}_wiimote_deinit functions
	* added daemon, quiet, and reconnect options

2007-07-29 L. Donnie Smith <cwiid@abstrakraft.org>
	wminput
	* fixed wait forever logic

2007-07-28 L. Donnie Smith <cwiid@abstrakraft.org>
	configure.ac
	* added config.h header
	* added with-python argument and associated logic

	lswm
	* added config.h include for sources requiring defs

	wmgui
	* added config.h include for sources requiring defs

	wminput
	* added config.h include for sources requiring defs
	* added HAVE_PYTHON tests around all python code

2007-06-28 L. Donnie Smith <cwiid@abstrakraft.org>
	libcwiid
	* changed version

	python
	* implemented uninstall

	wminput
	* rewrote ir_ptr plugin
	* supress error for nonexistent python plugins

2007-06-18 L. Donnie Smith <cwiid@abstrakraft.org>
	wminput
	* revised error messages

	python
	* revised error messages and doc strings

2007-06-14 L. Donnie Smith <cwiid@abstrakraft.org>
	libcwiid
	* added sleep after cwiid_find_wiimote call

	python
	* added --prefix option to install script

2007-06-05 L. Donnie Smith <cwiid@abstrakraft.org>
	python
	* removed Wiimote_FromC function
	* added bdaddr argument to Wiimote.init
	* overloaded Wiimote.init to accept CObject (existing wiimote),
	  and logic to avoid closing it on dealloc

	wminput
	* refactored to isolate plugin logic
	* now imports python plugins without changing directories

2007-06-01 Nick <nickishappy@gmail.com>
	lswm
	* reworked command-line options (added standard options, long options)

	wminput
	* reworked command-line options (added standard options, long options)

2007-06-01 L. Donnie Smith <cwiid@abstrakraft.org>
	python
	* added Wiimote_FromC
	* exported Wiimote_FromC and ConvertMesgArray as CObjects
	* added get_acc_cal

	wminput
	* added pyplugin.c, pyplugin.h
	* changed wmplugin_exec prototype (&mesg->mesg)
	* changed param format (pass pointers)
	* added python plugin support (experimental)

2007-05-30 L. Donnie Smith <cwiid@abstrakraft.org>
	configure.ac
	* added python/Makefile and PYTHON_VERSION variable

	build system
	* added ROOTDIR (massaged DESTDIR)

	python
	* added directory

2007-05-27 Arthur Peters <amp@singingwizard.org>
	python
	* removed set_mesg_callback from methods table

2007-05-16 L. Donnie Smith <cwiid@abstrakraft.org>
	libcwiid
	* removed error_pipe
	* fixed error message reporting
	* changed cwiid_connect, cwiid_disconnect to cwiid_open, cwiid_close
	  (added macros for backward compatibility)
	* split cwiid_command into cwiid_request_status, cwiid_set_led,
	  cwiid_set_rumble, cwiid_set_rpt_mode (kept cwiid_command for backward
	  compatibility)

	wmdemo
	* updated for function name changes

	wmgui
	* updated for function name changes

	wminput
	* updated for function name changes

2007-05-14 L. Donnie Smith <cwiid@abstrakraft.org>
	libcwiid
	* added timestamp to message interfaces
	* added cwiid_get_acc_cal

	wmdemo
	* updated for timestamp addition

	wmgui
	* updated for timestamp addition
	* use cwiid_get_acc_cal to get acc calibration values

	wminput
	* updated for timestamp addition
	* use cwiid_get_acc_cal to get acc calibration values (acc plugins)

2007-04-24 L. Donnie Smith <cwiid@abstrakraft.org>
	libcwiid
	* rewrite (API overhaul)

	wmdemo
	* updated for API overhaul

	wmgui
	* updated for API overhaul

	wminput
	* updated for API overhaul

2007-04-15 <work.eric@gmail.com>
	wminput
	* fixed classic controller configuration bug

2007-04-12 L. Donnie Smith <cwiid@abstrakraft.org>
	libcwiid
	* streamlined wiimote filter

2007-04-12 Petter Reinholdtsen <pere@hungry.com>
	wmdemo
	* added command-line WIIMOTE_BDADDR

2007-04-09 L. Donnie Smith <cwiid@abstrakraft.org>
	libcwiid
	* renamed from libwiimote
	* renamed external data structures

	lswm
	* updated for libcwiid rename

	wmdemo
	* updated for libcwiid rename

	wmgui
	* updated for libcwiid rename

	wminput
	* updated for libcwiid rename

2007-04-08 Arthur Peters <amp@singingwizard.org>
	wminput
	* added debounce and low-pass filter to ir_ptr plugin
	* added low-pass filter to acc plugin

2007-04-08 L. Donnie Smith <cwiid@abstrakraft.org>
	defs.mak
	* added DEBUGFLAGS variable

	wiimote
	* fixed incompatible pointer warning in process_error

	wmgui
	* fixed signed/unsigned comparison warning in btnRead_clicked

	wminput
	* fixed signed/unsigned comparison warning in uinput_open and get_plugin
	* copied acc low-pass filter to nunchuk_acc
	* removed path from default config symlink target
	* added plugins parameters (added lex and parse rules, conf functions,
	  wmplugin_param_info struct, updated README)
	* initialized param info in ir_ptr, nunchuk_acc, and acc plugins
	* created Scale params in nunchuk_acc and acc plugins
	* set Scale params for neverball config

2007-04-08 Petter Reinholdtsen <pere@hungry.com>
	defs.mak
	* created WARNFLAGS variable
	* added -W to WARNFLAGS

	wiimote
	* fixed signed/unsigned comparison warning in int_listen, send_report, and
	  exec_write_seq

2007-04-07 L. Donnie Smith <cwiid@abstrakraft.org>
	wiimote
	* changed wiimote_info.class to btclass

2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org>
	configure.ac
	* removed --noyywrap from lex

	wiimote
	* added queue_flush
	* reimplemented queue_queue with queue_flush
	* added wiimote_mesg_error message type
	* moved RW error state to separate wiimote member
	* updated wiimote_read and wiimote_write to trigger and detect rw_error
	* cancel rw operations from wiimote_disconnect
	* implemented process_error to handle socket read errors
	* added rw_status triggers to read and write handlers

	wmdemo
	* made wiimote handle global
	* disconnect and exit on wiimote_mesg_error

	wmgui
	* disconnect on wiimote_mesg_error

	wminput
	* exit on wiimote_mesg_error

2007-04-03 L. Donnie Smith <cwiid@abstrakraft.org>
	wiimote
	* fixed wiimote_find_wiimote seg fault

	wmgui
	* commented custom wiimote_err (causing Xlib errors)

	wminput
	* added stdio.h include to conf.h

2007-04-02 L. Donnie Smith <cwiid@abstrakraft.org>
	wiimote
	* fixed exception handling bugs in bluetooth.c

	wminput
	* added wait option

2007-04-01 L. Donnie Smith <cwiid@abstrakraft.org>
	* Moved defs.mak.in to top level directory
	* Added directories to defs.mak.in
	* Moved CFLAGS directories from defs.mak to Makefiles
	* simplified make install deps

	lswm
	* created app

	wmdemo
	* renamed main.c to wmdemo.c
	* updated for wiimote_connect change
	* clarified status output menu item, added status request

	wmgui
	* updated for wiimote_connect change

	wminput
	* updated for wiimote_connect change

	wiimote
	* created bluetooth.c
	* moved wiimote_findfirst to bluetooth.c, renamed to wiimote_find_wiimote,
	  added timeout argument
	* defined struct wiimote_info
	* wrote wiimote_get_info_array
	* wiimote_connect now takes a pointer to bdaddr_t

2007-03-27 L. Donnie Smith <cwiid@abstrakraft.org>
	* Added DESTDIR variable to make system

2007-03-23 L. Donnie Smith <cwiid@abstrakraft.org>
	* Corrected installation directory creation logic
	* Added .NOTPARALLEL to top level Makefile

2007-03-19 L. Donnie Smith <cwiid@abstrakraft.org>
	* Added --disable-ldconfig option to configure
	* Makefiles - append to rather than set compiler options

2007-03-15 L. Donnie Smith <cwiid@abstrakraft.org>
	wminput
		* action_enum.awk - explicitly call awk rather than #! /usr/bin/awk

2007-03-14 L. Donnie Smith <cwiid@abstrakraft.org>
	wiimote
		* audited error checking (coda and error handler sections)
		* updated comments
		* event.c - moved int_listen read/write code to process_read and
		  process_write, reorganized file
		* wiimote_read - changed to obey decode flag only for register read
		* wiimote_connect - changed memcpy to bacmp

2007-03-08 L. Donnie Smith <cwiid@abstrakraft.org>
	* added explicit creation of installation directories to prevent
	  installation errors

	wiimote
		* created wiimote_err_t function type
		* created wiimote_set_err function
		* added wiimote parameter to wiimote_err calls

	wmdemo
		* added implementation of wiimote_err_t, wiimote_set_err

2007-03-05 L. Donnie Smith <cwiid@abstrakraft.org>
	* Type audit - boolean ints, const strings where appropriate, stdint.h
	  wiimote types
	* Changed email addresses to cwiid@abstrakraft.org
	* Added file ChangeLogs
	* Fixed GTK_{CFLAGS,LIBS} in configure.ac and wmgui/Makefile.in

2007-03-01 L. Donnie Smith <cwiid@abstrakraft.org>
	* configure.ac - check for stdint.h

2007-02-26 L. Donnie Smith <cwiid@abstrakraft.org>
	* Changed installation directories to comply with FHS standard
	* Added check for yypop_buffer_state in flex
	* Various minor documentation changes
	* Lowercased "cwiid" in filenames

	wiimote
	* added 'static' to local function declarations

	wminput
	* added filenames and correct location tracking to parser error messages
	* added 'static' to local function declarations (plugins)

2007-02-21 Romain Beauxis <toots@rastageeks.org>
	wminput
	* fixed help message

2007-02-18 L. Donnie Smith <cwiid@abstrakraft.org>
	wiimote
	* fixed wiimote_status_mesg allocation size
	* changed wiimote_log to wiimote_err with format string and args
	* reworked event/callback system to pass arrays of (simultaneous) messages
	* added extern "C" declaration to wiimote.h for c++ programs
	* added wiimote_t * to wiimote_mesg_t callback prototype (to facilitate
	  using the same callback for multiple wiimotes)

	wmdemo
	* added

	wmgui
	* Added parent argument to message function

	wminput
	* rewrite: new configuration syntax, plugin architecture

2007-01-25 L. Donnie Smith <cwiid@abstrakraft.org>
	wiimote
	* added rpt_mode_flag lock to prevent race condition
	* extended write sequences to simplify multi-part operations

	wmgui
	* added status request at connect to populate status boxes

2007-01-24 L. Donnie Smith <cwiid@abstrakraft.org>
	Added uninstall make target

	wiimote
	* macros renamed (should be last rename of public macros)
	* added status, nunchuk, and classic controller messages
	* added intelligent report mode selection

	wmgui
	* changed button widgets
	* added nunchuk and classic controller support

	wminput
	* fixed command-line bug
	* updated for wiimote updates
	* changes to plugin architecture - gives greater access to plugin
	* added LED indicators to default (IR) tracking

2007-01-16 L. Donnie Smith <cwiid@abstrakraft.org>
	wminput
	* fixed build error in plugins directory

2007-01-15 L. Donnie Smith <cwiid@abstrakraft.org>
	reworked build system, now using autoconf

	wiimote
	* fixed bug in IR report data extraction
	* created acc_ir client message
	* make install now installs library and header to /usr/local

	wmif
	* removed

	wmgui
	* reworked GUI
	* added force, roll and pitch displays
	* removed AutoMake
	* split wiimote_callback into separate functions
	* rewrote command-line parsing
	* added WIIMOTE_BDADDR environment variable lookup

	wminput
	* split wiimote_callback into separate functions
	* cleaned up cursor tracking
	* renamed wminput.c to main.c
	* rewrote command-line parsing
	* added WIIMOTE_BDADDR environment variable lookup
	* created plugin architecture and acc plugin

2007-01-09 L. Donnie Smith <cwiid@abstrakraft.org>
	reworked top-level Makefile
	bins install to /usr/local/bin on make install
	wiimote
	* Changes to message dispatch thread to isolate main thread from dispatch
	  timing issues (especially GTK apps)

	wmif
	* fixed --help bug

	wmgui
	* fixed --help bug
	* added g_thread_support test before g_thread_init

	wminput
	* fixed --help bug
	* added #ifdef tests around KEY_ macros in key_enum.{c,awk}

2007-01-04 L. Donnie Smith <cwiid@abstrakraft.org>
	wiimote
	* put mesg callback data in a union
	* fixed write flood error (wait for ACK after each packet)
	* added IR reporting (mode 0x33 only)
	* moved internal definitions from wiimote.h into wiimote_internal.h
	  (struct wiimote is now opaque)
	* wiimote_connect now returns a wiimote_t *
	* sends button message only when button status changes

	wmif
	* updated for wiimote changes

	wmgui
	* updated for wiimote changes
	* enabled IR widgets

	wminput
	* added to package

2006-12-31 L. Donnie Smith <cwiid@abstrakraft.org>
	wiimote
	* changed various macro names and parameter types (mostly signed to unsigned)
	* cleaned up LED & RUMBLE command logic
	* added ACC reporting
	* added data read/write
	* created dispatch thread (isolates bluetooth read from app callbacks)
	* reset report mode after receive status report

	wmif
	* updated for wiimote changes
	* added EEPROM read menu option

	wmgui
	* updated for wiimote changes
	* added ACC output
	* added data read/write
	* added IR data widgets (not yet enabled)

2006-12-28 L. Donnie Smith <cwiid@abstrakraft.org>
	Initial release