• Joined on 2025-06-10
yrriban opened issue yrriban/doomcc#7 2025-09-08 05:38:20 +00:00
Add a "txt" command
yrriban opened issue yrriban/doomcc#6 2025-09-07 22:51:03 +00:00
Read COMPLVL lump on wad configuration
yrriban commented on issue yrriban/doomcc#4 2025-09-06 18:08:06 +00:00
LS subcommands shouldn't require --wad

#c47ee376bd

yrriban closed issue yrriban/doomcc#4 2025-09-06 18:08:06 +00:00
LS subcommands shouldn't require --wad
yrriban deleted branch iss4 from yrriban/doomcc 2025-09-06 18:07:20 +00:00
yrriban pushed to trunk at yrriban/doomcc 2025-09-06 18:07:20 +00:00
c47ee376bd Merge pull request 'Break out separate ls subcommands to avoid passing --wad.' (#5) from iss4 into trunk
6b7d4a5eba Break out separate ls subcommands to avoid passing --wad.
Compare 2 commits »
yrriban merged pull request yrriban/doomcc#5 2025-09-06 18:07:19 +00:00
Break out separate ls subcommands to avoid passing --wad.
yrriban created pull request yrriban/doomcc#5 2025-09-06 18:06:51 +00:00
Break out separate ls subcommands to avoid passing --wad.
yrriban created branch iss4 in yrriban/doomcc 2025-09-06 18:06:11 +00:00
yrriban pushed to iss4 at yrriban/doomcc 2025-09-06 18:06:11 +00:00
6b7d4a5eba Break out separate ls subcommands to avoid passing --wad.
yrriban commented on issue yrriban/doomcc#2 2025-09-06 16:10:12 +00:00
ls command reports "list index out of range"

Fixed by #8dcbb67cae.

yrriban opened issue yrriban/doomcc#4 2025-09-06 16:09:46 +00:00
LS subcommands shouldn't require --wad
yrriban closed issue yrriban/doomcc#2 2025-09-06 05:39:35 +00:00
ls command reports "list index out of range"
yrriban commented on issue yrriban/doomcc#2 2025-09-06 05:39:34 +00:00
ls command reports "list index out of range"

Fixed by forcing pyinstaller to load the entirety of the cliff module as the input plugins get found dynamically at runtime.

yrriban deleted branch iss2 from yrriban/doomcc 2025-09-06 05:37:40 +00:00
yrriban pushed to trunk at yrriban/doomcc 2025-09-06 05:37:40 +00:00
8dcbb67cae Merge pull request 'Have pyinstaller always load the whole cliff module' (#3) from iss2 into trunk
694f9f3d1f Tell pyinstaller to always include all of cliff.
9d1eec78fb Handle really long map names by wrapping them.
7317674e4c Make the implementation of add_common_args clearer.
4cae5987db PEP 8 compliance.
Compare 5 commits »
yrriban merged pull request yrriban/doomcc#3 2025-09-06 05:37:39 +00:00
Have pyinstaller always load the whole cliff module
yrriban commented on pull request yrriban/doomcc#3 2025-09-06 05:37:30 +00:00
Have pyinstaller always load the whole cliff module

I don't know how this wound up with four commits...

yrriban created pull request yrriban/doomcc#3 2025-09-06 05:33:03 +00:00
Have pyinstaller always load the whole cliff module
yrriban pushed to iss2 at yrriban/doomcc 2025-09-06 05:31:35 +00:00
694f9f3d1f Tell pyinstaller to always include all of cliff.