

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 32 (100.0%) | 698 (100.0%) | 21.8 |
| mgllib/ | 28 (87.5%) | 690 (98.9%) | 24.6 |
| task/ | 2 (6.3%) | 5 (0.7%) | 2.5 |
| utils/ | 2 (6.3%) | 3 (0.4%) | 1.5 |

bug fix. didn't check numelements correctly for 'size' which lead to weird behaviour if x,y and size vectors didn't match
2 lines of code changed in 2 files:
vectorized the 'size' input. if the 'size' vector has the same number of elements as x, then each dot is rendered with the appropriate radius - otherwise, the first number is taken. this is consistent with previous use of function.
7 lines of code changed in 2 files:
fixed function to report _actual_ backtick character. before the backtick character was hardcoded.
2 lines of code changed in 1 file:
changed error checking for input - first couple of lines caused problems with MATLAB Version 7.4.0.287 (R2007a)
3 lines of code changed in 1 file:
*** empty log message ***
1 lines of code changed in 1 file:
vectorized mglGluPartialDisk and mglGluAnnulus - can use colors 3x1, 3xn or [] for both functions.
54 lines of code changed in 7 files:
a couple of gl/glu functions to make drawing annulus masks, radial stimuli, etc. easier. this will especially make retinotopy stimuli much easier to code up. no polar coordinate transforms to do by hand!
306 lines of code changed in 6 files:
compiled for macintel.
0 lines of code changed in 1 file:
changed one occurence from mxGetPr to mxGetData to prevent crash on macintel.
1 lines of code changed in 1 file:
added a couple of cheeky nottingham machines - so updates don't break stimulus presentation in nott'm and surrounding forests.
3 lines of code changed in 1 file:
changed a mxGetPr to mxGetData as discussed earlier... macintel version will only work with mxGetData - which should really be identical according to the documentation. this must have snuck in again with one of the updates.
1 lines of code changed in 1 file:
line 77 and 79 referred to outptr instead of loutptr. code broke at compile time... new verions also tested with MACI.
2 lines of code changed in 1 file:
updated mexopts.sh file (resubmit) to deal with MACI architecture... got lost in some revision.
37 lines of code changed in 1 file:
new architexture MACI for macintel.
33 lines of code changed in 1 file:
changes to how global variables are accessed. see new function in mgl.h
28 lines of code changed in 1 file:
*** empty log message ***
39 lines of code changed in 2 files:
macintel. small changes to go with new mgl.h file
11 lines of code changed in 1 file:
changes for macintel. added a new function that checks the existence of a field in global variable that works ok on macintel, matlab r2006b
168 lines of code changed in 1 file: