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

People, new updates! #5

Merged
merged 17 commits into from
May 26, 2021
Merged

People, new updates! #5

merged 17 commits into from
May 26, 2021

Commits on May 22, 2021

  1. Added getRenderedNoteHit to the modchart docs

    This was undocumented and has been a huge help to me, so I thought I'd add it to the docs
    CarsonKompon committed May 22, 2021
    Configuration menu
    Copy the full SHA
    f66219d View commit details
    Browse the repository at this point in the history
  2. Corrected the description of anyNotes

    anyNotes returns true if the amount of rendered notes != 0,
    it previously stated that it returned the number of rendered notes on the screen
    CarsonKompon committed May 22, 2021
    Configuration menu
    Copy the full SHA
    a5d24d2 View commit details
    Browse the repository at this point in the history
  3. Changed getCamX/Y to getCameraX/Y

    There is no getCamX/Y, and causes the game to crash :p
    CarsonKompon committed May 22, 2021
    Configuration menu
    Copy the full SHA
    cc023d9 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2021

  1. Added setActorScaleXY, setActorFlipX, and setActorFlipY

    setActorScaleXY(float scaleX, float scaleY, int/string id)
    setActorFlipX(bool flip, int/string id)
    setActorFlipY(bool flip, int/string id)
    CarsonKompon committed May 23, 2021
    Configuration menu
    Copy the full SHA
    c9e6409 View commit details
    Browse the repository at this point in the history
  2. Added setActorScaleXY, setActorFlipX and setActorFlipY

    Also removed the non-existent setActorScaleX and setActorScaleY
    CarsonKompon committed May 23, 2021
    Configuration menu
    Copy the full SHA
    300c9f8 View commit details
    Browse the repository at this point in the history
  3. Added setStrumlineY

    This is essential for making maps with moving arrows
    CarsonKompon committed May 23, 2021
    Configuration menu
    Copy the full SHA
    88e3505 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f20493c View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Merge pull request #552 from cklidify/docs-corrections

    A few corrections to the modchart docs
    Kade-github authored May 25, 2021
    Configuration menu
    Copy the full SHA
    cdc3779 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #551 from cklidify/modchart-additions

    Added setActorScaleXY, setActorFlipX/Y, and setStrumlineY to modcharting
    Kade-github authored May 25, 2021
    Configuration menu
    Copy the full SHA
    4359be0 View commit details
    Browse the repository at this point in the history
  3. polish

    Kade-github authored May 25, 2021
    Configuration menu
    Copy the full SHA
    d55c0bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff4cd9 View commit details
    Browse the repository at this point in the history
  5. pog changes

    Kade-github committed May 25, 2021
    Configuration menu
    Copy the full SHA
    b729082 View commit details
    Browse the repository at this point in the history
  6. fancy shit

    Kade-github committed May 25, 2021
    Configuration menu
    Copy the full SHA
    e991a71 View commit details
    Browse the repository at this point in the history
  7. more fixes and other crap

    Kade-github committed May 25, 2021
    Configuration menu
    Copy the full SHA
    b047eb7 View commit details
    Browse the repository at this point in the history
  8. oops

    Kade-github committed May 25, 2021
    Configuration menu
    Copy the full SHA
    1165994 View commit details
    Browse the repository at this point in the history
  9. snapping progress

    Kade-github committed May 25, 2021
    Configuration menu
    Copy the full SHA
    99e5ac3 View commit details
    Browse the repository at this point in the history
  10. lock at 1 snap for now

    Kade-github committed May 25, 2021
    Configuration menu
    Copy the full SHA
    e02d9a5 View commit details
    Browse the repository at this point in the history