Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add preliminary Unix compatibility (using Mono; resolves #1384) #1380

Merged
merged 23 commits into from
Jan 3, 2019
Merged

Add preliminary Unix compatibility (using Mono; resolves #1384) #1380

merged 23 commits into from
Jan 3, 2019

Commits on Nov 28, 2018

  1. Configuration menu
    Copy the full SHA
    887bdc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76ce601 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2c470d View commit details
    Browse the repository at this point in the history
  4. Inline var Resolver

    YoshiRulz committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    0ebae40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89b1fbe View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2018

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

    YoshiRulz committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    54b507f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83a53bd View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2018

  1. Configuration menu
    Copy the full SHA
    fa9ce50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ee82d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81665f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2018

  1. Remove ".dll" from DllImport attr, remove temporary workaround, see d…

    …esc.
    
    The library can be built by changing the output file name in
    `.../blip_buf/Makefile` to `libblip_buf.so`, and running `make`. It will be
    loaded if placed in the `.../output` folder.
    YoshiRulz committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    79d740f View commit details
    Browse the repository at this point in the history
  2. Remove unused code, add TODO (this class is req. for Waterbox.PeWrapper)

    The TODO is to [rewrite with
    C#](https://docs.microsoft.com/en-us/dotnet/standard/io/memory-mapped-files)
    instead of importing from `kernel32.dll`.
    YoshiRulz committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    e86f03b View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2018

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

Commits on Dec 3, 2018

  1. Add Mono run script

    YoshiRulz committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    e95d855 View commit details
    Browse the repository at this point in the history
  2. Add libblip_buf.so (temporary)

    Temporary because it should be a separate package which BizHawk depends on.
    YoshiRulz committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    d3e978c View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

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

Commits on Dec 10, 2018

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

Commits on Dec 14, 2018

  1. Configuration menu
    Copy the full SHA
    e7af84d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37445d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2018

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

Commits on Dec 18, 2018

  1. Transform OpenTK keyboard input into a List<KeyEvent> and read that

    Also fixes crash on rebind
    YoshiRulz committed Dec 18, 2018
    Configuration menu
    Copy the full SHA
    ef8a783 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2018

  1. Remove debug using ...;

    YoshiRulz committed Dec 20, 2018
    Configuration menu
    Copy the full SHA
    67d9222 View commit details
    Browse the repository at this point in the history