Stanley Dimant
03414c9c94
add some failsafes around assignment and application of data
2022-07-24 19:29:50 +02:00
rootdarkarchon
db4854cba9
Merge pull request #14 from Xehnoh/main
...
updated de.json
2022-07-24 16:51:31 +02:00
rootdarkarchon
0109ead5a0
Merge branch 'main' into main
2022-07-24 16:51:24 +02:00
Stanley Dimant
a6b2040833
add discord link to settings UI
2022-07-24 16:47:48 +02:00
Tobias Rabo
b5b701da78
updated de.json
...
changed some wording
2022-07-24 16:46:16 +02:00
Stanley Dimant
7867a1302d
FR translation, DE adjustments
2022-07-24 16:39:57 +02:00
Stanley Dimant
673dbf2688
add german TOS translation
2022-07-24 15:14:43 +02:00
Stanley Dimant
e31c232f79
cleanup
2022-07-24 14:44:36 +02:00
rootdarkarchon
af7dd239aa
Merge pull request #13 from Penumbra-Sync/api6
...
minion/pet/companion/mount rework
2022-07-24 14:37:27 +02:00
Stanley Dimant
f39c085fbf
adjust to send only one packet for all changes at once
2022-07-24 14:34:26 +02:00
rootdarkarchon
71decd68f9
Merge pull request #12 from xPumaa/main
...
no penumbra mod folder = no mare cache
2022-07-24 14:25:19 +02:00
xPumaa
965dfd9c9e
no penumbra mod folder = no mare cache
2022-07-24 03:50:26 +02:00
rootdarkarchon
cd045cf9f0
Merge pull request #11 from xPumaa/loc
...
ToS Localization
2022-07-24 00:45:11 +02:00
Stanley Dimant
0eb2ed639d
adjust submodule
2022-07-24 00:44:18 +02:00
xPumaa
c16a4b7b00
pulled localization into Plugin.cs
2022-07-24 00:43:22 +02:00
Stanley Dimant
9d9aac6bb3
minion/pet/companion/mount rework
2022-07-22 02:11:35 +02:00
xPumaa
e774827f57
Adjusted ui, added fr localization file
2022-07-22 01:48:24 +02:00
xPumaa
93740dcaef
Localization
2022-07-21 22:35:27 +02:00
Stanley Dimant
75885473ad
increase version
2022-07-20 23:00:16 +02:00
Stanley Dimant
b6862bcb20
add minion sync (experimental)
2022-07-20 22:59:19 +02:00
Stanley Dimant
627efdd012
freeze mare synced characters on gpose
2022-07-20 19:07:42 +02:00
Stanley Dimant
ccfb314337
lessen punishment for not reading
2022-07-19 01:11:20 +02:00
Stanley Dimant
136fc32e1e
don't show pause button when not synced
2022-07-17 22:39:39 +02:00
Stanley Dimant
df53bd9559
fix pause tooltip
2022-07-17 22:37:36 +02:00
Stanley Dimant
940335524c
fix entering of secret key
2022-07-17 20:30:18 +02:00
Stanley Dimant
8299a29f3a
remove my own dumb
2022-07-17 15:59:24 +02:00
Stanley Dimant
cfbe5179a8
better check for cache directory existing on startup
2022-07-17 15:27:48 +02:00
Stanley Dimant
a38b020cc9
measures against dumb
2022-07-17 15:10:22 +02:00
Stanley Dimant
71ed7512c8
adjust cache selection to actually work
2022-07-17 13:48:40 +02:00
rootdarkarchon
54720df24f
Merge pull request #9 from NadyaNayme/main
...
Regex adjustment for valid paths
2022-07-17 12:50:02 +02:00
Nadya
c8f915459c
...
...
gunna squash
2022-07-16 21:37:22 -07:00
Nadya
d23541a0ac
...
...
squashing
2022-07-16 21:30:39 -07:00
Nadya
f7ec570040
Cleaner regex
...
This doesn't change any valid matches but does remove some unnecessary cruft.
Thanks to MegaScience for the second pair of eyes.
2022-07-16 21:29:27 -07:00
Nadya
92c6a77cf8
Regex adjustment for valid paths
...
This makes further adjustments to the Regex to allow for valid Windows and Linux paths.
- Valid Windows paths can necessarily contain spaces and hyphens as the game's installation path contains both. (eg. `\SquareEnix\FINAL FANTASY XIV - A Realm Reborn`) so a check for `\w` is insufficient
- Valid Linux paths can also be double-slashed (eg. `/path//to//file`)
In addition some pointless optimizations were made by making the groups non-capturing, lazy matching, and including an ending anchor. Because a valid path must necessarily include at least one valid character `*` was changed to `+`.
2022-07-16 19:20:40 -07:00
Stanley Dimant
c6890bdde4
adjust cache directory regex
2022-07-17 02:59:47 +02:00
Stanley Dimant
51366c95a7
prevent secret key input if it's not 40 characters long, check for directory existence in intro ui, check for illegal characters in path
2022-07-17 02:38:56 +02:00
Stanley Dimant
acdc1502b6
fix project references
2022-07-17 01:14:26 +02:00
Stanley Dimant
1ff98caae0
add git submodule for api and penumbra
2022-07-17 00:07:16 +02:00
Stanley Dimant
9ff246ea41
Merge branch 'main' of https://github.com/Penumbra-Sync/client
2022-07-16 02:30:53 +02:00
Stanley Dimant
7f9c1c1835
maybe add ivcs support?
2022-07-16 02:30:46 +02:00
rootdarkarchon
fd71741c48
Update README.md
2022-07-13 22:23:20 +02:00
Stanley Dimant
e70001770f
config save
2022-07-13 14:05:27 +02:00
Stanley Dimant
ce5b78662a
adjust to api5 changes
2022-07-13 10:26:17 +02:00
Stanley Dimant
67c43ac077
replace multiple hubs with one
2022-07-13 10:12:13 +02:00
Stanley Dimant
0ba07b9b67
fix connectivity issue on server loss, fix filecache not updating on changed files, fix crash on exception in character data factory
2022-07-12 01:29:22 +02:00
Stanley Dimant
4959633242
randomize reconnection delay when failed to establish connection
2022-07-10 22:22:42 +02:00
Stanley Dimant
e36be97fdd
add some connectivity changes
2022-07-10 22:20:48 +02:00
Stanley Dimant
2307b43c65
handle download cancellation better
2022-07-10 21:51:42 +02:00
Stanley Dimant
98c1802d63
add compatibility to penumbra 0.5.3.7 / GetPlayerMetaManipulations
2022-07-10 20:28:27 +02:00
Stanley Dimant
d338b4b93c
fix intro UI not showing secret key after registration, fix file system watchers not starting automatically initially
2022-07-10 20:23:02 +02:00