• Joined on 2025-06-10
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
yrriban pushed to trunk at yrriban/doomcc 2025-08-21 05:35:24 +00:00
545030c0a7 Delete setup.py; pyproject.toml has replaced it.
5938c2e306 Add a pyproject.toml with poetry and pyinstaller support.
e247c954e1 Add a rudimentary README.
cf6fb5cb99 Fix syntax for doomed index thumbnail generation.
c0015583ff Add MIT license.
Compare 9 commits »
yrriban pushed to trunk at yrriban/doomcc 2025-08-01 06:09:56 +00:00
e4c5c8b475 Skip the warp flag when generating the dsda text file.
70e1a3a39e PEP 8 compliance.
1ee4ea4dc6 Universally use double quotes for strings.
7925281ceb Add "run it back" command to continue a practice run after failing a demo.
Compare 4 commits »
yrriban pushed to trunk at yrriban/doomcc 2025-07-30 23:46:12 +00:00
6aaa3ea15f Support using an external command for idgames fetching.
yrriban pushed to trunk at yrriban/doomcc 2025-07-26 15:33:15 +00:00
00334120b0 Support setting options in all cases where dsda is invoked.
yrriban pushed to trunk at yrriban/doomcc 2025-07-23 22:29:27 +00:00
469d8eb13a PEP 8 compliance.
366ddf6132 Properly handle overwriting values in a wad-level config.
114fec8f7e Fix the extract command to work with the new nested config classes.
30baa49588 Fix text stroke color reference in the concat command.
Compare 4 commits »
yrriban pushed to trunk at yrriban/doomcc 2025-07-16 06:02:19 +00:00
3fc029bf95 Define a load order method and use it in the dsda and eureka flags.
3cea4a3000 Fix text generation when it's not in the config.
Compare 2 commits »
yrriban pushed to trunk at yrriban/doomcc 2025-07-16 02:47:54 +00:00
c89fde220c If map names are included in the config, use them when generating text for the video thumbnail.
70c36ac615 Properly merge dict-valued config entries.
Compare 2 commits »
yrriban pushed to trunk at yrriban/doomcc 2025-07-06 18:33:52 +00:00
35894c2614 PEP 8 compliance.
b56b0419e2 Have configure inherit from doom_base.Wad so that it knows about wad-level parameters.
105be2c5fd Monkey patch in draw_text to save us some trouble (and avoid loading imagemagick stuff unless we really need it).
1ac3851065 Actually load the values for screenshot text, etc. correctly from the config. Pass them into draw_text which doesn't have them readily available.
Compare 4 commits »
yrriban pushed to trunk at yrriban/doomcc 2025-07-03 22:21:48 +00:00
b14c12c609 Add a pwad_path property and also convert the iwad_path method to a property.
5881c94c11 Add a configure command for initial wad setup. Reshuffle a couple things that depend on it.
673e649e87 Remove last unneeded constant.
e4d978149b PEP 8 compliance.
d778e281ba Move the remaining hardcoded constants into the configuration file.
Compare 5 commits »