|
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: <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: <sa...@us...> - 2009-01-20 08:44:31
|
Revision: 217
http://taoframework.svn.sourceforge.net/taoframework/?rev=217&view=rev
Author: sammy
Date: 2009-01-20 08:44:23 +0000 (Tue, 20 Jan 2009)
Log Message:
-----------
Don?\226?\128?\153t call FTFont.Destroy() in ~FTFont(). Better leak memory on program exit
than crash unexpectedly.
Modified Paths:
--------------
trunk/examples/FtGlScrolling/FtGlScrolling.cs
trunk/src/Tao.FtGl/FtGl.cs
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sa...@us...> - 2009-02-13 17:09:26
|
Revision: 220
http://taoframework.svn.sourceforge.net/taoframework/?rev=220&view=rev
Author: sammy
Date: 2009-02-13 17:09:17 +0000 (Fri, 13 Feb 2009)
Log Message:
-----------
Fix build files so that "make dist" works.
Modified Paths:
--------------
trunk/Makefile.am
trunk/configure.ac
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sa...@us...> - 2009-07-20 15:04:17
|
Revision: 226
http://taoframework.svn.sourceforge.net/taoframework/?rev=226&view=rev
Author: sammy
Date: 2009-07-20 15:04:13 +0000 (Mon, 20 Jul 2009)
Log Message:
-----------
Create a global Visual Studio solution and convert all projects
to Visual Studio 2008. Everything should work fine with Visual C#
Express, too.
Modified Paths:
--------------
trunk/examples/CgExamples/CgExamples.csproj
trunk/examples/DevIlExamples/DevIlExamples.csproj
trunk/examples/FFmpegExamples/FFmpegExamples.csproj
trunk/examples/FreeGlutExamples/FreeGlutExamples.csproj
trunk/examples/FtGlScrolling/FtGlScrolling.csproj
trunk/examples/FtGlSimple/FtGlSimple.csproj
trunk/examples/GeWangExamples/GeWangExamples.csproj
trunk/examples/GlfwExamples/GlfwExamples.csproj
trunk/examples/LuaFunctions/LuaFunctions.csproj
trunk/examples/LuaSimple/LuaSimple.csproj
trunk/examples/NateRobins/NateRobins.csproj
trunk/examples/NeHe/NeHe.csproj
trunk/examples/OdeExamples/OdeExamples.csproj
trunk/examples/OpenAlExamples/OpenAlExamples.csproj
trunk/examples/PhysFsExamples/PhysFsExamples.csproj
trunk/examples/Redbook/Redbook.csproj
trunk/examples/SdlExamples/SdlExamples.csproj
trunk/examples/TaoMediaPlayer/TaoMediaPlayer.csproj
trunk/src/Tao.Cg/Tao.Cg.csproj
trunk/src/Tao.DevIl/Tao.DevIl.csproj
trunk/src/Tao.FFmpeg/Tao.FFmpeg.csproj
trunk/src/Tao.FreeGlut/Tao.FreeGlut.csproj
trunk/src/Tao.FreeType/Tao.FreeType.csproj
trunk/src/Tao.FtGl/Tao.FtGl.csproj
trunk/src/Tao.GlBindGen/Tao.GlBindGen.csproj
trunk/src/Tao.Glfw/Tao.Glfw.csproj
trunk/src/Tao.Lua/Tao.Lua.csproj
trunk/src/Tao.Ode/Tao.Ode.csproj
trunk/src/Tao.OpenAl/Tao.OpenAl.csproj
trunk/src/Tao.OpenGl/Tao.OpenGl.csproj
trunk/src/Tao.PhysFs/Tao.PhysFs.csproj
trunk/src/Tao.Platform.Windows/Tao.Platform.Windows.csproj
trunk/src/Tao.Platform.X11/Tao.Platform.X11.csproj
trunk/src/Tao.Sdl/Tao.Sdl.csproj
trunk/tests/Ode/Tao.Ode.Tests.csproj
trunk/tests/Sdl/Tao.Sdl.Tests.csproj
Added Paths:
-----------
trunk/TaoFramework.sln
Property Changed:
----------------
trunk/
trunk/examples/FtGlScrolling/
trunk/examples/LuaFunctions/
trunk/examples/LuaSimple/
trunk/examples/OdeExamples/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sa...@us...> - 2009-07-31 16:23:59
|
Revision: 227
http://taoframework.svn.sourceforge.net/taoframework/?rev=227&view=rev
Author: sammy
Date: 2009-07-31 16:23:51 +0000 (Fri, 31 Jul 2009)
Log Message:
-----------
Add missing svn:ignore properties so that Linux builds appear clean.
Property Changed:
----------------
trunk/examples/FtGlScrolling/
trunk/examples/FtGlSimple/
trunk/examples/LuaSimple/
trunk/src/Tao.FtGl/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <sa...@us...> - 2009-07-31 22:47:59
|
Revision: 230
http://taoframework.svn.sourceforge.net/taoframework/?rev=230&view=rev
Author: sammy
Date: 2009-07-31 22:47:51 +0000 (Fri, 31 Jul 2009)
Log Message:
-----------
Add the bootstrap script to the distributed tarball.
Modified Paths:
--------------
trunk/Makefile.am
trunk/configure.ac
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|