-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathCHANGELOG
83 lines (63 loc) · 2.39 KB
/
CHANGELOG
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
Changes in 2012.6
=================
* Replaced prints in Feedback base class with logger messages
* -a/--addition-feedback-path can be used several times to add more than one
extra path
* Added CMD_QUIT_FEEDBACK_CONTROLLER to bcixml to allow remote killing of the
Feedback Controller
* Closing the GUI also closes the Feedback Controller now
* Automatic Subclass finding finally removed
* Replaced all print-stacktraces with logging.exception
* Shutdown logger properly to flush all buffers before exiting
* Several Feedbacks migrated to PygameFeedback base class
* Several Fixes on PygameFeedback base class
* Preliminary BCI2000 support
* Major documentation overhaul
Changes in 2011.5
=================
* Support for VisionEgg feedbacks
* Added TOBI interface
* Added support for commands in the XML protocol
* Added support for Unicode in the XML protocol
* Added support for load/save of feedback variables
* Major GUI overhaul
* Added Pyff logo
* Added support for logging server
* Added parallel port driver for Windows 64 Bit
Changes in 2010.7
=================
Features:
* FeedbackController shows a stack trace instead of an error when import or
load of a Feedback fails
* Added new Hex-o-Speller Feedback
* Added module for the g-STIMbox by g.tec
* New EventDrivenFeedback Baseclass
Bugfixes:
* Fixed automatic sorting of the table in the GUI
Other:
* Updated to Python 2.6 which is now the required Python version
* Pyprocessing is no longer required
Changes in 2009.12
==================
Features:
* Added PygameFeedback base class
* Added fast pluginfinder XXX
* Added various feedbacks.list
* Feedbacks are now re-imported in the new process
* Added D2 Test Feedback
* Added Stroop Feedback
* Parallel Port reset time is now a configurable variable
* Feedback can now send triggers via UDP (thanks Marton)
Bugfixes:
* Fixed Logging support under Windows
* Improved cleanup when Feedback Controller quits
* Second trigger is not blanked anymore when send shortly after the first one
Other:
* Merged all FCPlugins into brainvisionrecorderplugin
* Removed FC-Signal support
* Converted not-implemented-warnings into debugs in Feedback base class
* Reorganized Feedbacks a bit
* Emulater produces calmer signals now
* Clarified inpout32.dll installation and usage
* Removed benchmark files
* Updated README