platform/core/csapi/opentk.git
8 years agoRenamed Converter to Generator.Converter
varon [Sun, 17 Jul 2016 19:59:25 +0000 (21:59 +0200)]
Renamed Converter to Generator.Converter

8 years agoRenamed Bind project to Generator.Bind
varon [Sun, 17 Jul 2016 19:59:05 +0000 (21:59 +0200)]
Renamed Bind project to Generator.Bind

8 years agoRemoved OpenTK.Android and OpenTK.iOS solutions
varon [Sun, 17 Jul 2016 19:57:01 +0000 (21:57 +0200)]
Removed OpenTK.Android and OpenTK.iOS solutions

8 years agoRemoved optional dependencies folder
varon [Sun, 17 Jul 2016 19:56:30 +0000 (21:56 +0200)]
Removed optional dependencies folder

8 years agoRemoved documentation generation project.
varon [Sun, 17 Jul 2016 19:41:59 +0000 (21:41 +0200)]
Removed documentation generation project.

8 years agoRemoved old Installers
varon [Sun, 17 Jul 2016 19:39:24 +0000 (21:39 +0200)]
Removed old Installers

8 years agoMoved Tests.API.Desktop to Tests folder.
varon [Sun, 17 Jul 2016 19:37:49 +0000 (21:37 +0200)]
Moved Tests.API.Desktop to Tests folder.

8 years agoMoved OpenTK.Tests to tests folder
varon [Sun, 17 Jul 2016 19:37:25 +0000 (21:37 +0200)]
Moved OpenTK.Tests to tests folder

8 years agoMoved OpenTK to source folder
varon [Sun, 17 Jul 2016 19:36:42 +0000 (21:36 +0200)]
Moved OpenTK to source folder

8 years agomoved GlWidget to source folder
varon [Sun, 17 Jul 2016 19:36:27 +0000 (21:36 +0200)]
moved GlWidget to source folder

8 years agomoved GLControl to src folder
varon [Sun, 17 Jul 2016 19:36:09 +0000 (21:36 +0200)]
moved GLControl to src folder

8 years agoMoved Generator.Rewrite to src folder
varon [Sun, 17 Jul 2016 19:35:51 +0000 (21:35 +0200)]
Moved Generator.Rewrite to src folder

8 years agoMoved Build.UpdateVersion to src folder
varon [Sun, 17 Jul 2016 19:35:34 +0000 (21:35 +0200)]
Moved Build.UpdateVersion to src folder

8 years agoMoved Convert project to src folder
varon [Sun, 17 Jul 2016 19:34:26 +0000 (21:34 +0200)]
Moved Convert project to src folder

8 years agoMoved Bind project to src filder
varon [Sun, 17 Jul 2016 19:33:48 +0000 (21:33 +0200)]
Moved Bind project to src filder

8 years agoMerge pull request #169 from thefiddler/waitsync_fix
Harry [Sat, 16 Jul 2016 12:25:54 +0000 (14:25 +0200)]
Merge pull request #169 from thefiddler/waitsync_fix

[GL] Fixed GL.WaitSync return value

8 years agoMerge pull request #404 from SiliconStudio/context_tostring_fixes
Harry [Sat, 16 Jul 2016 11:28:05 +0000 (13:28 +0200)]
Merge pull request #404 from SiliconStudio/context_tostring_fixes

Context tostring fixes

8 years agoMerge pull request #414 from cra0zy/temp
Harry [Sat, 16 Jul 2016 11:20:33 +0000 (13:20 +0200)]
Merge pull request #414 from cra0zy/temp

Extracted commits from #311

8 years agoAdded NONE as an option in BufferStorageFlags
MorituriTeSalutant [Sun, 8 Nov 2015 08:58:56 +0000 (00:58 -0800)]
Added NONE as an option in BufferStorageFlags

None is a desirable option in this enum because it's used much like
BufferUsageHint.StaticDraw for ARB_Buffer_Storage. Using it explicitly
in user code is more clear than 0, and makes it more clear to the
inexperienced author that none is an option.

8 years agoFixed the Enum types for glDrawElements* functions and regenerated the bindings.
MorituriTeSalutant [Sun, 8 Nov 2015 02:02:49 +0000 (18:02 -0800)]
Fixed the Enum types for glDrawElements* functions and regenerated the bindings.

8 years agoMerge pull request #367 from jpbruyere/develop
Harry [Sat, 16 Jul 2016 10:11:37 +0000 (12:11 +0200)]
Merge pull request #367 from jpbruyere/develop

