martin

Results 115 comments of martin

I'm not sure how much would be possible to share between platforms, just the algorithm itself is fairly simple. IMHO it makes more sense to just write a dedicated Android...

it doesn't seem like this does any tty or pty handling at all? This is the basic stuff needed for securely reading the password AFAIK: https://github.com/sudo-project/sudo/blob/9e111eae57524ca72002ad1db36eb68ccd50b167/src/tgetpass.c#L110-L284 I don't think that...

Are all the comments from the previous review fixed? Just in case Someone™ wanted to pick this up to get it merged.

> Anyway, are you @sandsmark or @adrianjav using this stuff or interested in it? For some definition of "use", I guess. I used to make a game a year for...

long time since I wrote the code so you might be aware of it, but iirc there were some issues if you tried to manually change the state too far...

I guess you don't need a fully fledged DDS converter, iirc. they use one of the simpler encodings.

fwiw, I ran doxygen on genieutils and uploaded the generated API doc to my server, in case it's helpful. Not everything is as well-documented as I'd like, but in case...

> I think there are over 20 different file versions nowadays. Depends on how you count, I guess, but this is the (now probably outdated) list of versions genieutils supports...

Ref liquid war: The algorithm is described here, though I'm not sure at least I'd be able to implement it from that description alone: https://github.com/bkil/liquid-war-5/blob/master/doc/xml/algorithm.xml I think this is the...

I might be way off here, but I think the slope data could provide some insight in the original transforms? I haven't bothered to look into how they are generated,...