Commit Graph

  • feddfe11e7 Made new beveled tap symbols. pichoro 2007-08-29 20:38:36 +00:00
  • d069fe53fe Put futureshift images through png compressor, it never hurts to have smaller images. twanvl 2007-08-29 17:08:19 +00:00
  • 33def102b0 Moved common elements from future templates to a 'future-common' include package; Added white highlights to the black paintbrush and vice-versa twanvl 2007-08-29 16:23:38 +00:00
  • e200c6839a Found the source of the growing style file bug (and fixed it) twanvl 2007-08-29 15:51:04 +00:00
  • 0a2a031d74 Forgot AutoReplaceWindow twanvl 2007-08-29 15:00:04 +00:00
  • 5fa4867cdc Symbol font measurments (margin/fontsize) now scaled by font size, this requires all symbol files to change (or you get really large margins); Symbol fonts now support stretching/compressing of text; Made the default symbols of mana-future lighter (compare with real cards); Use sort_text instead of sort for vanguard; Fixed initial card list for vs twanvl 2007-08-29 14:35:39 +00:00
  • 1ca1f8d4be Forgot some changes from my last update. pichoro 2007-08-29 01:28:06 +00:00
  • bc4b2adfbe Minor adjustments to futureshift cost masks. Looking good now. Lots of other minor font and field tweaks to futureshifts. pichoro 2007-08-29 01:23:26 +00:00
  • 790e55a35c Fixed 'use zoom and rotation settings when exporting'; Fixed: enabled was not used for default symbol in symbol font; twanvl 2007-08-28 22:35:49 +00:00
  • 6dceccd6cb Added statistics of creature race and class twanvl 2007-08-28 21:41:06 +00:00
  • f8ca499f56 Fixed untagging in statistics panel twanvl 2007-08-28 21:39:11 +00:00
  • 087af8360d Added <soft> tag that takes up no space for alignment purposes; used this tag for magic creature types; Added correct handling of Tribal sub types; Fixed sort_index use by spoiler export template twanvl 2007-08-28 20:49:25 +00:00
  • a360b334c5 Fixed redraw issue of text behind word list drop down arrows twanvl 2007-08-28 18:46:54 +00:00
  • fcc89b64d6 Added support for scripts to determine word lists; Added 'trim' and 'remove_tags' script functions; Simplified safety improvements of locale checker; Added 'is_targeted' function to magic game to replace the contains(..) calls twanvl 2007-08-28 18:33:38 +00:00
  • ccaea98a67 git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@634 0fc631ac-6414-0410-93d0-97cfa31319b6 twanvl 2007-08-28 18:27:37 +00:00
  • 0914c53f0d Font colors closer to correct for future styles. pichoro 2007-08-28 03:57:31 +00:00
  • 61fb2f4d99 Keyword Polish. Evoke added. Keywords that should change based on factors like targeting or not (like Storm), or that should display subtype (Amplify) do now. Added grey colorless land styling for FPM templates. Expanded size of rarity symbols in all applicable styles. pichoro 2007-08-28 00:55:52 +00:00
  • f7b82e3f6b Implemented auto replace, including GUI twanvl 2007-08-26 19:39:23 +00:00
  • 52ec7b38c0 Images are now cached as wxBitmap, not wxImage. This should improve performance. Fixed some more corner cases of rotation+zoom. twanvl 2007-08-25 21:24:28 +00:00
  • 741b987d54 Fixed alignment of images when zoom != 1 twanvl 2007-08-25 01:09:46 +00:00
  • 3937f217a0 Fixed some corner cases in the rotation code (rotation + scaling + stretching) twanvl 2007-08-25 00:53:39 +00:00
  • 694566fef4 Attemp at scaling the spacing between lines to better fill the text box; Did some profiling, conclusions: - we want to buffer our input streams, apperantly wx doesn't do this automatically - compiling regexes is SLOW. This is not just in the numbers, but it is actually noticable! The textbox used to be quite unresponsive. I wrapped the call to filter_text in the game file with a quick contains() call, so usually, the regex doesn't fire. It would be nicer if this was somehow automatic, but that will not be easy. twanvl 2007-08-25 00:02:33 +00:00
  • ca55a4d5da Added regex_escape script function (was already used by keyword code); Added icons for 'sort special rarity' choice. twanvl 2007-08-24 20:46:56 +00:00
  • 61136d79a8 Added regex_escape script function (was already used by keyword code); Added icons for 'sort special rarity' choice. twanvl 2007-08-24 20:24:10 +00:00
  • f12bc70425 Improved search algorithm for determining text size: - check using previous scale, often gives correct answer when typing - binary search + bound estimation otherwise This allows the step size to be decreased, giving a better fit. twanvl 2007-08-24 20:04:26 +00:00
  • 74db393f61 Fixed transparancy in image slicer and sharp resample function twanvl 2007-08-24 15:49:06 +00:00
  • bdd3429479 Symbol resizing using aspect ratio; TODO: copy code for rarity box to other styles twanvl 2007-08-24 02:05:50 +00:00
  • 0625a3ca87 Fixed UTF8 decoding for non-unicode build; conclusion: @#%!@#% ASCII/Windows-1252/ISO-8859 must die! twanvl 2007-08-24 01:05:39 +00:00
  • d68f73edfc Various tweaks and fixes, mostly to the drop down lists twanvl 2007-08-23 23:29:20 +00:00
  • dc9f08b311 Some tweaks to word drop down list twanvl 2007-08-23 17:37:44 +00:00
  • c3e10f2ccf Added as_text regex to symbol font as a more flexible replacement for merge_numbers. This fixes "31/2" which is now rendered as "(3)(1/2)". Reverted the mana_sort_guild change Time for a version bump twanvl 2007-08-23 16:58:08 +00:00
  • ff27322522 sort is now called sort_list twanvl 2007-08-23 16:52:54 +00:00
  • 9f2b30b2db Added word lists for choosing things like card type; Added 'in_place' pattern to spec_sort twanvl 2007-08-23 16:33:12 +00:00
  • 9e35698194 Added |1 as an alternate way to access 1/2 colorless mana symbol. pichoro 2007-08-23 03:17:46 +00:00
  • c46883eea1 Improved the update window further - now we just need a system to actual download and install them. Added safeties to locale validation (ugly code though... I'd add another function, but I'm lazy and this is faster) coppro 2007-08-23 01:25:57 +00:00
  • 35bbf36e04 Added validator for locales based on all strings in the source code. It checks: - whether all keys used by the program are in the locale - whether the right number of %s are used - if there are no extra keys in the locale that shouldn't be there This will become very useful when translations need to be updated for new MSE versions. twanvl 2007-08-17 21:10:48 +00:00
  • 232c8b3aa9 Attempted to update type symbols on futureshifts to remove scripting (precise modifications still needed, but MSE runs faster when the positions aren't scripted) coppro 2007-08-15 17:16:27 +00:00
  • 85ce07e53f Added new kind of multicolor gradient to old styles. (a la artfreakwiu) Added option to old style to use all common rarity symbols (like before Exodus). Cleaned up fix for horizontal hybrid textboxes and typelines. Automatic paintbrushes for magic-textless, magic-new-token, futureshifts, and all FPM styles. Removed paintbrush font and all associated scripts. Newly failed attempt at making different colored colorless symbols in magic-mana-future work. Non-mana costs work for Suspend and Forecast. Guild mana for magic-mana-future. Fixed problem relating to name alignment in magic-new-token. Updated image mask and artifact masks for magic-futureshift. Started alterations to font colors in magic-futureshift. pichoro 2007-08-15 07:37:34 +00:00
  • 81dc4329fe Information on translating MSE twanvl 2007-08-11 15:54:12 +00:00
  • 2b41abffe6 Restored "(..)" = "cycle(..)" for spec sort twanvl 2007-08-11 15:47:31 +00:00
  • 68b4be3f4a New hybrid_blend_pt for magic-future-textless. Attempt at making different colored colorless mana symbols work in magic-mana-future. Added magic-futureshift. pichoro 2007-08-08 07:40:32 +00:00
  • 1233940892 Minor tweaks of documentation syntax highlighter twanvl 2007-08-07 18:28:10 +00:00
  • 57da4261a8 Finished documenting scripting system. This means the documentation is DONE (yay!) twanvl 2007-08-07 18:19:14 +00:00
  • ca18e192fc Modified update checker to get it to compile twanvl 2007-08-07 14:53:11 +00:00
  • 565ddc1e12 Fixed: keys without save_value caused reader to loop Fixed: first line of multi line text value could cause warnings about whitespace Fixed some copy/paste errors in choice style reading; Text viewer correctly uses mask for first line twanvl 2007-08-07 14:19:38 +00:00
  • 65d92667fc New masks for colored artifacts in magic-future-textless. New land hybrid masks for old style templates. Added colored Xander Hybrid Mana Watermarks (in addition to colorless). Removed an un-needed mask from magic-old-split. Removed an un-needed ptbox from magic-future-textless. pichoro 2007-08-07 06:04:40 +00:00
  • c8493377a4 New reminders for Banding and Bands with other. Fixed horizontal hybrid textboxes and typelines. Guild mana for magic-mana-beveled. Last of the lands for magic-future-textless. Keyword polishing. Undid a change to magic sort script because card_shape doesn't work yet. Grey hybrid names and gradient multicolor for magic-future-textless. Still needs work. pichoro 2007-08-06 05:44:23 +00:00
  • 6b2d67272b Future shift -- Casting cost positioned more or less correctly twanvl 2007-08-05 13:55:14 +00:00
  • 1ce4bd9c3d Added primitive update window. Added diagonal directions (todo: add different text direcitons, primarily for Space) Cleaned up keyword game file a bit. coppro 2007-08-05 00:38:12 +00:00
  • 633621558d Syntax highlighter now knows about built in functions twanvl 2007-08-03 21:32:40 +00:00
  • 2a2935de48 And the documentation just keeps comming... twanvl 2007-08-03 15:35:09 +00:00
  • dfe1140444 Documented style type twanvl 2007-08-03 14:25:40 +00:00
  • a7b8e8d243 Documented field and value types twanvl 2007-08-02 22:27:15 +00:00
  • 17303d9382 Another update to cost param. This one works. Vanguard cost param updated as well. pichoro 2007-08-02 21:27:31 +00:00
  • ffdeff4de4 New ccard for magic-old-token. Fixed how name is scaled in magic-new-token. More upgrade to cost parameter. pichoro 2007-08-02 21:06:12 +00:00
  • 9ca290755b Documented keyword related types twanvl 2007-08-02 18:55:31 +00:00
  • e32ee37ef4 More data type documentation twanvl 2007-08-02 18:01:39 +00:00
  • cea95bf5ae More tweaking to cost param. Added magic-mana-future for futureshifts. Added textless futureshift style. Still needs work; todo list in style file. pichoro 2007-08-01 22:17:18 +00:00
  • ad48e2ae16 Documented 'length' function twanvl 2007-08-01 18:45:58 +00:00
  • 624d5cba56 Documentation of keyword functions, changes sort_text function twanvl 2007-08-01 18:41:11 +00:00
  • 849f8935d9 Split 'sort' script function into 'sort_text' and 'sort_list', use "cycle(WUBRG)" instead of "(WUBRG)". Fixed bug in spoiler export template: mana symbols were always rendered as images. twanvl 2007-08-01 18:40:46 +00:00
  • a112f885ca Moved spec_sort to separate file, added more advanced options; Split 'sort' script function into 'sort_text' and 'sort_list'; Double clicking card in stats panel switches to cards panel twanvl 2007-08-01 18:34:24 +00:00
  • db50b48073 Some more tweaks to the website twanvl 2007-08-01 16:48:22 +00:00
  • 06770361ab Documentation of file format twanvl 2007-07-30 13:58:17 +00:00
  • 50153c9d26 Added line height soft to magic-new-token. More work on cost param for Magic. pichoro 2007-07-30 06:41:27 +00:00
  • 2dc9dfc151 Updated text filtering for non-rules text fields in Vanguard. Reorganized Vanguard game scripts to same order as Magic game. pichoro 2007-07-25 20:44:28 +00:00
  • 5bfced7102 Added "rules" to pseudo keywords, to serve as a guideline for use. Added support to cost param for mixed costs, such as "Kicker-R, Sacrifice a Merfolk." pichoro 2007-07-25 05:16:20 +00:00
  • 2f33292cfb Fixed some minor errors in keywords and text field formatting. pichoro 2007-07-25 04:16:36 +00:00
  • fd42abbbe2 Fixed a bug relating to suspend's parameters. Added colorless, multicolor, dark artifact, artifact styling choice, and new masks to magic-textless. pichoro 2007-07-19 22:05:36 +00:00
  • 11fcbfa14d Adjusted field placements for Yu-gi-oh. 10th Edition keyword update for Magic and Vanguard. Disabled (but intentionally didn't delete) padding top and padding bottom from magic-new-split, magic-new, and magic-planeshifted. pichoro 2007-07-17 21:22:12 +00:00
  • 7709c21b5f Fixed installer bugs, added documentation for crop function. coppro 2007-07-16 18:25:08 +00:00
  • adafc6dfc3 Function documentation is done. twanvl 2007-07-14 19:40:32 +00:00
  • 38d4fe724f Placeholder for tutorial twanvl 2007-07-14 16:03:36 +00:00
  • 4f644756f6 Continuing documenting functions twanvl 2007-07-14 15:13:46 +00:00
  • a75366234f Added crop image function. Fixed 'difference' symbol type. coppro 2007-07-14 03:16:45 +00:00
  • c212c56806 Yet more function documentation twanvl 2007-07-14 01:08:08 +00:00
  • 0d6233c92b Some more tweaks to documentation php code twanvl 2007-07-14 00:32:14 +00:00
  • 689def7325 Yet more function documentation twanvl 2007-07-14 00:29:25 +00:00
  • 6467ff9909 Some tweaks to the syntax highlighting and document formating twanvl 2007-07-13 21:57:38 +00:00
  • f7263632c5 Lots of data type descriptions twanvl 2007-07-13 21:55:16 +00:00
  • 32c1b5f4d1 More function documentation twanvl 2007-07-13 20:03:43 +00:00
  • 700a941125 Some more documentation twanvl 2007-07-13 19:05:42 +00:00
  • fe0de4893f Custom php scripts used for the documentation on the website twanvl 2007-07-13 18:08:02 +00:00
  • 594c32d721 Moved doxygen to other directory so 'doc' can be used for actual documentation twanvl 2007-07-13 17:54:21 +00:00
  • 4d6bbf7829 Documentation of script functions and file types (work in progress) twanvl 2007-07-13 17:54:10 +00:00
  • 11609df5db Implemented reflection for PackageVersionData A little memory cleanup (most memory loss is in wx and gtk though) coppro 2007-07-13 16:10:36 +00:00
  • 6f1e138099 Added "line height soft" to split style textboxes. Tweaking magic-new-token's fields still. pichoro 2007-07-13 05:08:47 +00:00
  • 8b069d3e6f Added installer code. coppro 2007-07-12 22:48:20 +00:00
  • 858d7804c1 Visual studio project file now uses $WX_VERSION environment variable twanvl 2007-07-12 17:41:08 +00:00
  • a234b24728 Fixed error about enumeration of files in local_data_directory; It should now also find packages from *both* directories. twanvl 2007-07-12 17:37:08 +00:00
  • d590819762 Removed last of the BeginDrawing/EndDrawing calls; Added english_number_ordinal script function; Working on symbols with a different aspect ratio (i.e. wider/smaller symbols) twanvl 2007-07-12 17:01:07 +00:00
  • b21192646b Added new feature allowing data files in the user's settings directory to override those in the default directory It's for systems where the main data is not writable by everyone. (Unices, mainly, and potentially Windows Vista) The Windows default directory is a little out-of-the-way, in %HOME%\Application Data\Magic Set Editor\Data Maybe they should be configurable. But it also paves the way for the installer being capable of putting packages into the user's local directory. That way, users don't all have to have all the packages that the other users want. coppro 2007-07-12 01:10:45 +00:00
  • e1e6a0ae93 Added robustness to command-line options. Fixed minor bugs in installer coppro 2007-07-12 00:29:01 +00:00
  • 606a46a905 Various minor field re-alignments to produce better images in magic-new-token. pichoro 2007-07-11 20:36:17 +00:00
  • fe7221005f Removed longdash replacement from title. Fixed capital AE in embossed-letters. Added BOM to all files coppro 2007-07-11 17:46:53 +00:00
  • c963950697 Updated VS-game for symbols that should be invisible at times but aren't (using artfreakwiu's version). Removed vesigial icon.pngs from VS templates. Added 'smart' name and cost fields to magic-old and magic-old-split. Changed magic-embossedletters to allow "Faerie". pichoro 2007-07-11 04:58:23 +00:00
  • 2c15aa979d Added color-defining CDA recognition. Added "always center" option, and added centering controls to all styles coppro 2007-07-11 00:01:04 +00:00
  • 62d62fa6c8 Fixed basic land sorting (is supposed to sort in order of color wheel, not alphabetical) pichoro 2007-07-10 21:53:04 +00:00
  • 8da8f76649 Fixed a problem that kept prefix param from working; allows "Dame Judi Denchwalk" pichoro 2007-07-10 20:59:33 +00:00
  • 1637fb034f Fixed some bugs in the sort_index function twanvl 2007-07-10 20:26:14 +00:00