Commit graph

94 commits

Author SHA1 Message Date
the_fiddler
d889d6ceaa Updated documentation for release. 2010-10-06 16:09:10 +00:00
the_fiddler
0bc4ae2a1d Avoid all custom tasks, since this causes build issues in Visual Studio (Build.Tasks.dll gets loaded into the main AppDomain and remains locked, meaning you have to exit Visual Studio before rebuilding the project). 2010-10-06 14:18:10 +00:00
the_fiddler
3e5f443d56 * Documentation/Doxyfile: Do not add source code snippets to the
function reference. Reduces pdf file size and speeds up
  documentation process immensely.
2010-10-06 08:50:07 +00:00
the_fiddler
63e31e34b2 Consolidated DateStamp and AssemblyInfo generation. 2010-10-05 07:00:54 +00:00
the_fiddler
1e73ae0f1d Update todo list. 2010-10-04 21:55:51 +00:00
the_fiddler
9d273cee7e All projects now read common AssemblyInfo items from GlobalAssemblyInfo.cs. The various AssemblyInfo.cs files now only contain project-specific information. Assembly versions are now controlled by Build.UpdateVersion. 2010-10-04 21:37:33 +00:00
the_fiddler
173aa0fb1b Added Rebuild target. 2010-10-04 21:28:58 +00:00
the_fiddler
d169315719 Updated default ToolsVersion to 4.0. Fixes intermittent build issues and increases build performance significantly. It is still possible to build on the 3.5 toolset by passing the /tv:3.5 parameter to msbuild. 2010-10-04 13:49:08 +00:00
the_fiddler
3ffe1a727c Moved all documentation to Build.Docs project. Solution folders are no longer utilized (fixes warnings on VS20xx Express!) 2010-10-03 13:23:03 +00:00
the_fiddler
02e13e44a6 Updated todo list. 2010-10-03 00:03:54 +00:00
the_fiddler
de1fa768c8 * Source/OpenTK/OpenTK.csproj:
* Source/Build.Tasks/Build.Tasks.csproj:
* Source/Examples/OpenTK.Examples.csproj:
* Source/GLControl/OpenTK.GLControl.csproj:
* Source/Compatibility/OpenTK.Compatibility.csproj: Ensure we are
using the 2.0 toolset to build. Fixes compilation errors on
MonoDevelop/xbuild.

