Commit graph

9 commits

Author SHA1 Message Date
mc776
a48bbdd40a
documentation: update year. (#1255) 2024-01-06 08:53:40 -08:00
Steven Elliott
d64ddc6ea9
create_caption: Python PIL 10.0.0 support (#1027)
To support Python PIL 10.0.0 this change uses newer API textbbox() when
available, and older API textsize() when not.
2023-07-16 11:52:04 -07:00
AerialB
542240be20
Update copyright to 2023 2023-01-14 22:22:41 -05:00
Steven Elliott
2f78eb3e17
Update copyright year to 2022 (#825) 2022-11-28 19:39:23 -08:00
Mike Swanson
060aa0492d Update copyright year to 2021 2021-08-22 10:46:52 -07:00
Mike Swanson
6130ddc825 Bump copyright to current year 2020-02-02 12:47:01 -08:00
Mike Swanson
6eef9be73a use python3 only for building
Python 2 is very near end-of-life, and Python3-compatible changes to a
few scripts introduced compatibility problems with 2.7 again.  It went
unnoticed for me since my system symlinks "python" to "python3", but
it broke the build on systems where that symlink is still python2.  At
this point in time, I feel it is worth targetting modern Python and
forgetting about 2.7.
2019-09-06 14:43:50 -07:00
Mike Swanson
4701d8f351 Blacken all Python files
Using the black code reformatter, pass it over all our Python files.
This allows for a consistent style across the code base.

Exception: lumps/dmxgus/stats.py, for readability.
2019-09-04 19:36:23 -07:00
Mike Swanson
6b486b6332 rename python scripts to barenames where possible 2019-09-04 19:20:19 -07:00
Renamed from graphics/text/create_caption.py (Browse further)