From: Tim R. <ti...@us...> - 2004-08-17 09:19:42
|
Update of /cvsroot/csdopenglnet/csdOpenGL In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10439 Modified Files: ChangeLog Log Message: little description of modifications Index: ChangeLog =================================================================== RCS file: /cvsroot/csdopenglnet/csdOpenGL/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** ChangeLog 6 Aug 2004 11:42:33 -0000 1.7 --- ChangeLog 17 Aug 2004 09:14:46 -0000 1.8 *************** *** 1,6 **** ! 0.1.3: added basic Cg support freeglut support is removed, because we focus on Gtk# and freeglut was not as easy as glut ! there was an error in the generator by converting (void*), so that not all possible type combinations were BERÜCKSICHTIGT 0.1.2: --- 1,11 ---- ! ******: added basic Cg support + relocated the Gtk# widgets in the tools assembly + corrected an array indexing failure in ByteTexture2D + + + 0.1.3: freeglut support is removed, because we focus on Gtk# and freeglut was not as easy as glut ! there was an error in the generator by converting (void*), so that not all possible type combinations were considered 0.1.2: |