* Documentation/Build.Docs.csproj: Use "." instead of
"$(MSBuildProjectDirectory)", because MonoDevelop/xbuild fails to
replace the latter with its value.
2010-10-02 23:21:58 +00:00
the_fiddler
06499cad03 Re-enabled doxygen output. It takes several minutes to run, which means we need the output to check whether the process has hanged. 2010-10-02 22:17:51 +00:00
the_fiddler
f2f2c05485 * Added project files for all projects.
* Modified Build.Docs project to respond to the "Documentation" configuration. Added Clean target.
2010-10-02 22:16:59 +00:00
the_fiddler
88e6aceae0 Synced trunk with 1.0 branch. 2010-10-02 18:52:34 +00:00
the_fiddler
bca3751e8b Synced with 1.0 branch. 2010-03-11 22:53:11 +00:00
the_fiddler
d00cc6bd86 Merged GameWindow timing fixes and release documentation from branches/1.0. 2009-11-17 14:54:30 +00:00
the_fiddler
2fc95c3317 Updated documentation for release. 2009-11-10 06:48:34 +00:00
the_fiddler
4ed96654ad Updated documentation for release. 2009-11-10 06:32:04 +00:00
the_fiddler
ab0a0f31ff Updated changelog with last-minute changes. 2009-10-21 14:03:14 +00:00
the_fiddler
08f40b7c8c Bumped version numbers and updated documentation in preparation of 0.9.9-3 release. 2009-10-21 13:35:29 +00:00
the_fiddler
1ef033612b Updated for 0.9.9-2b release. 2009-09-06 14:24:10 +00:00
the_fiddler
207348dbf3 Added "MonoDevelop fails to sign assemblies" to known issues, with links to MonoDevelop bugzilla. 2009-09-06 09:04:22 +00:00
the_fiddler
32089787f8 Updated in preparation of 0.9.9-2 release. 2009-09-05 18:29:11 +00:00
the_fiddler
11f194ac73 Simplified build and usage instructions. Moved Instructions.txt to documentation folder. 2009-08-25 14:46:01 +00:00
the_fiddler
ad5d554091 Added Tao.OpenGl, Tao.OpenAl and Tao.Platform.Windows.SimpleOpenGlControl to OpenTK.Compatibility.
Added Tao Framework license information.
Updated and clarified license information.
2009-08-19 10:04:17 +00:00
the_fiddler
4981fbdce0 Updated documentation for 0.9.9-1 release. 2009-08-04 09:37:31 +00:00
the_fiddler
e4fcf76289 Merged string[] fix from 0.9.8 branch. 2009-06-29 18:51:40 +00:00
the_fiddler
a2f0f70377 Fixed handling of pointer-to-string parameters. These are now wrapped as string[] arrays. 2009-06-29 18:32:51 +00:00
the_fiddler
51d39fffe1 Added missing XML comment to AL class.
Made AL.Lib internal.
2009-06-28 10:38:56 +00:00
the_fiddler
c9b903e652 Update documentation with latest changes. 2009-06-25 22:48:18 +00:00
the_fiddler
a7363b54e6 Removed OpenTK.Math namespace. Math functions now go directly into the OpenTK namespace. 2009-06-25 11:42:05 +00:00
the_fiddler
8e70a94d3d Enabled xml documentation in debug builds.
Fixed a few XML documentation warnings.
2009-06-25 11:16:45 +00:00
the_fiddler
33c6d091c0 Updated release notes. 2009-06-25 11:04:21 +00:00
the_fiddler
3a8dc10caa Updated documentation for release. 2009-06-24 16:09:29 +00:00
the_fiddler
c1db7a276b Merged OpenTK.Compute from the cl branch.
Merged changes from the 0.9.8 branch.
Updated version numbers for 0.9.9 release.
2009-06-24 15:47:41 +00:00
the_fiddler
c3c56295d4 Updated documentation for 0.9.8-1 release. 2009-06-21 20:34:52 +00:00
the_fiddler
cb661c2dca Merged gw-next2 branch to trunk. 2009-06-02 15:49:39 +00:00
the_fiddler
5e38154a5b Updated changelog with changes from the last revision. 2009-05-31 15:55:31 +00:00
the_fiddler
abf42470a6 Added matrix stack improvements to release notes. 2009-05-31 15:32:20 +00:00
the_fiddler
0c7a50fffd Removed extra whitespace. 2009-05-31 15:18:09 +00:00
the_fiddler
8e78fd226a Updated changelog, release notes and bumped version numbers in preparation for release. 2009-05-31 15:17:12 +00:00
the_fiddler
5336190bbb Updated assembly information and documentation for the 0.9.7 release. 2009-03-29 21:59:15 +00:00
the_fiddler
5df0343e6d Updated known issues (release cannot be compiled on Mono due to compiler bug #488960). 2009-03-25 23:08:14 +00:00
the_fiddler
0c39a6c2d4 Updated version numbers and documentation for the 0.9.6 release. 2009-03-25 22:46:31 +00:00
the_fiddler
7c1d479609 Updated for 0.9.5 release. 2009-03-08 22:42:56 +00:00
the_fiddler
b0704762f2 Updated version numbers and documentation for 0.9.5 release. 2009-03-08 22:19:00 +00:00
the_fiddler
4ac210a991 Prepare for 0.9.4 release. 2009-03-01 09:55:22 +00:00
the_fiddler
54c16e82be Updated Changelog.txt in preparation for the 0.9.3 release. 2009-02-22 16:22:43 +00:00
the_fiddler
9e2708799f Updated Changelog.txt and Release.txt in preparation for the 0.9.3 release. 2009-02-22 16:16:42 +00:00
the_fiddler
9a32ce9f55 Set SVN mime-type to text/plain and eol-style to native. 2009-02-22 15:51:06 +00:00