Commit Graph

12 Commits

Author SHA1 Message Date
ba0075e74b Fix clipboard translator process detection for long process names
The pgrep command was failing to match Wine processes with long names
like "c:\nyanchangame\bk\play.exe" because pgrep by default only
matches against the first 15 characters of process names. Fixed by
adding the -f flag to match against the full command line.
2025-09-11 16:37:57 -04:00
Storm Dragon
4d2134b9a9 A *lot* of work done on the audiogame-manager refactor. Hopefully getting somewhat close to stability, but I doubt it. 2025-08-04 19:42:59 -04:00
Storm Dragon
ef43dca94f Updated the clipboard translater because it could crash on some translations. 2025-05-14 04:36:30 -04:00
stormdragon2976
db463525e9 Fixed clipboard_translator. It was refusing to run if or exiting if for some reason the clipboard was empty. 2023-01-23 23:33:00 -05:00
stormdragon2976
b5ff9b8756 Turn off speech with clipboard utilities and window title reader by creating the file ~/.agmsilent 2022-12-08 00:47:02 -05:00
stormdragon2976
6d853ff27f Very experimental changes with clipboard_translator.sh, now requires sqlite3 and perl. 2022-12-05 20:07:17 -05:00
Storm Dragon
55130abe76 Updated speaking utilities. 2022-10-07 05:30:01 -04:00
Storm Dragon
cc05b931fb Added Shadow Line. It is commented out though because I still have to deal with the installer. If you want to play it, uncomment and when the installer pops up press enter 3 times and wait about 5 minutes, then press enter again and the game will launch. Close it and relaunch from the agm launcher. 2022-10-05 03:48:16 -04:00
Storm Dragon
f25d5d4b90 Clipboard-translator will now start on launch of Bokurano Daibouken 1 and 2. 2022-10-04 23:47:23 -04:00
Storm Dragon
3332cb8d39 Improvements to the clipboard translator. 2022-10-04 20:48:30 -04:00
Storm Dragon
4c440646f0 The clipboard translator is much closer to working now. Tests with BK2 went reasonably well. 2022-10-04 16:42:32 -04:00
Storm Dragon
46fda47279 First pass at a script to translate the text in the clipboard. Not ready for prime time, unless you are working on the script, do not use yet. 2022-10-04 02:57:19 -04:00