Commit graph

54 commits

Author SHA1 Message Date
the_fiddler 7df9a448d6 Merged gw-next2 branch to trunk. 2009-06-02 15:49:39 +00:00
the_fiddler bb08884480 Updated Build.exe with the latest fixes. 2009-05-31 15:14:36 +00:00
the_fiddler 7c95a25c52 Re-enabled nant support (necessary for commandline builds on Linux until xbuild matures).
Use Directory.GetParent() instead of manually calculating the parent directory.
2009-05-21 09:26:07 +00:00
the_fiddler 324008ca39 Updated Build.exe in the Build/ folder. 2009-05-20 21:02:33 +00:00
the_fiddler ce831ddb8b Added 'localCopy' directive for OpenTK.dll and OpenTK.Utilities.dll to Examples project in Prebuild.xml. 2009-04-20 10:27:53 +00:00
the_fiddler 6bbaad8bfb Moved and renamed examples to match the new example structurs.
Made example source code visible for all examples in example browser.
Updated Prebuild.exe to newest SVN version (resolves issues with resources).
Added .rtf and .resx files to Examples project in Prebuild.xml.
2009-04-20 09:48:33 +00:00
the_fiddler e4cec4f5b0 Examples.exe is now a WinExe project. Fixed Examples.exe entry point. 2009-04-20 08:11:07 +00:00
the_fiddler 280b8525ea Updated version numbers and documentation for 0.9.5 release. 2009-03-08 22:19:00 +00:00
the_fiddler a1a0a07f76 Added System.Xml reference.
Added new documentation files to solution.
2009-03-08 18:11:34 +00:00
the_fiddler 87c04d5bfc Prepare for 0.9.4 release. 2009-03-01 09:55:22 +00:00
the_fiddler 8112f6df52 Prompt for input when none is given. 2009-02-28 22:01:39 +00:00
the_fiddler 6e5eaf4653 Set SVN mime-type to text/plain and eol-style to native. 2009-02-22 15:51:06 +00:00
the_fiddler 936247b6d1 Fixed filenames of xml documentation (OpenTK.xml and OpenTK.Utilities.xml). 2009-02-21 16:37:40 +00:00
the_fiddler 18846b454d Add System.Xml.dll reference to core OpenTK and Examples (necessary for [System.Xml.Serialization.Serializable] attribute). 2009-01-31 08:41:36 +00:00
the_fiddler 99b6c8c48a Merge from branches/text: Build examples last, because prebuild/nant can't automatically resolve dependencies. 2008-11-27 12:08:07 +00:00
the_fiddler 1b23816c57 Added missing Prebuild license. 2008-11-18 13:27:04 +00:00
the_fiddler 79a15e9ac6 Removed duplicate Examples project.
Moved Examples project to the beginning of the project listing, hoping it will become the startup project.
2008-11-18 13:01:57 +00:00
the_fiddler edbd4a7836 Build.exe now copies bmp and wav resources to the output directory.
Updated wording in Release.txt.
2008-05-04 19:25:50 +00:00
the_fiddler 9b5d70e124 Bitmaps (.bmp) will now be copied to output directory. 2008-04-13 19:47:46 +00:00
the_fiddler 7001076f5a Moved OpenTK.OpenAL to OpenTK.Audio.
Added SoundReader class.
Added OpenTK.Math.Functions.NextPowerOfTwo 
Fixed several AL functions, and added overloads to AL.BufferData.
Added OpenAL wave playback sample.
2008-04-04 19:46:08 +00:00
the_fiddler 6641076f3b svn.commit.tmp 2008-03-24 13:07:48 +00:00
the_fiddler ca68971695 Moved OpenTK.Fonts to from OpenTK OpenTK.Utilities.
Added OpenTK.Utilities.dll reference to Examples.
Moved assembly-level attributes from GameWindow.cs to Configuration.cs.
2008-03-08 14:06:59 +00:00
the_fiddler db3f186f95 Added OpenTK.Utilities project. 2008-03-08 13:42:19 +00:00
the_fiddler 20667c4788 Corrected mdb copy behavior. 2008-01-26 14:26:25 +00:00
the_fiddler 3e45bbc85c Fixed pdb and mdb copying. 2008-01-25 13:35:21 +00:00
the_fiddler c3998267ea Updated Build/Build.exe 2008-01-25 13:30:02 +00:00
the_fiddler 9940901ddd Doc file renamed to OpenTK.xml 2008-01-15 10:59:21 +00:00
the_fiddler 023e794385 Documentation built automatically on release builds. 2008-01-14 22:37:55 +00:00
the_fiddler f103f08f35 Fixed handling of Examples Data Path 2007-11-11 23:28:58 +00:00
the_fiddler 36e7308e19 Fixed Build system to copy DataFiles to output path. 2007-11-11 23:25:17 +00:00
the_fiddler 7b3dbb96ff Fixed Examples project build (multiple entry points problem). 2007-11-11 21:55:39 +00:00
the_fiddler 3b19f5845b Updated Prebuild.xml to include .spec and .tm in the generated Bind projects. 2007-10-24 23:47:20 +00:00
the_fiddler b8cb5764bb Updated Build.exe and Prebuild.xml to copy data files and dll.config files in all cases. 2007-10-20 14:17:31 +00:00
the_fiddler e7842a855a Added instructions for sharpdev2. Added shorthand commands. 2007-08-10 09:29:03 +00:00
the_fiddler 7a2da17f5c Updated Build.exe to correctly generate sharpdev and sharpdev2 projects.
Removed some unused variables.
Added licensing information.
2007-08-10 09:27:13 +00:00
the_fiddler de43ff5f1f 2007-08-01 20:29:05 +00:00
the_fiddler b4f122ad57 'Merged' windowing branch. Ugly, but it seems to have worked. 2007-07-23 00:15:18 +00:00
the_fiddler 21c5ed147f Deleted trunk - could not merge windowing branch. 2007-07-23 00:01:30 +00:00
the_fiddler b632f678a9 Synced OpenTK.OpenGL.Bind and OpenTK.OpenGL.GL to latest Tao beta (2.1.3.6 and 2.1.0.7 respectively).
Added Enums.GLenum which contains all OpenGL enumerants. Functions with GLenum parameters now do not take ints but Enums.GLenum.

