Commit Graph

2081 Commits

Author SHA1 Message Date
GenevensiS eedcd61152 fix typeline print bug 2024-09-16 09:02:16 +02:00
GenevensiS 4767332060 add configuration select image to readme (#85)
Make this step more explicit.
If you forget this step, it looks exactly like the bug mentioned where wxwidgets is installed but not detected by FindwxWidgets.cmake, which is very confusing.
2024-08-30 16:46:09 -04:00
Brendan Hagan bd875779f5 fix: update blend functions to respect alpha channel (fixes #82) (#83)
* fix: update linear_blend to respect alpha channel

* fix: update masked_blend to respect alpha channel

Unclear if this is the right implementation.

* misc: remove unnecessary fixed declaration

* misc: update mask_blend

* update changes.md

* misc: fix typo in changes.md
2024-08-23 19:49:56 -04:00
Carl Miller, Jr ddd49b50d7 Backporting changes from BaconCatBug's fork (#76)
* Fix CMakeLists, Update Readme and package.ps1

Fixed CMakeLists to allow for static complilation/workaround for broken Hunspell Upped version number to 2.5.0

Updated Readme to include corrected compilation instructions for Visual Studio and Workarounds.

Updated package.ps1 to include the cli executable in the dist zips and upped the version number to 2.5.0

* Update README.md

* Update package.ps1

* Update package.ps1

* Update CHANGES.md

* Update preferences_window.cpp

* Update README.md

* add FreeBSD build instructions

---------

Co-authored-by: BaconCatBug <BaconCatBug@users.noreply.github.com>
2024-06-04 22:53:00 -04:00
Brendan Hagan 2795327f22 misc: increase stats column width by 50% (fixes #71) (#72)
This isn't a great solution since it's still just a static number, but it does at least improve the situation a bit for now.
2024-04-29 13:47:57 -04:00
BaconCatBug 862907cf5b Update CMakeLists.txt to allow for static compilation | Update Readme.md | Update package.ps1 (#74)
* Fix CMakeLists, Update Readme and package.ps1

Fixed CMakeLists to allow for static complilation/workaround for broken Hunspell Upped version number to 2.5.0

Updated Readme to include corrected compilation instructions for Visual Studio and Workarounds.

Updated package.ps1 to include the cli executable in the dist zips and upped the version number to 2.5.0

* Update README.md

* Update package.ps1

* Update package.ps1

* Update CHANGES.md

* Update preferences_window.cpp

* Update README.md
2024-04-29 13:47:19 -04:00
Brendan Hagan ad6d40df4c fix: correct localization of strings on Print window 2024-02-12 23:21:40 -05:00
Brendan Hagan cb8551c4ac misc: update changes 2024-02-12 23:02:20 -05:00
Brendan Hagan 509438a49d misc: expand image file selector choices (fixes #62) (#70) 2024-02-12 22:08:16 -05:00
Brendan Hagan eff4724685 Merge pull request #69 from haganbmj/locale-files
misc: re-add locale files
2024-02-12 21:48:26 -05:00
Brendan Hagan 5da4ff4423 misc: add build script 2024-02-12 21:44:54 -05:00
Brendan Hagan 70153424f7 misc: update locale file from Full-Magic-Pack 2024-02-12 21:44:22 -05:00
Brendan Hagan 19b4bb3b71 misc: restore locale files 2024-02-12 20:38:15 -05:00
Carl Miller, Jr b566962bb3 Add plist and icons (#68)
* initial commit

* forgot to add plist and icons

---------

Co-authored-by: Carl Miller Jr <halian@Fireblade.local>
2024-02-12 11:20:02 -05:00
Carl Miller, Jr 1f247a855f Adding Mac OS build functionality (#67)
Co-authored-by: Carl Miller Jr <halian@Fireblade.local>
2024-02-07 21:40:35 -05:00
Brendan Hagan f97a82a837 Merge pull request #58 from llemoi/message_queue_ordering_fix
Fix the cross-thread message queue to actually act as a queue, not a stack
2023-01-14 21:16:10 -05:00
Luke Le Moignan 4d6954eaa8 Fix the cross-thread message queue to actually act as a queue, not a stack 2022-12-31 10:01:33 +00:00
Brendan Hagan 2770b07668 misc: code formatting + readme update 2022-12-30 22:12:44 -05:00
Brendan Hagan e4cf30cc5b Merge pull request #57 from llemoi/keyword_filter_crash_fix
Fixed crash when 0 keywords match filter string in keyword panel
2022-12-30 22:04:59 -05:00
Brendan Hagan 1e69dcfeed Merge pull request #54 from llemoi/control_scrolling_fix
Fixed scrolled widgets not scrolling fully (or at all)
2022-12-30 22:01:51 -05:00
Luke Le Moignan 1b88d905b1 Fix crash when nonexistent string entered when filtering keywords 2022-12-29 02:02:03 +00:00
Luke Le Moignan 1444defc03 Fixed scrolled widgets not scrolling fully (or at all) 2022-12-27 13:12:17 +00:00
Brendan Hagan 4c9e6fc735 release: 2.4.0 2022-11-19 20:19:14 -05:00
Brendan Hagan 5d18de54d0 docs: change log updates 2022-11-18 22:15:50 -05:00
Brendan Hagan 8d78a66517 Merge pull request #53 from haganbmj/export_subdirectories
export scripts can write to subdirectories
2022-11-18 22:12:02 -05:00
Brendan Hagan 20d145d380 Merge pull request #52 from haganbmj/script_to_date
Script: to_date accepts "now" as an argument
2022-11-18 22:11:29 -05:00
Brendan Hagan 5ba9a33e18 misc: make export directory creation recursive 2022-11-18 21:58:33 -05:00
Djack Donovan d9f79ef99b export scripts can write to subdirectories
Allow export scripts to write files to new subdirectories
2022-11-18 21:52:49 -05:00
Djack Donovan d1bac74eb9 Script: to_date accepts "now" as an argument
indentation fix
2022-11-18 21:40:12 -05:00
Brendan Hagan 46ab8870d1 docs: change log updates 2022-11-18 21:29:48 -05:00
Brendan Hagan e39d1de255 Merge pull request #51 from haganbmj/apply-from-forks
Add Language selector to Welcome Window
2022-11-18 21:28:07 -05:00
Brendan Hagan d52a147133 misc: cleanup welcome window changes 2022-11-18 21:27:00 -05:00
Brendan Hagan ff96831cf1 change WelcomeWindow's UI
https://github.com/247321453/MagicSetEditor2Ex/commit/72e58c1825c1ad67369c8a17783ffd937a037c32
2022-11-18 21:12:45 -05:00
Brendan Hagan e951aed2a8 WelcomeWindow append change language
https://github.com/247321453/MagicSetEditor2Ex/commit/4f80e9ff54c817875356a18f8c79dd70ff0a67fd
2022-11-18 21:11:07 -05:00
Brendan Hagan ec98048c26 misc: export options window formatting 2022-11-18 21:08:29 -05:00
Brendan Hagan 3c64d25cf6 Merge pull request #50 from halian/master
Fix build errors on Mac OS X+
2022-11-18 20:36:08 -05:00
Brendan Hagan cd2c1351f6 misc: changelog for 2.3.2 2022-09-14 21:45:16 -04:00
Brendan Hagan 268527e1c0 Merge pull request #49 from haganbmj/spanish-locale
feat: add updated spanish locale
2022-08-30 20:32:52 -04:00
Brendan Hagan 073f0d8e1e feat: add updated spanish locale
Compliments of nachoman on the MSE Forum: https://magicseteditor.boards.net/post/43734/thread
2022-08-30 20:04:16 -04:00
Brendan Hagan f83a52dddc Merge pull request #34 from haganbmj/dfc_images
feat: script functions for generating and manipulating card images
2022-08-15 19:50:08 -04:00
Brendan Hagan 4a606474c4 misc: disable update checking on startup 2022-08-14 17:27:19 -04:00
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