| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-02-18 | Fix #1292 | shedaniel | |
| 2023-01-22 | Merge remote-tracking branch 'origin/9.x-1.19' into 10.x-1.19.3 | shedaniel | |
| # Conflicts: # default-plugin/src/main/java/me/shedaniel/rei/plugin/client/favorites/CommandSender.java # fabric/src/main/java/me/shedaniel/rei/impl/client/fabric/CommandSenderImpl.java # forge/src/main/java/me/shedaniel/rei/impl/client/forge/CommandSenderImpl.java | |||
| 2023-01-22 | Update license to 2023 | shedaniel | |
| 2022-12-09 | Update to 1.19.3 | shedaniel | |
| 2022-11-09 | Update to 22w44a | shedaniel | |
| 2022-11-09 | Merge remote-tracking branch 'origin/9.x-1.19' into feature/1.19.3 | shedaniel | |
| 2022-11-08 | Make tag category hidden if user is on a server without REI, Fix #1121 | shedaniel | |
| 2022-11-05 | Fix #1187 | shedaniel | |
| 2022-10-28 | Update to 22w43a | shedaniel | |
| 2022-10-22 | Properly register items on 1.19.3 | shedaniel | |
| 2022-10-22 | Support 22w42a | shedaniel | |
| 2022-09-25 | Fix forge api and default plugin publishing and fix #1055 | shedaniel | |
| 2022-07-31 | Support 1.19.1, Fix #1041 | shedaniel | |
| 2022-07-27 | Make Architectury Plugin compile only | shedaniel | |
| 2022-07-27 | Add InputMethods, Close #574 | shedaniel | |
| 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 | |
