February 2009 Commit Log

Number of Commits:
49
Number of Active Developers:
3
dep 2009-02-20 08:52 Rev.: 501

key events are being passed, but not all correctly
texture code is not completely failing...

85 lines of code changed in 2 files:

dep 2009-02-20 08:08 Rev.: 500

Improved error message

1 lines of code changed in 1 file:

dep 2009-02-20 01:49 Rev.: 499

Merged revisions 491,494-495,498 via svnmerge from
http://yoyodyne.cns.nyu.edu/svn/mgl/trunk

........
r491 | justin | 2009-02-17 11:58:07 -0500 (Tue, 17 Feb 2009) | 2 lines

Changed name of queueEvent to postQueueEvent to distinguish it from that in mglPrivateListener.c
........
r494 | justin | 2009-02-18 13:50:18 -0500 (Wed, 18 Feb 2009) | 2 lines

Changed comment
........
r495 | justin | 2009-02-18 13:50:40 -0500 (Wed, 18 Feb 2009) | 2 lines

Allow passing of a single task structure
........
r498 | dep | 2009-02-19 11:43:38 -0500 (Thu, 19 Feb 2009) | 3 lines

New Function: addTraces(), which adds a new trace to the event/trace structure in
a defined manner allowing user and mgl traces to be added safely.
........

96 lines of code changed in 7 files:

dep 2009-02-20 01:43 Rev.: 498

New Function: addTraces(), which adds a new trace to the event/trace structure in
a defined manner allowing user and mgl traces to be added safely.

80 lines of code changed in 1 file:

dep 2009-02-19 22:18 Rev.: 497

fixed type bugs in crosshair code

14 lines of code changed in 1 file:

dep 2009-02-19 08:38 Rev.: 496

key code (untested)

152 lines of code changed in 1 file:

justin 2009-02-19 03:50 Rev.: 495

Allow passing of a single task structure

9 lines of code changed in 2 files:

justin 2009-02-19 03:50 Rev.: 494

Changed comment

1 lines of code changed in 1 file:

dep 2009-02-19 00:22 Rev.: 493

updated to allow general compile arguments (so it now requires -D for defines)

21 lines of code changed in 1 file:

dep 2009-02-19 00:22 Rev.: 492

Fixed bug in int cast in open
basic calibration keycode framework

96 lines of code changed in 4 files:

justin 2009-02-18 01:58 Rev.: 491

Changed name of queueEvent to postQueueEvent to distinguish it from that in mglPrivateListener.c

6 lines of code changed in 1 file:

dep 2009-02-17 10:23 Rev.: 490

Compiles but crashes

138 lines of code changed in 1 file:

dep 2009-02-17 05:07 Rev.: 489

sprintf -> snprintf for safety

175 lines of code changed in 5 files:

dep 2009-02-17 03:34 Rev.: 488

added skeleton of eye camera code

23 lines of code changed in 1 file:

dep 2009-02-16 09:06 Rev.: 487

camera display work

80 lines of code changed in 1 file:

dep 2009-02-16 09:05 Rev.: 486

merged in trunk line trace updates

0 lines of code changed in 17 files:

dep 2009-02-16 09:05 Rev.: 485

updated to reflect new open wrapper

2 lines of code changed in 1 file:

dep 2009-02-16 09:05 Rev.: 484

fixed dereference bug

5 lines of code changed in 1 file:

dep 2009-02-16 09:04 Rev.: 483

a wrapper for default ip

5 lines of code changed in 1 file:

dep 2009-02-16 09:04 Rev.: 482

place for developer notes for mgllib

1 lines of code changed in 1 file:

dep 2009-02-16 07:38 Rev.: 481

display number for eye graphics

44 lines of code changed in 1 file:

dep 2009-02-16 07:36 Rev.: 480

more notes from psychtoolbox review

98 lines of code changed in 1 file:

dep 2009-02-16 07:36 Rev.: 479

updated to provide options for specifying what data to be recorded

5 lines of code changed in 1 file:

dep 2009-02-16 07:35 Rev.: 478

notes

7 lines of code changed in 1 file:

dep 2009-02-16 07:15 Rev.: 477

removed mgllib notes to create a mgllib develoer.txt doc

2 lines of code changed in 1 file:

dep 2009-02-16 07:14 Rev.: 476

notes on textures and library

14 lines of code changed in 1 file:

dep 2009-02-16 06:21 Rev.: 475

This is the new trace management feature.
addTraces adds traces in a defined manner to the modern trace/event system
task code has been updated to use this new method.
a new taskTemplate is provided which will eventually demonstrate all the new
parameter/trace options

173 lines of code changed in 11 files:

