aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/me/shedaniel/rei/impl/EntryRegistryImpl.java
AgeCommit message (Collapse)Author
2020-07-295.x - 20w30ashedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-07-15Close #322shedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-07-15Performance improvements to search filtering thanks to multithreading.shedaniel
Fix the drag state issue when deleting items. Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-07-13Performance Improvementsshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-07-08Custom Filtering Rulesshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-05-27Fix nbt entries for entry registryshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-05-09Welcome back: Containershedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-04-23Update to 20w17ashedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-04-059 patch texturesshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-04-01ScrollingContainer & SubsetsMenu && 20w18bshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-03-1920w12ashedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-27Better refiltering, 20w09a, delta based PreRecipeViewingScreen animation and ↵shedaniel
fix pressing E closes when searching. Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-26change headershedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-143.4.1shedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-12FilteringEntryshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-12fix favorites savingshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-064.0-unstableshedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-02-023.3.18shedaniel
Signed-off-by: shedaniel <daniel@shedaniel.me>
2020-01-173.3.12shedaniel
2020-01-023.3shedaniel
Fix #58 Close #134 Close #158 Fix #227
2019-12-28More improvements to the entrylistshedaniel
2019-12-28trying to optimise itshedaniel
2019-12-25Reset entries, fix #222shedaniel
2019-12-25Optimise EntryRegistryImpl.registerEntries by first checking in a set to see ↵AlexIIL
if the given entry already exists before adding it, instead of looping through the whole list to see if any of them match.
2019-12-24Finishing workstation usage and close #220shedaniel
2019-12-073.2.15shedaniel
Fix #199 Close #195 Close #138
2019-11-15Using more of the API instead of the Implshedaniel
2019-11-033.2.1Danielshe
2019-08-29We are out of betaDanielshe
- Fix #149 - Close #148 - SlotWidget API improvement
2019-08-11Scrollable Entry List?Unknown