Commit Graph

1152 Commits

Author SHA1 Message Date
twanvl 5ef36a1eec Added RandomPackPanel, for now it is empty.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@968 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-03 21:15:32 +00:00
twanvl aa950d1821 Use smart_less when sorting collections
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@967 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-03 19:26:23 +00:00
twanvl 92947dc5b8 Fixed tab key behaviour the first time of viewing a card. Also fixed which editor gets the focus with Tab or Shift+Tab
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@966 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-03 19:18:44 +00:00
twanvl d00beeb55f Closure operator now behaves as default argument operator, documentation.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@965 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-03 18:33:17 +00:00
twanvl c5159ebcf7 "div" operator for integer division,
Added parser support for closure operator fun@(args)
Use equal() function for all script comparisons, better support for deciding when to use strings and when to use pointers equality.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@964 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-03 16:38:33 +00:00
twanvl 6912dfda09 Simplified script VM:
- removed I_RET instruction, return is now implicit at end of script
 - I_POP is not a binary instruction.

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@963 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-03 14:08:11 +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
twanvl dfe5531db4 Version bump for 0.3.6b hotfix release
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@958 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 22:22:03 +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
twanvl bd09a24b69 These asserts were there because this shouldn't happen, I added them back for debug builds. We really should find the cause of any violations.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@955 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 21:35:10 +00:00
twanvl e2246546b0 Case insensitive string compare inside installers
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@954 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 21:25:53 +00:00
twanvl 9b3f6411f3 Restore tabs in symbol font menu, without making the part after it an accelerator.
TODO: check if this also works on other platforms

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@953 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 20:25:05 +00:00
twanvl f087c62aba Hopefully solved the <P4 crashes of the unicode build
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@952 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 19:59:23 +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
twanvl 13fa92ea9c Fixed: Cut out from color fields is incorrect.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@950 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 17:39:50 +00:00
twanvl 67fedbfcfe Resources I forgot to add: graph type toolbar icons
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@949 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 05:46:29 +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
coppro ebe26e0444 Minor updates that make things work!
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@945 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-02 02:36:56 +00:00
twanvl bc4ec7d2d3 make old style stats panel compile again
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@944 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 20:15:41 +00:00
twanvl 91add608cc Informational tooltips in the graph control
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@943 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 20:03:52 +00:00
twanvl cda8531e8e 0.3.6 windows installer
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@941 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 16:19:43 +00:00
twanvl 7ba2ddbf34 0.3.6 version number in resource
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@940 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 16:17:36 +00:00
twanvl 57acf22b72 0.3.6 update pitch
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@939 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 16:13:12 +00:00
twanvl 2df9eafc71 easy access to config file from visual studio
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@938 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-01 16:03:23 +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 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