Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-21 | initial implementation (#38) | Torui | |
* rewrite everything * Add replace and insert methods for tooltips * Add sleep bcz hypixel doesnt want a prefilled chest * Commit requested changes * Fix messed up item stacks for stackables * Move handlers to handlers package * Empty hashmap on gui close * merge conflixt fix * Fix index out of bound exception * Fix bcz forge * fix messed slot assigns when there is empoty inventory slot * Make tooltips respect mod settings * Fix typo * save tab contents * optimise description loading & fix tab Co-authored-by: HackedOS <63157139+HackedOS@users.noreply.github.com> Co-authored-by: Äkwav <xekwavx@gmail.com> | |||
2022-05-17 | Dont spam chat with config updates (#62) | HackOS | |
* Dont spam chat with config updates * Fix bcz im dumb * Show value of setting | |||
2022-05-15 | Fix chat spam if chat regex is null and respect more privacy settings (#61) | HackOS | |
* Fix chat spam if chat regex is null and respect more privacy settings * optimize * optimize regex | |||
2022-05-14 | Fix crash bcz untested code | HackedOS | |
2022-05-14 | Fix crash on buying stuff in AH (#60) | HackOS | |
2022-05-12 | Add Auto-Toggle and Send Scoreboard/Tab Menu Data (#58) | HackOS | |
* Add Auto-Toggle * Send Scoreboard data to the Server * Fix Privacy settings and respect collect scoreboard * Move code to EventHandlers.java and collect Tab Manu data * Remove unused import * Refactor for Readability * Bug Fix * Fix bug * Add LocalConfig and Respect AutoStart * Add chat msg when leaving skyblock * Add ChatRegex * Fix bug where purse doesnt update with pigyy bank * Improve Performance * Fix chatregex always being null | |||
2022-05-08 | Feature/configuration (#59) | Torui | |
* initial commit of configuration management * Updated Configuration Options * Review Feedback, IntelliJ was angry about TimerCountdown.java import Co-authored-by: Florian Rinke <florian@torui.de> | |||
2022-05-07 | Merge pull request #57 from HackedOS/main | Torui | |
Fix multiple connections when using hotkeys | |||
2022-05-07 | Fix multiple connection when using hotkeys | HackedOS | |
2022-05-07 | Merge pull request #56 from HackedOS/main | Torui | |
Update gradle and forge | |||
2022-05-07 | Update gradle and forge | HackedOS | |
2022-04-12 | Feature/countdown (#54) | Äkwav | |
* v1 * fixes #20 * code review comments * update version * fix aliases | |||
2022-03-26 | Trial/mouse buttons (#52) | Torui | |
* try listening to mouse events too * add missing import | |||
2022-03-23 | Merge pull request #51 from Coflnet/feature/implicit-connect | Torui | |
implicit connect & bug fixes | |||
2022-03-23 | rename function | Äkwav | |
2022-03-23 | fix reconnect | Äkwav | |
2022-03-22 | implicit connect & bug fixes | Äkwav | |
2022-01-24 | Feature/support new flips (#47) | Torui | |
* added rudimentary support for the new flips * Keypress * send "clicked" command * maybe fix the ConcurrentModificationException * add synchronized to relevant pieces of code * premature optimization * change timings to 50 seconds * switched to config file * workaround for #48 * change debounce mechanism * cofl track * fix #49 * fix command not getting data serialized * . * add id on claim * unset hotkey * Apply suggestions from code review remove tab from empty line Co-authored-by: Äkwav <16632490+Ekwav@users.noreply.github.com> | |||
2021-12-28 | Merge pull request #46 from Coflnet/fix/servercommands | Äkwav | |
initial fix, needs testing! | |||
2021-12-28 | initial fix, needs testing! | Florian Rinke | |
2021-11-06 | Merge pull request #36 from Coflnet/feature/server-callbacks | Äkwav | |
Feature/server callbacks | |||
2021-11-06 | Merge pull request #37 from Coflnet/feature/connect-command | Äkwav | |
Implement connect command | |||
2021-11-06 | minor fix for /cofl status | Florian Rinke | |
2021-11-06 | Implement Ticket | Florian Rinke | |
2021-11-06 | implementation | Florian Rinke | |
2021-11-05 | Merge pull request #34 from Coflnet/fix/graceful-fail | Äkwav | |
Handle Fail more graceful | |||
2021-11-05 | Merge pull request #35 from Coflnet/feature/server-reset | Äkwav | |
Implement the Reset command server msg | |||
2021-11-05 | added link | Florian Rinke | |
2021-11-05 | . | Florian Rinke | |
2021-11-05 | Implement the Reset command server msg | Florian Rinke | |
2021-11-05 | Merge pull request #30 from Coflnet/feature/command-rewrite-plus-ci | Äkwav | |
Rewrite Commands to be Generic | |||
2021-11-05 | Handle Fail more graceful | Florian Rinke | |
2021-11-05 | Merge pull request #29 from Coflnet/feature/reenable-hotkeys | matthias-luger | |
Reenable Hotkeys | |||
2021-11-05 | rename de.torui.coflsky.core to commands in for refactor | Florian Rinke | |
2021-11-05 | Update src/main/resources/assets/coflsky/lang/en_US.lang | Torui | |
Shorten message and replace bannable with "use at own risk" Co-authored-by: matthias-luger <58751503+matthias-luger@users.noreply.github.com> | |||
2021-11-05 | add missing import | Florian Rinke | |
2021-11-05 | Modularized Command Infrastructure | Florian Rinke | |
2021-11-05 | This should reenable hotkeys | Florian Rinke | |
2021-11-05 | Merge pull request #28 from Coflnet/feature/github-actions | Äkwav | |
Feature/GitHub actions | |||
2021-11-05 | emot job artifact | Florian Rinke | |
2021-11-05 | run with bash | Florian Rinke | |
2021-11-05 | . | Florian Rinke | |
2021-11-05 | . | Florian Rinke | |
2021-11-05 | . | Florian Rinke | |
2021-11-05 | Added very simple Github Action | Florian Rinke | |
2021-10-29 | Merge pull request #26 from Coflnet/feature/remove-hotkeys | matthias-luger | |
remove hotkey support | |||
2021-10-29 | remove hotkey support. | Florian Rinke | |
Codepaths left in place for perhaps other features. #25 | |||
2021-10-26 | Merge pull request #24 from Coflnet/remove-commands | Torui | |
use sky.coflnet.com by default | |||
2021-10-26 | use sky.coflnet.com by default | Äkwav | |
sky.coflnet.com should be uses because it is loadbalanced | |||
2021-10-25 | Merge branch 'main' of https://github.com/Coflnet/SkyblockMod into main | Florian Rinke | |