varon [Sat, 3 Jun 2017 18:12:07 +0000 (20:12 +0200)]
Merge pull request #5 from Nihlus/fix-vector-componentminmax
Mark Min/Max as obsolete and implement ComponentMin/Max and MagnitudeMin/Max for all vector classes.
Jarl Gullberg [Sat, 3 Jun 2017 13:14:39 +0000 (15:14 +0200)]
Improved ComponentMin/Max documentation.
Jarl Gullberg [Fri, 2 Jun 2017 20:59:24 +0000 (22:59 +0200)]
Improve comments.
varon [Fri, 2 Jun 2017 20:34:23 +0000 (22:34 +0200)]
Merge pull request #3 from Nihlus/fix-vector4-clamp
Fix Vector4 clamping functions
Jarl Gullberg [Fri, 2 Jun 2017 20:25:44 +0000 (22:25 +0200)]
Improved test name.
Jarl Gullberg [Fri, 2 Jun 2017 18:44:30 +0000 (20:44 +0200)]
Decreased approximation sensitivity even more.
Jarl Gullberg [Fri, 2 Jun 2017 18:35:14 +0000 (20:35 +0200)]
Decreased approximation sensitivity again.
Jarl Gullberg [Fri, 2 Jun 2017 18:34:13 +0000 (20:34 +0200)]
Fixed MagnitudeMin test.
Jarl Gullberg [Fri, 2 Jun 2017 18:33:00 +0000 (20:33 +0200)]
Implemented all ComponentMin/Max and MagnitudeMin/Max tests.
Jarl Gullberg [Fri, 2 Jun 2017 18:32:16 +0000 (20:32 +0200)]
Added filtering for vector generation to only produce valid vectors.
Jarl Gullberg [Fri, 2 Jun 2017 18:31:54 +0000 (20:31 +0200)]
Improved documentation.
Jarl Gullberg [Fri, 2 Jun 2017 17:42:08 +0000 (19:42 +0200)]
Obsoleted Min/Max methods.
Jarl Gullberg [Fri, 2 Jun 2017 17:14:04 +0000 (19:14 +0200)]
Merge branch 'fscheck-testing-rebased' into fix-vector4-clamp
varon [Fri, 2 Jun 2017 11:56:11 +0000 (13:56 +0200)]
Fix additional compile inference errors under VS2015
varon [Fri, 2 Jun 2017 11:49:46 +0000 (13:49 +0200)]
Merge branch 'nihlus_fscheck_testing2' into fscheck_testing
varon [Fri, 2 Jun 2017 11:49:01 +0000 (13:49 +0200)]
Merge pull request #2 from Nihlus/fscheck-testing-rebased
Unit coverage, test porting and more tests
varon [Fri, 2 Jun 2017 11:48:29 +0000 (13:48 +0200)]
Fix compile inference error under VS2015
Jarl Gullberg [Fri, 2 Jun 2017 08:56:02 +0000 (10:56 +0200)]
Added test of multiplication operators.
Jarl Gullberg [Fri, 2 Jun 2017 08:39:13 +0000 (10:39 +0200)]
Added extra filtering to generated Quaternions.
Jarl Gullberg [Thu, 1 Jun 2017 21:22:57 +0000 (23:22 +0200)]
Increased delta bits and changed quaternion generator.
Jarl Gullberg [Thu, 1 Jun 2017 20:09:04 +0000 (22:09 +0200)]
Removed fake casts.
Jarl Gullberg [Thu, 1 Jun 2017 19:26:34 +0000 (21:26 +0200)]
Added transformation by quaternion test.
Jarl Gullberg [Thu, 1 Jun 2017 19:12:59 +0000 (21:12 +0200)]
Strip trailing spaces.
Jarl Gullberg [Thu, 1 Jun 2017 19:09:10 +0000 (21:09 +0200)]
Improved test naming.
Jarl Gullberg [Thu, 1 Jun 2017 17:58:25 +0000 (19:58 +0200)]
Fixed use of incorrect components in clamping function.
Jarl Gullberg [Thu, 1 Jun 2017 17:54:05 +0000 (19:54 +0200)]
Set CI report to always run, even if script fails.
Jarl Gullberg [Thu, 1 Jun 2017 17:53:32 +0000 (19:53 +0200)]
Added Vector4 tests.
Jarl Gullberg [Thu, 1 Jun 2017 14:07:21 +0000 (16:07 +0200)]
Corrected row variables.
Jarl Gullberg [Thu, 1 Jun 2017 14:05:14 +0000 (16:05 +0200)]
Add row property tests.
Jarl Gullberg [Thu, 1 Jun 2017 14:05:02 +0000 (16:05 +0200)]
More tests.
Jarl Gullberg [Thu, 1 Jun 2017 14:04:51 +0000 (16:04 +0200)]
Complete coverage for Vector2.
Jarl Gullberg [Wed, 31 May 2017 20:38:54 +0000 (22:38 +0200)]
Ported more arithmetic tests.
Jarl Gullberg [Wed, 31 May 2017 20:28:51 +0000 (22:28 +0200)]
Missed one.
Jarl Gullberg [Wed, 31 May 2017 20:28:27 +0000 (22:28 +0200)]
Fixed normalization tests in Vector3 and ported some common tests to Vector2.
Jarl Gullberg [Wed, 31 May 2017 20:20:46 +0000 (22:20 +0200)]
Added final multiplication test and split one test into two.
Jarl Gullberg [Wed, 31 May 2017 20:09:04 +0000 (22:09 +0200)]
Added additional multiplication and division tests.
Jarl Gullberg [Wed, 31 May 2017 19:40:44 +0000 (21:40 +0200)]
Added Vector4 constructor test.
Jarl Gullberg [Wed, 31 May 2017 19:31:11 +0000 (21:31 +0200)]
Added preventing of division-by-zero cases when normalizing.
Jarl Gullberg [Wed, 31 May 2017 19:26:21 +0000 (21:26 +0200)]
Increased approximation tolerance.
Jarl Gullberg [Wed, 31 May 2017 18:21:16 +0000 (20:21 +0200)]
Added additional check against nonmatrix objects.
Jarl Gullberg [Wed, 31 May 2017 18:08:41 +0000 (20:08 +0200)]
Ported all Vector3 tests.
Jarl Gullberg [Wed, 31 May 2017 15:48:33 +0000 (17:48 +0200)]
Ported existing Matrix4 tests.
Jarl Gullberg [Wed, 31 May 2017 14:45:18 +0000 (16:45 +0200)]
Ensure that the vectors are different.
Jarl Gullberg [Wed, 31 May 2017 14:39:19 +0000 (16:39 +0200)]
Corrected badly formed tests.
Jarl Gullberg [Wed, 31 May 2017 14:14:04 +0000 (16:14 +0200)]
Added more tests for the Vector2 class.
Jarl Gullberg [Wed, 31 May 2017 13:01:06 +0000 (15:01 +0200)]
Corrected mangled reapplication.
Jarl Gullberg [Wed, 31 May 2017 12:59:34 +0000 (14:59 +0200)]
Updated gitignore.
Jarl Gullberg [Wed, 31 May 2017 12:46:50 +0000 (14:46 +0200)]
Renamed Vectors.fs to Vector2Tests.fs.
Jarl Gullberg [Wed, 31 May 2017 12:45:23 +0000 (14:45 +0200)]
Added code coverage CI step.
varon [Wed, 31 May 2017 12:13:17 +0000 (14:13 +0200)]
Update project deps
varon [Wed, 31 May 2017 12:08:32 +0000 (14:08 +0200)]
Merge branch 'develop' into fscheck_testing
Conflicts:
paket.lock
varon [Tue, 30 May 2017 19:51:35 +0000 (21:51 +0200)]
Merge pull request #527 from Nihlus/rewriter-cecil-0.10
Additional error check in rewriter
Jarl Gullberg [Tue, 30 May 2017 16:16:45 +0000 (18:16 +0200)]
Added catching of error thrown when the assembly has been rewritten but the debug symbols do not match.
varon [Tue, 30 May 2017 14:29:04 +0000 (16:29 +0200)]
Merge pull request #526 from Nihlus/rewriter-cecil-0.10
Update Generator.Rewriter to Cecil 0.10
Jarl Gullberg [Mon, 29 May 2017 20:22:26 +0000 (22:22 +0200)]
Changed signatures back to IEnumerable and added full enumeration to list where needed.
Jarl Gullberg [Mon, 29 May 2017 20:08:48 +0000 (22:08 +0200)]
Changed signature of RemoveNativeSignatures.
Jarl Gullberg [Mon, 29 May 2017 20:05:07 +0000 (22:05 +0200)]
Pulled repeated logic out into a helper method.
Jarl Gullberg [Mon, 29 May 2017 19:58:38 +0000 (21:58 +0200)]
Restricted access to internal and sealed the class.
Jarl Gullberg [Mon, 29 May 2017 18:55:09 +0000 (20:55 +0200)]
Dropped project target back down to 3.5.
Jarl Gullberg [Mon, 29 May 2017 18:19:17 +0000 (20:19 +0200)]
Added static modifier to methods which could have it.
Jarl Gullberg [Mon, 29 May 2017 18:16:43 +0000 (20:16 +0200)]
Tightened variable identifier picking even more.
Jarl Gullberg [Mon, 29 May 2017 17:47:00 +0000 (19:47 +0200)]
Added additional identifier constraints.
Jarl Gullberg [Mon, 29 May 2017 17:45:38 +0000 (19:45 +0200)]
Added additional identifier constraints.
Jarl Gullberg [Mon, 29 May 2017 17:00:12 +0000 (19:00 +0200)]
Removed unused using statement.
Jarl Gullberg [Mon, 29 May 2017 16:59:37 +0000 (18:59 +0200)]
Added ordinal comparison to string index search.
Jarl Gullberg [Mon, 29 May 2017 16:57:13 +0000 (18:57 +0200)]
Removed uses of out variables and introduced a generated variable identifier class.
Jarl Gullberg [Mon, 29 May 2017 16:31:39 +0000 (18:31 +0200)]
Added a class that can identify a generated variable.
Jarl Gullberg [Mon, 29 May 2017 16:23:33 +0000 (18:23 +0200)]
Better variable naming and line breaks.
Jarl Gullberg [Mon, 29 May 2017 16:15:49 +0000 (18:15 +0200)]
Changed manual stream closing to a using statement.
Jarl Gullberg [Mon, 29 May 2017 16:14:46 +0000 (18:14 +0200)]
Removed obsolete manual detection of debug symbol file.
Jarl Gullberg [Mon, 29 May 2017 16:12:43 +0000 (18:12 +0200)]
Changed uses of IEnumerable to List in order to prevent multiple enumerations.
Jarl Gullberg [Fri, 26 May 2017 11:48:00 +0000 (13:48 +0200)]
Updated Generator.Rewrite to use the new Cecil API. Dirty fix.
varon [Sat, 13 May 2017 08:33:42 +0000 (10:33 +0200)]
Merge pull request #521 from tzachshabtay/develop
IOS- added a method to resize the framebuffer on device rotation
varon [Mon, 8 May 2017 21:00:25 +0000 (23:00 +0200)]
Fix formatting in markdown news
varon [Mon, 8 May 2017 20:58:47 +0000 (22:58 +0200)]
update readme about 3.0.0-pre release
varon [Mon, 8 May 2017 20:50:38 +0000 (22:50 +0200)]
Merge branch 'develop' of github.com:opentk/opentk into develop
varon [Mon, 8 May 2017 20:33:09 +0000 (22:33 +0200)]
Release 3.0.0-pre
varon [Mon, 1 May 2017 07:14:13 +0000 (09:14 +0200)]
Merge pull request #518 from yas-online/fix-angle-mobile
Fix AngleWindowInfo compile errors on mobile introduced by #458
Neico [Sat, 29 Apr 2017 19:33:33 +0000 (21:33 +0200)]
fix AngleWindowInfo compile errors on mobile introduced by #458
varon [Thu, 27 Apr 2017 08:45:51 +0000 (10:45 +0200)]
Merge pull request #516 from ShardTheBroken/Issue/514
Fixed typos in documentation comments
Shard White [Thu, 27 Apr 2017 07:43:21 +0000 (08:43 +0100)]
Fixed typos in documentation comments
varon [Thu, 23 Mar 2017 08:20:21 +0000 (10:20 +0200)]
Merge pull request #510 from UnknownShadow200/develop
Fix default input directories for Generator.Bind
UnknownShadow200 [Thu, 23 Mar 2017 04:54:40 +0000 (15:54 +1100)]
Fix default input directories for Generator.Bind
Tzach Shabtay [Thu, 23 Mar 2017 03:30:48 +0000 (23:30 -0400)]
IOS- added a method to resize the buffer on device rotation
This allows to keep aspect ratio when rotating to landscape, see here:
http://stackoverflow.com/questions/
20326947/opengl-what-need-to-reconfig
-when-rotate-screen, and also here:
https://gamedev.stackexchange.com/questions/75965/how-do-i-reconfigure-m
y-gles-frame-buffer-after-a-rotation
varon [Tue, 21 Mar 2017 10:46:11 +0000 (12:46 +0200)]
Merge pull request #458 from mzanin/angle-es3
Allow using OpenGL ES3 with Angle and extract a Direct3D shared handle
Manuel Zanin [Tue, 21 Mar 2017 09:21:22 +0000 (10:21 +0100)]
Addressed comments
varon [Mon, 20 Mar 2017 17:48:36 +0000 (19:48 +0200)]
Merge pull request #487 from spellizzari/develop
XInputGetStateEx obtained through ordinal
varon [Mon, 20 Mar 2017 16:46:00 +0000 (18:46 +0200)]
Merge pull request #508 from tzachshabtay/develop
IOS- fixed crash on first tick
Tzach Shabtay [Mon, 20 Mar 2017 03:47:23 +0000 (23:47 -0400)]
IOS- fixed crash on first tick
FrameEventArgs throws an exception when setting the Time to a value <=
0. With that knowledge, both the Android and the IOS implementations
had a bug when setting the time.
On IOS, that bug would cause a crash on the first tick, as the first
tick would always set to 0.
On Android the bug was probably harmless but there was a redundant
check there (and also removed the unneeded allocation that was there on
every tick).
varon [Sun, 19 Mar 2017 16:40:48 +0000 (18:40 +0200)]
Merge pull request #506 from pragmatrix/angle
ANGLE: keep the backbuffer's size updated when the window resizes
varon [Sun, 19 Mar 2017 14:43:28 +0000 (16:43 +0200)]
Fix test assembly path
varon [Sun, 19 Mar 2017 14:43:19 +0000 (16:43 +0200)]
Fix div-by-zero in component division test
varon [Sun, 19 Mar 2017 14:36:36 +0000 (16:36 +0200)]
fixed and disabled test with possibly broken implementation
varon [Sun, 19 Mar 2017 14:32:37 +0000 (16:32 +0200)]
Add additional Vector2 tests
Armin Sander [Sun, 19 Mar 2017 14:28:26 +0000 (15:28 +0100)]
be sure the current context is set before calling Egl.WaitClient()
varon [Sun, 19 Mar 2017 14:18:13 +0000 (16:18 +0200)]
Add tests to build script
varon [Sun, 19 Mar 2017 14:17:53 +0000 (16:17 +0200)]
Slightly reduce approxEq bit equality accuracy
varon [Sun, 19 Mar 2017 13:56:16 +0000 (15:56 +0200)]
Use longs to avoid two's complement failure in approxEqual
varon [Sun, 19 Mar 2017 13:35:46 +0000 (15:35 +0200)]
Enhance testing; add more generators; add testing for approxEqual
varon [Sun, 19 Mar 2017 13:33:58 +0000 (15:33 +0200)]
Addint based floating point approximate comparison