Frank
|
4f8840da68
|
Added serverside config to add additional Mods to get synced
|
2021-08-21 13:56:18 +02:00 |
|
Frank
|
38c01b8c76
|
Additional Typesafety
|
2021-08-21 13:43:22 +02:00 |
|
Frank
|
8f9ff14fac
|
Added ConfigUI Annotation
|
2021-08-21 12:30:47 +02:00 |
|
Frank
|
b369954c05
|
Save configs from ModMenu-Screen
|
2021-08-20 16:50:23 +02:00 |
|
paulevsGitch
|
d31425623d
|
Small cleanup
|
2021-08-20 15:28:38 +03:00 |
|
paulevsGitch
|
9c2b7c9188
|
Merge remote-tracking branch 'origin/main'
# Conflicts:
# src/main/java/ru/bclib/api/dataexchange/handler/autosync/AutoFileSyncEntry.java
|
2021-08-20 15:26:29 +03:00 |
|
paulevsGitch
|
98121a30ef
|
Small fix & cleanup
|
2021-08-20 15:26:13 +03:00 |
|
Frank
|
601b984430
|
Merge branch 'main' of github.com-quiqueck:paulevsGitch/BCLib
|
2021-08-20 14:15:33 +02:00 |
|
Frank
|
fe7e1aa28d
|
Prepare Configs that enable us to derive a ConfigScreen
|
2021-08-20 14:15:21 +02:00 |
|
paulevsGitch
|
529565911f
|
Fixed javadocs, biome API enhancements
|
2021-08-20 15:11:36 +03:00 |
|
Frank
|
d88462e827
|
Make auto-sync options consistent with UI
|
2021-08-20 13:24:47 +02:00 |
|
Frank
|
7eb44ebb82
|
Make sure the server can load client-side mod's for syncing
|
2021-08-20 01:52:37 +02:00 |
|
Frank
|
dfe25a9599
|
Sync Screen offers user-options
|
2021-08-19 20:12:01 +02:00 |
|
Frank
|
ddaf8a0e01
|
Do not offer unavailable mod dependencies
|
2021-08-18 14:32:06 +02:00 |
|
Frank
|
3bb8fec4b2
|
Refactoring of ModUtil members
|
2021-08-18 14:29:15 +02:00 |
|
Frank
|
71ad055ea5
|
Implemented ModSync
|
2021-08-18 14:23:33 +02:00 |
|
Frank
|
8588191556
|
Adding ModFile Request
|
2021-08-18 10:05:11 +02:00 |
|
Frank
|
e9fc77ab0d
|
Prepare to sync Mods
|
2021-08-18 09:57:52 +02:00 |
|
Frank
|
55f00c664c
|
better naming for client/server only handlers
|
2021-08-17 12:56:37 +02:00 |
|
Frank
|
29fe59b4b9
|
Fix confi classes
|
2021-08-17 12:56:09 +02:00 |
|
Frank
|
123a5e2dc4
|
Refactored AutoSync
|
2021-08-17 11:57:40 +02:00 |
|
Frank
|
b398e47056
|
Make sure users have the option to not use AutoSync
|
2021-08-17 10:10:15 +02:00 |
|
Frank
|
de5e56cc04
|
Added API to load all ModMetadata from the 'mods' folder (classpath is not included)
|
2021-08-17 10:03:14 +02:00 |
|
Frank
|
742ea56e34
|
Added Step to handler that allows users to stop the message from beeing sent and prepare some data.
|
2021-08-17 09:52:48 +02:00 |
|
Frank
|
132623419d
|
moved fileWalker
|
2021-08-16 10:28:37 +02:00 |
|
Frank
|
03bef0ae88
|
Reject file sync in a Singleplayer World
|
2021-08-16 09:37:06 +02:00 |
|
Frank
|
0b3e4198cd
|
Disabled testing code
|
2021-08-16 09:34:49 +02:00 |
|
Frank
|
31ae7a6d3a
|
Reject folder syncs outside of game-dir
|
2021-08-16 09:04:53 +02:00 |
|
Frank
|
c7aeef43dd
|
Reminder
|
2021-08-16 01:05:39 +02:00 |
|
Frank
|
fdbde2e0a6
|
Make sure we reject files that are not children of a sync-path
|
2021-08-16 01:01:51 +02:00 |
|
Frank
|
0b9d6093a0
|
[Ready for Testing] Folder-Syncing
|
2021-08-15 23:54:42 +02:00 |
|
Frank
|
1f239baeb9
|
*WIP* Prepared Folder Syncing - Filelist exchange
|
2021-08-15 15:06:36 +02:00 |
|
Frank
|
5df6de1e3a
|
Implemented content based syncing
|
2021-08-15 13:55:31 +02:00 |
|
Frank Bauer
|
f80b55aa50
|
Prepared sync pipeline for content-based config sync
|
2021-08-15 11:30:39 +02:00 |
|
paulevsGitch
|
895b605523
|
Better Fabric biome API support
|
2021-08-15 01:42:51 +03:00 |
|
paulevsGitch
|
28228b35e2
|
Version change, removed old API functions, javadoc fixes
|
2021-08-14 16:57:51 +03:00 |
|
paulevsGitch
|
1f0403d1b3
|
Merge remote-tracking branch 'origin/main'
|
2021-08-14 16:49:09 +03:00 |
|
paulevsGitch
|
410ff87c88
|
Small javadoc fixes
|
2021-08-14 16:48:55 +03:00 |
|
Frank
|
09395921ce
|
Accept subclasses in equals
|
2021-08-14 15:43:48 +02:00 |
|
Frank
|
f28c3e0594
|
Config reload after write and hash-debug
|
2021-08-14 15:05:41 +02:00 |
|
paulevsGitch
|
7e36ac4159
|
Crash fixes
|
2021-08-14 01:32:25 +03:00 |
|
paulevsGitch
|
97ad8b44aa
|
Small enhancements
|
2021-08-14 00:36:19 +03:00 |
|
paulevsGitch
|
015d60aee1
|
Generator options init fix
|
2021-08-14 00:18:21 +03:00 |
|
paulevsGitch
|
0acb947795
|
Init fixes
|
2021-08-13 21:59:43 +03:00 |
|
paulevsGitch
|
683427c312
|
Nether biome source (WIP)
|
2021-08-13 21:55:40 +03:00 |
|
paulevsGitch
|
34ecbb3f14
|
End biome source (WIP)
|
2021-08-13 21:23:12 +03:00 |
|
paulevsGitch
|
0e0944ba51
|
Dimensional biome API (WIP)
|
2021-08-13 14:53:19 +03:00 |
|
paulevsGitch
|
a9b8c57567
|
Temporal GUI disabling
|
2021-08-13 03:19:48 +03:00 |
|
paulevsGitch
|
7845f5beb3
|
Custom model bakery fix (#31)
|
2021-08-13 02:50:23 +03:00 |
|
Frank
|
49e833e147
|
Removed unused network hooks
|
2021-08-11 00:04:37 +02:00 |
|