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: ruby2d/ruby2d
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.5
Choose a base ref
...
head repository: ruby2d/ruby2d
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 16 commits
  • 45 files changed
  • 5 contributors

Commits on Jul 20, 2021

  1. Alias color to allow British English spelling

    grzegorz-jakubiak authored and Tom Black committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    d8e7374 View commit details
    Browse the repository at this point in the history
  2. Add some more color/colour tests

    blacktm authored and Tom Black committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    ca819a1 View commit details
    Browse the repository at this point in the history
  3. Execute uname once

    pusewicz authored and Tom Black committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    fbad136 View commit details
    Browse the repository at this point in the history
  4. fix(msys2): detect RubyInstaller correctly

    RUBY_PLATFORM =~ /mingw/ also match with pure msys2 mingw64 env
    
    this bug was cause by d796435
    
    ref:
    - #91
    - https://teratail.com/questions/202950
    yumetodo authored and Tom Black committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    b6d21cf View commit details
    Browse the repository at this point in the history
  5. Add ability to draw directly (#142)

    blacktm authored and Tom Black committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    04fccec View commit details
    Browse the repository at this point in the history
  6. Update SDL2 lib for M1 Macs

    blacktm authored and Tom Black committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    c2e8753 View commit details
    Browse the repository at this point in the history
  7. Implement new syntax patterns (#197)

    DSL, singleton, instance, class
    blacktm authored and Tom Black committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    8bafb1d View commit details
    Browse the repository at this point in the history
  8. Calculate length of sound and music objects (#198)

    mariovisic authored and Tom Black committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    6a72d43 View commit details
    Browse the repository at this point in the history
  9. Update CI configs (#200)

    blacktm authored and Tom Black committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    bb7d42b View commit details
    Browse the repository at this point in the history
  10. Add Ruby2D::Entity (#199)

    blacktm authored and Tom Black committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    9fc5e0c View commit details
    Browse the repository at this point in the history
  11. Add Ruby2D::Tileset (#201)

    mariovisic authored Jul 20, 2021
    Configuration menu
    Copy the full SHA
    468dd20 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Fix bug in sprite direct draw (#202)

    Height was being sent rather than the height of a single animation frame in the clip.
    mariovisic authored Jul 21, 2021
    Configuration menu
    Copy the full SHA
    613e242 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Class pattern: clear inputs at end of update loop (#203)

    Also fix controller axis value instance variable names
    blacktm authored Jul 23, 2021
    Configuration menu
    Copy the full SHA
    ebe38e4 View commit details
    Browse the repository at this point in the history
  2. Update assets submodule

    SDL to latest version (2.0.14) and arm64 architectures for Apple silicon
    blacktm committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    a0b01c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Class pattern improvements

    Simplify input-checking logic; if using DSL, don't run code only relevant to the class pattern
    blacktm committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    2d269dc View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Bump version to 0.10.0

    blacktm committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    32d8c4a View commit details
    Browse the repository at this point in the history
Loading