Commit Graph

923 Commits

Author SHA1 Message Date
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 cdbcb184ae Default graph type should be bar
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@934 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 12:50:42 +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 336726b16b The keyword reminder text box now tries to run the script to see if it contains errors
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@932 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 01:29:13 +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 97ccf34dce Slightly more information on script errors in keyword reminder text
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@930 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 00:50:51 +00:00
twanvl 7845b9ef81 clipboard support on StylePanel
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@929 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 00:40:46 +00:00
twanvl 1bab5f609d Some more graph tweaks
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@928 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 00:31:57 +00:00
twanvl 17a43ec164 Use draw_text instead of text when making symbol images for HTML export
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@927 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 00:04:22 +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
twanvl 3287ace29d Fixed crash in cursor movement
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@925 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 00:02:02 +00:00
twanvl ff9dc0ddf0 old style update_url is saved in settings
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@924 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 23:42:17 +00:00
twanvl 11c1b7e4dc off by one in mean calculation in Graph
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@923 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 22:49:19 +00:00
twanvl 06016ac952 fixed regex escaping bug, keywords with params are now no longer recognized if followed by an opening parenthesis
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@922 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 22:48:39 +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
twanvl 04bc58275b A box with the mean value in bar graphs.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@918 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 21:49:33 +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 08c0df0d6d Some tweaks of pie graphs
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@916 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 20:51:09 +00:00
twanvl 0c74f09543 Clear selection when selecting card using another cardlist (i.e. on stats panel)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@915 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 20:33:50 +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 44fd9dbb42 Add check to gen.pl to prevent overwriting files
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@913 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 19:44:03 +00:00
twanvl 50fe805657 Installed packages will be blessed.
For now, everything is considered blessed, because we are not yet using installers everywhere.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@912 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 18:33:23 +00:00
twanvl 282ac72502 Warn about removing packages
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@911 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 17:55:18 +00:00
twanvl 8309cd7890 Don't put extra newlines after multiline strings
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@910 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 17:54:57 +00:00
twanvl 779a240e2f Whitespace skipping in Reader should not eat the newlines, previously it was impossible to load a string containing "\n\n"
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@909 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 17:47:36 +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
twanvl f3ff6f22ae Renamed global PackageManager object to package_manager to reduce confusion
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@907 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 14:45:04 +00:00
twanvl 74545e8724 svn-ignoring some files
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@906 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 14:38:42 +00:00
twanvl c8d8d72abc PackagesWindow can show just the packages from an installer.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@905 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 14:36:23 +00:00
twanvl 9c18ed51e2 Put PackageUpdateList into its own file
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@904 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 14:02:53 +00:00
twanvl a31f039d01 Disabled "check updates" button on welcome window; also fixed transparency of check updates image
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@903 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 12:58:31 +00:00
twanvl d80c5e60a4 Just commenting
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@902 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-31 12:57:32 +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
twanvl f9dd5f9c0d break_text function has been documented
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@894 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 19:43:08 +00:00
twanvl f45b103871 The __thread keyword is a gcc thing, not a linux thing
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@893 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 19:34:59 +00:00
twanvl 4ad3ea8188 Added the old update checker again (with #ifdef)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@892 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 19:34:21 +00:00
twanvl a1e968b305 restored old style stats panel (with an #ifdef)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@891 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 18:45:33 +00:00
twanvl d45a14b869 Fixed: The separator line between rule text and reminder text is not drawn when the text contains atoms.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@890 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 18:22:15 +00:00
twanvl 891f044fd7 fixed adding/deleting multiple cards (next time: commit the whole directory)
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@889 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 18:21:50 +00:00
twanvl 674fa1a32a Selection in cardlist is correctly moved when changes are made;
cuting/copying/pasting/deleting multiple cards now works.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@888 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-30 18:13:56 +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