Releases: jacderida/tdl-rs
Releases · jacderida/tdl-rs
tdl v0.1.0
Terminal Doom Launcher 0.1.0
Changes
This release implements commands that give basic, usable functionality to the launcher. All the settings and state for the launcher are maintained just using simple, serialized json, saved on the local file system. There is no database, and I'd like to keep it that way.
- The
source-port add
command: this saves the specified source port to the launcher's settings. This will eventually be largely unnecessary and made obsolete by aninstall
command, which will download and install the source port. However, the command will still be necessary for source ports that don't host their binaries on Github releases. - The
profile add
command: creates a new profile, which specifies a way in which the user would like the game to run. - The
wad lsdir
command: lists all the directory entries in a WAD. This probably won't be too useful for users, but it was a good way to learn how to parse a WAD file. - The
iwad import
command: imports an IWAD into the user's collection. Information like map names are statically encoded in the TDL binary, since for the original IWADs, this information was embedded inside graphics data. - The
play
command: with a source port, profile and IWAD imported, this command can launch the source port at a specific map. The only port that's been worked with so far is PrBoom. This will obviously be extended in due course. If you don't specify a map on the command line, TDL will use a fuzzy finder to allow the user to select a map. This is provided via the skim library on Linux and thefzf
program on Windows, since skim doesn't yet support Windows.
SHA-256 checksums:
Linux
8143f3a9c102142549066cc004b0c370bf6c5e6d2e3b42315ce48a9e57adc446
macOS
e3042ca944e042d725ef1c5896c5995a863b2f337d78dc289988d3740b259d3e
Windows
85d4210b4ca7642b223ba569feaf5b9c673e6d1681bc19be79a74da6ce30c269