File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33setup (
44 name = "galaxy.plugin.api" ,
5- version = "0.35.2 " ,
5+ version = "0.36 " ,
66 description = "GOG Galaxy Integrations Python API" ,
77 author = 'Galaxy team' ,
88 author_email = 'galaxy@gog.com' ,
Original file line number Diff line number Diff line change @@ -13,7 +13,73 @@ class Platform(Enum):
1313 Uplay = "uplay"
1414 Battlenet = "battlenet"
1515 Epic = "epic"
16-
16+ Bethesda = "bethesda"
17+ ParadoxPlaza = "paradox"
18+ HumbleBundle = "humble"
19+ Kartridge = "kartridge"
20+ ItchIo = "itch"
21+ NintendoSwitch = "nswitch"
22+ NintendoWiiU = "nwiiu"
23+ NintendoWii = "nwii"
24+ NintendoGameCube = "ncube"
25+ RiotGames = "riot"
26+ Wargaming = "wargaming"
27+ NintendoGameBoy = "ngameboy"
28+ Atari = "atari"
29+ Amiga = "amiga"
30+ SuperNintendoEntertainmentSystem = "snes"
31+ Beamdog = "beamdog"
32+ Direct2Drive = "d2d"
33+ Discord = "discord"
34+ DotEmu = "dotemu"
35+ GameHouse = "gamehouse"
36+ GreenManGaming = "gmg"
37+ WePlay = "weplay"
38+ ZxSpectrum = "zx"
39+ ColecoVision = "vision"
40+ NintendoEntertainmentSystem = "nes"
41+ SegaMasterSystem = "sms"
42+ Commodore64 = "c64"
43+ PcEngine = "pce"
44+ SegaGenesis = "segag"
45+ NeoGeo = "neo"
46+ Sega32X = "sega32"
47+ SegaCd = "segacd"
48+ _3Do = "3do"
49+ SegaSaturn = "saturn"
50+ PlayStation = "psx"
51+ PlayStation2 = "ps2"
52+ Nintendo64 = "n64"
53+ AtariJaguar = "jaguar"
54+ SegaDreamcast = "dc"
55+ Xbox = "xboxog"
56+ Amazon = "amazon"
57+ GamersGate = "gg"
58+ Newegg = "egg"
59+ BestBuy = "bb"
60+ GameUk = "gameuk"
61+ Fanatical = "fanatical"
62+ PlayAsia = "playasia"
63+ Stadia = "stadia"
64+ Arc = "arc"
65+ ElderScrollsOnline = "eso"
66+ Glyph = "glyph"
67+ AionLegionsOfWar = "aionl"
68+ Aion = "aion"
69+ BladeAndSoul = "blade"
70+ GuildWars = "gw"
71+ GuildWars2 = "gw2"
72+ Lineage2 = "lin2"
73+ FinalFantasy11 = "ffxi"
74+ FinalFantasy14 = "ffxiv"
75+ TotalWar = "totalwar"
76+ WindowsStore = "winstore"
77+ EliteDangerous = "elites"
78+ StarCitizen = "star"
79+ PlayStationPortable = "psp"
80+ PlayStationVita = "psvita"
81+ NintendoDs = "nds"
82+ Nintendo3Ds = "3ds"
1783
1884class Feature (Enum ):
1985 """Possible features that can be implemented by an integration.
You can’t perform that action at this time.
0 commit comments