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

Add effect layering under the character, flippable effects and more #701

Merged
merged 22 commits into from
Jul 18, 2022

Commits on Mar 25, 2022

  1. Fix effect offsets only applying after the effect already plays

    Add "_layer" property which can be "behind", "character" or default "chat". This deprecates the "under_chatbox" property
    Crystalwarrior committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    01e80dd View commit details
    Browse the repository at this point in the history
  2. Add a "sticky" effect property which is the same as "stickyeffects" s…

    …etting being enabled but just for that 1 effect
    Crystalwarrior committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e5516cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cfe3b1f View commit details
    Browse the repository at this point in the history
  4. make character layer actually stack over the character but under the …

    …desk
    
    add new "over" layer which is over everything in the viewport but under the chat box
    Crystalwarrior committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    d34835a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Switch "ignore_offset" to "respect_offset" so effects only respect ch…

    …aracter offsets if explicitly told to
    Crystalwarrior committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    f7cc329 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cf7efc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e996315 View commit details
    Browse the repository at this point in the history
  4. Remove "effect_done" due to it overwriting the AOLayers behavior

    Add "loop" effect property so you set up in the ini if the effect should loop rather than it using the file's loop settings
    Add "max_duration" effect property
    Add "cull" effect property which decides whether to clear the effect or not when it's done (if loop is false)
    Crystalwarrior committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    9261283 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d9fb00 View commit details
    Browse the repository at this point in the history
  6. Change the way effects.ini looks and is parsed to be more sane and do…

    …able.
    
    However, since order may or may not matter, you can optionally include index:name and it orders it properly.
    Crystalwarrior committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    c36c02b View commit details
    Browse the repository at this point in the history
  7. Appeal to clang

    Crystalwarrior committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    978413a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c539525 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c276462 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f036f31 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. If sound list has a sound effect selected, if pre is not checked, don…

    …'t play effect sound and prefer the sfx we chose instead.
    Crystalwarrior committed Mar 28, 2022
    Configuration menu
    Copy the full SHA
    4f1ebe6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4812940 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

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

Commits on Jun 2, 2022

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

Commits on Jun 6, 2022

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

Commits on Jun 19, 2022

  1. Add missing curly bracket

    Salanto committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    12d105d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4097881 View commit details
    Browse the repository at this point in the history
  3. Yolo

    Salanto committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    5d1132f View commit details
    Browse the repository at this point in the history