twanvl
2d2c434bd8
Generated packs can now be selected for printing.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1107 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 21:35:38 +00:00
pichoro
d77b2745f4
Improved pack structure for Magic to deal with tokens/rulestips.
...
Added rudimentary pack structures for Vanguard, VS System, and Yu-Gi-Oh.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1104 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 18:53:11 +00:00
twanvl
d3e2ffd370
Ctrl+Enter is the add card/keyword shortcut
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1102 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 18:36:37 +00:00
twanvl
893547aff2
Locale now sneakily also recognizes lines marked as #_ADD
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1101 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 18:25:47 +00:00
twanvl
384671b36c
First stage locale fixing: Mark things to ADD
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1100 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 17:47:30 +00:00
twanvl
5baabc33d4
also whine about 'mse version' declaration in locales.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1098 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 16:39:55 +00:00
artfreakwiu
1c6d36b820
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1095 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 06:21:59 +00:00
pichoro
58fecee751
Bumping versions of Magic templates that were edited.
...
Removed extra dependancy from Magic export template.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1094 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 05:21:46 +00:00
pichoro
35b0c75587
0.3.7 Update for VS System.
...
- Updated statistics.
- No more auto-bolding of lowercase keywords.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1093 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 03:10:53 +00:00
pichoro
1cab0e7c15
0.3.7 Update for Vanguard.
...
- Upgraded Statistics.
- Scripts refurbished based on latest Magic scripts.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1092 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-08 03:09:16 +00:00
twanvl
e4d2df4827
Separate card numbers for tokens
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1089 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-07 20:52:15 +00:00
twanvl
efcf445878
The card shape depends on the stylesheet
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1088 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-07 20:50:35 +00:00
twanvl
2ced942d47
Fixed error in planeswalker template and added style panel icons
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1084 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-07 16:27:48 +00:00
twanvl
d98812673d
Added some icons for fields on the style panel
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1081 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-07 02:43:06 +00:00
twanvl
2c6c6645f7
Lower case keywords are now recognized, but only if all parameters are given.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1078 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-07 01:01:51 +00:00
twanvl
c2182c1421
Fixed pack item for basic lands
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1075 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-07 00:22:01 +00:00
twanvl
04d811c96e
slightly different stats icons for creature race and class
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1074 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-06 21:33:06 +00:00
twanvl
2b3bae9549
The magic game file was getting way too long, so I split it into several files.
...
As a bonus the keywords and perhaps other reusable parts can now be used by vanguard with "include file: /magic.mse-game/keywords".
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1073 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-06 16:18:33 +00:00
twanvl
6c782bb033
Changed the way the FilteredCardList on the stats panel selects cards:
...
used to: by running scripts on cards and comparing to string value of selected group
now: by keeping a list of group_ids for all cards, and comparing indices
Added 'bin size' attribute for making a histogram of numeric axes.
Added 'Text length' statistic.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1071 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-05 23:13:26 +00:00
pichoro
0ebf7cc1f1
Undid previous change of better token sorting for Magic; was causing big problems.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1062 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-05 16:48:18 +00:00
pichoro
c827d5e73c
Vanguard wanted an update to catch up to Magic.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1061 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-05 06:27:33 +00:00
pichoro
1751aebb7c
No more style defined Mythic Rare for magic-new-flip.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1060 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-05 06:27:00 +00:00
pichoro
0961e36b99
More realistic token sorting for Magic.
...
Better legend name filter for Magic.
Version bumps for symbol-fonts.
Last of Eventide update (keywords and creature types).
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1059 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-05 05:06:11 +00:00
twanvl
48f1315cda
pack totals on random pack panel
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1047 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-04 13:52:32 +00:00
twanvl
04a040dc29
random pack generation works
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1045 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-04 01:38:46 +00:00
twanvl
95b5fa67a2
- Added SetWindow::setControlStatusText function for setting the status text of child controls, since wx lacks a feature for doing it automatically.
...
- RandomPackPanel's spin controls are cleaned up when the set is reloaded
- to_int script function now converts empty string: to_int("") == 0
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1042 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-03 20:01:59 +00:00
twanvl
063a2df8d7
Mana costs like 123/C are now parsed as {12}{3/C} instead of {123/C}. The reasoning is that a cost of {10/C} or more is very unbalanced, so you want that.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1041 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-03 19:02:07 +00:00
twanvl
9b16e15c57
Added stats dimension for the card's stylesheet
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1039 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-03 02:39:27 +00:00
pichoro
4e55f0a208
Corrected some errors in Simplified Chinese translation. Still only up to date as of 0.3.6b.
...
Added German translation. Also only up to date as of 0.3.6b.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1030 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-07-24 23:52:06 +00:00
pichoro
4a8c4ba14b
Fixed an error in Vs-Standard-New.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1027 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-07-20 22:45:24 +00:00
pichoro
a70d9370a3
Fixed an error in Vanguard style when printing or doing print preview.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1026 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-07-20 22:42:04 +00:00
pichoro
2d91d4dc18
Colored lands for Magic-New-Flip.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1025 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-07-15 23:27:08 +00:00
twanvl
8881eef42d
Changed Pack structures
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1021 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-07-11 17:07:51 +00:00
twanvl
9073764a62
documented new script functions
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1015 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-07-09 16:28:46 +00:00
pichoro
69fed99633
New saturated multicolor and dark artifacts for magic-new-flip, magic-new-split, magic-new-promo, and magic-extended-art styles.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1012 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-30 20:07:59 +00:00
twanvl
fe2e3fb9c8
Be more strict about type conversion:
...
* numbers are no longer auto converted to booleans, use to_boolean or != 0
* booleans are no longer auto converted to numbers, use to_int
* strings will soon no longer be auto converted to numbers, use to_int
Added version information ("since 0.3.7") to documentation
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1006 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-28 13:34:57 +00:00
pichoro
16dcf5bf42
Better Japanese translation by Admonisher.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1004 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-25 21:13:13 +00:00
pichoro
9c5c3de62a
New affiliation symbols for VS.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1000 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-24 03:00:48 +00:00
pichoro
8946d7b022
Adding shrink-overflow to VS name.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@999 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-24 00:39:48 +00:00
twanvl
07966001ff
Translate image slice window with locale
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@982 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-18 14:37:04 +00:00
pichoro
72864e91cb
Simplified Chinese translation.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@980 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-16 04:10:29 +00:00
pichoro
5ae7f6b3ab
Adjusted artbox for magic-old-split.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@975 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-05 17:48:44 +00:00
twanvl
96a13f6101
Some more stuff on the random pack panel.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@974 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-04 22:51:21 +00:00
twanvl
fab664634b
Fixed: 10/C and higher mana symbols do not work.
...
Regex was incorrect, was "([XYZ0-9])+/W" should be "([XYZ0-9]+)/W"
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@973 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-04 22:41:45 +00:00
pichoro
488ea49d64
Repaired Japanese locale. No guarantee of accuracy; no errors though. Only updated to point of 0.3.6b release.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@972 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-04 06:13:17 +00:00
twanvl
83a0315211
All package specific locales are now under the 'package' key in locale files. Wildcards in package names are supported.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@971 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-04 00:57:29 +00:00
pichoro
03cfd6bb79
Fixed image mask for magic-new-planeswalker.
...
Fixed "legendname" error involving AE character.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@962 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-03 04:08:44 +00:00
pichoro
d2464a0736
Fixing mana font size mistakes dealing with both guild hybrids and #/C hybrids.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@959 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 22:31:14 +00:00
pichoro
1d79ab21bf
Moving typeline for magic-old up 1 pixel.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@957 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 22:19:58 +00:00
pichoro
c7dadbcab4
Mythic rares for Magic. This is an approximation, not a final version.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@956 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 22:09:46 +00:00