Commit Graph

60 Commits

Author SHA1 Message Date
614094ad2b Clean up some text that got through the filter for Doom's tts. 2024-08-25 14:06:53 -04:00
c8b553fdc6 A couple more strings I missed with grep. 2024-08-21 03:00:34 -04:00
a9fc95b163 Worked on filter strings. Probably more to do. 2024-08-20 03:01:03 -04:00
b61d876e31 Massive rewrite of how speaking with TTS is handled. This should open up compatibility with pretty much every wad out there as far as TTS is concerned. There may be unwanted speech until everything is ironed out. 2024-08-20 01:34:11 -04:00
a02e5559d7 More fixes to regular expressions. 2024-08-18 19:31:52 -04:00
f52beba3d8 Regular expression fixes. 2024-08-18 03:25:48 -04:00
811ac7aea3 Fixed up some regular expressions. 2024-08-18 01:09:55 -04:00
02b7467437 Speculative fix for unmodified death match. 2024-08-15 10:24:51 -04:00
af9787d030 Added local fm_banks to sound font directory paths. 2024-08-11 23:12:42 -04:00
8310fb5380 GZDoom 4.12+ uses a custom widget that is not accessible with orca, so rolled my own until they can fix it. For now it is showing duplicates in some cases, but it works. 2024-08-11 19:51:00 -04:00
4cd3123464 Reorganized how addons are found and added when loading games. As a side affect, fixed a major bug with the way the latest version of the game is loaded. 2024-08-11 13:39:41 -04:00
f282559573 Updated ipfs link to latest version of 7.5 with bug fix. Updated custom scripts. 2024-08-09 19:21:05 -04:00
b2eee7fc46 Started update process to TobyDoom v7.5 2024-08-08 23:59:36 -04:00
550b990195 Attempt to place things not controlled by package managers in ~/.local/games. 2024-07-31 02:18:36 -04:00
b4c0573d2c Update scripts to select Metal mod vol 7, fall back to vol 6 if both are available. 2024-04-18 16:26:42 -04:00
770f92da89 Fixed addons not showing up in co-op and death match in the standard game selection. 2024-04-18 11:23:39 -04:00
e77e1ff210 Unbreak death match and co-op buttons. 2024-04-18 10:49:01 -04:00
1280a40c6f Add a system for loading custom mods for TobyDoom. Place scripts in the TobyCustom directory. Included three examples using Project Brutality. 2024-04-15 20:33:58 -04:00
c7f4f546d8 Add the ability to set speech-dispatcher configuration in settings.conf if desired. 2024-02-14 00:45:14 -05:00
9cb652ada4 Add another grep string 2024-02-10 15:14:20 -08:00
eb933f7de1 Add Toby demo level to the freedoom launcher 2024-02-07 07:54:29 -08:00
441bbd8561 Hopefully fix toby mod for latest release 2024-02-06 19:16:38 -08:00
03896a4586 Remove TDBots, it's causing too many issues. May look at fixing later. 2024-01-22 12:33:26 -08:00
88b378cafd Fix weapon pick up sounds in deathmatch, hopefully. 2024-01-22 12:25:37 -08:00
78b181adcd Remember to add TDBots to join mode too... 2024-01-22 11:57:32 -08:00
c925f2b091 Fix slight bug in radio 2024-01-22 09:55:20 -08:00
a0f2d935c9 Add TDBots for smarter bots, will need an installer update. 2024-01-22 09:43:21 -08:00
d3fa3c1acc Fixed a mislabeled button in the hosting dialog. 2024-01-22 00:52:44 -05:00
1969b0a324 Merge branch 'testing' of ssh://git.2mb.codes:2222/~stormdragon2976/linux-game-manager into testing 2024-01-21 23:21:34 -05:00
47e0fd99f9 Add an option for single player death match against bots. 2024-01-21 23:21:02 -05:00
d4a6da10d5 Fix grep issue 2024-01-21 17:37:49 -08:00
bfd0850c66 Add another string 2024-01-21 16:43:23 -08:00
04f6b5e1a1 Add more grep strings for freedoom. 2024-01-21 16:38:59 -08:00
f9b5e0e1c6 Revert "Add bot mod since gzdoom bots are broken"
This reverts commit efaa87ee81.
2024-01-21 13:42:07 -08:00
9b29ff01fe Revert "Attempt to use other gzdoom bot mod since the old one was crashing."
This reverts commit 731ee298bd.
2024-01-21 13:41:58 -08:00
731ee298bd Attempt to use other gzdoom bot mod since the old one was crashing. 2024-01-21 13:35:21 -08:00
efaa87ee81 Add bot mod since gzdoom bots are broken 2024-01-21 13:31:52 -08:00
e68b520729 Fix some messages not logging to the console 2024-01-21 12:38:03 -08:00
8a18a62347 Fix messages not going to console in deathmatch 2024-01-21 11:49:18 -08:00
b6d761f67e Add dialogs for death match setup. 2024-01-21 13:48:58 -05:00
98ce0a96ee Add stub code for fraglimit selection 2024-01-21 10:17:54 -08:00
e62533b2ce Work on freedoom launcher to support deathmatch, some parts are currently hard coded. 2024-01-21 10:12:55 -08:00
73d3ad2c2b More fixes for finicky systems. 2024-01-21 05:02:41 -05:00
93f5ab240f Fix launcher script for some systems that want you to be in the directory where wads reside. 2024-01-21 04:34:06 -05:00
9ca9449804 Prepare for TobdyDoom 7.0 2024-01-21 01:13:08 -05:00
0f236cb397 Final touch on the printing to console code, now the console messages should be totally unmodified. 2023-11-30 00:35:38 -05:00
35a8a851d8 I think I finally solved the long standing problem of speech-dispatcher calls gobbling up all the output to the terminal. Now it should speak and still print things to the terminal. 2023-11-29 23:38:10 -05:00
721a477cbf If doom metal mod is found, add it. Currently it works with Operation MDK. 2023-11-27 18:47:42 -05:00
40a3b0614b Add some more strings read by sp 2023-11-10 18:42:14 -08:00
a392b9d7fa Now trying keyshare universal 2023-11-10 17:03:46 -08:00