

| Directory | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 98 (100.0%) | 706 (100.0%) | 7.2 |
| trunk/mgllib/ | 28 (28.6%) | 690 (97.7%) | 24.6 |
| trunk/task/ | 2 (2.0%) | 5 (0.7%) | 2.5 |
| branches/v1_0/utils/ | 1 (1.0%) | 5 (0.7%) | 5.0 |
| trunk/utils/ | 2 (2.0%) | 3 (0.4%) | 1.5 |
| branches/v1_0/task/ | 1 (1.0%) | 3 (0.4%) | 3.0 |
| branches/v1_0/mgllib/ | 64 (65.3%) | 0 (0.0%) | 0.0 |

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:
fixed help; example used old-style alignment info for mglBltTexture: e.g. 'left' and 'top', instead of -1, 0, 1. this caused a crash in macintel because a string cannot be interpreted as a double
0 lines of code changed in 2 files:
committed mexmaci files again
0 lines of code changed in 29 files:
mydisp.mexmaci was still missing for the MGL tools.
5 lines of code changed in 1 file:
macintel compiled versions of mex functions.
0 lines of code changed in 28 files:
added mglText.mexmaci for justin. some odd behavior in rendering text of colors [0 1 0] and [0 0 1]. they are black or transparent.
0 lines of code changed in 1 file:
added these two mexmac functions (compiled on dsltop) to the v1_0 branch so no compile is necessary.
0 lines of code changed in 2 files:
added two machines for nott', (desktop, laptop, laptop off network)
3 lines of code changed in 1 file:
still hunting down the mxGetPr -> mxGetData to prevent crashes with macintel compiled code.
0 lines of code changed in 2 files:
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:
(6 more)