index
:
github/Skyblocker.git
feat/centerednavbuttons
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
java
/
me
/
xmrvizzy
/
skyblocker
/
skyblock
Age
Commit message (
Expand
)
Author
2023-10-09
new pr because fixing merge conflict would take too long
Yasin
2023-10-08
Add Support for Custom toString Function for Enum Dropdowns (#344)
Kevin
2023-09-18
Add options and test (#319)
Kevin
2023-09-16
Update Dungeon Secrets (#306)
Kevin
2023-08-31
Merge branch 'master' into utils-cleanup
Kevinthegreat
2023-08-30
Migrate dungeon rooms data to resource system
Kevinthegreat
2023-08-30
Finish secret found detection
Kevinthegreat
2023-08-30
Refactor room matching
Kevinthegreat
2023-08-30
Add room matching
Kevinthegreat
2023-08-30
Remove json loading in DungeonRoomsDFU
Kevinthegreat
2023-08-30
Add rooms data saving and update reading to nio
Kevinthegreat
2023-08-30
Add rooms data updating
Kevinthegreat
2023-08-30
Add DungeonRoomsDFU
Kevinthegreat
2023-08-18
Refactor chat and discord packages
Kevinthegreat
2023-08-14
De-hardcode armor trim types
Kevinthegreat
2023-06-29
changed "[A-z0-9_]" in regex to "."
Jakub Kolodziej
2023-06-19
Possibly shorter solution + tests added
Jakub Kolodziej
2022-04-27
Separated parsing action bar and drawing hud. Rewrote parsing to be hopefully...
External Time
2022-03-08
Changed chat listener tests to use the new api
ExternalTime
2021-09-21
Added test for puzzler solver
ExternalTime
2021-09-21
Added 3 weirdos tests. Would be nice to get copies of all correct answers
ExternalTime
2021-09-21
Changed trivia tests to check similarly formatted but non-existent data.
ExternalTime
2021-09-21
Added another method to ChatListenerTest
ExternalTime
2021-09-21
Added tests for trivia solver
ExternalTime
2021-09-21
Added abstract test for chat listeners
ExternalTime
2021-09-20
Added simple test to Fetchur solver
ExternalTime