-
-
Notifications
You must be signed in to change notification settings - Fork 87
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
Fluboxer
wants to merge
31
commits into
SkyblockerMod:master
Choose a base branch
from
Fluboxer:corpses
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Corpse Finder #960
+388
−5
Commits on Nov 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b79020 - Browse repository at this point
Copy the full SHA 2b79020View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1687ab7 - Browse repository at this point
Copy the full SHA 1687ab7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0d6079 - Browse repository at this point
Copy the full SHA f0d6079View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87054a5 - Browse repository at this point
Copy the full SHA 87054a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbb5e81 - Browse repository at this point
Copy the full SHA fbb5e81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41c4eaf - Browse repository at this point
Copy the full SHA 41c4eafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f2dac - Browse repository at this point
Copy the full SHA 14f2dacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72cca40 - Browse repository at this point
Copy the full SHA 72cca40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8158f78 - Browse repository at this point
Copy the full SHA 8158f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91254cf - Browse repository at this point
Copy the full SHA 91254cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bd0078 - Browse repository at this point
Copy the full SHA 3bd0078View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f7a62a - Browse repository at this point
Copy the full SHA 0f7a62aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc86993 - Browse repository at this point
Copy the full SHA cc86993View commit details -
Configuration menu - View commit details
-
Copy full SHA for a754129 - Browse repository at this point
Copy the full SHA a754129View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0fc71e - Browse repository at this point
Copy the full SHA e0fc71eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee1e77 - Browse repository at this point
Copy the full SHA 8ee1e77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49aadd7 - Browse repository at this point
Copy the full SHA 49aadd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb014c - Browse repository at this point
Copy the full SHA 4eb014cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fbcb2ff - Browse repository at this point
Copy the full SHA fbcb2ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09f036f - Browse repository at this point
Copy the full SHA 09f036fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1652b2 - Browse repository at this point
Copy the full SHA b1652b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80cf8cb - Browse repository at this point
Copy the full SHA 80cf8cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for dec9f90 - Browse repository at this point
Copy the full SHA dec9f90View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe27e89 - Browse repository at this point
Copy the full SHA fe27e89View commit details
Commits on Nov 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3101d87 - Browse repository at this point
Copy the full SHA 3101d87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61630c3 - Browse repository at this point
Copy the full SHA 61630c3View commit details -
- 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`
Configuration menu - View commit details
-
Copy full SHA for 5bb6127 - Browse repository at this point
Copy the full SHA 5bb6127View commit details -
Configuration menu - View commit details
-
Copy full SHA for d131756 - Browse repository at this point
Copy the full SHA d131756View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for e9544d4 - Browse repository at this point
Copy the full SHA e9544d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1914f - Browse repository at this point
Copy the full SHA 1a1914fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 137ba85 - Browse repository at this point
Copy the full SHA 137ba85View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.