dep 2009-02-16 06:12 Rev.: 474

merged changes in from trunk
warning for the listener,
fixed for getStimvolFromVarname

0 lines of code changed in 4 files:

justin 2009-02-13 14:17 Rev.: 473

added binary

0 lines of code changed in 1 file:

justin 2009-02-13 14:16 Rev.: 472

Added a printed message along with the dialog box message warning users if their accessibilities options are not set correctly.

1 lines of code changed in 1 file:

dep 2009-02-13 11:34 Rev.: 471

Almost a complete working eyelink library.

441 lines of code changed in 10 files:

dep 2009-02-12 09:25 Rev.: 470

Bugfix: In mglMake when first parameter was passed as a define
Bugfix: added #ifndef protection to __eventtap__

6 lines of code changed in 2 files:

justin 2009-02-12 07:55 Rev.: 469

added verbose setting

13 lines of code changed in 1 file:

dep 2009-02-12 01:59 Rev.: 466

fixed all the message sending private functions to take only a string--printf-like handling must be supported in .m files
renamed SetMode to GoOffline--this is the only command that is use to change mode prior to a series of commands (the others would be done in conjunction with beginning a trial, starting to record data etc.

112 lines of code changed in 5 files:

dep 2009-02-12 01:57 Rev.: 465

mglMake: Changed the processing of the arguments to provide a more flexible and robust method for handling defines. The argument 'rebuild' can now be one of '1', 'rebuild', 'carbon', 'cocoa' or any define beginning with '__'. Additionally, any number of additional defines can be passed as further arguments.
mglMake: Also changed the processing of the mgl directory for sources to look in subdirectories beginning with 'mgl' and verified that 'mgl.h' actually exists in the main mgldir.

119 lines of code changed in 1 file:

dep 2009-02-12 01:48 Rev.: 464

Deleted mex binares from trunk--they should exist in branches checked out
to the public (stable and verified) but not in the development branch

0 lines of code changed in 198 files:

dep 2009-02-12 00:26 Rev.: 463

Send a command to the Eyelink

13 lines of code changed in 1 file:

dep 2009-02-11 13:41 Rev.: 462

skeleton message passing

10 lines of code changed in 2 files:

dep 2009-02-11 13:40 Rev.: 461

Bug in EyelinkOpen parsing; temp commented out
Calibration skeleton is working

62 lines of code changed in 3 files:

dep 2009-02-11 05:54 Rev.: 460

Base calibration code copied from sdl plugin code example
Fixed: Added include for eyelink_core in mglEyelink/mexopts.sh
Fixed: Added frameworks to get mgl compiling on 10.4/ppc

457 lines of code changed in 9 files:

dep 2009-02-11 02:11 Rev.: 459

Developer information files for tracking TODOs and notes.

1 lines of code changed in 2 files:

dep 2009-02-10 07:40 Rev.: 456

Added library include to the CFLAGS. This is machine dependent (e.g. could be in
the ~/Library/Frameworks or /Developer/Frameworks)

1 lines of code changed in 1 file:

dep 2009-02-10 07:09 Rev.: 455

mglEyelink: a set of routines for accessing the Eyelink C API
mglPrivate funcitons are used for basic API calls
mgl functions are used for combining into useful groups (mgllib only)
There will need to be a mglEyeTracker set of funcitons for abstracting
away from specific eye trackers
There will need to be task based functions for data colleciton/gaze
contingent, trial calibration, etc.

16 lines of code changed in 4 files:

justin 2009-02-09 11:17 Rev.: 452

added binary to distribution

0 lines of code changed in 1 file:

justin 2009-02-09 11:16 Rev.: 451

added comment to headerx

2 lines of code changed in 2 files:

justin 2009-02-09 11:16 Rev.: 450

Check for function mglPrivatePostEvent and shut it down when compiling

1 lines of code changed in 1 file:

justin 2009-02-09 11:15 Rev.: 449

Added better descriptive comments to header. Also fixed a bug that was occuring if you happened to set a single variable like 'var=[1]'.

159 lines of code changed in 1 file:

chris 2009-02-03 10:47 Rev.: 448

Windows:
- Added some mexw64 (64 bit) binaries.
- Need to check these binaries on other machines without all the developer tools. Most likely a runtime library will need to be installed on those machines.

-Chris-

1 lines of code changed in 36 files:

chris 2009-02-02 15:45 Rev.: 447

Windows:
- Fresh recompile of binaries.
- The following functions now work.
* mglBltTexture
* mglMoveWindow
* mglDeleteTexture
* mglCreateTexture

-Chris-

164 lines of code changed in 43 files:

January 2009 »

Generated by StatSVN 0.4.1