aboutsummaryrefslogtreecommitdiff
path: root/api/src/main/java
AgeCommit message (Collapse)Author
2022-06-08Update to 1.19shedaniel
2022-06-08Merge remote-tracking branch 'origin/8.x-1.18.2' into 9.x-1.19shedaniel
2022-05-28Fix tinkers transfershedaniel
2022-05-27Disable fluid amount display on JEI slotsshedaniel
2022-05-27Fix clicking pinned JEI slotsshedaniel
2022-05-27Refactor Point -> TooltipContextshedaniel
2022-05-27Merge remote-tracking branch 'origin/8.x-1.18.2' into 9.x-1.19shedaniel
2022-05-27Fix #867, Fix #861shedaniel
2022-05-21Merge remote-tracking branch 'origin/8.x-1.18.2' into 9.x-1.19shedaniel
# 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-20REI 8.2shedaniel
- 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-05-19API Changes for REI 9shedaniel
Documented Here: https://shedaniel.gitbook.io/roughly-enough-items/api-migration/rei-8-greater-than-rei-9
2022-04-25Code refactor on entry listsshedaniel
2022-04-23Update to 22w16bshedaniel
2022-04-16Add shapeless indicatorshedaniel
2022-04-13Make ctrl-click transfer less laggyshedaniel
2022-04-13Add option to disable compact arrowsshedaniel
2022-04-12Fix quark tooltip fighting issuesshedaniel
2022-04-12Support for JEI 9.5, Close #821, Fix #807shedaniel
2022-02-28Merge remote-tracking branch 'origin/7.x-1.18' into 7.x-1.18.2shedaniel
# Conflicts: # runtime/src/main/java/me/shedaniel/rei/impl/client/search/argument/type/TagArgumentType.java
2022-02-28Add search caching hintshedaniel
2022-02-27Fix #787shedaniel
2022-02-23Merge remote-tracking branch 'origin/7.x-1.18' into 7.x-1.18.2shedaniel
# Conflicts: # gradle.properties # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/AbstractDisplayViewingScreen.java
2022-02-18Fix licenseshedaniel
2022-02-15Close #768shedaniel
2022-02-15Close #110shedaniel
2022-02-15Fix #430shedaniel
2022-02-15Fix #617shedaniel
2022-02-15Support JEI API 9.3shedaniel
2022-02-12Update to 22w06ashedaniel
2022-02-09Close #757shedaniel
2022-02-09Migrate to Cloth Config's ValueAnimator, and add option to cache entry rendersshedaniel
2022-02-01Add progress bar to plugin reloadsshedaniel
2022-01-29Close #739shedaniel
2022-01-27Fix #671shedaniel
2022-01-27Fix #730shedaniel
2022-01-27Fix license headersshedaniel
2022-01-27Fix 2x2 craftingshedaniel
2022-01-27Fix compile errorsshedaniel
2022-01-27Rework crafting getInputEntriesshedaniel
2022-01-27Close #724shedaniel
- 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-16Technically fix #611, would need CPAS to use the new methodsshedaniel
2022-01-15Update LICENSE for 2022shedaniel
2022-01-15Close #683shedaniel
2022-01-15Introduce config button menushedaniel
2022-01-12Prevent against arbitrary modifications against DisplayRegistry with getAll ↵shedaniel
or get, Close #700, Fix JEITweaker
2021-12-27Fix support for Enchantment Descriptionsshedaniel
2021-12-16Adds EntryDefinition.cheatsAsshedaniel
2021-12-12Fix licensesshedaniel
2021-12-12Add entry settings adaptershedaniel
2021-12-06Make Label tooltips use Components instead of Strings (#680)Shnupbups
Attempted to keep all old methods for backwards compatibility reasons, but marked as Deprecated and ScheduledForRemoval... and thus had to choose a not-so-ideal method name or two for erasure conflict reasons