Commit Graph

395 Commits

Author SHA1 Message Date
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
pichoro a25c4c2364 Mana costs for magic-textless work now.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@951 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 18:37:13 +00:00
pichoro 8847557053 Updated mana_sort_guild script for Vanguard.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@948 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 05:44:02 +00:00
pichoro 124397aa4d New converted mana cost scripting for Vanguard.
Easier colored_mana scripting in keyword system for Magic and Vanguard.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@947 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 05:42:39 +00:00
twanvl b1a95d09ec I will leave the Japanese locale alone
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@937 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 16:03:03 +00:00
twanvl b62464e361 Fixed locale warnings for spanish, french, italian
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@936 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 15:58:59 +00:00
twanvl 0e00cefdb9 Softer colors in graphs, the border of bars etc. is now lerp(black,fill,0.5) instead of just pure black.
Also tweaked the magic card_color graph colors a bit

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@935 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 14:23:45 +00:00
twanvl 9f36a39193 Changed "add card" shortcut to Ctrl+Enter
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@933 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 01:38:55 +00:00
twanvl 5b47f6f498 Improved position reporting of script errors
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@931 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 01:07:45 +00:00
twanvl 4baf647b83 fixed: mana_sort_quild was copying tap/untap symbols
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@926 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 00:02:38 +00:00
pichoro bcfc87def5 Updated French translation.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@921 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 22:23:10 +00:00
twanvl d147ddc363 Converted mana cost script now works with 2/C costs.
A mana cost of "31/2" is now broken up as "3","1/2".

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@920 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 22:13:00 +00:00
pichoro aecfd364bb Actual working Spanish translation.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@919 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 22:04:17 +00:00
pichoro 072d686044 Possibly fixed Spanish translation. Might be still be incorrect translations.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@917 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 21:02:36 +00:00
twanvl 78e154c481 Added toolbar and menu for switching between graph layouts
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@914 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 20:15:21 +00:00
twanvl 7a38986171 Installing and removing packages from an installer now WORKS
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@908 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 16:42:15 +00:00
pichoro 89a9a79950 Improved (but still rough) Planeswalker masking.
Changed installer group for Vs-new; allows for grouping with extended art Vs-new.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@901 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 23:05:56 +00:00
twanvl 6bd0d36618 Fixed warnings in es and fr locales
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@900 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 20:58:59 +00:00
twanvl 19f93f9596 The language code for Spanish is "es", as in Español
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@899 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 20:15:47 +00:00
twanvl 8a9b62c16e goodbye ugly spanish flag
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@898 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 20:12:34 +00:00
twanvl 3df09bd401 better flag images and installer groups for the locales.
Flag images are from famfamfam

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@897 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 20:08:43 +00:00
twanvl f1d0c1288a dependencies in shorthand syntax
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@896 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 20:07:21 +00:00
twanvl 03cc925b67 Fixed warnings about locale
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@895 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 20:06:20 +00:00
pichoro 6de54b34fd Fixing more official VS-new symbol-font errors.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@887 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-26 02:13:28 +00:00
pichoro a1edaf164e Fixing an error in Official VS-New Symbol-font.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@886 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-26 02:09:29 +00:00
pichoro d3453f0939 Fixing Yu-Gi-Oh symbol-font installer group.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@885 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-25 22:15:55 +00:00
pichoro c1e72640c1 Editable copyright lines for Magic.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@884 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-25 20:51:31 +00:00
pichoro 0a97cc61b4 Better Yu-Gi-Oh synchro frame; thanks to Buttock1234.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@880 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-25 04:41:10 +00:00
pichoro 7c2375465e No, really. No more accidental artifact_blends in magic-future-common.mse-include.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@879 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-23 21:11:53 +00:00