Brendan Hagan
344dd90a8b
misc: change unsigned int cast
2022-08-14 17:18:39 -04:00
Brendan Hagan
6435055d53
feat: add card regions to declare image slice regions for DFCs
2022-08-13 23:58:28 -04:00
Brendan Hagan
05855b812a
feat: add ability to control zoom/angle on generated card image
2022-08-13 23:53:29 -04:00
Brendan Hagan
a1fda8c6cd
feat: barebones image width/height script functions
...
Ideally want a better way to make these properties or something.
2022-08-13 23:53:29 -04:00
Brendan Hagan
0b22b17153
feat: initial implementation for to_card_image() function ( closes #33 )
2022-08-13 23:53:29 -04:00
Brendan Hagan
6c5b6a0c4a
release: 2.3.1
2022-08-02 22:14:20 -04:00
Brendan Hagan
c608e485a8
Merge pull request #43 from haganbmj/localized-strings-wildcard
...
feat: restore locale level translations for other packages (fixes #41 )
2022-08-02 21:45:17 -04:00
Brendan Hagan
e0d9e84740
feat: restore locale level translations for other packages ( fixes #41 )
...
This is only a partial fix though, it basically restores the old behavior as a default. That doesn't help though with flipping the definitions to get stuff out of the UI Locale file though. So that'll have to come next for allowing wildcard resolutions to be done from the game(?) or maybe locale extension files?
2022-08-02 21:42:03 -04:00
Brendan Hagan
d72c7ff7e6
Merge pull request #40 from G-e-n-e-v-e-n-s-i-S/patch-1
...
Update French locale
2022-08-02 18:26:16 -04:00
GenevensiS
cfc2f0dc37
Update locale
2022-08-02 01:59:01 +02:00
Brendan Hagan
dd0ea53abf
Merge pull request #39 from haganbmj/locales
...
misc: re-add non-english locale files
2022-07-30 20:33:44 -04:00
Brendan Hagan
b5b4f9d2b4
misc: manually adjust remaining locales
...
The merge tool is pretty picky about line breaks and comments, so tried to just ensure they all matched.
2022-07-30 19:05:42 -04:00
Brendan Hagan
2f51c8ba4d
misc: merge in master, update translations, manually fix CH-S and JP
...
The rest still need work. There appears to be a bug with multi-line values on non-existent keys.
2022-07-29 23:57:05 -04:00
Brendan Hagan
f5ed18752e
Merge branch 'master' into locales
2022-07-29 23:15:34 -04:00
Brendan Hagan
27a015e2b7
misc: output from merge.pl locale script
...
perl merge.pl en ALL
This looks to be pretty messy though, I see some spots where it interrupted top level keys and some places where it didn't respect line breaks in a key's value.
2022-07-29 23:07:02 -04:00
Brendan Hagan
c000545202
fix: merge.pl locale tool for git usage
2022-07-29 23:05:45 -04:00
Brendan Hagan
5dfc9bcd43
release: 2.3.0
2022-07-29 22:43:17 -04:00
Brendan Hagan
4ff05097e9
Merge pull request #35 from haganbmj/unofficial-version-info
...
misc: define 2.3.0 version number + add unofficial suffix
2022-07-29 22:10:41 -04:00
Brendan Hagan
3ace171b82
misc: define 2.3.0 version number + add unofficial suffix
2022-07-29 22:06:29 -04:00
Brendan Hagan
06691649a8
Merge pull request #30 from haganbmj/underline_tag
...
feat: add support for text underlining (closes #29 )
2022-07-27 20:31:06 -04:00
Brendan Hagan
51925e9ca7
misc: changelog entry for underline
2022-07-27 20:28:10 -04:00
Brendan Hagan
e556403154
misc: adjust text formatting in tagged_string
2022-07-26 22:41:10 -04:00
Brendan Hagan
132d8d9351
feat: add underline to panels and export
2022-07-26 22:37:57 -04:00
Brendan Hagan
78227a30da
feat: add internal support for underlined text ( closes #29 )
2022-07-26 22:37:03 -04:00
Brendan Hagan
393923a292
Merge pull request #28 from haganbmj/unicode-character-entry
...
fix: correct unicode text entry behavior (fixes twanvl#121)
2022-07-22 00:02:49 -04:00
Brendan Hagan
0eed9aa777
fix: unicode text entry on set symbol editor
2022-07-21 17:11:49 -04:00
Brendan Hagan
2cf05f4c5e
misc: re-add locale files
2022-07-20 23:15:47 -04:00
Brendan Hagan
9f162fed1e
release: 2.2.2
2022-07-20 21:49:11 -04:00
Brendan Hagan
f6e8a8177b
fix: correct unicode text entry behavior (fixes twanvl#121)
...
GetKeyCode doesn't handle unicode, so it returns 0 for cyrillic (and other) characters, which was getting rejected as invalid input. I'm assuming this broke on some wxWidgets upgrade, as the MSE code for this hasn't changed in over a decade?
2022-07-20 21:44:40 -04:00
Brendan Hagan
b7b85cefe3
release: v2.2.1
2022-07-19 21:37:49 -04:00
Brendan Hagan
e0f5849a9c
misc: change default export_zoom to 100% ( fixes #26 )
2022-07-18 19:55:59 -04:00
Brendan Hagan
f3ab873eb7
Merge pull request #24 from haganbmj/add-cards-toolbar-fix
...
fix: Add Cards toolbar submenu initial load content (fixes twanvl#153)
2022-07-17 20:03:21 -04:00
Brendan Hagan
30b9919c82
fix: Add Cards toolbar submenu initial load content (fixes twanvl#153)
...
This commit is what broke it, but it did so while referencing some cross platform incompatibility. I hope the method done by this fix avoids that compatibility issue.
2022-07-17 02:00:52 -04:00
Brendan Hagan
54be634b86
release v2.2.0
2022-07-16 23:06:01 -04:00
Brendan Hagan
f72d622b70
misc: packaging script + bundled readme
2022-07-16 22:42:27 -04:00
Brendan Hagan
98006fc8d1
Merge pull request #23 from haganbmj/slice_margins
...
fix: correct computed sizes on slice window to properly display margins
2022-07-15 08:34:43 -04:00
Brendan Hagan
fabb6cc3f1
fix: correct computed sizes on slice window to properly display margins
...
The display size of the Output image was being computed using the available element size, which included margins and was leading to the bottom couple pixels being clipped. Correcting that to properly account for the actual image size.
2022-07-15 08:32:38 -04:00
Brendan Hagan
07c7ca464a
Merge pull request #20 from haganbmj/extra_card_fields
...
feat: expose extra_card and extra_card_style script accessible variables
2022-07-15 08:32:07 -04:00
Brendan Hagan
d1d63fb21f
misc: doc updates for exposed variables
2022-07-14 19:50:30 -04:00
Brendan Hagan
52a918be39
misc: remove extra_data function
2022-07-14 17:33:22 -04:00
Brendan Hagan
4f7fa585f7
feat: expose extra_card and extra_card_style script accessible variables
2022-07-14 17:30:45 -04:00
Brendan Hagan
42a973e6f7
misc: revert cmakeToolchain addition in CMakeSettings.json
2022-07-12 20:25:08 -04:00
Brendan Hagan
8994ac50b0
misc: revert installation instruction changes, modify readme formatting
2022-07-12 20:22:08 -04:00
Brendan Hagan
7186772af4
misc: update changes.md pr/issue references
2022-07-12 00:23:55 -04:00
Brendan Hagan
a8f8310c50
Merge pull request #18 from haganbmj/slice-multi-align
...
feat: more slice window alignment options
2022-07-12 00:18:41 -04:00
Brendan Hagan
a43920089d
feat: more slice window alignment options
2022-07-12 00:17:56 -04:00
Brendan Hagan
9f57081417
misc: re-ignore non-locale packages
...
These are covered in the Full-Magic-Pack and that's a much better place for them to live.
2022-07-11 22:21:35 -04:00
Brendan Hagan
03c8d13aa6
misc: use different format for console timestamp width
2022-07-10 21:28:30 -04:00
Brendan Hagan
538713f720
Merge pull request #16 from haganbmj/console_timestamps
...
feat: add timestamps to console messages
2022-07-10 17:26:05 -04:00
Brendan Hagan
5aeb08cb07
feat: add timestamps to console messages
2022-07-10 17:21:05 -04:00