

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 55 (100.0%) | 208 (100.0%) | 3.7 |
| mgllib/mglEyelink/ | 11 (20.0%) | 157 (75.5%) | 14.2 |
| task/ | 5 (9.1%) | 27 (13.0%) | 5.4 |
| task/trackers/Eyelink/ | 2 (3.6%) | 10 (4.8%) | 5.0 |
| utils/ | 2 (3.6%) | 7 (3.4%) | 3.5 |
| mgllib/ | 35 (63.6%) | 7 (3.4%) | 0.2 |

fixed a few small inconsistencies with the output of mglPrivateEyelinkEDFRead that crept in at some point
3 lines of code changed in 1 file:
fixed a small bug in eric's last update which was causing mglPrivateEyelinkEDFRead to crash
12 lines of code changed in 2 files:
fixed a small bug (found by Helena Wang) that was causing movies to be displayed at the wrong position on the screen.
2 lines of code changed in 1 file:
oops - left a 'keyboard' in the last version...
1 lines of code changed in 1 file:
modified variable names for edf.gaze.x and edf.gaze.y (had been h & v) to be compatible with the output of mglPrivateReadEDF.
17 lines of code changed in 1 file:
Fixed a bug in which gaze sampels were being set to NaN if there was no corresponding velocity computed. It turns out that there are many time points that have 'missing' velocity samples but perfectly fine gaze samples. Also added a 64-bit version.
3 lines of code changed in 3 files:
fixed small bug in number of expected args
1 lines of code changed in 1 file:
*** empty log message ***
3 lines of code changed in 1 file:
added a header with some help
15 lines of code changed in 1 file:
*** empty log message ***
7 lines of code changed in 1 file:
added line to set the sensitivity of the event parser (defaults to 1, which is more sensitivity)
3 lines of code changed in 1 file:
changed from close_eyelink_connection() to eyelink_close(1), which seems to avoid a crash when using the 64-bit eyelink libs
13 lines of code changed in 1 file:
now returns named structures for saccades, fixations, and blinks. still need to parse calibration and validation sections
110 lines of code changed in 2 files:
fixed negative direction so that the last frame in the cycle for 'direction=-1' is the same as the first frame in the cycle for 'direction=1'
1 lines of code changed in 1 file:
fixed bug in parameter parsing in call to myscreen=mglRetinotopy(params)
6 lines of code changed in 1 file:
updated screen info for tejas
5 lines of code changed in 1 file:
*** empty log message ***
0 lines of code changed in 31 files:
fixed another pointer deref error that only shows up on intel
2 lines of code changed in 1 file:
mxGetPr fails on intel. maybe fixed
1 lines of code changed in 1 file:
Changed int32 arrays to double arrays since intel mac was bombing on that
2 lines of code changed in 1 file:
(1 more)