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

CB commands, Add conditional commands to chain. #672

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

Commits on May 20, 2016

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

Commits on May 21, 2016

  1. Sort by + or - X,Y,Z in any direction.

    Chains is now under grouping, seperate from sort order. As such, you can
    specify different sort orders with chains now.
    
    All Posible sorts (in case my explanation was unclear):
    [X,Y,Z], [X,Z,Y], [Y,X,Z], [Y,Z,X], [Z,X,Y], [Z,Y,X]
    [-X,Y,Z], [-X,Z,Y], [Y,-X,Z], [Y,Z,-X], [Z,-X,Y], [Z,Y,-X]
    [X,-Y,Z], [X,Z,-Y], [-Y,X,Z], [-Y,Z,X], [Z,X,-Y], [Z,-Y,X]
    [X,Y,-Z], [X,-Z,Y], [Y,X,-Z], [Y,-Z,X], [-Z,X,Y], [-Z,Y,X]
    [-X,-Y,Z], [-X,Z,-Y], [-Y,-X,Z], [-Y,Z,-X], [Z,-X,-Y], [Z,-Y,-X]
    [-X,Y,-Z], [-X,-Z,Y], [Y,-X,-Z], [Y,-Z,-X], [-Z,-X,Y], [-Z,Y,-X]
    [X,-Y,-Z], [X,-Z,-Y], [-Y,X,-Z], [-Y,-Z,X], [-Z,X,-Y], [-Z,-Y,X]
    [-X,-Y,-Z], [-X,-Z,-Y], [-Y,-X,-Z], [-Y,-Z,-X], [-Z,-X,-Y], [-Z,-Y,-X]
    firefish5000 committed May 21, 2016
    Configuration menu
    Copy the full SHA
    4d704ff View commit details
    Browse the repository at this point in the history