doomcc/dcc
yrriban 3fc029bf95 Define a load order method and use it in the dsda and eureka flags.
Also coerce the type of the complevel arg to string; subprocess won't
handle that for us.
2025-07-16 02:01:39 -04:00
..
__init__.py Initial checkin for dcc v2. Includes support for play/record/fabricate. 2025-04-07 02:19:25 -04:00
__main__.py PEP 8 compliance. 2025-07-03 18:05:12 -04:00
concat.py Monkey patch in draw_text to save us some trouble (and avoid loading imagemagick stuff unless we really need it). 2025-07-04 12:08:25 -04:00
config.py Actually load the values for screenshot text, etc. correctly from the config. Pass them into draw_text which doesn't have them readily available. 2025-07-04 11:50:10 -04:00
configure.py Have configure inherit from doom_base.Wad so that it knows about wad-level parameters. 2025-07-06 14:10:20 -04:00
doom_base.py Define a load order method and use it in the dsda and eureka flags. 2025-07-16 02:01:39 -04:00
dsda.py PEP 8 compliance. 2025-06-15 01:11:01 -04:00
eureka.py Define a load order method and use it in the dsda and eureka flags. 2025-07-16 02:01:39 -04:00
extract.py PEP 8 compliance. 2025-06-15 01:16:10 -04:00
fabricate.py PEP 8 compliance. 2025-06-15 02:16:59 -04:00
fetch.py Move the remaining hardcoded constants into the configuration file. 2025-07-03 18:04:19 -04:00
ls.py PEP 8 compliance. 2025-06-15 12:18:46 -04:00
main.py PEP 8 compliance. 2025-06-15 12:20:12 -04:00
pb.py PEP 8 compliance. 2025-06-15 12:23:32 -04:00
play.py PEP 8 compliance. 2025-06-11 03:05:54 -04:00
put.py PEP 8 compliance. 2025-06-15 12:25:52 -04:00
record.py PEP 8 compliance. 2025-06-11 22:43:16 -04:00
ss.py Actually load the values for screenshot text, etc. correctly from the config. Pass them into draw_text which doesn't have them readily available. 2025-07-04 11:50:10 -04:00
text.py Fix text generation when it's not in the config. 2025-07-16 02:01:05 -04:00
thumb.py PEP 8 compliance. 2025-06-15 13:33:33 -04:00