It is currently 16 Apr 2024, 16:47
   
Text Size

Mtgdb.Gui: search MTG cards, build decks, manage collection

New decks and cards for Stainless Games' release

Moderator: CCGHQ Admins

Mtgdb.Gui v1.3.5.33

Postby hidalgo » 20 May 2017, 01:01

* Fixed highlighting word parts in search result that actually do not match search because of wildcards
* Fixed application startup crash in v1.35.5.32 - if you upgraded to 1.3.5.32 run executable from any prior version e.g bin\v1.3.5.31\Mtgdb.Gui.exe to upgrade to v1.3.5.33
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 20 May 2017, 07:25

great new - i'm not facing the error after 1.3.5.33 ( even replace json file, ver 30,31 still get the same problem )
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby hidalgo » 20 May 2017, 07:41

aidscoi168 wrote:great new - i'm not facing the error after 1.3.5.33 ( even replace json file, ver 30,31 still get the same problem )
Great to hear this!

By the way I was remembering you today when accedently found an artwork zooming some random card when testing new search. Artworks are such a pleasure to an eye, it was really a great idea, adiscoi! The beauty is going to save the world :)
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Mtgdb.Gui.v1.3.5.35

Postby hidalgo » 20 May 2017, 08:44

Changed the way wildcard search results are highlighted
Now whe searching s??????????n the entire word Subterranean will be higlighted.
Previously only starting and traling would be highlighted: Subterranean
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 20 May 2017, 09:01

i love the artworks of Mtg so much, some artist render in realistic way that make the game become real to me ( i'm blue mage type LOL ). Thanks you for help me share the love to other mtg player.
ps : still waiting one day we can have a movie about magic, the worlds are so good, also other designs.
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Mtgdb.Gui v1.3.5.36

Postby hidalgo » 20 May 2017, 12:44

Further improved wildcard term higlighting.
query s??????????n results in whole 'Subterranean' highlighted with
'S' and 'n' emphasized so they can be visually distinguished from the rest of the word.
Attachments
wildcard-highlight.jpg
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Mtgdb.Gui v1.3.5.37

Postby hidalgo » 21 May 2017, 02:56

  • Considered Lucene syntax escaping\unescaping when higlighting search result and selecting intellisense value
  • Increased intellisense recall to make it more fuzzy like it was before using Lucene.
    NOTE: As a consequence when first running this version full-text index is rebuilt (partially).
Last edited by hidalgo on 22 May 2017, 22:20, edited 1 time in total.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Mtgdb.Gui v1.3.6.0 Side deck

Postby hidalgo » 22 May 2017, 22:18

Side deck supported, as promised :)
sideboard.jpg


  • Use main deck/sideboard tab headers to switch between deck areas
  • Drag the card to a desired deck tab header to change deck area before dropping
Last edited by hidalgo on 25 May 2017, 08:53, edited 1 time in total.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Mtgdb.Gui v1.3.6.1

Postby hidalgo » 23 May 2017, 16:45

Syntax highlighting in search text
Syntax.jpg
Last edited by hidalgo on 25 May 2017, 12:04, edited 3 times in total.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 23 May 2017, 18:28

Hi, i found my history file is almost 100mb, i'm not afraid of HDD space for this file but want to know what make it that large and you said the infomation of collection also store in this file and all other files of other tabs. Can we split infomation of collection into a file separate from these history files and take control of how many step Mtgdb.Gui store the history log to limit the file size ?
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby hidalgo » 24 May 2017, 01:48

aidscoi168 wrote:Can we split infomation of collection into a file separate from these history
Good question. I will think how to undo\redo for adding\removing to collection in case when it's history is separated.

aidscoi168 wrote:and take control of how many step Mtgdb.Gui store the history log
You are right. 100 MB is too much, I think this huge size makes startup, undo and redo too slow. I will put a setting into config to control how many undo's are allowed.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Mtgdb.Gui v1.3.6.2

Postby hidalgo » 25 May 2017, 11:14

  • Limiting Undo/redo history depth saved to file
    • The change only affects possibility of undo/redo after restarting. While using the program the undo/redo possibility is not limited in depth.
    • The amount of saved actions is limited by a setting <Undo MaxDepth="1000" /> in configuration file etc\Mtgdb.Gui.xml
    • After restarting you will not be able to do more than 1000 (or other number specified in config) undo or redo actions saved before you restarted the program
    • The formatting of history file is slightly changed to reduce it's size.
  • Decreased delay of showing tooltip when hovering on text in search result.
  • Not showing tooltip with all card information when hovering on card image.
  • Added 'donate' button in form header.
Last edited by hidalgo on 03 Jun 2017, 21:12, edited 1 time in total.
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Mtgdb.Gui v1.3.6.3

Postby hidalgo » 26 May 2017, 21:07

  • Fixed crash on loading most recent cards data from mtgjson.com due to Loyalty 'X' instead of number
  • Rebuilding full-text index after updating AllSets-x.json from Update window
  • Showing progress when rebuilding full-text index
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

DotP 2014 Deck Builder v1.5.0.3 - added Forge deck format

Postby hidalgo » 31 May 2017, 16:55

aidscoi168 wrote:Do you think we can combine the app with DotP 2014 Deck Builder and the Communitywad mod database ( the huge mod for Duels of planewalkers 2014 ) to export desk support Communitywad ? Lot of member in this forum using it along with Xmage, Forge ..ect. the deck file for deskbuilder also xml file and get other infomations from wad file, edit some element before export to wad deck file. Do you think we can combine 2 apps, Mtgdb.Gui help Deskbuilder find the cards then user just open that file to export to wad ?
Posted here a modified version of Riiak's DotP 2014 Deck Builder to allow saving/loading deck in Forge format which you can edit in Mtgdb.Gui
dotpdeckbuilder-forge.jpg
User avatar
hidalgo
 
Posts: 354
Joined: 17 Oct 2016, 21:51
Location: Russia, Moscow
Has thanked: 58 times
Been thanked: 80 times

Re: Mtgdb.Gui - Windows app to search MTG cards and build de

Postby aidscoi168 » 01 Jun 2017, 00:04

Don't even expect that you still keep my idea about help Deck Builder working with Mtgdb.Gui ( like the idea about image/artwork downloader haha ). i've test the other way that open Forge deck create by Mtgdb.Gui in deck builder ( the new one by you ) and it working good, if the mod community can manage to have just 1 version of each card ( the best one ) and success in code all cards ( i will test with some impossible card atm to see if deckbuilder confuse with the cardlist or not ) then the flow between 2 apps is really good. You are the hero !!
aidscoi168
 
Posts: 211
Joined: 31 Dec 2016, 17:49
Has thanked: 58 times
Been thanked: 28 times

PreviousNext

Return to Magic: The Gathering - Duels of the Planeswalkers

Who is online

Users browsing this forum: No registered users and 15 guests


Who is online

In total there are 15 users online :: 0 registered, 0 hidden and 15 guests (based on users active over the past 10 minutes)
Most users ever online was 4143 on 23 Jan 2024, 08:21

Users browsing this forum: No registered users and 15 guests

Login Form