GenevensiS
2888dc4059
add bleed edge option, get_card_export_settings function
2025-12-13 20:33:18 +01:00
GenevensiS
ffbe3daf39
add get_front_face() get_back_face() get_cards_from_link()
2025-12-06 21:39:12 +01:00
GenevensiS
513612cd0e
Dark mode
2025-10-09 17:57:20 +02:00
GenevensiS
3bf9de18b1
Implement unique IDs and card linking
2025-08-11 16:17:13 +02:00
GenevensiS
d3ed8fcaca
Add docs for to_json and from_json
2025-08-07 20:49:58 +02:00
GenevensiS
d85f5a4927
add add_card_to_set script function
...
make styling_data initializable in new_card script function
2025-07-19 18:18:33 +02:00
GenevensiS
0e4c91b940
add insert_image and add_bleed_edge functions
2025-07-14 01:23:26 +02:00
GenevensiS
87fbc0e80e
Implement CSV / TSV import ( #45 )
...
- add csv/tsv importer
- add `make_map` script function
- add `alt name` field property
- add `construction script` field property
- add `construction script` game property
2025-06-09 04:53:33 +02:00
GenevensiS
c577417191
add get_mse_path script function
2025-05-22 12:39:09 +02:00
GenevensiS
f227609f60
Merge pull request #36 from TomTkacz/master
...
implemented import_image function
2025-04-13 14:43:15 +02:00
GenevensiS
cdfec5d00c
add docs
2025-04-10 20:01:05 +02:00
GenevensiS
0309f7d16c
Merge pull request #26 from G-e-n-e-v-e-n-s-i-S/get-mse-version
...
Add get_mse_version script function
2024-10-04 23:23:26 +02:00
GenevensiS
e8b3b260b6
add docs
2024-10-04 23:15:37 +02:00
GenevensiS
e461eed88f
Merge pull request #25 from G-e-n-e-v-e-n-s-i-S/get-card-stylesheet
...
Add get_card_stylesheet script function
2024-10-04 23:13:47 +02:00
GenevensiS
e9c6dbb05f
add docs
2024-10-04 23:09:05 +02:00
GenevensiS
ecb48aebf0
Add get_card_stylesheet script function
2024-10-04 22:41:06 +02:00
GenevensiS
39dbdf1ab2
Merge pull request #18 from G-e-n-e-v-e-n-s-i-S/file-exists
...
Add exists_in_package script function
2024-09-26 15:22:15 +02:00
GenevensiS
28dd64ddeb
Update index.txt
2024-09-17 06:30:17 +02:00
GenevensiS
9b34ae5446
add get_card_styling function for export scripts
2024-09-16 08:59:55 +02:00
Brendan Hagan
52a918be39
misc: remove extra_data function
2022-07-14 17:33:22 -04:00
Brendan Hagan
4f6c984f48
misc: extra_data doc entry
2022-07-01 20:51:17 -04:00
Twan van Laarhoven
7d06e903a4
Rename script function rotate -> rotate_image
2020-04-25 23:46:30 +02:00
Twan van Laarhoven
8f8e2cea65
Expose the 'warning' function, and added a similar 'error' function.
...
Add documentation.
2020-04-23 20:22:43 +02:00
Twan van Laarhoven
24f4b4edba
Add type_name function to query the type of a value
2020-04-18 22:03:25 +02:00
twanvl
e01b24aa63
Added 'recolor_image' function
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1473 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-03 18:19:05 +00:00
twanvl
ca0e762b64
New image functions:
...
* invert
* flip_horizontal
* flip_vertical
* rotate
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1472 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-03 14:56:45 +00:00
twanvl
17c766c8fc
documented "to_image"
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1467 0fc631ac-6414-0410-93d0-97cfa31319b6
2010-08-03 13:48:02 +00:00
twanvl
ad5e22e7c5
Added script support for wxDateTime values:
...
- added ScriptDateTime type
- added to_date function
- added date formating support to to_string.
- documented all of the above.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1348 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-11 16:52:07 +00:00
twanvl
bd2edc947f
documented check_spelling function
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1278 0fc631ac-6414-0410-93d0-97cfa31319b6
2009-01-01 21:19:28 +00:00
twanvl
e423b6956f
documented the split_text script function
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1255 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-12-27 19:39:20 +00:00
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
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
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
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
twanvl
dfae1b2729
Added count_chosen function;
...
Added I_DUP instruction
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1007 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-28 14:41:38 +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
twanvl
158ecf67ad
Now all regex functions use ScriptRule.
...
The *_rule functions can now be considered deprecated
Documented this by removing mentions of the rule functions, except for a mention of backwards compatibility.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@997 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-19 00:37:48 +00:00
twanvl
95d38f9ba6
Added 'assert' pseudo function so I can run some tests of the script code
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@988 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-06-18 21:01:17 +00:00
twanvl
1a7e689e95
Added break_text function
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@857 0fc631ac-6414-0410-93d0-97cfa31319b6
2008-05-18 17:27:44 +00:00
twanvl
796975bd9d
Added saturate script function (+documentation), it also desaturates
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@800 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-12-30 00:48:39 +00:00
twanvl
ccaea98a67
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@634 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-08-28 18:27:37 +00:00
twanvl
61136d79a8
Added regex_escape script function (was already used by keyword code);
...
Added icons for 'sort special rarity' choice.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@625 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-08-24 20:24:10 +00:00
twanvl
ad48e2ae16
Documented 'length' function
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@590 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-08-01 18:45:58 +00:00
coppro
7709c21b5f
Fixed installer bugs, added documentation for crop function.
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@578 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-16 18:25:08 +00:00
twanvl
689def7325
Yet more function documentation
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@571 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-14 00:29:25 +00:00
twanvl
32c1b5f4d1
More function documentation
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@568 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-13 20:03:43 +00:00
twanvl
700a941125
Some more documentation
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@567 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-13 19:05:42 +00:00
twanvl
4d6bbf7829
Documentation of script functions and file types (work in progress)
...
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@564 0fc631ac-6414-0410-93d0-97cfa31319b6
2007-07-13 17:54:10 +00:00