|
6043444e4e
|
Apply suggestions from code review
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>
|
2022-11-12 20:19:30 +02:00 |
|
|
b83f9be1bd
|
Add missing fail check for CoInitialize
Add a few comments
Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>
|
2022-11-12 20:19:27 +02:00 |
|
|
70768189ba
|
Windows: implement FS::createShortcut
Signed-off-by: ADudeCalledLeo <7997354+Leo40Git@users.noreply.github.com>
|
2022-11-12 20:19:25 +02:00 |
|
|
64576f4c4c
|
Merge pull request #304 from Ryex/move-downloads
Fixes https://github.com/PrismLauncher/PrismLauncher/issues/222
|
2022-11-11 12:48:53 -08:00 |
|
|
ab6c7244fc
|
refactor: move FS's toStdString to StringUtils
This is so that anyone can use it :)
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-11-04 16:53:25 -03:00 |
|
|
6010ce0dc5
|
chore(remove FS::copyFile):
Now that #333 is merged and FS::copy works on non directory copyFile can be removed.
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
|
2022-11-01 04:28:57 -07:00 |
|
|
fda2c116be
|
code quality cleanup
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
|
2022-11-01 04:24:11 -07:00 |
|
|
e9d4793b1e
|
minor clean up and add some docs
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
|
2022-11-01 04:24:11 -07:00 |
|
|
13c7efa058
|
copy found mods to instance (FTB and Flame)
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
|
2022-11-01 04:24:11 -07:00 |
|
|
04b39294ba
|
Merge pull request #333 from flowln/fix_atl_packs_post_modpack_update
|
2022-11-01 09:56:16 +01:00 |
|
|
29d362a6e0
|
fix: do not trash instances in Flatpak
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2022-10-31 11:34:46 +01:00 |
|
|
be3c9abcfe
|
fix: copy single files too in FS::copy
eek
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-10-28 20:54:58 -03:00 |
|
|
2ba3de79d8
|
chore: add comment about copy bug
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2022-10-27 21:23:17 +02:00 |
|
|
194822f11e
|
Merge pull request #28 from flowln/fix_copy
|
2022-10-18 15:27:53 +02:00 |
|
|
8bc529be3d
|
fix: include hidden files when copying instances
fixes instance ccopy on linux .-.
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-10-15 09:20:31 -03:00 |
|
|
124097d3a5
|
feat!: use ghc/filesystem in place of std's one if needed
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-10-14 14:08:48 +02:00 |
|
|
ee0fb2d0e0
|
fix: use std::wstring for Windows filenames
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-09-12 13:07:24 -03:00 |
|
|
c496ad1237
|
chore: make DirNameFromString add normal duplicate identifier
Wrap the number in parenthesis to be similar to other software.
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-09-12 13:07:24 -03:00 |
|
|
277fa21f5f
|
refactor: remove Win32 'crap' in FileSystem
We should use std::filesystem symlink and hardlink functions instead.
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-09-12 13:07:23 -03:00 |
|
|
1cf949226e
|
refactor: use std::filesystem for overrides
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-09-12 13:07:23 -03:00 |
|
|
be3fae6511
|
refactor: use std::filesystem for path deletion
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-09-12 13:07:23 -03:00 |
|
|
5932f36285
|
refactor: use std::filesystem for file copy
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-09-12 13:07:23 -03:00 |
|
|
3f4e55be4f
|
fix: ensure destination file paths exist when overriding folders
Signed-off-by: flow <flowlnlnln@gmail.com>
|
2022-08-28 16:28:23 -03:00 |
|
|
b15544c163
|
Trash instances instead of deleting (when possible) (#549)
Squashed because of :pofat: commit history
|
2022-07-30 14:42:33 -03:00 |
|
|
3b4539de79
|
chore: update license headers
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2022-07-10 12:19:15 +02:00 |
|
|
c363423718
|
refactor: fix deprecation up to Qt 6
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
|
2022-07-10 12:19:15 +02:00 |
|
|
54144154f9
|
fix: apply client overrides in mrpacks
another oopsie x.x
|
2022-06-11 13:44:31 -03:00 |
|
|
7179e75e70
|
Changes required to support FreeBSD
|
2021-12-12 11:39:36 +00:00 |
|
|
20b9f2b42a
|
NOISSUE Flatten gui and logic libraries into MultiMC
|
2021-07-25 19:50:44 +02:00 |
|