kramo
8516e19d9d
Make import time global, fix sorting bug
2023-08-29 12:45:24 +02:00
GeoffreyCoulaud
6486f5b336
Simplifying game executable
2023-08-27 13:53:23 +02:00
kramo
91f4e05abe
Cleanups
2023-08-17 14:29:04 +02:00
kramo
191beed12e
Use shared.home consistently
2023-08-17 13:52:56 +02:00
GeoffreyCoulaud
dbb6076fdc
Various fixes for locations
...
- Simplified some preferences code
- Added type hints to locations
- Made locations not shared between source instances (source of a bug)
- Updated source iter to resolve locations correctly
2023-08-15 23:53:18 +02:00
Paweł Lidwin
e4dc1253ae
Specify runner in heroic protocol ( #163 )
...
* improv: specify runner in heroic protocol to avoid appName collisions
* Update styling
Co-authored-by: kramo <93832451+kra-mo@users.noreply.github.com >
---------
Co-authored-by: kramo <93832451+kra-mo@users.noreply.github.com >
2023-07-27 18:38:34 +02:00
GeoffreyCoulaud
d3a6eaa4d1
Fix source id being translated
...
- Additional fix, lutris source db subpath
2023-07-27 04:34:33 +02:00
GeoffreyCoulaud
fa8a15addf
Moved invalid location message to location
2023-07-26 15:27:28 +02:00
GeoffreyCoulaud
04d0e9e90e
Clarified location sub paths
2023-07-26 04:43:10 +02:00
GeoffreyCoulaud
f3dcdbf0d2
Using a named tuple to store source locations
2023-07-26 03:53:17 +02:00
GeoffreyCoulaud
7bcb113a33
extracted get_hidden_app_names to a method
2023-07-22 00:06:16 +02:00
GeoffreyCoulaud
fbf076660d
Better heroic store file parsing
2023-07-22 00:04:02 +02:00
GeoffreyCoulaud
b1992a9466
Fix heroic legendary path detection
2023-07-21 14:39:07 +02:00
GeoffreyCoulaud
4587720934
using cached_property for sub-source paths
2023-07-20 21:06:04 +02:00
GeoffreyCoulaud
270fa2092c
Fixed heroic location candidates priority
2023-07-20 20:56:28 +02:00
kramo
82dddd1c5c
Skip missing hidden key
2023-07-20 19:52:59 +02:00
GeoffreyCoulaud
190b446de5
More debug messages + fix sideloaded heroic games
2023-07-20 11:26:05 +02:00
GeoffreyCoulaud
52b6c47c8d
More renaming to iterable + fixes to heroic
2023-07-20 10:58:23 +02:00
GeoffreyCoulaud
0df123975c
Fix some syntax
2023-07-20 10:35:07 +02:00
GeoffreyCoulaud
7f576d1bd3
SourceIterator is actually just SourceIterable
2023-07-20 10:32:43 +02:00
GeoffreyCoulaud
30152cd10a
simplified SourceIterator
2023-07-20 10:29:39 +02:00
GeoffreyCoulaud
2acdedf033
Added heroic import amazon to ui + fixes
2023-07-20 10:29:27 +02:00
GeoffreyCoulaud
a399113ff9
fixed typo
2023-07-19 13:12:07 +02:00
GeoffreyCoulaud
8839db272b
better legendary sub-source library path detection
2023-07-19 13:00:29 +02:00
GeoffreyCoulaud
a0bfca01d6
WIP added support for heroic hidden
...
TODO
- Test all of that
2023-07-19 05:33:55 +02:00
GeoffreyCoulaud
0601fd5ebb
Converted genexps to setcomps
2023-07-19 05:32:47 +02:00
GeoffreyCoulaud
15da65fccf
WIP heroic source refactor
...
- Fixed installed games lookup
- Added support for amazon games
TODO
- Test (obviously)
- Consider getting hidden value
2023-07-19 05:01:17 +02:00
kramo
a1c5a4bdd8
Mark source names as translatable
2023-07-13 14:51:55 +02:00
kramo
c6ef2ea0b4
uuuuuuuuuuuuuughhhhhhhhhhhhhhhhhhhhhhh
2023-07-08 12:14:37 +02:00
GeoffreyCoulaud
2d324997fd
Fix heroic
2023-07-05 14:13:42 +02:00
GeoffreyCoulaud
4a204442b5
Using new shared paths in sources
2023-07-01 15:53:52 +02:00
GeoffreyCoulaud
3af968fee7
Simplified source available on
2023-07-01 15:10:40 +02:00
GeoffreyCoulaud
a7efe0a920
Removed allow_side_effects
2023-07-01 03:01:15 +02:00
kramo
fccf302c4b
Flatpak source initial work
2023-06-30 19:51:44 +02:00
GeoffreyCoulaud
e57a2a74df
🚧 Set schema on location resolve
2023-06-19 23:11:55 +02:00
GeoffreyCoulaud
f9000be272
🚧 WIP new location system
...
TODO
- Locations contain the schema key
- Schema key overriden at location resolve
- No need for callable candidates,
but need to represent "this location's key"
2023-06-19 22:47:56 +02:00
kramo
2e97edcdb5
Please pylint once and for all
2023-06-18 13:15:03 +02:00
kramo
9d7a6d8ea4
Add copyright headers
2023-06-17 16:27:10 +02:00
kramo
d340e007e3
Remove replaced_by_env_path decorator
2023-06-10 20:54:49 +02:00
kramo
de3ef53148
Make pylint happy
2023-06-10 19:34:00 +02:00
GeoffreyCoulaud
842f9fe522
🎨 Various code style / behaviour fixes
...
- Merged platform sources when possible
- Added URLExecutableSource class
- Moved replaced_by_schema_key to utils/decorators
- Better retryable exception handling in some managers
- Split SteamHelper into SteamFileHelper and SteamAPIHelper
- Delegated SteamRateLimiter creation to SteamAPIManager init
- Using additional_data for appid in SteamAPIManager
- Added Windows support for Legendary
- Stylistic changed suggested by pylint
2023-06-10 02:59:41 +02:00
GeoffreyCoulaud
5dc6ec899a
🎨 Various changes
...
- Changed source additional data to dict
- Moved local cover saving into a manager
- Added stub for itch cover manager
2023-06-07 15:00:42 +02:00
GeoffreyCoulaud
b50a0a1a04
📝 Updated SourceIterator type hints
2023-06-05 13:29:54 +02:00
GeoffreyCoulaud
725bab5c93
🐛 Fixed new location override syntax
2023-06-05 13:21:19 +02:00
GeoffreyCoulaud
1e3e6484e4
🎨 Simplified source location user override
2023-06-05 13:11:05 +02:00
GeoffreyCoulaud
1dcfe38253
🎨 Simplified SourceIterator-s
...
- Using generator functions
- Common generator init and next in base class
- Explicited that error handling should happen in generator
2023-06-05 12:40:41 +02:00
GeoffreyCoulaud
cf9d4059b3
📝 Consistent typing in exsiting sources
2023-06-05 00:34:47 +02:00
GeoffreyCoulaud
1e4004329c
✨ New Heroic source
...
- Fixed wrong `installed` key, shoud be `is_installed`
- Log warnings on invalid games found in library
2023-06-04 22:51:54 +02:00
GeoffreyCoulaud
7d8a7a894f
🐛 fixed source imports
2023-06-03 21:41:04 +02:00
GeoffreyCoulaud
729ca82445
🎨 Simplified sources
2023-06-03 20:55:03 +02:00