-
Notifications
You must be signed in to change notification settings - Fork 638
Comparing changes
Open a pull request
base repository: opentk/opentk
base: master
head repository: Eightvo/opentk
compare: develop
- 20 commits
- 31 files changed
- 13 contributors
Commits on Jan 9, 2018
-
Split FsCheck data generators into a helper library (#716)
* Move generators and assertions to helper library. * Add example usage to bezier curve tests. * Add FsCheck to OpenTK.Tests.Math via paket. * Tweak fsharp msbuild settings for OpenTK.Tests.Generators.
Configuration menu - View commit details
-
Copy full SHA for 6ad8b92 - Browse repository at this point
Copy the full SHA 6ad8b92View commit details
Commits on Jan 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1e2af5e - Browse repository at this point
Copy the full SHA 1e2af5eView commit details -
Remove assembly version checks from resolver
Not sure how this version check slipped in. It's not present in upstream cecil code or the disassembled code from our current copy of mono.cecil.dll. Fixes #710
Configuration menu - View commit details
-
Copy full SHA for f505808 - Browse repository at this point
Copy the full SHA f505808View commit details
Commits on Jan 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f17fa4b - Browse repository at this point
Copy the full SHA f17fa4bView commit details
Commits on Jan 23, 2018
-
Fix Xamarin project compiles (#725)
* Fix Generator.Rewrite failing on iOS builds * Fix incorrect path * Directly link to Xamarin.iOS facades * Fix Xamarin.Mac framework directory * Add TVOS/WatchOS framework directories * Add Android framework directory * Remove unused framework dirs for now Maybe we can add these back in later, when we have compiling support for these platforms. * Remove ProjectExtensions
Configuration menu - View commit details
-
Copy full SHA for b16e7fa - Browse repository at this point
Copy the full SHA b16e7faView commit details
Commits on Jan 28, 2018
-
Pin paket version and reinstall dependencies
Pinning the version of paket used should ensure that running of "paket install" is reproducible ensuring our CI git diff check doesn't spuriously fail.
Configuration menu - View commit details
-
Copy full SHA for 1d563f1 - Browse repository at this point
Copy the full SHA 1d563f1View commit details -
Merge pull request #729 from Frassle/paket
Pin paket version and reinstall dependencies
Configuration menu - View commit details
-
Copy full SHA for f3c545e - Browse repository at this point
Copy the full SHA f3c545eView commit details
Commits on Feb 8, 2018
-
Fixes an issue on macOS where having unprocessed events on the event …
…queue on startup (mouse movements, etc.) would put the app in a partially-activated state and not take window focus (#732)
Configuration menu - View commit details
-
Copy full SHA for 8ec577b - Browse repository at this point
Copy the full SHA 8ec577bView commit details
Commits on Apr 6, 2018
-
Remove exception handling from main event loop in SDL. Fixed #735 (#737)
* Rethrow exception from main event loop in SDL. Fixed #735 * Remove try-catch
Configuration menu - View commit details
-
Copy full SHA for 067cd4a - Browse repository at this point
Copy the full SHA 067cd4aView commit details -
Change Matrix4 to use unsafe code for invert (#719)
* Change Matrix4 to use unsafe code for invert * Fix stylecop error * Isolate unsafe code * Move unsafe block
Configuration menu - View commit details
-
Copy full SHA for 3a70472 - Browse repository at this point
Copy the full SHA 3a70472View commit details
Commits on Apr 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3e4740e - Browse repository at this point
Copy the full SHA 3e4740eView commit details -
Merge pull request #750 from leezer3/Patch3
Fix: Use invariant culture when parsing version in Generator.Bind
Configuration menu - View commit details
-
Copy full SHA for c455638 - Browse repository at this point
Copy the full SHA c455638View commit details
Commits on Jul 3, 2018
-
Drop gitter chat from readme (#770)
Bridge isn't stable, sometimes messages didn't redirected to discord, it lead people to wrong area to ask
Configuration menu - View commit details
-
Copy full SHA for a55206d - Browse repository at this point
Copy the full SHA a55206dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8f8299 - Browse repository at this point
Copy the full SHA b8f8299View commit details
Commits on Jul 6, 2018
-
Fixed incorrect Quaternion/Vector rotation (#776)
The issue was related to referencing... In OpenTK 2.0, Vector3.Transform(Quaternion) actually returned a new instance of the rotated vector, which was then changed in 3.0 so that no new vector instances were created for better performance. In short, this is what caused the issue at Vector3.Transform(Quaternion), returning incorrectly rotated vectors.
Configuration menu - View commit details
-
Copy full SHA for 9b5bc11 - Browse repository at this point
Copy the full SHA 9b5bc11View commit details
Commits on Jul 17, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3c6d725 - Browse repository at this point
Copy the full SHA 3c6d725View commit details
Commits on Sep 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e5e3bf5 - Browse repository at this point
Copy the full SHA e5e3bf5View commit details
Commits on Oct 1, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 428bf02 - Browse repository at this point
Copy the full SHA 428bf02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 924781c - Browse repository at this point
Copy the full SHA 924781cView commit details
Commits on Oct 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5426fca - Browse repository at this point
Copy the full SHA 5426fcaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...develop