Commit graph

7268 commits

Author SHA1 Message Date
Unknown
c5d597c545 Fixed params and names 2018-01-06 19:50:03 +01:00
Unknown
a875bfe6b9 Restructured Quaternion tests 2018-01-03 20:36:29 +01:00
Unknown
5aed63e396 Refactored helper unit test classes
Extracted classes which provides data and verify test results into seperate files.

Replaced String with string and removed the System namespace.
2018-01-03 19:46:04 +01:00
Unknown
079f5c5242 Fixed typos 2018-01-02 20:24:15 +01:00
Unknown
fca36b19b0 Provide fix for converting euler angles to quaternion
Fixed API documentation and changed convertion from euler angles to quaterion:

Rotation will applied in following order: 1. xAxis, 2. yAxis, 3. zAxis.
Right hand rule is used here. Rotation is interpreted counter clock wise, in viewing direction of positive axis. Still need to double check that with unit tests.
2018-01-02 17:53:04 +01:00
Unknown
f0e5754abc Add unit tests which reveal converting problems with euler angles
Partly covered methods which converts between euler angles and quaternions.

Whats still missing here is applied rotation axis and rotation orientation (counter clockwise + right hand rule)
2018-01-02 17:47:33 +01:00
Fraser Waters
c40030df68
Merge pull request #712 from VPeruS/patch-2
Fix formating in MathHelper.cs
2018-01-02 13:51:25 +00:00
VperuS
f22a18587c
Fix formating in MathHelper.cs 2018-01-02 15:06:09 +02:00
Jarl Gullberg
6b4077fbc6
Merge pull request #708 from Frassle/xunitmath
xUnit math tests
2018-01-01 22:25:34 +01:00
Fraser Waters
f7a30e2c50 xUnit math tests 2018-01-01 19:51:48 +00:00
Fraser Waters
5d9a08801b
Merge pull request #709 from Frassle/buildfixes
Couple of build system fixes
2018-01-01 19:51:22 +00:00
Fraser Waters
0aa963c84e Fix issues with GenerateBindings target
generateBindings was let bound as a value and thus ran at startup before
any other target. Changed so all the code for generating the bindings is
in the target and the target is added a build dependency.
2018-01-01 19:33:25 +00:00
Fraser Waters
9610f20258 Remove and ignore AsssemblyInfo files (built by FAKE) 2018-01-01 19:33:25 +00:00
Fraser Waters
73a3a1bb5a
Merge pull request #706 from Nihlus/discord-in-readme
Add Discord chat link to the README
2017-12-30 16:42:53 +00:00
Jarl Gullberg
4fefbf3e4e
Merge pull request #697 from Frassle/cecil
Use custom cecil assembly resolver
2017-12-30 15:04:08 +01:00
Jarl Gullberg
2df4a0b749
Add Discord chat link to the README. 2017-12-30 14:48:15 +01:00
Jarl Gullberg
21bd3e2cff
Merge pull request #700 from Frassle/stylecop
Conditional stylecop activation
2017-12-30 14:40:20 +01:00
Jarl Gullberg
175798409d
Merge pull request #704 from Frassle/paket
Update paket conditions and references
2017-12-30 14:40:05 +01:00
Fraser Waters
cf33b96686 Run paket install 2017-12-27 22:53:52 +00:00
Fraser Waters
43c8e1827c Add .paket/Paket.Restore.targets to .gitignore 2017-12-27 22:53:52 +00:00
Fraser Waters
3971e8af78 Add ability to disable/enable stylecop rules 2017-12-27 21:03:55 +00:00
Fraser Waters
531167454c Fix StyleCop issues in GLControl 2017-12-27 21:00:49 +00:00
Jarl Gullberg
3f1f427c94
Merge pull request #703 from Nihlus/remove-bindings-from.git
Remove bindings from Git
2017-12-27 21:52:42 +01:00
Jarl Gullberg
01485af880
Use Path.Combine instead of absolute path. 2017-12-27 21:22:37 +01:00
Jarl Gullberg
ed63f5cfe7
Update README.md 2017-12-27 20:46:39 +01:00
Jarl Gullberg
73b9d56456
Add binding generation as an additional onetime build step. 2017-12-27 20:04:37 +01:00
Jarl Gullberg
7fd3d75f6c
Remove bindings from source control. 2017-12-27 20:04:04 +01:00
Jarl Gullberg
9fdcdb17b2
Merge branch 'develop' of github.com:opentk/opentk into remove-bindings-from.git 2017-12-27 19:48:33 +01:00
Jarl Gullberg
a027fb186a
Add binding generation step to build script. 2017-12-27 19:48:27 +01:00
Jarl Gullberg
991e36ca4f
Merge pull request #698 from Frassle/specupdate
Update bindings from OpenGL-Registry
2017-12-27 18:57:12 +01:00
Fraser Waters
9a40e81e73
Merge pull request #663 from Frassle/issue656
Skip null entries when enumerating DeviceCollection
2017-12-26 21:24:03 +00:00
Fraser Waters
0fc7f6d4aa Add DebugProc to ES11 2017-12-26 21:19:36 +00:00
Fraser Waters
7ad6da53a7
Merge pull request #699 from Frassle/testrm
Remove Test.API.Desktop
2017-12-26 19:50:09 +00:00
Fraser Waters
e72432fe01 Remove Test.API.Desktop 2017-12-26 18:42:20 +00:00
Fraser Waters
cea60cf034 Rerun Generator.Bind 2017-12-26 18:38:18 +00:00
Fraser Waters
e5db83e3e5 Regenerate signatures.xml from OpenGL-Registry
Generated from commit 681c365c012ac9d3bcadd67de10af4730eb460e0