Added ref/out overloads.
2007-07-01 10:54:46 +00:00
the_fiddler 6e730db020 2007-06-30 08:17:14 +00:00
the_fiddler 44b4a1348b Corrected file copy on linux. 2007-06-30 08:15:08 +00:00
the_fiddler 9d1fb03f8b Workaround for nant on linux. 2007-06-30 08:12:47 +00:00
the_fiddler 0a5d09a9c0 New build system now copies examples, exes and libs to the output folders. 2007-06-30 08:06:41 +00:00
the_fiddler b4b3d83f67 Updated Build.cs to use Path.Combine (fixes issues under linux). Fixed
Prebuild.xml to correctly reference text files. Tested under linux.
2007-06-30 07:14:34 +00:00
the_fiddler df23e096ab Build.cs now uses mono to invoke Prebuild.exe on Unix systems. 2007-06-30 07:01:04 +00:00
the_fiddler f09db9a2c8 Added Build.exe and Prebuild.exe (2.0.1) to the Build directory. 2007-06-30 06:52:57 +00:00
the_fiddler 39ff06d2ab + OpenTK.Build
+ Added new, (more) cross-platform build system, written on C#. This takes the place of the scripts and batch files used to compile OpenTK up till now.
	+ Removed all build scripts.

+ OpenTK.Framework
	+ Now builds under Linux.
2007-06-30 06:45:07 +00:00
the_fiddler 9e7887cbed Added PrepareRelease.bat batch to delete the .svn folders in preparation of a release. Should do the same for Linux. 2007-04-20 20:38:09 +00:00
the_fiddler 2874ee83a5 Upgraded Prebuild.exe to version 2.0.1 2007-04-20 18:57:30 +00:00
the_fiddler 9046cfa9e0 Build system updates (filename casing) 2006-11-05 13:11:41 +00:00