Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
svn path=/trunk/tao/; revision=89443
  • Loading branch information
David Hudson committed Nov 12, 2007
1 parent 416cc7f commit ed16683
Show file tree
Hide file tree
Showing 9 changed files with 1,076 additions and 68 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Expand Up @@ -10,7 +10,7 @@ Randy Ridge and David Hudson - Tao.OpenAl
Randy Ridge - Tao.Glfw
Rob Loach - Tao.Lua
Rob Loach - Tao.PhysFs
Randy Ridge, 'cody' and Terry Triplett - Tao.Ode
Randy Ridge, 'cody', Terry Triplett and David Hudson - Tao.Ode
C.J. Adams-Collier and David Hudson- Autotools, build
Chris McGuirk and David Hudson - Tao.Cg
Chris McGuirk and Randy Ridge - Tao.DevIl
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -3,7 +3,7 @@ cross-platform game-related development utilizing the .NET platform.

Currently included bindings are OpenGL 2.1, GLU 1.3, FreeGLUT 2.4.0, WGL,
various GL and WGL-related extensions, OpenAL 1.1, Cg 1.4.1, DevIL 1.6.8 RC2,
SDL 1.2.11, PhysFs 1.0.1, ODE 0.5.0, GLFW 2.6.1, Lua 5.1.1.
SDL 1.2.12, PhysFs 1.0.1, ODE 0.8.0, GLFW 2.6.1, Lua 5.1.1.

These bindings all function in a cross-platform and cross-runtime manner
using Microsoft's .NET 2.0 runtime on Windows and the Mono runtime
Expand Down
Binary file modified lib/win32deps/avcodec-51.dll
Binary file not shown.
Binary file modified lib/win32deps/avformat-51.dll
Binary file not shown.
Binary file modified lib/win32deps/avutil-49.dll
Binary file not shown.
90 changes: 57 additions & 33 deletions src/Tao.FreeType/FreeType.cs

Large diffs are not rendered by default.

1,044 changes: 1,013 additions & 31 deletions src/Tao.Ode/Ode.cs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/Tao.Ode/Tao.Ode.Authors.txt
@@ -1,3 +1,5 @@
David Hudson (jendave@yahoo.com) - Updated Tao.Ode to 0.8

Terry L. Triplett - Current maintainer
mail: Terry L. Triplett <c0d3g33k@users.sourceforge.net>

Expand Down
4 changes: 2 additions & 2 deletions src/Tao.Ode/Tao.Ode.Readme.txt
Expand Up @@ -7,8 +7,8 @@ Tao.Ode is an ODE API binding for .NET, implementing ODE 0.8.


Change Log:
0.8.0.0 - Nov 7, 2007:
Update to ODE 0.8.
0.8.0.0 - Nov 10, 2007:
Update to ODE 0.8 by David Hudson (jendave@yahoo.com)
0.6.0.0 - July 25, 2006:
Update to ODE 0.6 complete.
The ODE 0.6 release consists of many bug fixes and
Expand Down

0 comments on commit ed16683

Please sign in to comment.