Commit Graph

1513 Commits

Author SHA1 Message Date
twanvl d12e0838a2 compatibility with wxWdigets 2.9+: work around a bug in wx 2.9.1 (should be fixed in newer releases)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1531 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-07 21:06:26 +00:00
twanvl e6884e0db3 compatibility with wxWdigets 2.9+: Vector2D::operator *(int) to prevent ambiguous conversion errors
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1530 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-07 21:05:49 +00:00
twanvl 6f922eac7d compatibility with wxWdigets 2.9+: SetLogicalFunction takes wxRasterOperationMode instead of int
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1529 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-07 21:05:00 +00:00
twanvl 65cde6c8f3 compatibility with wxWdigets 2.9+: use wxString::const_iterator instead of raw Char*
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1528 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-07 21:04:11 +00:00
twanvl 3562891b42 compatibility with wxWdigets 2.9+: there is now a built in wxString::FromUTF8 function, use it
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1527 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-07 21:02:55 +00:00
twanvl 195a318001 compatibility with wxWdigets 2.9+: use wxString::const_iterator instead of raw Char*
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1526 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-07 21:02:04 +00:00
twanvl aaca63cc0f compatibility with wxWdigets 2.9+: wxString::c_str now returns an object instead of a Char*, use cast to force conversion.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1525 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-12-07 21:01:02 +00:00
twanvl 418a05d636 Fix error introduced in r1465: in single line text box, no lines were generated (which led to a crash), or text was scaled down when this was not intended.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1524 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-16 19:29:57 +00:00
twanvl 9735e24517 Added a panel showing profiler timings
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1523 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-13 21:35:30 +00:00
twanvl 7bcb045668 Use wxPopupTransientWindow for drop down lists
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1522 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-13 19:09:31 +00:00
twanvl 72db41b66a (newline style)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1521 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-12 20:36:31 +00:00
twanvl adeee89f0d bufgix: with newer version of wxWidgets (2.8), image slice dialog was crashing because events were being sent before the initialization was complete.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1520 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-12 20:36:07 +00:00
twanvl bcc582f912 added 'file_modified_time' function, which should be faster than using wxFileName
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1519 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-03 16:47:38 +00:00
twanvl 4ee33c28f9 added "search for cards", removed old style pack generation
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1518 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-03 16:27:06 +00:00
twanvl 2f7d95af9c No longer using namespace boost,
doing that lead to conflicts in new compilers, because both boost and std contain a shared_ptr type.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1517 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-03 16:16:28 +00:00
twanvl a3973deb0d fix: Fix error in vc9: some stupid library defined 'near'
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1516 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-03 15:48:24 +00:00
twanvl 82cec415e4 svn:ignore some stuff
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1515 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-03 15:41:27 +00:00
twanvl 5beaa1cb67 MSVC project files no use version 9 (aka 2008) instead of 7.1 (aka 2003).
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1514 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-03 15:40:11 +00:00
twanvl 3def657642 comment
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1513 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-03 15:38:20 +00:00
twanvl 13a051b967 Fix error in vc9: don't index outside vector
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1512 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-03 15:28:12 +00:00
twanvl 75f73db8a9 Fix error in vc9: use _wassert instead of _assert, the latter no longer exists.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1511 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-03 15:27:40 +00:00
twanvl 9b438daf41 Fix error in vc9: use _wassert instead of _assert, the latter no longer exists.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1510 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-02 13:51:07 +00:00
twanvl 62a4bb7718 Fix error in vc9: don't include manifest, newer versions of msvs do this automatically, which leads to conflicts
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1509 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-02 13:49:37 +00:00
twanvl ca7ade0cfd Fix error in vc9: use _wassert instead of _assert, the latter no longer exists.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1508 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-02 13:42:31 +00:00
twanvl cc43ea3940 Fix error in vc9: universal-character-name encountered in source
Changed unicode literals from '\u1234' to '\x1234'. Hopefully this doesn't break the build for other compilers.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1507 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-10-02 13:39:33 +00:00
coppro 285fed3dbd Fix some overload issues with wxWidgets.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1506 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-30 21:44:17 +00:00
pichoro 38a3a48a67 New Scars of Mirrodin watermarks.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1505 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-27 19:17:09 +00:00
pichoro abdafbc73a Another new Scars of Mirrodin keyword.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1504 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-27 19:03:43 +00:00
pichoro 5196a25fc3 New Scars of Mirrodin keyword revealed.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1503 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-20 01:38:18 +00:00
pichoro af4a13ce96 Fixing type statistics in Magic - had a minor error.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1502 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-15 02:15:52 +00:00
pichoro 1bd866268c Setting svn:eol to "native" for templates I added or messed up.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1501 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-15 01:31:38 +00:00
pichoro cf789a1886 Magic Archenemy Scheme cards template, with forum spoiler exporter.
Yay 1500!

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1500 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 18:14:35 +00:00
pichoro ea033c0162 Rise of the Eldrazi Leveler templates for Magic.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1499 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 18:12:20 +00:00
pichoro 82bf137448 Rise of the Eldrazi clear colorless templates for Magic.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1498 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 18:10:51 +00:00
pichoro 1a05c0147a 4 Ability Planeswalkers for Magic.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1497 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 18:09:44 +00:00
pichoro 9ed652ea9f Forum formatted text spoiler exporter templates for Magic, Vanguard, Planechase and Yu-Gi-Oh.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1496 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 18:08:19 +00:00
pichoro 891af1dcd6 New update by Coppro to give more control over frame color in flips for both flip styles.
New update mostly by Art_Freak to allow combining two images to make a composite in magic-new-flip.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1495 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 18:00:20 +00:00
pichoro 6a615bb47e Changes to Magic:
Big keyword update.
Update to allow new flip card technology.
Update to allow 4-ability planeswalkers, textless lands, and levelers.
More statistics that are related to card type.
Custom subtype tracking for all card types.
Planeswalker types included.
Creature type updates.
New symbol variation for set symbol watermarks; more like what appears on real cards.
Updated card sorting.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1494 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 17:55:51 +00:00
pichoro 7f1197e2a3 Land frames for Modern Tokens.
Fewer p/t box images needed.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1493 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 17:34:15 +00:00
pichoro 062fed5c52 New colored lands for planeshifted style.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1492 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 17:29:24 +00:00
pichoro ab2df4c973 New 0-cost loyalty "arrow" for planeswalkers.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1491 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 17:26:34 +00:00
pichoro dad794ff59 New position hints for various Magic styles. This is to rearrange and reorganize list of styles - it was quite disorganized.
These styles have no other changes.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1490 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-14 17:21:58 +00:00
pichoro b24f3e359f Changes to Magic Planechase:
New card back for card-sample in game.
Improved stats package.
Big keyword update.
Improved list of Planes.
Better allowances for custom card types.
Standard style is now much larger, reflecting that it is larger than regular Magic cards.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1489 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-13 22:42:27 +00:00
pichoro 68be0ff2af Changes to Vanguard:
Better stats package.
Correct card back as card-sample in list of games.
Big keyword update.
General cleaning up of style.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1488 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-13 22:28:25 +00:00
pichoro da01c308d6 More VS changes:
Moving "~ to CARDNAME" into auto replace file.
Automatic symbolization of new official affiliations in new styles.
Typeline symbols and watermarks for new official affiliations.
Now showing statistics for frame type. (seems useful)
In Alter and Oversize styles, calling background image more directly instead of having every frame choice point to it.
Ditching an unused card-sample.jpg from oversize style.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1487 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-13 22:19:51 +00:00
pichoro 352b5f48bf Lots of new VS affiliation symbols - some official, others not so much.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1486 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-13 21:53:28 +00:00
pichoro f02b2ff0e0 Removing repetitive image from vs-standard-arrow.mse-symbol-font.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1485 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-13 21:49:17 +00:00
twanvl 50a26e4c76 * find_i function for case insensitive searching
* card::contains uses case insensitive find
* Added card::contains_words for quick search, which searches for each word separately

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1484 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-04 22:33:20 +00:00
twanvl be922940a2 Added a "quick search" box for filtering the card list
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1483 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-04 21:52:26 +00:00
twanvl 4532fade77 Removed old random pack code. It was already disabled by the USE_NEW_PACK_SYSTEM flag.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1482 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-04 15:48:42 +00:00