24 Commits

Author SHA1 Message Date
Peter
724a720db3
Replace #282 (--exclude-projects) (#297)
* transfer #282

* Travis build: 1104
2020-02-23 22:15:53 -08:00
Peter
ad2a66a4c9
replacement for PR #278 (#291) 2020-01-04 15:50:09 -08:00
Peter
6b4812c343
replacement for PR 281 (#290) 2020-01-04 15:49:23 -08:00
Peter
020f259919
replacement for PR #285 (#289)
* replacement for PR #285
2020-01-04 15:48:22 -08:00
Peter
3030de41e0
replacement for PR #287 (#288)
* replacement for PR #287
2020-01-04 15:46:53 -08:00
Travis CI
067fa64bea Travis build: 1087 2020-01-04 23:36:14 +00:00
Travis CI
3e7c0e1287 Travis build: 1084 2020-01-04 23:34:14 +00:00
Peter
69c0a66868
Change card db handling (#286)
* reorganize card db, add doit file
* make card_db_src a true source by removing untranslated entries, removing the untranslated field
* turn update language script into a better compiler
* move tools into submodule
* remove language db comparison test; add travis compile and check-in of card db
Co-authored-by: Nick Vance <nickv2002@users.noreply.github.com>
2020-01-04 15:26:51 -08:00
Travis CI
6fd593f1b6 Travis build: 1076 2020-01-04 23:20:18 +00:00
Travis CI
d354033361 Travis build: 1067 2020-01-04 23:09:43 +00:00
Travis CI
ba93ee2f95 Travis build: 1060 2019-12-31 01:21:41 +00:00
Peter
b951c594db
Switch version management to use setuptools_scm (#283)
* use setuptools_scm
* update requirements
2019-12-07 21:00:34 -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
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
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