• Joined on 2022-12-22
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.
storm pushed to testing at storm/cthulhu 2025-08-11 13:43:17 -04:00
aa369af689 Allow building without help dependencies.
storm pushed to testing at storm/cthulhu 2025-08-11 13:33:23 -04:00
02fa1e4356 Rest of the conversion to meson/ninja missed in the first push. Thanks again Claud for the assist.
storm pushed to testing at storm/cthulhu 2025-08-11 13:18:09 -04:00
8bcc85f82c Migrated to meson/ninja for building. There may be bugs. Thanks Claud for the assist.
storm pushed to testing at storm/cthulhu 2025-08-11 12:10:42 -04:00
7b84cd7492 Ollama AI can now have customized api endpoint instead of always using localhost.
storm pushed to master at storm/ttyverse 2025-08-11 03:21:42 -04:00
fb897bd897 unbookmark added. Bookmarks implementation should be complete now.