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: MeinerI/UnityNativeScripting
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jacksondunstan/UnityNativeScripting
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 5 files changed
  • 4 contributors

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    0bac628 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79c7c70 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Configuration menu
    Copy the full SHA
    7573b1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa5558 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e9e182 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Update README

    majorika committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    a2afdbb View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

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

Commits on Feb 22, 2021

  1. Don't use "= default" on the System.Object destructor so its "noexcep…

    …t" matches derived classes
    jacksondunstan committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    00443ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a954e94 View commit details
    Browse the repository at this point in the history
  3. Fix for standalone builds defaulting to int parameters

    There was a mis-match in how types were specified in editor/build delegates. Changed so they both now use the same switch statement
    philipcass authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    e8c9b6b View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Merge pull request jacksondunstan#69 from philipcass/patch-1

    Fix for standalone builds defaulting to int parameters
    jacksondunstan authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    01b9243 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Fix CPP event accessors

    Added hacky fix to resolve event accessors both adding delegates
    philipcass authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    c53adea View commit details
    Browse the repository at this point in the history
  2. Set abstract base method declarations as virtual

    The codegen would set all abstract base methods to be non-virtual, this allows derived classes to cleanly override abstract function implementations
    philipcass authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    2eb8824 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2021

  1. Merge pull request jacksondunstan#70 from philipcass/patch-2

    Fix CPP event accessors
    jacksondunstan authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    8d1d7c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jacksondunstan#72 from philipcass/patch-4

    Set abstract base method declarations as virtual
    jacksondunstan authored Mar 6, 2021
    Configuration menu
    Copy the full SHA
    5440a2b View commit details
    Browse the repository at this point in the history
Loading