Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opentk/opentk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Eightvo/opentk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 31 files changed
  • 13 contributors

Commits on Jan 9, 2018

  1. 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.
    Nihlus authored Jan 9, 2018
    Configuration menu
    Copy the full SHA
    6ad8b92 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2018

  1. Configuration menu
    Copy the full SHA
    1e2af5e View commit details
    Browse the repository at this point in the history
  2. 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
    Frassle authored and Nihlus committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    f505808 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    f17fa4b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. 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
    smoogipoo authored and Nihlus committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    b16e7fa View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2018

  1. 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.
    Frassle committed Jan 28, 2018
    Configuration menu
    Copy the full SHA
    1d563f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #729 from Frassle/paket

    Pin paket version and reinstall dependencies
    Frassle authored Jan 28, 2018
    Configuration menu
    Copy the full SHA
    f3c545e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. 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)
    swoolcock authored and Nihlus committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    8ec577b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. 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
    VPeruS authored and Nihlus committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    067cd4a View commit details
    Browse the repository at this point in the history
  2. 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
    CallumDev authored and Nihlus committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    3a70472 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. Configuration menu
    Copy the full SHA
    3e4740e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #750 from leezer3/Patch3

    Fix: Use invariant culture when parsing version in Generator.Bind
    Frassle authored Apr 22, 2018
    Configuration menu
    Copy the full SHA
    c455638 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. 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
    VPeruS authored and Nihlus committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    a55206d View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTING.md

    Nihlus authored Jul 3, 2018
    Configuration menu
    Copy the full SHA
    b8f8299 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2018

  1. 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.
    TominoCZ authored and Nihlus committed Jul 6, 2018
    Configuration menu
    Copy the full SHA
    9b5bc11 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2018

  1. Fix two typos (#784)

    FreezyLemon authored and Nihlus committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    3c6d725 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2018

  1. Configuration menu
    Copy the full SHA
    e5e3bf5 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

  1. Update MathHelper.cs

    acid-chicken authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    428bf02 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #817 from acid-chicken/patch-1

    Fix document typo
    varon authored Oct 1, 2018
    Configuration menu
    Copy the full SHA
    924781c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2018

  1. Configuration menu
    Copy the full SHA
    5426fca View commit details
    Browse the repository at this point in the history
Loading