• Joined on 2022-12-22
storm pushed to testing at storm/cthulhu 2025-08-14 20:53:17 -04:00
68bc571a83 Fixed sleep mode after a long and fierce battle.
storm pushed to testing at storm/audiogame-manager 2025-08-14 03:40:15 -04:00
6a3634545e Fixed execute permissions on the set-voice script.
86b306897a Updated set-voice.sh from the version in master. Change it to only search ~/.local/wine32 since that's where all the 32 bit games go.
Compare 2 commits »
storm pushed to master at storm/linux-game-manager 2025-08-14 01:11:31 -04:00
df6470e22f Properly use new line characters so new lines show up instead of \n
90fd40fb4a Switch to text-info for informational dialogs in yad.
94d9caa707 Confirmation messages added when a task has been completed, e.g. install, upgrade, remove.
17e7cac021 Improved accessibility of some yad dialogues.
59d3d288da More work on the new dialogue system. Game installers updated.
Compare 9 commits »
storm pushed to master at storm/toby-doom-launcher 2025-08-13 18:50:52 -04:00
96fc322d6e Fixed a but with how files were loaded. This should improve both game sounds and the reliability of the near by object reporting.
f1e197729a Several bug fixes, added optional DOOM Metal X file tracking.
5ac894a6ec Added another metal mod option.
d906292d5e Fixed a few renaming issues that cause some of the maps and addons to fail. Removed Demo and tutorial options because now part of main game.
e9ca4f02e0 More changes for the new version.
Compare 7 commits »
storm pushed tag 8.0 to storm/toby-doom-launcher 2025-08-13 18:45:14 -04:00
storm pushed to testing at storm/toby-doom-launcher 2025-08-13 17:18:52 -04:00
96fc322d6e Fixed a but with how files were loaded. This should improve both game sounds and the reliability of the near by object reporting.
storm pushed to master at storm/git-er-done 2025-08-13 03:24:47 -04:00
c8745378c7 Added -L --list flag to see all task files with a very brief summary.?
storm pushed to master at storm/git-er-done 2025-08-13 03:16:24 -04:00
9fdfee279f Switch from flat text file to sqlite3 databases for task storage. Many new flags added including -f for separate files meaning you can have multiple task lists.
storm pushed to testing at storm/cthulhu 2025-08-12 15:34:44 -04:00
fb8c64a406 2 new options added for the ai assistant. First, describe images, which *should* describe any images on the screen. The second is browse for image, which will provide a description for the selected image specifically.
storm pushed to testing at storm/cthulhu 2025-08-12 03:09:21 -04:00
15bcc0589a Remove a debug file that accidently got committed.
storm pushed to testing at storm/cthulhu 2025-08-12 03:01:37 -04:00
287522c293 Cthulhu should now work no matter where it gets installed.
storm pushed to testing at storm/cthulhu 2025-08-12 02:53:34 -04:00
e6cee379ee Remove libpeas dependency since we don't use it any more.
storm pushed to testing at storm/cthulhu 2025-08-12 02:43:37 -04:00
1b87262861 Updated README.
storm pushed to testing at storm/cthulhu 2025-08-12 02:27:21 -04:00
e1f2467415 Fix launcher path logic for proper system/local separation
84299cc139 Fixed some bugs introduced by the new build system.
502f73ae2a Fix icon cache update script for local builds
d4255f792c fixed removal of settings in cleanup script.
1ecdd21b7c Remove GNOME dependencies and make more desktop-neutral - cleaned
Compare 5 commits »
storm pushed to testing at storm/cthulhu 2025-08-12 02:06:34 -04:00
114c685287 Fixed some bugs introduced by the new build system.
storm pushed to testing at storm/cthulhu 2025-08-11 17:28:23 -04:00
4e54296c39 Fix icon cache update script for local builds
storm pushed to testing at storm/cthulhu 2025-08-11 17:21:26 -04:00
e786722463 fixed removal of settings in cleanup script.
80a315f4da Remove GNOME dependencies and make more desktop-neutral
Compare 2 commits »
storm pushed to testing at storm/cthulhu 2025-08-11 16:50:16 -04:00
5cbe6267de Fix meson build: add missing cthulhu_state.py and fix generated file dependencies
storm pushed to testing at storm/cthulhu 2025-08-11 16:44:40 -04:00
21b7cff27c Updates to meson.build.
storm pushed to testing at storm/cthulhu 2025-08-11 16:28:46 -04:00
2d24a5b126 Fixes to the new meson/ninja build system. Pretty close to working... I think.