doomcc/dcc
2025-07-12 11:15:10 -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 Properly merge dict-valued config entries. 2025-07-12 11:15:10 -04:00
dsda.py PEP 8 compliance. 2025-06-15 01:11:01 -04:00
eureka.py Add a pwad_path property and also convert the iwad_path method to a property. 2025-07-03 18:21:24 -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 PEP 8 compliance. 2025-07-06 14:33:42 -04:00
thumb.py PEP 8 compliance. 2025-06-15 13:33:33 -04:00