Daniel Johnson
Daniel Johnson
Lutris could treat a game with no platforms have have a default set of 'Linux, Windows' and give you the choice of which to install. But I think this might...
OK, I guess that pushes me over the edge. I've committed a fix that now: 1. Includes only games (classification=game or no classification) 2. If there are no ``p_`` traits...
Yeah, it's not a a perfect world. Lutris does not know which .exe is the right one; it prefers a link if it finds, one, then a 64-bit .exe, then...
Your proposed ``$INSTALLSCRIPTDIR`` has really nothing to do with the ``working_dir``. The ``working_dir`` is the current directory we set before starting the game when you play it; it is not...
I guess it makes sense when you illustrate it like that.
Watch out; you are using the 'sweet' syntax introduced in Python 3.10, like ```X | Y``` for a union. We target 3.8 which does not have that.
Well, I don't know what it is doing here at all if it isn't ready to review. But don't expect a quick merge on this- I merge fixes, and this...
Boy this seems like a lot of change to add one variable. And ``script.script["script"]`` rubs me the wrong way every time. Think we have enough script? We might need more...
I see what you are doing here: wrapping the dict we get from a YML or JSON file in a very basic data-class. I'm not unsympathetic, and in Java I...
My that seems like a lot of lost functionality. And you are still passing a command line argument- the ROM itself. Does that still work at least?