Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-04 | Add waterboard toggle (#476) | Kevin | |
2024-01-04 | Toggle Sky Mall Filter (#475) | Aaron | |
2024-01-04 | Fix broken quiz question (#474) | Aaron | |
2024-01-04 | Audit Mixins (#473) | Aaron | |
* Audit Mixins * Use JUnit assertions * Use assertInstanceOf | |||
2024-01-04 | Merge pull request #472 from AzureAaron/deleted-too-much | Aaron | |
Two fixes | |||
2024-01-04 | Merge pull request #469 from kevinthegreat1/dungeon-score | Aaron | |
Add Dungeon Score | |||
2024-01-01 | Hide exotic tooltip on armour pieces with custom dye | Aaron | |
2024-01-01 | Restore unintentionally removed code for the Fire Sales widget | Aaron | |
2024-01-01 | Correct Transparent Skin Pixels (#468) | Aaron | |
* Correct Transparent Skin Pixels * Enable by default | |||
2024-01-01 | Enforce character limit | Kevinthegreat | |
2024-01-01 | Add Dungeon Score | Kevinthegreat | |
2024-01-01 | Waterboard Solver (#467) | Kevin | |
* Add waterboard detection and parsing * Solve waterboard * Render lines through walls * Fix lines * Add lever highlights | |||
2024-01-01 | Migrate to Fabric Api ClientPlayerBlockBreakEvents (#466) | Kevin | |
* Migrate to fabric api ClientPlayerBlockBreakEvents * Update fapi requirement | |||
2024-01-01 | Merge pull request #465 from kevinthegreat1/durability-fix | Aaron | |
Durability Fix | |||
2024-01-01 | Fix mixin.json | Kevinthegreat | |
2023-12-31 | Improve occlusion culling accuracy (#464) | Aaron | |
2023-12-31 | More Compatible Colour Parsing (#463) | Aaron | |
2023-12-31 | Fix Fire Sales Widget (#461) | Aaron | |
2023-12-31 | Suppress badlion packet warnings (#460) | Aaron | |
2023-12-30 | Use stream api | Kevinthegreat | |
2023-12-28 | Use nbt instead of item.getTooltip | Kevinthegreat | |
2023-12-28 | Add durability test | Kevinthegreat | |
2023-12-25 | remove screens when switching island (#458) | Yasin | |
* remove some screen * Update MinecraftClientMixin.java * Rename parameters --------- Co-authored-by: Aaron <51387595+AzureAaron@users.noreply.github.com> | |||
2023-12-25 | Suppress unknown scoreboard objective warnings (#457) | Aaron | |
2023-12-23 | Merge pull request #456 from kevinthegreat1/item-utils-test | Aaron | |
Item Utils & Random Tests | |||
2023-12-23 | Merge pull request #454 from kevinthegreat1/dungeon-puzzle | Aaron | |
Update Dungeon Puzzles | |||
2023-12-23 | Update fabric.mod.json access widener (#455) | Kevin | |
Typo | |||
2023-12-23 | Update lang | Kevinthegreat | |
2023-12-22 | Add fabric loader junit and ItemUtilsTest | Kevinthegreat | |
2023-12-22 | Add ItemUtilsTest | Kevinthegreat | |
2023-12-21 | Fix fairy room door highlight | Kevinthegreat | |
2023-12-21 | Refactor puzzle solvers | Kevinthegreat | |
2023-12-21 | Render match against command | Kevinthegreat | |
2023-12-20 | Implement match against command | Kevinthegreat | |
2023-12-20 | Add match against command | Kevinthegreat | |
2023-12-19 | Rename Dungeon Manager | Kevinthegreat | |
2023-12-19 | Migrate blaze and tic-tac-toe puzzles | Kevinthegreat | |
2023-12-19 | Add support for puzzle detection through room matching | Kevinthegreat | |
2023-12-19 | Match puzzle and trap rooms | Kevinthegreat | |
2023-12-15 | Merge pull request #451 from AzureAaron/extended-character-limit | Aaron | |
Increase shortcuts character limit & Reset griffin burrows on world change | |||
2023-12-15 | Ultimate rarity (#450) | Aaron | |
2023-12-15 | Merge pull request #449 from AzureAaron/performance-fix | Aaron | |
Ignore invalid entity data exceptions & broken quiz question | |||
2023-12-15 | Migrate to upstreamed EnumDropdownController (#447) | Kevin | |
2023-12-15 | Merge pull request #446 from kevinthegreat1/debug | Aaron | |
Update Debug Mode | |||
2023-12-13 | Reset burrows on world change | Aaron | |
2023-12-13 | Increase shortcuts character limit | Aaron | |
2023-12-13 | Add null check | Aaron | |
2023-12-13 | Fix exception being thrown with the one broken quiz question | Aaron | |
2023-12-11 | Use a cancellable inject | Aaron | |
2023-12-11 | Ignore invalid entity data exceptions | Aaron | |
These exceptions seem to be triggered in dungeons as a result of sending invalid data in entity packets, and for some reason when the exceptions are left unchecked they cause lag spikes. |