thefiddler
295522d8b7
[Doc] Generate oxygen reference for OpenGL/AL
...
This is useful, even though it takes a lot of time and generates large
files.
2014-02-16 17:10:49 +01:00
thefiddler
ee04127cff
[Doc] Add links to OpenTK manual and API reference
2014-02-16 17:10:10 +01:00
thefiddler
2d04f92277
[Doc] Updated version number in doxygen documentation
2014-02-16 16:21:30 +01:00
thefiddler
3c24a951b1
[Doc] Removed deprecated doxygen directives
2014-02-16 15:30:38 +01:00
thefiddler
0dd5761953
[Doc] Removed pdf OpenGL/AL specifications in favor of html links
...
This reduces download size significantly without loss in functionality.
2014-02-16 13:20:36 +01:00
Stefanos A.
181e8e8036
[Doc] Updated documentation for release
2014-02-16 12:01:52 +01:00
Stefanos A.
24aa7893b8
Updated release notes
2013-11-22 00:32:42 +01:00
Stefanos A.
5acd38c4f6
Updated todo list
2013-11-21 19:44:12 +01:00
Stefanos A.
fef8a9e840
Updated build instructions.
2013-11-21 09:34:34 +01:00
Stefanos A
359dc5b2dc
Added OpenGL ES 2.0 documentation
2013-11-17 23:56:37 +01:00
thefiddler
2215841f0f
Added OpenAL/GL/GL ES documentation
2013-11-12 10:58:20 +01:00
Stefanos A.
192fedbca5
Removed sdl2-cs in favor of a leaner, better-designed binding.
2013-10-24 02:02:35 +02:00
thefiddler
8dcb8601a2
Normalized line endings
...
Hopefully this is the first and last time we have to do this.
2013-10-11 01:58:54 +02:00
Stefanos A.
6245ffe3ef
Updated license information
2013-09-27 23:07:23 +02:00
Andy Korth
4230c6b4f0
Added Robmaister's Matrix3 implementations
2013-01-03 10:41:56 -06:00
the_fiddler
0bb868e304
Updated documentation for release.
2010-10-06 16:09:10 +00:00
the_fiddler
2bab2d7728
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
2b625e4783
* 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
366960a0b0
Consolidated DateStamp and AssemblyInfo generation.
2010-10-05 07:00:54 +00:00
the_fiddler
d560fdcfc5
Update todo list.
2010-10-04 21:55:51 +00:00
the_fiddler
9d562fb683
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
3b65d6fb5a
Added Rebuild target.
2010-10-04 21:28:58 +00:00
the_fiddler
3c04d059e8
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
ce0f524455
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
2cbd2a12ab
Updated todo list.
2010-10-03 00:03:54 +00:00
the_fiddler
31e558f446
* 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
3c5d690205
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
a4d23d19bc
* 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
1f4b5be7d0
Synced trunk with 1.0 branch.
2010-10-02 18:52:34 +00:00
the_fiddler
3f8f9b09e3
Synced with 1.0 branch.
2010-03-11 22:53:11 +00:00
the_fiddler
1e56e462ef
Merged GameWindow timing fixes and release documentation from branches/1.0.
2009-11-17 14:54:30 +00:00
the_fiddler
c152a724d6
Synced trunk with the 1.0 beta-1 release.
2009-11-10 09:22:46 +00:00
the_fiddler
38de4dd053
Updated changelog with last-minute changes.
2009-10-21 14:03:14 +00:00
the_fiddler
7066b8bb8b
Bumped version numbers and updated documentation in preparation of 0.9.9-3 release.
2009-10-21 13:35:29 +00:00
the_fiddler
fe90b12100
Updated for 0.9.9-2b release.
2009-09-06 14:24:10 +00:00
the_fiddler
a1fa6d91bb
Added "MonoDevelop fails to sign assemblies" to known issues, with links to MonoDevelop bugzilla.
2009-09-06 09:04:22 +00:00
the_fiddler
b3bd79518b
Updated in preparation of 0.9.9-2 release.
2009-09-05 18:29:11 +00:00
the_fiddler
a3538b59b4
Simplified build and usage instructions. Moved Instructions.txt to documentation folder.
2009-08-25 14:46:01 +00:00
the_fiddler
a7aba38fa2
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
478447f641
Updated documentation for 0.9.9-1 release.
2009-08-04 09:37:31 +00:00
the_fiddler
f5f55b3711
Merged string[] fix from 0.9.8 branch.
2009-06-29 18:51:40 +00:00
the_fiddler
bc8ab9113c
Added missing XML comment to AL class.
...
Made AL.Lib internal.
2009-06-28 10:38:56 +00:00
the_fiddler
b9a84ed304
Update documentation with latest changes.
2009-06-25 22:48:18 +00:00
the_fiddler
df6671cb4a
Removed OpenTK.Math namespace. Math functions now go directly into the OpenTK namespace.
2009-06-25 11:42:05 +00:00
the_fiddler
5c60841746
Enabled xml documentation in debug builds.
...
Fixed a few XML documentation warnings.
2009-06-25 11:16:45 +00:00
the_fiddler
88bdcd41a1
Updated release notes.
2009-06-25 11:04:21 +00:00
the_fiddler
81b110894c
Updated documentation for release.
2009-06-24 16:09:29 +00:00
the_fiddler
36edcad914
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
7df9a448d6
Merged gw-next2 branch to trunk.
2009-06-02 15:49:39 +00:00
the_fiddler
5bee43a503
Updated changelog with changes from the last revision.
2009-05-31 15:55:31 +00:00