https://raw.githubusercontent.com/KhronosGroup/OpenGL-Registry/681c365c012ac9d3bcadd67de10af4730eb460e0/xml/gl.xml
2017-12-26 18:37:26 +00:00
Fraser Waters
0ab78f73a4 Update Converter README to refer to new github xml specs 2017-12-26 18:33:30 +00:00
Fraser Waters
084dcbf062 Use custom cecil assembly resolver
Fixes #642, until https://github.com/jbevain/cecil/pull/477 is merged
and released and we can update our Mono.Cecil dependency to that
version.

This custom resolver takes into account Mono reference assemblies for
mscorlib. This ensures we don't add spurious references to mscorlib
4.0.
2017-12-26 18:12:30 +00:00
Jarl Gullberg
6ba91adfbe
Merge pull request #695 from tzachshabtay/develop
Game Window- allow configuring separate update thread
2017-12-26 00:15:24 +01:00
Tzach Shabtay
0f9552e39a Game Window- allow configuring separate update thread 2017-12-23 01:58:07 -05:00
Tzach Shabtay
3ac862693d Merge remote-tracking branch 'opentk/develop' into develop 2017-12-19 22:35:10 -05:00
varon
19f81efc89
Merge pull request #691 from SparkusK/develop
Stop taking X locks on display when attempting MakeCurrent() calls.
2017-12-11 11:40:16 +02:00
Shane Kelly
e335698c07 Remove a lock on a read-only operation, in IsCurrent() 2017-12-09 12:19:41 +02:00
Shane Kelly
0c1082892d Merge branch 'develop' of https://github.com/opentk/opentk into develop 2017-12-09 09:49:12 +02:00
Shane Kelly
67563520ff Stop using DisplayLocks for every MakeCurrent context call. 2017-12-09 09:39:44 +02:00
varon
81268371c4
Merge pull request #681 from VPeruS/missing-xml
Add xml docs based on HelpText
2017-12-06 16:51:48 +02:00
VperuS
ce86006c8e
English grammar in comments 2017-11-21 01:40:51 +02:00
VperuS
24b0930381
Apply required changes 2017-11-20 06:14:44 +02:00
VperuS
376f3edfd7 Add xml docs based on HelpText 2017-11-18 18:45:42 +02:00
Jarl Gullberg
bbfc98853e
Merge pull request #662 from Frassle/outstr
Add required count attribute overrides
2017-11-02 11:29:43 +01:00