/usr/share/psychtoolbox-3/PsychHardware/EyelinkToolbox/changes.m is in psychtoolbox-3-common 3.0.11.20131230.dfsg1-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | % EyelinkToolbox.
% History and list of changes
%
% July 2010
% Enabled use of callbacks by default
% Revampled demos, made to work with new callback version
% General cleanup
%
% March 2009
% Completed access to raw sample structs
% Added support for LOST_DATA_EVENT
% Added GetQueuedData
% Added experimental camera image capture
%
% Version 2, October 2006
% Updated Beta version for OpenGL Toolbox
%
% Version 2, June 2006
% Beta version for OpenGL Toolbox
%
% Version 1.4.5 xx-xx-2003
%
% fixed small error in setting usemaxwait in geteyelinktime
%
% Version 1.4.4 27-11-2002
%
% fixed dummy mode bug in eyelink.dll (was due to an eyelink software incompatability
% eyelinkeventexample now works on both mac and pc
% new function in eyelinkoneliners: dummymodedlg
% is now used in some of the examples to ask to run in dummy mode when no eyelink is connected
%
% Version 1.4.3 26-11-2002
%
% Includes eyelink.dll PC beta version
% PC support added to Eyelink Demo experiment
% added function dodriftcorrection which implements driftcorrection loop
% getkeyforeyelink made PC compatible
% getkeyforeyelinktest, slightly adapted
%
% known bugs: on PC, there's no communication between operator PC and subject PC during image-mode display
% eyelinkeventexample does not work on PC
% On PC no builtin drift correction and trackersetup functions are implemented
% PC version requires modified getchar.dll!
% Sounds are not original eyelink sounds.....
%
% Version 1.4.2 10-11-2002 (local release only)
% Version 1.4.1 18-10-2002 (local release only)
%
% dotrackersetup.m: now allows one to go directly into a particular tracker mode
% this option is not fully tested. Just leave out the 'sendkey' parameter and it will work as it used to.
% added call to 'getnextdata' in addition to 'getnextdatatype' to conform to the c-routine call
% button [,time] = Eyelink('lastbuttonpress') now will properly report time if requested
% (previous versions had an erroneous
% time parameter on the right hand side)
% removed superfluous (non-error) messages from initialization and openfile functions
% added event types to initeyelinkdefaults (for use with getnextdata)
% tested with PsychToolbox 2.5.2 and pre-release screen 2.5.3
%
% New naming scheme for folder and subfolders, a la PsychToolbox
% EyelinkToolbox
% EyelinkTests
% EyelinkSounds
% EyelinkBasic
% EyelinkDemos
% EyelinkOneLiners
%
% new functions:
% time = Eyelink('requesttime')
% time = Eyelink('readtime')
%
% result = Eyelink('buttonstates')
% [result = ]Eyelink('flushkeybuttons'[, enablebuttons = 0])
% utility function windowsize
%
% new tests:
% EXGetEyeLinkTime.m
% testbutton.m
% changes to demos:
% eyelinkexample is now identical to the one in the BRMIC paper
% adapted eyelinkdemo experiment slightly.
%
% Software used to produce/test the code.
% Mac OS 9.2.2
% C-compiler: CodeWarrior 6.1.
% Matlab 5.2.1
% Operator PC: EyeLink 2.04
% PsychToolbox 2.5.2
%
%
% Version 1.3.0 25-07-02
% limited release
% Version 1.2.0 28-06-01
%
% Software used to produce/test the code.
% Mac OS 9.1.
% C-compiler: CodeWarrior 6.1.
% Matlab 5.2.1
% Operator PC: EyeLink 2.04
% PsychToolbox 2.44
%% updated on-line documentation
% added a few test programs provided by John Palmer
% added SimpleStepExperiment by John Palmer to the demo's
% Reorganised demo-experiments
%
% Version 1.1.0 (limited release) 04-06-01
% Functions added to eyelink.mex
% type = Eyelink('getnextdatatype')
% item = Eyelink('getfloatdata', type)
% [status =] Eyelink('receivefile',['filename'], ['dest'], ['dest_is_path'])
% [result = ]Eyelink('playbackstart')
% [result = ]Eyelink('playbackstop')
% [result =] Eyelink('waitfordata', maxwait, samples, events)
% [result =] Eyelink('dodriftcorrect',[x = Screenwidth/2], [y = Screenheight/2], [draw = 1], [allow_setup = 1)
%
% New m-file based function: initeyelinkdefaults
% Added testeyelinksounds.m
% As suggested by John Palmer, removed use of global parameter
% from Toolbox. Updates to all functions to reflect this.
% Changes to demo experiment reflect this
% Real-time demo now also does something interesting in dummy mode
% New, even compacter short demo called eyelinkexample.m
% Added some comments and steps to this file
% Readme.m in sounds folder explains what to do with sounds
% Version 1.0.1 (limited release) 28-05-01
% Almost immediately released after version 1.0
% to remove some bugs.
% Version 1.0 (limited release) 25-05-01
% first version distributed to a small number of testers
|