twanvl
42d40dbd1e
Added Package::saveCopy, which is used to implement the write_set_file script function.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1169 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 19:48:51 +00:00
twanvl
2a4a896540
fixed printing of rotated cards
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1168 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 18:27:54 +00:00
twanvl
0b24e1ab20
fixed crash in cursor movement code when adding keyword parameter
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1167 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 18:27:11 +00:00
twanvl
b28ae56b25
close scopes in exception handler
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1166 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 18:26:31 +00:00
twanvl
9f4d666eed
There is no need for the +0 in "cmc(param) + 0"
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1165 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 16:42:52 +00:00
twanvl
644268a72d
cmc now works correctly with keyword parameters
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1164 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 16:41:21 +00:00
twanvl
167cde312b
include subdirs of {vs,vanguard}.mse-game in the installer (stats icons)
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1163 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 16:29:03 +00:00
twanvl
c81049a7f5
cmc("0") == 0
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1162 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 16:23:01 +00:00
twanvl
c8fb341e1a
Fixed random_int and random_real functions; added random_boolean.
...
Split random_select into random_select and random_select_many.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1161 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-24 16:08:13 +00:00
pichoro
6d45dc8a26
Updated German translation by Nitro.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1160 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-22 17:28:25 +00:00
coppro
373672810b
Tweaks to color-defining CDA abilities - no longer detect colors in card names.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1159 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-22 03:55:12 +00:00
coppro
ec63e3b18b
More workingness, now accepts locally-stored resources!
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1158 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-21 04:06:50 +00:00
coppro
d13b721b41
Updates to make Linux work... still lost of issues.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1157 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-21 02:41:30 +00:00
pichoro
30afb08930
Fully translated French locale.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1156 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-21 01:16:33 +00:00
pichoro
6246ce533a
Fixing a stupid error I made.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1155 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-20 17:53:50 +00:00
pichoro
25bd608784
Refining Magic subtype lists (mostly according to Comp Rules)
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1154 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-20 03:15:32 +00:00
artfreakwiu
c08fac5376
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1153 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-12 07:00:27 +00:00
artfreakwiu
75ae5619b6
small error fixed in ygo game
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1152 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 23:09:30 +00:00
artfreakwiu
efb6a5a614
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1151 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 22:43:27 +00:00
artfreakwiu
db7fd02d9f
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1150 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 22:40:17 +00:00
twanvl
fe5878e3d8
Documented add cards scripts and the new_card function
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1149 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 21:10:59 +00:00
twanvl
99b07668ec
Added some 'add cards script's to the game file
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1148 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 20:54:24 +00:00
twanvl
f1fe40b4ef
Added new_card function;
...
Added parameter to ScriptValue::next to recieve the key of the item.
Finished Add Multiple Cards behaviour.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1147 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 20:52:33 +00:00
twanvl
ca63496ade
Inheriting CardViewer from wxPanel was causing problems with the focus
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1146 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 20:48:47 +00:00
twanvl
3d6a6d31e7
0.3.7 updates message
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1144 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 18:16:17 +00:00
twanvl
431cb43bae
0.3.7 installer
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1143 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 18:10:53 +00:00
twanvl
a8e4425dcc
Tweaked symbol fonts after change of how spacing is handled
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1142 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 16:57:51 +00:00
twanvl
7fb1d68125
Automatic locale fixes for 0.3.7: en -> it, en -> cht
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1141 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 15:56:12 +00:00
twanvl
25a301b070
Partial support for add multiple cards scripts, not visible to users yet
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1140 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 15:48:20 +00:00
twanvl
1691efd6d5
card viewers/editors inherit from wxPanel;
...
GallertList doesn't call select() from onSize
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1139 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 14:04:00 +00:00
twanvl
520b472483
Resize list of stylesheets to fit available space
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1138 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 13:23:29 +00:00
twanvl
5fddaa3715
Multicolumn support (major level) for gallery list
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1137 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 12:21:38 +00:00
twanvl
62d86bf8c3
use margin instead of vspace at the bottom of NativeLookEditor
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1136 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 11:57:53 +00:00
twanvl
76c3950c89
Use locale to translate pack names things
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1135 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 11:57:18 +00:00
twanvl
351d5b7613
renamed GalleryList member column -> subcolumn, so we can have proper columns later on as well.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1134 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 11:56:35 +00:00
pichoro
36db4512c5
Re-added ability to get single cards to random pack generator of Yu-Gi-Oh.
...
Version bumped Yu-Gi-Oh files that were edited.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1133 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 00:30:14 +00:00
artfreakwiu
a2dd1f8392
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1132 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-11 00:06:03 +00:00
artfreakwiu
a4e82351b7
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1131 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-10 19:47:26 +00:00
artfreakwiu
a7be290c82
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1130 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-10 19:34:28 +00:00
pichoro
e1d1c238ea
Updated Simplified Chinese translation by Admonisher. Should (maybe) be merged with previous fixes to the locale made since 0.3.6.
...
Added Traditional Chinese translation. Only up to date as of 0.3.6.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1129 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-10 16:45:12 +00:00
twanvl
59449c648a
don't keep adding to the padding of native look styles
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1128 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 21:44:54 +00:00
twanvl
22722f28ce
Put card notes below the card editor if they fit there (dynamically)
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1127 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 21:38:53 +00:00
twanvl
b262aef4df
vs-spoiler export template uses 'cards' instead of 'set.cards'
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1126 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 20:01:54 +00:00
twanvl
d7c867e759
Restored the card sorting for magic: the color component of sort_index was accidentally removed.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1125 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 18:40:13 +00:00
twanvl
4d674712d1
Icon for random cards panel
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1124 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 18:32:48 +00:00
twanvl
a10ca59cef
try to find default symbol again
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1123 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 18:17:02 +00:00
twanvl
cb72dbea2f
added total number of cards to random pack panel
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1122 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 17:34:13 +00:00
twanvl
290f034d98
include hybrids in html export
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1121 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 16:31:55 +00:00
twanvl
80064cf540
fixed non-unicode build
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1120 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 16:01:02 +00:00
twanvl
1654935a4f
don't include spacing in symbol font text drawing alignment&size calculations
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1119 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-08-09 15:29:57 +00:00