[SDL2] Don't test Stereo Mode when setting STENCIL_SIZE

8 years agoMerge pull request #413 from varon/remove_old_projects
Harry [Fri, 15 Jul 2016 14:34:00 +0000 (16:34 +0200)]
Merge pull request #413 from varon/remove_old_projects

Remove example and legacy code.

8 years agoRemoved OpenTK Samples
varon [Fri, 15 Jul 2016 11:33:33 +0000 (13:33 +0200)]
Removed OpenTK Samples

8 years agoRemoved OpenTK Examples
varon [Fri, 15 Jul 2016 11:33:15 +0000 (13:33 +0200)]
Removed OpenTK Examples

8 years agoRemoved OpenTK.Compatibility
varon [Fri, 15 Jul 2016 11:32:15 +0000 (13:32 +0200)]
Removed OpenTK.Compatibility

8 years agoIncremented solution version
varon [Fri, 15 Jul 2016 11:31:34 +0000 (13:31 +0200)]
Incremented solution version

8 years agoMerge pull request #399 from SiliconStudio/sdl2_lazy_input
Harry [Wed, 6 Jul 2016 12:24:36 +0000 (14:24 +0200)]
Merge pull request #399 from SiliconStudio/sdl2_lazy_input

[SDL2] Initialize input driver lazily

8 years agoEglContext: directly use Handle when creating exception message
Virgile Bello [Wed, 22 Jun 2016 08:46:41 +0000 (17:46 +0900)]
EglContext: directly use Handle when creating exception message

8 years agoGraphicsContextBase.ToString() was easily crashing or recursing infinitely
Virgile Bello [Wed, 22 Jun 2016 08:45:41 +0000 (17:45 +0900)]
GraphicsContextBase.ToString() was easily crashing or recursing infinitely

