Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Fix multiple connection when using hotkeys | 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 | 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 | 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 | 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 | 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 | rename de.torui.coflsky.core to commands in for refactor | Florian Rinke | |
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-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 | 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 | |
2021-10-25 | changes Clicked to emit a "clicked", fixes #16 | Florian Rinke | |
2021-10-18 | Merge pull request #15 from Coflnet/fix-hotkey | Torui | |
fixed hotkey for release | |||
2021-10-16 | fixed hotkey for release | Äkwav | |
2021-10-14 | refactor websocket package to network package | Florian Rinke | |
2021-10-14 | implements colf command #13 | Florian Rinke | |
2021-10-14 | fix an error where /cofl in callbacks fails | Florian Rinke | |
2021-10-11 | tried fixing onClick | Florian Rinke | |
2021-10-11 | try running every comand async | Florian Rinke | |
2021-10-11 | misc fixes | Florian Rinke | |
2021-10-11 | update PlaySound | Florian Rinke | |
2021-10-11 | fix reset | Florian Rinke | |
2021-10-11 | added hover #10 and chatmessage #12 | Florian Rinke | |
2021-10-11 | added Timeout | Florian Rinke | |
2021-10-11 | renamed | Florian Rinke | |
2021-10-11 | move server command uri | Florian Rinke | |
2021-10-11 | implements #11, #8 | Florian Rinke | |
2021-10-03 | implements Keybind | Florian Rinke | |
2021-10-03 | fix #5 invalid import issue | Florian Rinke | |
2021-10-03 | everything is now json encoded | Florian Rinke | |
2021-10-02 | added PlaySound #7. Needs Testing | Florian Rinke | |
2021-10-02 | Update Version | Florian Rinke | |
2021-10-02 | Implements #6 | Florian Rinke | |