Jarrod M.

Results 7 issues of Jarrod M.

Bug was introduced in 185972e46fbc46ed12e9b8a97d09fea869f17ebc. When querying save changes before exiting the app, if the user chooses "keep working, save later" the game would just quit and save changes.

In order to close this issue, must implement: - v3dmm movie open/save support. (.vmm files) - v3dmm expansion management. (.vxp files) Nice to have would be to not have to...

enhancement
accepted

Closes #20598. This initial implementation has the limit of 64 directories due to the usage of WaitForMultipleObjects. If merged, a follow up issue should be created to track overcoming that...

When Watch.zig matures with more supported platforms, it would be useful to have that logic extracted out into a standard library API for directory watching. Something like `std.fs.Dir.Watch`

enhancement
standard library

Using `--watch` I noticed a couple of issues with my initial attempt. 1) The index I used as 'completion key' was not stable over time, when directories are being added/removed...

It would be nice if tasks could be done with user specified key bindings. Should consider the various keyboard shortcuts that are already part of the game, and either disallow...

enhancement

- Add back in the various CHT files (chomp source files) and compile them. - Convert PBM files (packed MBMPs) to bitmaps to make them simpler to modify. - Reorganize...