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: mkdasher/SM64Lua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: krithalith/SM64Lua
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.
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Aug 16, 2020

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

Commits on Aug 17, 2020

  1. Functional changes:

    Don't truncate goal angle when using "Match angle".
    Don't truncate goal angle after calculating target speed.
    Use nearest effective angle as a goal rather than truncated angle.
    
    Style edits:
    Unify indentation and spaces.
    Make variables local.
    Move function variable declarations to function body.
    Remove some unnecessary modulos, just do one at the end.
    krithalith committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    278ec8b View commit details
    Browse the repository at this point in the history
  2. I looked at decomp and it seems like we have no reason to use a trunc…

    …ated
    
    version of mario's yaw. Truncation only happens in the trig lookup tables
    which only seem to be applied to mario's intended Dyaw.
    
    Also made some more vars local.
    krithalith committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    28179ff View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. First working version of arctan straining LUA with new buttons:

    - Atan button to enable Atan straining (only for Match angle)
    - Textbox for selecting arctan section end frame mod 100
    - Two QF modifier buttons to specify QF on landing
    
    Currently works with Dyaw and QFs but does not work with .99 yet.
    krithalith committed Aug 18, 2020
    Configuration menu
    Copy the full SHA
    b827cfc View commit details
    Browse the repository at this point in the history
Loading