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

Corpse Finder #960

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

Corpse Finder #960

wants to merge 31 commits into from

Commits on Nov 23, 2024

  1. early one. Needs polishing and config

    Fluboxer authored and Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    2b79020 View commit details
    Browse the repository at this point in the history
  2. 2nd wave of changes

    Fluboxer authored and Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    1687ab7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0d6079 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    87054a5 View commit details
    Browse the repository at this point in the history
  5. early one. Needs polishing and config

    Fluboxer authored and Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    fbb5e81 View commit details
    Browse the repository at this point in the history
  6. 2nd wave of changes

    Fluboxer authored and Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    41c4eaf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14f2dac View commit details
    Browse the repository at this point in the history
  8. early one. Needs polishing and config

    Fluboxer authored and Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    72cca40 View commit details
    Browse the repository at this point in the history
  9. 2nd wave of changes

    Fluboxer authored and Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    8158f78 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    91254cf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3bd0078 View commit details
    Browse the repository at this point in the history
  12. early one. Needs polishing and config

    Fluboxer authored and Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    0f7a62a View commit details
    Browse the repository at this point in the history
  13. 2nd wave of changes

    Fluboxer authored and Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    cc86993 View commit details
    Browse the repository at this point in the history
  14. dementia

    Fluboxer authored and Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    a754129 View commit details
    Browse the repository at this point in the history
  15. moved few code blocks around

    Fluboxer authored and Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    e0fc71e View commit details
    Browse the repository at this point in the history
  16. Remove unused constructor

    Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    8ee1e77 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    49aadd7 View commit details
    Browse the repository at this point in the history
  18. Fix typo in log messager

    Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    4eb014c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fbcb2ff View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    09f036f View commit details
    Browse the repository at this point in the history
  21. More formatting

    Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    b1652b2 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    80cf8cb View commit details
    Browse the repository at this point in the history
  23. Clear corpses on world change

    Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    dec9f90 View commit details
    Browse the repository at this point in the history
  24. Rebased for 1.21.3

    Emirlol committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    fe27e89 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Tweak chat message slightly

    Emirlol committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    3101d87 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61630c3 View commit details
    Browse the repository at this point in the history
  3. Bunch of stuff

    - Changed sent position format to match what we're reading
    - Extracted item id strings to PSF variables and then made a bimap between them and the corpse type that uses them.
    - Changed debug message to be printed in chat rather than logs to be more easily seen
    - Simplified and/or reformatted a bunch of code
    - Changed log level of some messages to `debug`
    Emirlol committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    5bb6127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d131756 View commit details
    Browse the repository at this point in the history
  5. Fix regex and change sent message format

    This should allow skyhanni users to be able to parse the messages sent by skyblocker users since their regex starts matching from the start of the message content (so after any prefixes, player names)
    
    The regex change was also because of this. We use .find so the regex doesn't have to match the whole message body.
    Emirlol committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    e9544d4 View commit details
    Browse the repository at this point in the history
  6. Refactor some if checks

    Emirlol committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    1a1914f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    137ba85 View commit details
    Browse the repository at this point in the history