8 years ago[SDL2] Initialize input driver lazily (to avoid setting global SDL input filter callb...
Virgile Bello [Mon, 6 Jun 2016 03:43:47 +0000 (12:43 +0900)]
[SDL2] Initialize input driver lazily (to avoid setting global SDL input filter callback when not needed)

8 years agoMerge pull request #391 from SiliconStudio/xamarin
Harry [Mon, 20 Jun 2016 15:34:33 +0000 (17:34 +0200)]
Merge pull request #391 from SiliconStudio/xamarin

Initial support for Android/iOS

8 years agoInitial support for Android/iOS
Virgile Bello [Mon, 6 Jun 2016 03:03:06 +0000 (12:03 +0900)]
Initial support for Android/iOS

8 years agoUpdated OpenTK.Next.GLControl dependency version and name
Varon [Wed, 25 May 2016 22:26:43 +0000 (00:26 +0200)]
Updated OpenTK.Next.GLControl dependency version and name

8 years agoUpdated version to 1.2
Varon [Wed, 25 May 2016 22:25:10 +0000 (00:25 +0200)]
Updated version to 1.2

8 years agoMerge pull request #392 from varon/nuget-package-dev
varon [Wed, 25 May 2016 21:51:05 +0000 (23:51 +0200)]
Merge pull request #392 from varon/nuget-package-dev

Add a pre-release NuGet package

8 years agoupdated nuget version to include '-pre' tag
Varon [Tue, 24 May 2016 17:13:55 +0000 (19:13 +0200)]
updated nuget version to include '-pre' tag

8 years agoAdded NuGet to release build
Varon [Tue, 24 May 2016 17:06:20 +0000 (19:06 +0200)]
Added NuGet to release build

8 years agoRenamed OpenTK.Community to OpenTK.Next
Varon [Tue, 24 May 2016 16:45:33 +0000 (18:45 +0200)]
Renamed OpenTK.Community to OpenTK.Next

8 years agoUpdated nuspecs to change package Id to OpenTK.Community
Varon [Sat, 30 Apr 2016 10:17:45 +0000 (12:17 +0200)]
Updated nuspecs to change package Id to OpenTK.Community

8 years agoMerge pull request #390 from SiliconStudio/egl_context_fixes
Harry [Tue, 24 May 2016 13:02:11 +0000 (15:02 +0200)]
Merge pull request #390 from SiliconStudio/egl_context_fixes

Egl context fixes

8 years agoEgl: Fix context sharing
Virgile Bello [Fri, 20 May 2016 08:22:25 +0000 (17:22 +0900)]
Egl: Fix context sharing

8 years agoEgl: Unset context when calling MakeCurrent(null)
Virgile Bello [Fri, 20 May 2016 03:53:21 +0000 (12:53 +0900)]
Egl: Unset context when calling MakeCurrent(null)

8 years agoEgl & Cocoa: Don't change context when creating/deleting them
Virgile Bello [Fri, 20 May 2016 03:52:33 +0000 (12:52 +0900)]
Egl & Cocoa: Don't change context when creating/deleting them

8 years agoRemove duplicate test files
cra0zy [Wed, 11 May 2016 08:47:17 +0000 (10:47 +0200)]
Remove duplicate test files

8 years agoNUnit Tests from Manuli and Wcdeich4 (#373)
William Deich [Thu, 21 Apr 2016 15:28:37 +0000 (08:28 -0700)]
NUnit Tests from Manuli and Wcdeich4 (#373)

* NUnit Tests from Manuli and Wcdeich4

8 years agoMerge pull request #374 from ReadmeCritic/patch-2
Harry [Mon, 11 Apr 2016 15:14:47 +0000 (17:14 +0200)]
Merge pull request #374 from ReadmeCritic/patch-2

[readme] Update Tutorials for OpenGL link

8 years ago[readme] Update Tutorials for OpenGL link
ReadmeCritic [Mon, 28 Mar 2016 14:44:52 +0000 (07:44 -0700)]
[readme] Update Tutorials for OpenGL link

8 years agoMerge pull request #370 from amulware/improve-gethashcode
Harry [Mon, 28 Mar 2016 09:20:08 +0000 (11:20 +0200)]
Merge pull request #370 from amulware/improve-gethashcode

improved GetHashCode overrides of float/double Math types, closes #355

8 years agoMerge pull request #369 from cra0zy/fixminus
Paul Scharf [Wed, 16 Mar 2016 10:03:49 +0000 (11:03 +0100)]
Merge pull request #369 from cra0zy/fixminus

Fix gamepad y-axis inversion to avoid integer overflow

8 years agoimproved GetHashCode override of all float and double based Vector/Matrix/Quaternion...
amulware [Wed, 16 Mar 2016 07:11:13 +0000 (08:11 +0100)]
improved GetHashCode override of all float and double based Vector/Matrix/Quaternion/Box types

8 years agoFix axis range
cra0zy [Tue, 15 Mar 2016 18:21:04 +0000 (19:21 +0100)]
Fix axis range

8 years agoMerge pull request #354 from mrhelmut/RetinaMouseFix2TK
Harry [Mon, 14 Mar 2016 16:29:54 +0000 (17:29 +0100)]
Merge pull request #354 from mrhelmut/RetinaMouseFix2TK

Scaling mouse coordinate to match Retina scaling

8 years ago[SDL2] Don't test Stereo Mode when setting STENCIL_SIZE
jp [Fri, 11 Mar 2016 05:48:22 +0000 (06:48 +0100)]
[SDL2] Don't test Stereo Mode when setting STENCIL_SIZE

8 years agoMerge pull request #356 from skkestrel/develop
Paul Scharf [Tue, 8 Mar 2016 05:03:58 +0000 (06:03 +0100)]
Merge pull request #356 from skkestrel/develop

improvements to Math/Box2 and addition of Math/Box2d

8 years agoupdate license headers
kevin [Mon, 7 Mar 2016 21:03:03 +0000 (13:03 -0800)]
update license headers

8 years agoupdate license text for Box2*
kevin [Mon, 7 Mar 2016 20:42:33 +0000 (12:42 -0800)]
update license text for Box2*

8 years agoremove FromCorners, add Contains overloads
kevin [Sun, 6 Mar 2016 22:01:11 +0000 (14:01 -0800)]
remove FromCorners, add Contains overloads

8 years agoMerge pull request #347 from TD25/develop
Harry [Sun, 6 Mar 2016 14:59:46 +0000 (15:59 +0100)]
Merge pull request #347 from TD25/develop

Fixed few bugs related to getting mouse coordinates

8 years agoFixed few bugs related to getting mouse coordinates
TD25 [Mon, 22 Feb 2016 00:27:18 +0000 (02:27 +0200)]
Fixed few bugs related to getting mouse coordinates

8 years agodistinguish between Translate and Translated
kevin [Thu, 3 Mar 2016 04:35:20 +0000 (20:35 -0800)]
distinguish between Translate and Translated

8 years agonormalize indentation
kevin [Thu, 3 Mar 2016 04:27:03 +0000 (20:27 -0800)]
normalize indentation

8 years agoadd double precision Box2
kevin [Thu, 3 Mar 2016 04:22:52 +0000 (20:22 -0800)]
add double precision Box2

8 years agoadd more functionality to Box2
kevin [Thu, 3 Mar 2016 02:56:43 +0000 (18:56 -0800)]
add more functionality to Box2

8 years agoScaling mouse coordinate to match Retina scaling
mrhelmut [Tue, 9 Feb 2016 12:52:37 +0000 (13:52 +0100)]
Scaling mouse coordinate to match Retina scaling

8 years agoMerge pull request #353 from mrhelmut/MappingUpdateTK
Harry [Fri, 26 Feb 2016 13:00:03 +0000 (13:00 +0000)]
Merge pull request #353 from mrhelmut/MappingUpdateTK

Gamepad mapping update

8 years agoGamepad mapping update
Thomas Altenburger [Fri, 26 Feb 2016 10:00:54 +0000 (11:00 +0100)]
Gamepad mapping update

8 years agoMerge pull request #350 from mrhelmut/GamePadYFix
Paul Scharf [Fri, 26 Feb 2016 09:00:21 +0000 (10:00 +0100)]
Merge pull request #350 from mrhelmut/GamePadYFix

Invert Y axis on all GamePad

8 years agoMerge pull request #352 from mrhelmut/SDL2GamePadInstanceId
Harry [Thu, 25 Feb 2016 22:42:25 +0000 (23:42 +0100)]
Merge pull request #352 from mrhelmut/SDL2GamePadInstanceId

Fix SDL2 instance enumeration and mapping

8 years agoMerge pull request #351 from mrhelmut/SDL2Screensaver
Harry [Thu, 25 Feb 2016 22:34:44 +0000 (23:34 +0100)]
Merge pull request #351 from mrhelmut/SDL2Screensaver

Deactivate screensaver on SDL2

8 years agoFix SDL2 instance enumeration and mapping
Thomas Altenburger [Thu, 25 Feb 2016 19:19:27 +0000 (20:19 +0100)]
Fix SDL2 instance enumeration and mapping

8 years agoDeactivate screensaver on SDL2
Thomas Altenburger [Wed, 10 Feb 2016 16:55:47 +0000 (17:55 +0100)]
Deactivate screensaver on SDL2

8 years agoMerge pull request #348 from amulware/fix-vector3-matrix4-interaction
Harry [Thu, 25 Feb 2016 16:52:52 +0000 (17:52 +0100)]
Merge pull request #348 from amulware/fix-vector3-matrix4-interaction

Removed confusing Vector3 Matrix4 interactions introduced with #331

8 years agoremoved confusing Vector3 Matrix4 interactions introduced with #331
amulware [Thu, 25 Feb 2016 15:38:00 +0000 (16:38 +0100)]
removed confusing Vector3 Matrix4 interactions introduced with #331

8 years agoFix tabs/spaces and righthandtransform caused by #331
cra0zy [Sat, 20 Feb 2016 19:55:15 +0000 (20:55 +0100)]
Fix tabs/spaces and righthandtransform caused by #331

8 years agoMerge pull request #331 from MatthiasHarvey/develop
William Deich [Sat, 20 Feb 2016 19:18:40 +0000 (14:18 -0500)]
Merge pull request #331 from MatthiasHarvey/develop

Vector transform operators see #329

8 years agoUpdated docs
Matthias [Sat, 20 Feb 2016 13:24:02 +0000 (15:24 +0200)]
Updated docs

8 years agoAdded missing operator for Vector3 * Matrix4
Matthias [Sat, 20 Feb 2016 13:18:12 +0000 (15:18 +0200)]
Added missing operator for Vector3 * Matrix4

8 years agoAdded operators for Mat * Vec
Matthias [Sat, 20 Feb 2016 13:16:37 +0000 (15:16 +0200)]
Added operators for Mat * Vec

8 years agoAdded the non-ref RightHandedTransform
Matthias [Sat, 20 Feb 2016 13:06:18 +0000 (15:06 +0200)]
Added the non-ref RightHandedTransform

8 years agoAdded RightHandedTransform
Matthias [Sat, 20 Feb 2016 13:00:21 +0000 (15:00 +0200)]
Added RightHandedTransform

8 years agoSwapped order of parameters for Vec Mat multiplication operator
Matthias [Sat, 20 Feb 2016 12:34:59 +0000 (14:34 +0200)]
Swapped order of parameters for Vec Mat multiplication operator

8 years agoMerge remote-tracking branch 'upstream/develop' into develop
Matthias [Sat, 20 Feb 2016 11:44:23 +0000 (13:44 +0200)]
Merge remote-tracking branch 'upstream/develop' into develop

8 years agoMerge pull request #345 from cra0zy/linuximp
William Deich [Fri, 19 Feb 2016 19:09:06 +0000 (14:09 -0500)]
Merge pull request #345 from cra0zy/linuximp

[Linux X11] Fix incorrect window state if it was set while the window was invisible

8 years ago[Linux X11] Fix incorrect window state if it was set while the window was invisible
cra0zy [Fri, 19 Feb 2016 17:03:11 +0000 (18:03 +0100)]
[Linux X11] Fix incorrect window state if it was set while the window was invisible

8 years agoMerge pull request #335 from mrhelmut/HIDFix
Harry [Fri, 19 Feb 2016 11:24:14 +0000 (12:24 +0100)]
Merge pull request #335 from mrhelmut/HIDFix

Fix for multiple HID driver issues

8 years agoMerge pull request #343 from gitter-badger/gitter-badge
Harry [Thu, 18 Feb 2016 10:57:59 +0000 (11:57 +0100)]
Merge pull request #343 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

8 years agoAdd Gitter badge
The Gitter Badger [Thu, 18 Feb 2016 10:51:10 +0000 (10:51 +0000)]
Add Gitter badge

8 years agoMerge pull request #320 from cra0zy/otkwidget
William Deich [Tue, 16 Feb 2016 19:17:28 +0000 (14:17 -0500)]
Merge pull request #320 from cra0zy/otkwidget

GLWidget for Gtk 2 and 3

8 years agoRemove notice of leave
cra0zy [Tue, 16 Feb 2016 17:00:42 +0000 (18:00 +0100)]
Remove notice of leave

8 years agoNotice of leave
Fraser Waters [Mon, 18 Jan 2016 19:17:31 +0000 (19:17 +0000)]
Notice of leave

8 years agoFixes keyboard being recognized as 2 HID devices
Thomas Altenburger [Fri, 8 Jan 2016 12:16:38 +0000 (13:16 +0100)]
Fixes keyboard being recognized as 2 HID devices

8 years agoFix HID WinRaw driver to handle PS4 controller
Thomas Altenburger [Fri, 8 Jan 2016 10:43:39 +0000 (11:43 +0100)]
Fix HID WinRaw driver to handle PS4 controller

8 years agoFix PS4 controller mapping on Windows
Thomas Altenburger [Fri, 8 Jan 2016 10:43:05 +0000 (11:43 +0100)]
Fix PS4 controller mapping on Windows

8 years agoInvert Y axis on all GamePad
Thomas Altenburger [Fri, 8 Jan 2016 08:13:26 +0000 (09:13 +0100)]
Invert Y axis on all GamePad

8 years agoMultiplication operator for Matrix-Vector transformation and Quaternion-Vector transf...
Matthias [Mon, 4 Jan 2016 10:34:02 +0000 (12:34 +0200)]
Multiplication operator for Matrix-Vector transformation and Quaternion-Vector transformations

8 years agoMerge pull request #328 from WardBenjamin/develop
Fraser Waters [Sat, 2 Jan 2016 23:28:34 +0000 (23:28 +0000)]
Merge pull request #328 from WardBenjamin/develop

Fix documentation for NativeWindow.Width

8 years agoFix documentation for NativeWindow.WindowBorder
Benjamin Ward [Sat, 2 Jan 2016 17:04:14 +0000 (12:04 -0500)]
Fix documentation for NativeWindow.WindowBorder

8 years agoFix documentation for NativeWindow.WindowState
Benjamin Ward [Sat, 2 Jan 2016 17:00:01 +0000 (12:00 -0500)]
Fix documentation for NativeWindow.WindowState

8 years agoFix documentation for NativeWindow.Width
Benjamin Ward [Sat, 2 Jan 2016 16:40:16 +0000 (11:40 -0500)]
Fix documentation for NativeWindow.Width

8 years agoMerge pull request #199 from Frassle/anydown
Fraser Waters [Mon, 28 Dec 2015 00:16:37 +0000 (00:16 +0000)]
Merge pull request #199 from Frassle/anydown

[Input] Add IsAnyKey/ButtonDown to Keyboard/MouseState.