| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-02 | InteractionResultHolder -> CompoundEventResult | shedaniel | |
| 2021-06-01 | cast().getValue() -> castValue() | shedaniel | |
| 2021-05-31 | Fix rendering issues with overlays, REIHelper -> REIRuntime | shedaniel | |
| 2021-05-30 | Update to 1.17-pre1 | shedaniel | |
| 2021-05-28 | Merge remote-tracking branch 'origin/6.x' into 6.x-1.17 | shedaniel | |
| # Conflicts: # runtime/src/main/java/me/shedaniel/rei/impl/client/ClientHelperImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/config/ConfigManagerImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/config/ConfigObjectImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/ScreenOverlayImpl.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/DelegateScreen.java # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/screen/TransformingScreen.java # settings.gradle | |||
| 2021-05-28 | Fix #540 | shedaniel | |
| 2021-05-22 | Initial port to 21w20a | shedaniel | |
| 2021-05-22 | Merge remote-tracking branch 'origin/6.x' into 6.x-1.17 | shedaniel | |
| 2021-05-22 | Simplify code in DefaultCraftingDisplay and NbtHasherProviderImpl | shedaniel | |
| 2021-05-17 | Merge remote-tracking branch 'origin/6.x' into 6.x-1.17 | shedaniel | |
| 2021-05-17 | Add stub AnvilRecipe and implement recipe hiding | shedaniel | |
| 2021-05-16 | Merge remote-tracking branch 'origin/6.x' into 6.x-1.17 | shedaniel | |
| # Conflicts: # build.gradle # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/widget/TabWidget.java | |||
| 2021-05-16 | Add abstraction for IRecipesGui, fix #529 | shedaniel | |
| 2021-05-16 | Update JEI API to 7.6.4 & Fix #520 | shedaniel | |
| 2021-05-16 | Add createCraftingGridHelper | shedaniel | |
| 2021-05-03 | Merge remote-tracking branch 'origin/6.x' into 6.x-1.17 | shedaniel | |
| # Conflicts: # runtime/src/main/java/me/shedaniel/rei/impl/client/gui/ContainerScreenOverlay.java | |||
| 2021-05-03 | Update license header | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-05-03 | Adds support for forge fluid handler | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-04-16 | Merge remote-tracking branch 'origin/6.x' into 6.x-1.17 | shedaniel | |
| # Conflicts: # api/src/main/java/me/shedaniel/rei/api/common/transfer/info/simple/SimplePlayerInventoryMenuInfo.java # runtime/src/main/java/me/shedaniel/rei/plugin/client/entry/FluidEntryDefinition.java | |||
| 2021-04-14 | Refactor MenuInfo into a provider system and add more docs | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-04-14 | Merge remote-tracking branch 'origin/6.x' into 6.x-1.17 | shedaniel | |
| # Conflicts: # api/src/main/java/me/shedaniel/rei/api/common/util/EntryStacks.java # runtime/src/main/java/me/shedaniel/rei/plugin/client/entry/FluidEntryDefinition.java # runtime/src/main/java/me/shedaniel/rei/plugin/client/entry/ItemEntryDefinition.java | |||
| 2021-04-12 | Fix #502 and Fix #499 | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-04-12 | Prepare for true sided REI | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-04-10 | Primitive port to 21w14a | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-04-09 | Fix draggable stacks & Fix stretched fluids & Fix #508 | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-04-06 | Expose draggable stacks | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-29 | Use long for hashing the EntryStack | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-28 | Optimise > 1 million entries & Improve Favorites Dragging | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-28 | A simpler implementation of stacked favorites | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-28 | Complete custom favorites | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-27 | Make Recipe Transfer work | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-26 | Improve Search Argument Matching | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-25 | Refactor Default Plugin packages, fix favorites | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-25 | Relocate most of the internal classes to match the api | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-25 | Refactor MenuInfo, split client and server apis, new dual PluginManager ↵ | shedaniel | |
| system, remove @NotNull Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-21 | Rely on ScreenRegistry more on calculating the bounds | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-20 | Remove useless EntryStack settings, properly implement tooltip callbacks | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-20 | Refactor exclusion zones, wrap JEI exclusion zones | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-19 | Implement ItemComparatorRegistry as a replacement for previous check tags ↵ | shedaniel | |
| and check amount flags Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-18 | Relocate api classes | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-18 | Organize code | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-16 | Implement IIngredientFilter, IRecipeManagerPlugin and ↵ | shedaniel | |
| IGuiIngredientGroup#set, fix IDrawableBuilder with padding Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-03-09 | Use AbstractRecipeViewingScreen and remove static from ScreenHelper | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-02-28 | Port to Architectury Multiloader | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-02-27 | Remove depending on Cloth API, switching to architectury | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-02-21 | More | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-02-15 | remove autocraft buttons from stripping, tilling, pathing (#471) | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-02-05 | More | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-02-05 | More relocation | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
| 2021-01-04 | Search Syntax Highlighting | shedaniel | |
| Signed-off-by: shedaniel <daniel@shedaniel.me> | |||
