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

NewCommand 2052 - AnimateVariable #3132

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2023

  1. NewCommand 2052 - AnimateVariable

    @raw 2052, "linear/bounceOut", 0, 1, 0, 0, 0, 240, 0, 640, 0, 0
    ` CommandInterpolateVariable("easeTypeStart/easeTypeEnd",[targetIsVar, target, StartIsVar, start, endIsVar, end, durationIsVar, duration, pauseIsVar, pause]) `
    
    cubic bezier is broken. There are some libraries about it, I'll see what to do.
    
    I'll need help with this one. It's almost fully working.
    jetrotal authored and Ghabry committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    abb7f9e View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 25, 2023

  1. AnimateVars - Major Refactor, everything works!

    Update game_interpreter.cpp
    jetrotal authored and Ghabry committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    ab9569b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. AnimateVars - Syntax Rewritten and Cleanup

    - Moved 2 longer functions to a file called animation_helper.
    - Snake_Case and removal of useless comments.
    
    Update Makefile.am
    jetrotal authored and Ghabry committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c08d849 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. AnimateVars - License

    jetrotal authored and Ghabry committed May 22, 2024
    Configuration menu
    Copy the full SHA
    7bd16bb View commit details
    Browse the repository at this point in the history