559 Commits

Author SHA1 Message Date
Peter Gorniak
6786f63bd7 more travis trying 2019-11-27 16:07:52 -08:00
Peter Gorniak
35c7016796 bump version to test pypi deployment 2019-11-23 11:35:09 -08:00
Peter Gorniak
48d124a05b fix travis condition 2019-11-23 11:34:44 -08:00
Peter Gorniak
f8521a5cfd bump version 2019-11-23 11:04:44 -08:00
Peter
762a0003d0
try autodeployment to pypi (#280) 2019-11-23 09:43:09 -08:00
Peter
da99939249
Simplify language tool (#270)
* simplify language tool by using standard json output
* stop supporting python < 3
2019-10-20 22:46:46 -07:00
Peter Gorniak
bef0a8926d bump version 2019-09-19 16:26:05 -07:00
Paul Molodowitch
3f571cb2af add --tab-artwork-opacity flag (#259)
turn down background opacity to help text show up better against dark
backgrounds
2019-09-15 20:15:13 -07:00
Peter
43d1e5eae0
Fix #249 (#269)
* Update cards_nl_du.json
2019-09-15 20:14:01 -07:00
Peter
5eb416a946
Run language tool for #266 (#268)
* Added complete German translations for Renaissance
2019-09-15 20:07:14 -07:00
Peter Gorniak
70594b8ef0 bump version 2019-09-14 15:15:10 -07:00
Nick Vance
fb80880041 Added Captain and Church Promos (#267)
* Added Captain and Church Pomos
2019-09-14 15:12:34 -07:00
Guillaume Collic
3a8f72a56a Fix cards list order for accents in expansion card (#264) 2019-07-29 15:02:18 -07:00
Paul Molodowitch
f17634b6dc brighten up night background banner (#260)
Even on the computer screen, text was hard to read
against the night background; when printed with small
fonts, was very difficult to make out. This brightens
it up slightly, to make it more legible.
2019-07-01 16:41:22 +02:00
Paul Molodowitch
c7558d59e9 Fix setNames intruding into dividers when back_offset_height given negative value (#262)
* consolidate code for drawing backsides
* drawSetNames: no need to calculate xPos / yPos per card
* Account for back_offset when calculating set name placement

Without this, if you had a negative back_offset_height (or
positive back_offset), it was possible to print set names that
would intrude onto the divider area on the backs

* draw setNames along side (left or bottom) with more space

This both provides more cushion, and makes it less likely that
location will change between front + back (due to back_offset_height)
2019-07-01 16:40:58 +02:00
Paul Molodowitch
3cf716d7fc add --exclude-expansion option (and test) (#257)
provides an easy way to include nearly all expansions, except for a select few
2019-06-02 15:16:59 -07:00
Paul Molodowitch
87a2835097 allow cost / set-icon to be displayed in body-top ONLY (#258)
previously, if you used, ie, "--cost=body-top", the cost would show in
the tab AND body-top.  Since the help text implies that the way to
accomplish this should be "--cost=tab --cost=body-top" (and because if you
put it in body-top, it's probably because you want to save space on the
tab)
2019-06-02 15:09:32 -07:00
Peter
b4619bc560
Some French translations (#255) 2019-05-24 11:14:34 -07:00
Peter
31a71447f0
precommit git hooks, rearrange package structure (#251)
* precommit hooks and changes because of these
* mv package into src dir
* add requirements file, clean up setup reqs, add precommit to CI
2019-05-23 16:17:30 -07:00
tcnuk
e859dc36ef Fix card typos. (#252)
* Fix card typos.
* Make spelling of Traveller self-consistent (and consistent with the game).
2019-05-04 08:27:51 -07:00
Peter Gorniak
b27162927c freeze pillow and reportlab versions 2019-04-03 17:05:50 -07:00
Peter Gorniak
231013c3da bump version 2019-04-03 16:46:50 -07:00
Wendel Voigt
088c3b633d Add only-type-any and only-type-all options (#241)
* Added only-type options
* added ci test for only-type options
2019-02-17 20:41:58 -08:00
Peter Gorniak
a796dc59bd exclude mypy cache 2019-02-16 20:05:07 -08:00
Wendel Voigt
1b11c94c43 Fix for tab left-align issue (#246)
* Fix for tab left-align issue
2019-02-16 13:27:08 -08:00
Peter
271ab73dc7
Dutch Empires (#244)
Added dutch translation of all empires event cards, some dutch languages fixes.
2019-02-16 13:26:16 -08:00
Wendel Voigt
8a975bc58b
Fix Travis failure 'is not' to != 2019-02-16 12:00:49 -06:00
Nick Vance
736154f805
Update README.md
removed space that broke translation instructions markdown link
2019-01-30 13:41:15 -08:00
Peter Gorniak
a3ebcc37cc fix release script 2019-01-11 11:13:50 -08:00
Peter Gorniak
160953d030 bump version 2019-01-05 15:09:39 -08:00
Wendel Voigt
7c4c010fba Refactor of draw.py (#150)
* Major refactor of draw.py
* Also addresses Issue #70, Issue #85, Issue #120, partial to Issue #6
* Make the label information more available so it can be picked up easier by the website frontend
* Add Avery Presta 94211 labels, label names
* Add tab-height to make easier calculations
* height is now the full height of the label.  tab-height is the portion used for the tab.
   (By doing this, adding labels is more intuitive and requires fewer calculations.)
* Fix for issue #239 The fix changes this to now include the original expansion in this case.  So now this results in the original expansion expansion being printed with the upgrade expansion cards included as well.
2019-01-01 20:55:35 -08:00
Peter Gorniak
1240b68c6c bump version 2018-12-02 14:11:27 -08:00
Wendel Voigt
8d6fc86699 Text and database fixes (#236)
* Text fixes
2018-12-02 14:10:19 -08:00
Wendel Voigt
0f0587ea32 Add generic label and blank tabs support (#224)
* Add generic label support
* add support for blank tabs
2018-11-26 13:49:26 -08:00
Peter
bd15b3eb68
German work from @GauGau2 (#233)
Lots of German translation work
2018-11-24 20:29:41 -08:00
Wendel Voigt
452bd09d4c fix missing group_top for Border Guard (#230) 2018-11-22 14:59:35 -08:00
Peter Gorniak
cba06a7d11 bump version 2018-11-17 15:18:13 -08:00
Wendel Voigt
4f5f1acb53 Renaissance (#215)
* Full Renaissance expansion support
2018-11-17 15:14:31 -08:00
Michael Welsh Duggan
d80c86a8f4 A couple of minor fixes (#221)
* Fix unmatched <para>.
* Mark string with unicode char as unicode. (Without this change, the \u00d7 remains as "\u00d7" in Python 2.7.)
2018-11-13 12:08:13 -08:00
Sumpfork
510309ff82 bump version 2018-11-10 09:57:05 -08:00
Peter
496f58c256
Black avery background (#217)
- add option to make background of the tabs black
2018-11-06 10:18:04 -08:00
Peter
c5618bacd2
Fix special card groups option for non en_us languages (#219)
* fix a bunch of formatting problems that only show up for combined card types in languages other than english
* add tests that actually perform generation during testing
2018-11-06 10:16:51 -08:00
Peter
d1e06b9b88
Nocturne and Dark Ages Translation Take II (#218)
* Nocturne and Dark Ages translation into German
2018-10-09 22:24:18 -07:00
Sumpfork
81541bbacf py3 fix for expansion dividers 2018-09-18 09:48:49 -07:00
Sumpfork
d87c18d236 fix some more missing German tags 2018-09-04 12:38:27 -07:00
Sumpfork
d113c7f769 fix some missing German tags 2018-09-04 11:26:46 -07:00
Sumpfork
20854077c0 bump version 2018-09-02 22:05:43 -07:00
Sumpfork
b2c4851b68 return bytes, not BytesIO object for preview 2018-08-10 13:27:37 -07:00
Sumpfork
88690e0150 README cleanup, linke to usage info 2018-08-10 11:28:14 -07:00
Peter
8024da5696
use io to support python2+3; some minor other cleanup (#211) 2018-08-10 11:14:36 -07:00