Developers: ds

Login name:
ds
Total Commits:
98 (1.9%)
Lines of Code:
706 (0.8%)
Most Recent Commit:
2008-11-13 23:08

Activity by Clock Time

Activity by Hour of Day for ds

Activity by Day of Week for ds

Activity in Directories

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

Activity of ds

Most Recent Commits

ds 2008-11-13 23:08 Rev.: 330

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:

  • trunk/mgllib: mglGluDisk.c (+2 -1), mglGluDisk.mexmaci (changed)
ds 2008-11-13 20:44 Rev.: 329

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:

  • trunk/mgllib: mglGluDisk.c (+7 -1), mglGluDisk.mexmaci (changed)
ds 2007-06-12 00:12 Rev.: 246

fixed function to report _actual_ backtick character. before the backtick character was hardcoded.

2 lines of code changed in 1 file:

  • trunk/task: updateTask.m (+2 -1)
ds 2007-06-11 23:57 Rev.: 245

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:

  • trunk/utils: mglRetinotopy.m (+3 -2)
ds 2007-03-20 09:55 Rev.: 206

*** empty log message ***

1 lines of code changed in 1 file:

  • trunk/mgllib: mglGluPartialDisk.m (+1 -1)
ds 2007-03-20 09:36 Rev.: 205

vectorized mglGluPartialDisk and mglGluAnnulus - can use colors 3x1, 3xn or [] for both functions.

54 lines of code changed in 7 files:

  • trunk/mgllib: mglGluAnnulus.c (+18 -8), mglGluAnnulus.m (+7 -6), mglGluAnnulus.mexmac (new), mglGluDisk.m (+1 -1), mglGluPartialDisk.c (+25 -3), mglGluPartialDisk.m (+3 -2), mglGluPartialDisk.mexmac (new)
ds 2007-03-20 01:10 Rev.: 204

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:

  • trunk/mgllib: mglGluAnnulus.c (new 107), mglGluAnnulus.m (new 38), mglGluAnnulus.mexmaci (new), mglGluPartialDisk.c (new 118), mglGluPartialDisk.m (new 43), mglGluPartialDisk.mexmaci (new)
ds 2007-02-13 05:09 Rev.: 178

compiled for macintel.

0 lines of code changed in 1 file:

  • trunk/utils: mydisp.mexmaci (new)
ds 2007-01-30 20:36 Rev.: 153

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:

  • branches/v1_0/mgllib: mglText.m (changed)
ds 2007-01-19 04:44 Rev.: 143

committed mexmaci files again

0 lines of code changed in 29 files:

  • branches/v1_0/mgllib: mglBltTexture.mexmaci (changed), mglCharToKeycode.mexmaci (changed), mglClearScreen.mexmaci (changed), mglFillOval.mexmaci (changed), mglFillRect.mexmaci (changed), mglFlush.mexmaci (changed), mglGetGammaTable.mexmaci (changed), mglGetKeyEvent.mexmaci (changed), mglGetKeys.mexmaci (changed), mglGetMouse.mexmaci (changed), mglGetMouseEvent.mexmaci (changed), mglGetSecs.mexmaci (changed), mglGluDisk.mexmaci (changed), mglKeycodeToChar.mexmaci (changed), mglLines2.mexmaci (changed), mglPoints2.mexmaci (changed), mglPoints3.mexmaci (changed), mglPolygon.mexmaci (changed), mglPrivateClose.mexmaci (changed), mglPrivateCreateTexture.mexmaci (changed), mglPrivateOpen.mexmaci (changed), mglQuad.mexmaci (changed), mglSetGammaTable.mexmaci (changed), mglStencilCreateBegin.mexmaci (changed), mglStencilCreateEnd.mexmaci (changed), mglStencilSelect.mexmaci (changed), mglStrokeText.mexmaci (changed), mglText.mexmaci (changed), mglTransform.mexmaci (changed)
ds 2007-01-18 23:12 Rev.: 142

mydisp.mexmaci was still missing for the MGL tools.

5 lines of code changed in 1 file:

  • branches/v1_0/utils: mydisp.mexmaci (new 5)
ds 2007-01-18 21:42 Rev.: 141

macintel compiled versions of mex functions.

0 lines of code changed in 28 files:

  • branches/v1_0/mgllib: mglBltTexture.mexmaci (new), mglCharToKeycode.mexmaci (new), mglClearScreen.mexmaci (new), mglFillOval.mexmaci (new), mglFillRect.mexmaci (new), mglFlush.mexmaci (new), mglGetGammaTable.mexmaci (new), mglGetKeyEvent.mexmaci (new), mglGetKeys.mexmaci (new), mglGetMouse.mexmaci (new), mglGetMouseEvent.mexmaci (new), mglGetSecs.mexmaci (new), mglGluDisk.mexmaci (new), mglKeycodeToChar.mexmaci (new), mglLines2.mexmaci (new), mglPoints2.mexmaci (new), mglPoints3.mexmaci (new), mglPolygon.mexmaci (new), mglPrivateClose.mexmaci (new), mglPrivateCreateTexture.mexmaci (new), mglPrivateOpen.mexmaci (new), mglQuad.mexmaci (new), mglSetGammaTable.mexmaci (new), mglStencilCreateBegin.mexmaci (new), mglStencilCreateEnd.mexmaci (new), mglStencilSelect.mexmaci (new), mglStrokeText.mexmaci (new), mglTransform.mexmaci (new)
ds 2007-01-18 08:20 Rev.: 140

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:

  • branches/v1_0/mgllib: mglText.mexmaci (new)
ds 2007-01-17 07:53 Rev.: 137

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:

  • branches/v1_0/mgllib: mglCharToKeycode.mexmac (changed), mglKeycodeToChar.mexmac (changed)
ds 2007-01-15 21:20 Rev.: 136

added two machines for nott', (desktop, laptop, laptop off network)

3 lines of code changed in 1 file:

  • branches/v1_0/task: initScreen.m (+3)
ds 2007-01-15 19:46 Rev.: 135

still hunting down the mxGetPr -> mxGetData to prevent crashes with macintel compiled code.

0 lines of code changed in 2 files:

  • branches/v1_0/mgllib: mglCharToKeycode.c (new)
ds 2006-12-12 22:00 Rev.: 121

changed one occurence from mxGetPr to mxGetData to prevent crash on macintel.

1 lines of code changed in 1 file:

  • trunk/mgllib: mglCharToKeycode.c (+1 -1)
ds 2006-11-30 02:14 Rev.: 119

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:

  • trunk/task: initScreen.m (+3 -1)
ds 2006-11-30 02:11 Rev.: 118

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:

  • trunk/mgllib: mglKeycodeToChar.c (+1 -1)
ds 2006-10-27 01:20 Rev.: 92

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:

  • trunk/mgllib: mglGetKeys.c (+2 -2)

(6 more)

Generated by StatSVN 0.4.1