• Joined on 2022-12-22
storm pushed to master at storm/ttyverse 2025-08-05 14:11:15 -04:00
d58e5045bd Streaming is theoretically implemented. My server does not support it, and most servers do not, but if any do it should work. Of course with no way to test, I'm just not sure.
storm pushed to master at storm/bifrost 2025-08-05 13:23:34 -04:00
e69ddbb7a5 Fix account attribute access in timeline view
storm pushed to testing at storm/audiogame-manager 2025-08-05 13:17:22 -04:00
9b17248222 Even more install script fixes. 😢
storm pushed to testing at storm/audiogame-manager 2025-08-05 04:45:55 -04:00
a37bdfd32b Yet more install script fixes.
storm pushed to testing at storm/audiogame-manager 2025-08-05 04:31:45 -04:00
35fabf8ecd Cut down on repeating tasks for existing wine bottles.
storm pushed to testing at storm/audiogame-manager 2025-08-05 04:26:30 -04:00
e5e7ef49ed Fixed even more installer scripts. Am I really going to have to go through all 208 of these?
storm pushed to testing at storm/audiogame-manager 2025-08-05 04:11:00 -04:00
cf485ed4b0 More fixes to install scripts that got messed up in bulk edit.
storm pushed to testing at storm/audiogame-manager 2025-08-05 03:57:25 -04:00
88a815c76f Confirmation message after game installs, so window doesn't just vanish any more.
storm pushed to testing at storm/audiogame-manager 2025-08-05 03:47:29 -04:00
c3e9d1e4a1 Another attempt with progressbars in yad and details of what's happening.
storm pushed to testing at storm/audiogame-manager 2025-08-05 03:42:08 -04:00
bb1883ccd7 More fixes to installer scripts.
storm pushed to testing at storm/audiogame-manager 2025-08-05 03:36:42 -04:00
6317b2098b Hopefully improve progressbars and update messages with yad.
storm pushed to testing at storm/audiogame-manager 2025-08-05 03:29:53 -04:00
8e24b73720 Fixed some game installers that got broken in the massive update for progress bars.
storm pushed to testing at storm/audiogame-manager 2025-08-05 03:11:40 -04:00
e12bcadb2a Add progress bars to some more operations, e.g. installing games. This required a bulk edit to all installer scripts, thanks Claud for the assist. Oh and send downloads through a progressbar.
storm pushed to testing at storm/audiogame-manager 2025-08-05 02:27:08 -04:00
19f54405bd Clean up redundant nvda2speechd startup and DLL replacement code
storm pushed to testing at storm/audiogame-manager 2025-08-05 02:20:16 -04:00
1b50ac66c1 Because now everything is more centralized in only a couple wine bottles, make sure nvda2speechd dll files are downloaded and update them when AGM starts. This should prevent loss of speech after game updates.
storm pushed to testing at storm/audiogame-manager 2025-08-05 01:56:43 -04:00
eb9ad3e38d Fix update messages so they are shown in both CLI and GUI modes.
storm pushed to testing at storm/audiogame-manager 2025-08-05 01:49:27 -04:00
7ab2cdeb60 Fixed inaccessible dialogues in yad for messages. All messages should now be readable with screen readers, not just the buttons.
storm pushed to testing at storm/audiogame-manager 2025-08-05 01:44:59 -04:00
5adce756a1 Fixed an error in game removal. Fixed an error where it would try to launch an empty file name if escape were pressed to close the menu.
storm pushed to testing at storm/audiogame-manager 2025-08-05 01:40:31 -04:00
d49ca8a86b Hopefully insure people using the GUI mode with audiogame-manager do not get stuck because some messages were only appearing in the terminal which may not be present at all in the GUI.
storm pushed to testing at storm/audiogame-manager 2025-08-05 01:06:14 -04:00
25c9aeaa5a Because of the major reworking of how audiogame-manager works, had to almost completely rewrite the -r (remove game) function. Will be testing it quite a bit to make sure nothing is critically broken.