| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-14 | Improvements to Composting category (#975) | Shnupbups | |
| * improvements to composting category 1. Fixed the chance tooltip not showing up 2. `DefaultCompostingDisplay.of` is no longer used and has been deprecated 3. Page count is kept track of internally and used to avoid having to specify the page number manually in a constructor, as a result the constructors that do specify it have been marked as internal as they should only be used by the serializer, but remain public for backwards compatibility with anything that may use them * am i have stupid * forRemoval | |||
| 2022-07-12 | Fix #977 | shedaniel | |
| 2022-07-06 | Update information page design | shedaniel | |
| 2022-07-06 | Place info and tag category at the end | shedaniel | |
| 2022-07-06 | Fix #963 | shedaniel | |
| 2022-07-06 | Fix #970 | shedaniel | |
| 2022-06-28 | Fix #962 | shedaniel | |
| 2022-06-28 | Fix compile issues | shedaniel | |
| 2022-06-28 | Fix servers for tags | shedaniel | |
| 2022-06-28 | a | shedaniel | |
| 2022-06-28 | Implement fallback renderer for entries that can't be converted to EntryStacks | shedaniel | |
| 2022-06-28 | Add expanded view to tag trees, fix #948 | shedaniel | |
| 2022-06-28 | Primitive tags category implementation | shedaniel | |
| 2022-06-28 | Adapt scissors to transform | shedaniel | |
| 2022-06-28 | WIP on Tag Category, add Overflow Widget | shedaniel | |
| 2022-06-28 | Add tag helper methods in EntryIngredients | shedaniel | |
| 2022-06-28 | Migrate EntryIngredient and EntryStack save() to saveIngredient() and ↵ | shedaniel | |
| saveStack() | |||
| 2022-06-28 | Make gamemode favorites not pinned by default | shedaniel | |
| 2022-06-11 | Fix sending commands | shedaniel | |
| 2022-06-11 | Merge remote-tracking branch 'origin/8.x-1.18.2' into 9.x-1.19 | shedaniel | |
| # Conflicts: # api/src/main/java/me/shedaniel/rei/api/client/registry/transfer/TransferHandler.java # default-plugin/src/main/java/me/shedaniel/rei/plugin/client/DefaultClientPlugin.java # fabric/src/main/java/me/shedaniel/rei/impl/client/gui/fabric/ScreenOverlayImplImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/AbstractDisplayViewingScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/AutoCraftingEvaluator.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/QueuedTooltip.java | |||
| 2022-06-11 | Add default favorite entries | shedaniel | |
| 2022-06-08 | Update to 1.19 | shedaniel | |
| 2022-05-27 | Refactor Point -> TooltipContext | shedaniel | |
| 2022-05-21 | Merge remote-tracking branch 'origin/8.x-1.18.2' into 9.x-1.19 | shedaniel | |
| # Conflicts: # gradle.properties # runtime/src/main/java/me/shedaniel/rei/impl/client/entry/filtering/rules/SearchFilteringRule.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/ScreenOverlayImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/performance/PerformanceScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/DefaultDisplayViewingScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/EntryWidget.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/FavoritesListWidget.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/InternalWidgets.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/entrylist/EntryListWidget.java | |||
| 2022-05-20 | REI 8.2 | shedaniel | |
| - Display History - Draggable Component - Multi Select Filtering Screen - Better Craftable Filter - Fix #850 - Fix #845 - Fix #832 - Fix #731 - Fix #839 - Fix #804 - Fix EvilCraft | |||
| 2022-04-28 | Update to 22w17a | shedaniel | |
| 2022-04-23 | Update to 22w16b | shedaniel | |
| 2022-04-16 | Add shapeless indicator | shedaniel | |
| 2022-04-15 | Fix #817 | shedaniel | |
| 2022-02-23 | Merge remote-tracking branch 'origin/7.x-1.18' into 7.x-1.18.2 | shedaniel | |
| # Conflicts: # gradle.properties # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/AbstractDisplayViewingScreen.java | |||
| 2022-02-18 | Implement changelog, close #772 | shedaniel | |
| 2022-02-15 | Close #110 | shedaniel | |
| 2022-02-12 | Update to 22w06a | shedaniel | |
| 2022-02-09 | Migrate to Cloth Config's ValueAnimator, and add option to cache entry renders | shedaniel | |
| 2022-01-28 | Close #720 | shedaniel | |
| 2022-01-27 | Fix #738 | shedaniel | |
| 2022-01-27 | Fix 2x2 crafting | shedaniel | |
| 2022-01-27 | Rework crafting getInputEntries | shedaniel | |
| 2022-01-27 | Close #724 | shedaniel | |
| - Sort displays so craftable ones are on the top - Add Ctrl+Click shortcut to move items immediately - Improve TransferHandler API to allow renderers even when it is "successful" | |||
| 2022-01-15 | Update LICENSE for 2022 | shedaniel | |
| 2022-01-15 | Close #683 | shedaniel | |
| 2022-01-12 | Prevent against arbitrary modifications against DisplayRegistry with getAll ↵ | shedaniel | |
| or get, Close #700, Fix JEITweaker | |||
| 2021-12-03 | Fix some outputs being marked as inputs (#679) | Shnupbups | |
| 2021-11-21 | Merge remote-tracking branch 'origin/6.x-1.17' into 7.x-1.18 | shedaniel | |
| # Conflicts: # api/src/main/java/me/shedaniel/rei/api/common/transfer/info/MenuInfo.java # gradle.properties # runtime/src/main/java/me/shedaniel/rei/impl/client/search/argument/type/TooltipArgumentType.java # runtime/src/main/java/me/shedaniel/rei/plugin/autocrafting/DefaultCategoryHandler.java | |||
| 2021-11-21 | Add wildcard matching | shedaniel | |
| 2021-11-21 | Fix EnderStorage recipes | shedaniel | |
| 2021-11-20 | Rewrite on how TransferHandler render errors, and fix #580 | shedaniel | |
| 2021-11-18 | Merge remote-tracking branch 'origin/6.x-1.17' into 7.x-1.18 | shedaniel | |
| 2021-11-18 | Add @Experimental on #659 | shedaniel | |
| 2021-11-18 | Waxing, Wax Scraping, Oxidizing, and Oxidation Scraping categories | Shnupbups | |
