the_fiddler
|
b12726bfe2
|
Added new 'type' option to select the .h or the .spec parser.
|
2010-10-10 20:22:23 +00:00 |
|
the_fiddler
|
edd686d606
|
- Added GLParser for OpenGL .spec files. Only supports enums right now.
- Modified ESCLParser and GLParser to inherit from Parser.
|
2010-10-10 20:21:32 +00:00 |
|
the_fiddler
|
93743f913d
|
Add support for function deprecation.
|
2010-10-10 12:28:27 +00:00 |
|
the_fiddler
|
bf4a48548e
|
Create branch for OpenGL 4.x.
|
2010-10-10 09:55:42 +00:00 |
|
the_fiddler
|
546decd579
|
Fixed code formatting.
|
2010-10-09 19:59:06 +00:00 |
|
the_fiddler
|
148578b1eb
|
Fixed code formatting.
|
2010-10-09 19:59:06 +00:00 |
|
the_fiddler
|
9516b56eb4
|
Avoid deprecated EnableClientState(EnableCap) in favor of EnableClientState(ArrayCap).
|
2010-10-09 19:56:33 +00:00 |
|
the_fiddler
|
0f80ff8f1d
|
Avoid deprecated EnableClientState(EnableCap) in favor of EnableClientState(ArrayCap).
|
2010-10-09 19:56:33 +00:00 |
|
the_fiddler
|
f2d418e3d1
|
Report Xinerama as not supported when it fails to detect any devices. Fixes issue on Nvidia drivers when Twinview is enabled.
|
2010-10-09 19:11:45 +00:00 |
|
the_fiddler
|
8f9cd3decf
|
Report Xinerama as not supported when it fails to detect any devices. Fixes issue on Nvidia drivers when Twinview is enabled.
|
2010-10-09 19:11:45 +00:00 |
|
the_fiddler
|
dd41ed9610
|
Added XF86VM fallback when XRandR is missing (many thanks to jdomnitz!)
|
2010-10-09 19:10:39 +00:00 |
|
the_fiddler
|
ddb51b25f7
|
Added XF86VM fallback when XRandR is missing (many thanks to jdomnitz!)
|
2010-10-09 19:10:39 +00:00 |
|
the_fiddler
|
42fdd873ff
|
Set the correct, platform-specific GetCurrentContext implementation on startup. Ensures the correct function of dummy contexts.
|
2010-10-09 18:53:20 +00:00 |
|
the_fiddler
|
8bb6af05d7
|
Set the correct, platform-specific GetCurrentContext implementation on startup. Ensures the correct function of dummy contexts.
|
2010-10-09 18:53:20 +00:00 |
|
the_fiddler
|
9775253051
|
Use current date as the 'readable' version (on installer/zip).
|
2010-10-06 16:53:53 +00:00 |
|
the_fiddler
|
2c739cc96b
|
Use current date as the 'readable' version (on installer/zip).
|
2010-10-06 16:53:53 +00:00 |
|
the_fiddler
|
d889d6ceaa
|
Updated documentation for release.
|
2010-10-06 16:09:10 +00:00 |
|
the_fiddler
|
0bb868e304
|
Updated documentation for release.
|
2010-10-06 16:09:10 +00:00 |
|
the_fiddler
|
7e7b3062ed
|
Do not skip Source/OpenTK when cloning the source tree.
|
2010-10-06 15:36:38 +00:00 |
|
the_fiddler
|
31a407ec3e
|
Do not skip Source/OpenTK when cloning the source tree.
|
2010-10-06 15:36:38 +00:00 |
|
the_fiddler
|
4d44184dd9
|
Explicitly set assembly name and root namespace to "Build.UpdateVersion" in order to avoid conflicts with xbuild.
|
2010-10-06 15:17:29 +00:00 |
|
the_fiddler
|
228a213dc5
|
Explicitly set assembly name and root namespace to "Build.UpdateVersion" in order to avoid conflicts with xbuild.
|
2010-10-06 15:17:29 +00:00 |
|
the_fiddler
|
81e6211a55
|
Do not add nsis installers to the zip!
|
2010-10-06 15:10:24 +00:00 |
|
the_fiddler
|
878f40f2eb
|
Do not add nsis installers to the zip!
|
2010-10-06 15:10:24 +00:00 |
|
the_fiddler
|
2b9391f6c6
|
Use mono to invoke Build.UpdateVersion.exe on non-Windows systems.
|
2010-10-06 15:07:12 +00:00 |
|
the_fiddler
|
31a19b7328
|
Use mono to invoke Build.UpdateVersion.exe on non-Windows systems.
|
2010-10-06 15:07:12 +00:00 |
|
the_fiddler
|
1b3e59d6e7
|
Added Version.txt to ignore list.
|
2010-10-06 15:00:40 +00:00 |
|
the_fiddler
|
60fa8bec42
|
Added Version.txt to ignore list.
|
2010-10-06 15:00:40 +00:00 |
|
the_fiddler
|
71199b0363
|
Replaced all custom tasks with built-in tasks, because custom tasks cause builds through Visual Studio to fail. This is a known issue since VS2005 (the dll containing custom tasks gets loaded into the devenv AppDomain and remains locked, meaning you have to exit Visual Studio before rebuilding the project).
|
2010-10-06 14:59:13 +00:00 |
|
the_fiddler
|
27ff0d807f
|
Replaced all custom tasks with built-in tasks, because custom tasks cause builds through Visual Studio to fail. This is a known issue since VS2005 (the dll containing custom tasks gets loaded into the devenv AppDomain and remains locked, meaning you have to exit Visual Studio before rebuilding the project).
|
2010-10-06 14:59:13 +00:00 |
|
the_fiddler
|
1cd8cfbc0f
|
Converted into an actual commandline tool to avoid using custom tasks.
|
2010-10-06 14:56:11 +00:00 |
|
the_fiddler
|
10f8566351
|
Converted into an actual commandline tool to avoid using custom tasks.
|
2010-10-06 14:56:11 +00:00 |
|
the_fiddler
|
0377744843
|
Fixed build target (was left into a debugging configuration) and replaced Run custom task with built-in Exec.
|
2010-10-06 14:54:37 +00:00 |
|
the_fiddler
|
11817269e8
|
Fixed build target (was left into a debugging configuration) and replaced Run custom task with built-in Exec.
|
2010-10-06 14:54:37 +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
|
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
|
6b1041de46
|
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:14:15 +00:00 |
|
the_fiddler
|
fb9b355bcd
|
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:14:15 +00:00 |
|
the_fiddler
|
b85ee6e45a
|
Update ignore lists.
|
2010-10-06 13:12:24 +00:00 |
|
the_fiddler
|
61b4f2686e
|
Update ignore lists.
|
2010-10-06 13:12:24 +00:00 |
|
the_fiddler
|
c3e68f9075
|
Do not build zip project on debug, documentation and release builds.
|
2010-10-06 13:10:44 +00:00 |
|
the_fiddler
|
bd13f47d7f
|
Do not build zip project on debug, documentation and release builds.
|
2010-10-06 13:10:44 +00:00 |
|
the_fiddler
|
3b8baab00d
|
Do not package zip files or data generated by the zip installer.
|
2010-10-06 13:09:42 +00:00 |
|
the_fiddler
|
f877bb6b21
|
Do not package zip files or data generated by the zip installer.
|
2010-10-06 13:09:42 +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
|
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
|
0f06867762
|
* Installers/Nsis/opentk.nsi: Set correct output directory for
example source code.
|
2010-10-06 08:48:57 +00:00 |
|
the_fiddler
|
2ae15ec6af
|
* Installers/Nsis/opentk.nsi: Set correct output directory for
example source code.
|
2010-10-06 08:48:57 +00:00 |
|
the_fiddler
|
9ac3624258
|
* Installers/Zip/Build.Installer.Zip.csproj: Do not zip documentation
source, vshost.exe or copies of the source tree.
Make sure zip always operates on a fresh copy of the source tree.
|
2010-10-06 08:48:09 +00:00 |
|
the_fiddler
|
3b9d530126
|
* Installers/Zip/Build.Installer.Zip.csproj: Do not zip documentation
source, vshost.exe or copies of the source tree.
Make sure zip always operates on a fresh copy of the source tree.
|
2010-10-06 08:48:09 +00:00 |
|