• Joined on 2025-06-10
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.
yrriban commented on issue yrriban/doomcc#2 2025-09-06 02:56:21 +00:00
ls command reports "list index out of range"

It also does not occur with "poetry run", only with the pyinstaller-built binary.

yrriban commented on issue yrriban/doomcc#2 2025-09-06 02:51:48 +00:00
ls command reports "list index out of range"

This actually occurs an any invocation of the ls command.

yrriban created branch iss2 in yrriban/doomcc 2025-09-06 02:50:19 +00:00
yrriban pushed to iss2 at yrriban/doomcc 2025-09-06 02:50:19 +00:00
9d1eec78fb Handle really long map names by wrapping them.
7317674e4c Make the implementation of add_common_args clearer.
4cae5987db PEP 8 compliance.
Compare 3 commits »
yrriban opened issue yrriban/doomcc#2 2025-09-06 02:46:48 +00:00
ls command reports "list index out of range" when given unknown --wad
yrriban pushed to trunk at yrriban/doomcc 2025-09-01 21:32:33 +00:00
98d09db5e8 PEP 8 compliance.
yrriban pushed to trunk at yrriban/doomcc 2025-09-01 21:31:26 +00:00
5e188573a0 Have the ls command to inherit from lister.
yrriban pushed to trunk at yrriban/doomcc 2025-08-30 06:15:28 +00:00
16eb67c797 PEP 8 compliance.
789064aa0d List commands in main.py; stop depending on entry points.
8e48915a27 Fix import.
fb61d3d935 Be more particular about the ordering of videos.
6815545da4 Update stub makefile.
Compare 6 commits »
yrriban pushed to trunk at yrriban/doomcc 2025-08-21 05:42:47 +00:00
a3da884eee Remove the long-unused dcc.sh.
yrriban opened issue yrriban/doomcc#1 2025-08-21 05:37:24 +00:00
Rename dcc to doomcc
yrriban renamed repository from dcc to yrriban/doomcc 2025-08-21 05:36:11 +00:00