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 support for rendering player emotes #166

Merged
merged 9 commits into from
Apr 1, 2022
Merged

Add support for rendering player emotes #166

merged 9 commits into from
Apr 1, 2022

Commits on Mar 30, 2022

  1. Implement emotes from client side (face/emote renderer already existe…

    …d). Remove old emote related code.
    ethanmoffat committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    2bcf1ce View commit details
    Browse the repository at this point in the history
  2. Handle level up emote. Ensure emote plays unconditionally when Recove…

    …r_Reply is received (with updated level) to emulate original client behavior.
    ethanmoffat committed Mar 30, 2022
    Configuration menu
    Copy the full SHA
    4601f70 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    0e9e7e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32d71e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac42e7c View commit details
    Browse the repository at this point in the history
  4. Test exp reward item type

    ethanmoffat committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    1279f47 View commit details
    Browse the repository at this point in the history
  5. Use newly added pub record property for drunk time to set timeout for…

    … how long a character stays drunk
    ethanmoffat committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    a66f9cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dba8410 View commit details
    Browse the repository at this point in the history
  7. Extract drunk/afk emote logic from CharacterAnimator into separate Pe…

    …riodicEmoteHandler hud control
    ethanmoffat committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    80f6272 View commit details
    Browse the repository at this point in the history