You can subscribe to this list here.
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(4) |
Jun
(4) |
Jul
|
Aug
(4) |
Sep
(2) |
Oct
|
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
(5) |
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
(7) |
Sep
|
Oct
|
Nov
|
Dec
|
From: <sa...@us...> - 2008-12-26 15:40:05
|
Revision: 212 http://taoframework.svn.sourceforge.net/taoframework/?rev=212&view=rev Author: sammy Date: 2008-12-26 15:39:49 +0000 (Fri, 26 Dec 2008) Log Message: ----------- Bail out immediately if one of the bindings' documentation fails to build, otherwise the error may remain unnoticed. Modified Paths: -------------- trunk/src/Makefile.am This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sa...@us...> - 2008-12-26 15:39:48
|
Revision: 211 http://taoframework.svn.sourceforge.net/taoframework/?rev=211&view=rev Author: sammy Date: 2008-12-26 15:39:32 +0000 (Fri, 26 Dec 2008) Log Message: ----------- Bumping Linux version of libopenal to .so.1. Modified Paths: -------------- trunk/src/Tao.OpenAl/Tao.OpenAl.dll.config This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2008-09-22 12:40:02
|
Revision: 210 http://taoframework.svn.sourceforge.net/taoframework/?rev=210&view=rev Author: seaeagle1 Date: 2008-09-22 12:39:50 +0000 (Mon, 22 Sep 2008) Log Message: ----------- Add libswscale support to TaoMediaPlayer Modified Paths: -------------- trunk/examples/TaoMediaPlayer/MediaFile.cs trunk/src/Tao.FFmpeg/AVCodec.cs trunk/src/Tao.FFmpeg/AVSWScale.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2008-09-09 17:22:48
|
Revision: 209 http://taoframework.svn.sourceforge.net/taoframework/?rev=209&view=rev Author: seaeagle1 Date: 2008-09-09 17:22:55 +0000 (Tue, 09 Sep 2008) Log Message: ----------- Diplonics' fix (http://taoframework.com/node/697#comment-2087) Modified Paths: -------------- trunk/examples/TaoMediaPlayer/MediaFile.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2008-08-22 10:21:59
|
Revision: 208 http://taoframework.svn.sourceforge.net/taoframework/?rev=208&view=rev Author: seaeagle1 Date: 2008-08-22 10:22:08 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Add support for WGL_ARB_create_context (couldn't find updated wglext.spec). Modified Paths: -------------- trunk/src/Tao.Platform.Windows/Wgl.cs trunk/src/Tao.Platform.Windows/WglDelegates.cs trunk/src/Tao.Platform.Windows/WglEnums.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <the...@us...> - 2008-08-21 16:53:29
|
Revision: 207 http://taoframework.svn.sourceforge.net/taoframework/?rev=207&view=rev Author: the_fiddler Date: 2008-08-21 16:53:39 +0000 (Thu, 21 Aug 2008) Log Message: ----------- Guard against null values in Wgl.Load(). Modified Paths: -------------- trunk/src/Tao.Platform.Windows/WglHelper.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <je...@us...> - 2008-08-21 03:54:35
|
Revision: 206 http://taoframework.svn.sourceforge.net/taoframework/?rev=206&view=rev Author: jendave Date: 2008-08-21 03:54:45 +0000 (Thu, 21 Aug 2008) Log Message: ----------- update glfw config file for debian Modified Paths: -------------- trunk/src/Tao.Glfw/Tao.Glfw.dll.config This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2008-08-12 14:57:44
|
Revision: 205 http://taoframework.svn.sourceforge.net/taoframework/?rev=205&view=rev Author: seaeagle1 Date: 2008-08-12 14:57:52 +0000 (Tue, 12 Aug 2008) Log Message: ----------- Generated fresh OpenGL bindings from the 3.0 specs. Since GL3 is now backwards compatible, the bindings should be too, except for some booleans that now are bool instead of int (newer glbindgen I think). Modified Paths: -------------- trunk/examples/GeWangExamples/Mirror.cs trunk/examples/NateRobins/Maiden.cs trunk/examples/NateRobins/Strip.cs trunk/examples/NeHe/Lesson26.cs trunk/examples/Redbook/Alpha3d.cs trunk/examples/Redbook/Stencil.cs trunk/src/Tao.GlBindGen/Specifications/GL2/enum.spec trunk/src/Tao.GlBindGen/Specifications/GL2/enumext.spec trunk/src/Tao.GlBindGen/Specifications/GL2/gl.spec trunk/src/Tao.OpenGl/GLCore.cs trunk/src/Tao.OpenGl/GLDelegates.cs trunk/src/Tao.OpenGl/GLEnums.cs trunk/src/Tao.OpenGl/Gl.cs trunk/src/Tao.OpenGl/Properties/AssemblyInfo.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <je...@us...> - 2008-06-12 16:11:28
|
Revision: 204 http://taoframework.svn.sourceforge.net/taoframework/?rev=204&view=rev Author: jendave Date: 2008-06-12 09:11:27 -0700 (Thu, 12 Jun 2008) Log Message: ----------- update FFmpeg to latest version. Modified Paths: -------------- trunk/examples/TaoMediaPlayer/TaoMediaPlayer.csproj trunk/examples/TaoMediaPlayer/TaoMediaPlayer.exe.build trunk/lib/win32deps/avcodec-51.dll trunk/lib/win32deps/avutil-49.dll trunk/lib/win32deps/swscale-0.dll trunk/src/Tao.FFmpeg/AVFormat.cs trunk/src/Tao.FFmpeg/AVSWScale.cs trunk/src/Tao.FFmpeg/Properties/AssemblyInfo.cs trunk/src/Tao.FFmpeg/README trunk/src/Tao.FFmpeg/Tao.FFmpeg.dll.config Added Paths: ----------- trunk/examples/TaoMediaPlayer/App.ico trunk/lib/win32deps/avdevice-52.dll trunk/lib/win32deps/avformat-52.dll Removed Paths: ------------- trunk/examples/TaoMediaPlayer/tao.ico trunk/lib/win32deps/avformat-51.dll This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <je...@us...> - 2008-06-04 07:21:55
|
Revision: 203 http://taoframework.svn.sourceforge.net/taoframework/?rev=203&view=rev Author: jendave Date: 2008-06-04 00:21:55 -0700 (Wed, 04 Jun 2008) Log Message: ----------- fix typos Modified Paths: -------------- trunk/src/Tao.Glfw/Tao.Glfw.dll.config This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <je...@us...> - 2008-06-02 15:55:02
|
Revision: 202 http://taoframework.svn.sourceforge.net/taoframework/?rev=202&view=rev Author: jendave Date: 2008-06-02 08:55:06 -0700 (Mon, 02 Jun 2008) Log Message: ----------- FtGl is now part of the OpenGl build in VS205 and NAnt. I added Nant files for the examples. Modified Paths: -------------- trunk/src/Tao.OpenGl/Tao.OpenGl.build trunk/tao.build Added Paths: ----------- trunk/examples/FtGlScrolling/FtGlScrolling.exe.build trunk/examples/FtGlScrolling/FtGlScrolling.sh trunk/examples/FtGlSimple/FtGlSimple.exe.build trunk/examples/FtGlSimple/FtGlSimple.sh Removed Paths: ------------- trunk/src/Tao.FreeType/Tao.FreeType.build trunk/src/Tao.FreeType/Tao.FreeType.sln This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <je...@us...> - 2008-06-02 15:24:13
|
Revision: 201 http://taoframework.svn.sourceforge.net/taoframework/?rev=201&view=rev Author: jendave Date: 2008-06-02 08:23:43 -0700 (Mon, 02 Jun 2008) Log Message: ----------- Add VS2005 project files for FtGl Examples Modified Paths: -------------- trunk/src/Tao.FreeType/Tao.FreeType.sln trunk/src/Tao.FtGl/FtGl.cs trunk/src/Tao.OpenGl/Tao.OpenGl.sln Added Paths: ----------- trunk/examples/FtGlScrolling/App.ico trunk/examples/FtGlScrolling/FtGlScrolling.csproj trunk/examples/FtGlScrolling/Tao.FtGl.snk trunk/examples/FtGlSimple/App.ico trunk/examples/FtGlSimple/FtGlSimple.csproj trunk/examples/FtGlSimple/Tao.FtGl.snk Property Changed: ---------------- trunk/examples/FtGlScrolling/ trunk/examples/FtGlSimple/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <je...@us...> - 2008-05-19 22:59:47
|
Revision: 200 http://taoframework.svn.sourceforge.net/taoframework/?rev=200&view=rev Author: jendave Date: 2008-05-19 15:59:53 -0700 (Mon, 19 May 2008) Log Message: ----------- Added Cg patch from jcnossen Modified Paths: -------------- trunk/src/Tao.Cg/CgGl.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <je...@us...> - 2008-05-19 22:46:55
|
Revision: 199 http://taoframework.svn.sourceforge.net/taoframework/?rev=199&view=rev Author: jendave Date: 2008-05-19 15:46:46 -0700 (Mon, 19 May 2008) Log Message: ----------- make more standard. Modified Paths: -------------- trunk/src/Tao.FtGl/Tao.FtGl.dll.build trunk/src/Tao.FtGl/Tao.FtGl.dll.config This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <je...@us...> - 2008-05-19 22:29:23
|
Revision: 198 http://taoframework.svn.sourceforge.net/taoframework/?rev=198&view=rev Author: jendave Date: 2008-05-19 15:29:26 -0700 (Mon, 19 May 2008) Log Message: ----------- Add some standard items to new project Modified Paths: -------------- trunk/src/Tao.FreeType/Tao.FreeType.build trunk/src/Tao.FreeType/Tao.FreeType.sln trunk/src/Tao.FtGl/Tao.FtGl.csproj trunk/tao.build Added Paths: ----------- trunk/src/Tao.FtGl/AUTHORS trunk/src/Tao.FtGl/COPYING trunk/src/Tao.FtGl/ChangeLog trunk/src/Tao.FtGl/INSTALL trunk/src/Tao.FtGl/NEWS trunk/src/Tao.FtGl/README trunk/src/Tao.FtGl/Tao.FtGl.dll.build Removed Paths: ------------- trunk/src/Tao.FtGl/Tao.FtGl.sln Property Changed: ---------------- trunk/src/Tao.FtGl/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <sea...@us...> - 2008-05-19 16:02:37
|
Revision: 197 http://taoframework.svn.sourceforge.net/taoframework/?rev=197&view=rev Author: seaeagle1 Date: 2008-05-19 09:02:31 -0700 (Mon, 19 May 2008) Log Message: ----------- Added functions to list formats supported by current ffmpeg. Modified Paths: -------------- trunk/src/Tao.FFmpeg/AVFormat.cs This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |