

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 2872 (100.0%) | 41960 (100.0%) | 14.6 |
| trunk/mgllib/ | 2037 (70.9%) | 18675 (44.5%) | 9.1 |
| trunk/task/ | 439 (15.3%) | 10794 (25.7%) | 24.5 |
| trunk/utils/ | 147 (5.1%) | 7123 (17.0%) | 48.4 |
| trunk/utils/readDigPort/ | 43 (1.5%) | 1809 (4.3%) | 42.0 |
| trunk/mgllib/mglTest/ | 23 (0.8%) | 1483 (3.5%) | 64.4 |
| trunk/mgllib/mglEyelink/ | 23 (0.8%) | 858 (2.0%) | 37.3 |
| trunk/ | 41 (1.4%) | 674 (1.6%) | 16.4 |
| trunk/task/trackers/Eyelink/ | 15 (0.5%) | 369 (0.9%) | 24.6 |
| trunk/task/displays/ | 40 (1.4%) | 173 (0.4%) | 4.3 |
| branches/v1_0/ | 3 (0.1%) | 2 (0.0%) | 0.6 |
| trunk/mgllib/unitTests/ | 2 (0.1%) | 0 (0.0%) | 0.0 |
| trunk/mgllib/mglTestResources/ | 4 (0.1%) | 0 (0.0%) | 0.0 |
| branches/v1_5/utils/ | 4 (0.1%) | 0 (0.0%) | 0.0 |
| branches/v1_5/task/ | 2 (0.1%) | 0 (0.0%) | 0.0 |
| branches/v1_5/mgllib/ | 21 (0.7%) | 0 (0.0%) | 0.0 |
| branches/v1_2/task/ | 6 (0.2%) | 0 (0.0%) | 0.0 |
| branches/v1_10/task/ | 2 (0.1%) | 0 (0.0%) | 0.0 |
| branches/v1_1/task/ | 2 (0.1%) | 0 (0.0%) | 0.0 |
| branches/v1_0/task/ | 4 (0.1%) | 0 (0.0%) | 0.0 |
| branches/before_ds_changes_for_real/task/ | 2 (0.1%) | 0 (0.0%) | 0.0 |
| branches/before_ds_changes_for_real/ | 5 (0.2%) | 0 (0.0%) | 0.0 |
| branches/before_ds/task/ | 2 (0.1%) | 0 (0.0%) | 0.0 |
| branches/before_ds/ | 5 (0.2%) | 0 (0.0%) | 0.0 |

After 1st test screen keep subsequent test screens up indefinitely until user hits ESC
7 lines of code changed in 1 file:
Returns which trial each volume comes from - this is used by getStimvol and ultimatley by getMGLStimvol
32 lines of code changed in 1 file:
Get all was missing a unique statement for one condition which would make it return non-unqiue values if your variable happened to have repeats of the same value
1 lines of code changed in 1 file:
Ability to load using a filename
14 lines of code changed in 1 file:
minor
1 lines of code changed in 1 file:
Adding a response callback example
29 lines of code changed in 1 file:
Minor fixes to make comments match code
4 lines of code changed in 1 file:
Allows for default text to be shown
39 lines of code changed in 1 file:
Minor. Display message when ending task
2 lines of code changed in 1 file:
Delete text texture after drawing it
1 lines of code changed in 1 file:
Small typo
6 lines of code changed in 1 file:
Added a new eyetracker type "calibrate" which runs the old/ASL style calibration - this can be used with any eyeTracker not just ASL
78 lines of code changed in 2 files:
handles cases when string passed in
3 lines of code changed in 1 file:
Fix to these functions that handles parameterCode variables to work; i.e. when you have a parameter like "index" and you have parameterCode like "orientation" you should be able to get stimvols orientation(index). This was slightly broken, now fixed.
36 lines of code changed in 3 files:
Test example
105 lines of code changed in 3 files:
A simple task template for implementing a saccade task - useful for testing eye tracker data
82 lines of code changed in 1 file:
mglEditScreenParams now calls mglDefaultScreenParams
3 lines of code changed in 2 files:
Minor fixes to the task template - handling of 0 contrast and warning message displays
13 lines of code changed in 1 file:
Pulled out mglDefaultScreenParams and added comments to mglValidateScreenParams
64 lines of code changed in 2 files:
A few more fixes so that the default (if you do not set any task to collectEyeData is to collect eye data for all tasks)
3 lines of code changed in 2 files:
(537 more)