Commit Graph

  • 7580a47703 Added cmc mode for mana cost param. Changed resolution and print out size for magic-old. Added alpha style dual land blends to magic-old. pichoro 2007-06-30 03:40:06 +00:00
  • 35ec0ce63d Added "width= and height=" to symbols exported to html; Added a backtrace function to the script evaluator, error messages now include a 'stack trace' of functions that were called. twanvl 2007-06-29 19:44:42 +00:00
  • 14b68de6cb Added "AE" filter to flavor text. Allowed nesting of curly quotes. Also compatibility update. coppro 2007-06-29 18:36:45 +00:00
  • 02de1629ce Moved superfluous fields out of magic-game and into firepenguinmaster tokens, new tokens, and futureshifts. pichoro 2007-06-29 05:09:50 +00:00
  • 19a2aa1ed3 A new update to the new tokens. Still errors. pichoro 2007-06-28 20:59:07 +00:00
  • 53808f8f18 One textline versions of new tokens added. Still with errors though, details in style file. pichoro 2007-06-28 04:37:17 +00:00
  • a6f206635e Fixed an error in FPM style. Fixed an error in flip style dealing with land pt boxes. Added required stuff for textboxed modern tokens. pichoro 2007-06-28 00:02:47 +00:00
  • 31b7380d99 Implemented exporting symbol fonts; Rendering symbols to an image always uses anti-aliassing (by downsampling from a large size); Finished the spoiler export template; Added <soft-line> tag to make line breaks use the line height for soft line breaks twanvl 2007-06-27 18:58:43 +00:00
  • ef1ac8fd5b Added beginning of modern tokens, only featuring textless so far. Added embossedletters font for name of modern tokens. pichoro 2007-06-27 18:21:20 +00:00
  • 2868e014cf Script errors now have information on where the error occureed (what value); Script operator "int + object" now uses string concatenation instead of converting the object to integer; Html export window uses a dummy set for editing options, so we don't pollute the set's undo stack; Choice rendererer in nativelook 'both' style always leaves room for the icon; Version bump twanvl 2007-06-27 12:18:54 +00:00
  • 0627ad9370 Fixed a couple errors in Vanguard, including one that caused a crash. pichoro 2007-06-27 04:28:55 +00:00
  • 4912fb915f Cleaned up statistics in Vanguard. pichoro 2007-06-27 04:20:40 +00:00
  • 17bd0f016b Changed todo list in FPM templates. Moved special oldstyle rarities out of game file and into style files. Added flavor-textless mode for vanguard, to allow for high rules text cards to be readable. Overhauled VS templates and added hellboy and hellboy-extended templates. Minor renaming of fields and changing stats in Yu-gi-oh. pichoro 2007-06-27 01:54:56 +00:00
  • f2c57907c2 A first export template, work in progress twanvl 2007-06-26 15:10:25 +00:00
  • 11b8242816 Implemented export functions; Choice viewer uses font when rendering text. twanvl 2007-06-25 20:40:22 +00:00
  • 5c6cb41458 implemented html export (only for writing the main file, not the write_file functions); fixed parser bug: (...\n...) was not parsed as a statement separator if the second ... starts with a string or number twanvl 2007-06-25 16:31:09 +00:00
  • 4bf2d44ebe Compatibility check - export is still a reserved word. coppro 2007-06-24 15:32:15 +00:00
  • f0628317a3 Added clone() function to Value. Added support for per-card styling twanvl 2007-06-24 01:30:34 +00:00
  • df9bb78e51 'initial' property for color fields; export options stored in settings; editor for export options. twanvl 2007-06-23 19:44:50 +00:00
  • e46cbe66b2 Cleaned up Set::Styling/Card::Styling by spliting that functionality into a 'DelayedIndexMaps' class; Added 'right' and 'bottom' properties to style as an alternative way of specifying width/height; Added content_width, content_height and content_lines properties that give feedback on text rendering; Always show warnings when showing errors and vice-versa, this prevents script errors from appearing before the reader/parse error that caused them; Finally some preliminairy work on export templates twanvl 2007-06-22 23:12:41 +00:00
  • 97e0e8d6d6 Choice rendering now uses "style.image()" instead of "style.choice_images[value]"; Added script functions for working with multiple choice values; Added in_context support for filter_rule; Optimized toUpper/toLower because they are slow on windows (they use thread local storage and mutexes) twanvl 2007-06-17 13:13:56 +00:00
  • 59d0aee4e7 Fixed line heights on styles Added tournament pack entry for pack generation. coppro 2007-06-17 01:56:15 +00:00
  • 3d84690e69 BlankImage and ImageValueToImage twanvl 2007-06-16 21:48:57 +00:00
  • 0eae598420 More polish on keywords. pichoro 2007-06-15 04:08:49 +00:00
  • e287348843 Added 'or else' construct to script language. twanvl 2007-06-14 18:31:47 +00:00
  • 40e55e8151 scripting language now has support for list and map literals: " [a,b,c] " twanvl 2007-06-14 14:25:53 +00:00
  • 6e55175f51 Fixed: < was matched by spec_sort "<xyz>" twanvl 2007-06-14 14:24:49 +00:00
  • 8b11433cbd Reader now warns about invalid UTF-8 files; Fixed possible hang when reading multiline strings with incorrect indentation; Warnings from reading are shown also in NewSetWindow; Script parse errors get reported with the correct line number; twanvl 2007-06-12 19:35:24 +00:00
  • 27833003c8 The thread safety stuff is only needed for GTK twanvl 2007-06-11 15:46:05 +00:00
  • 806d44239e 900x900 is too large for most screens (i.e. 800x600 or 1024x768) twanvl 2007-06-11 15:41:29 +00:00
  • 217e8166ab Fixed 'subtract' symbol combine mode twanvl 2007-06-11 15:40:15 +00:00
  • f02f6fac87 Polished keywords. Changed inline mode to action mode. Changed vanguard keywords so all but pseudo act like inline keywords. pichoro 2007-06-10 06:47:52 +00:00
  • c4e340f9e4 Fixed crash with new thread-safety code (primarily on watermarks) Actually added only showing "open recent set" if exists Removed a call to deprecated functions. coppro 2007-06-09 05:10:53 +00:00
  • 8133196f15 Finished adding overlay hybrids. Updated flying's reminder text to 10th edition version. pichoro 2007-06-09 05:07:58 +00:00
  • 0fd8c42a8d Lots of font size alterations. Fixed a problem with Magic textless that prevented pt box display. Added most (but not all) of overlay hybrid scripts. pichoro 2007-06-07 02:53:39 +00:00
  • 06138ee325 Made spec_sort specifications featuring more than one '()' not hang. Added error window if a script error occurs while loading a set. coppro 2007-05-23 00:47:18 +00:00
  • 9762524025 Added Linux tarball and install scripts, and a README file. coppro 2007-05-22 04:04:34 +00:00
  • 9c67a4fa78 Implemented difference (XOR) option for symbols. coppro 2007-05-22 02:31:17 +00:00
  • 5351fca511 Expanded symbol editor to fit all the tools. coppro 2007-05-22 02:30:48 +00:00
  • 6ed8315c18 Removed "sides" label, as it causes lock-ups on wxGTK. coppro 2007-05-22 02:29:40 +00:00
  • 62ff837352 Added thread-safety to thumbnail request system. Marked symbol requests as not being thread-safe. Added icon to symbol editor Made *.* actually register on * coppro 2007-05-21 16:11:38 +00:00
  • ad7a1a6506 Shrunk pt font in all post 8th templates, except split. pichoro 2007-05-21 02:49:05 +00:00
  • c8343f739f Fixed some symbol editor resources Removed Makefile from repository (confuses people who should use configure) coppro 2007-05-20 23:39:17 +00:00
  • af89fe04d5 Fixed caret size. Made delete card button greyed-out with only one card in set (oops) coppro 2007-05-20 21:28:28 +00:00
  • bd891efc15 Changed so you can't delete last card in set. (this can cause crashes, and an empty set seems pointless anyways.) coppro 2007-05-20 19:39:41 +00:00
  • 7d49be5a3a Updated Imprint. Changed center justification to not default. pichoro 2007-05-20 03:06:47 +00:00
  • 9a2b992c06 Fixed GTK GetTextExtent bug Added resources shell script coppro 2007-05-19 21:15:20 +00:00
  • b4c7cfb5bc attempt at fixing text extent for gtk twanvl 2007-05-19 18:59:30 +00:00
  • d896a95cbb COL_DRAGGING event doesn't seem to do anything twanvl 2007-05-19 18:59:00 +00:00
  • 4fc8f88d77 all card lists share the widths of the columns twanvl 2007-05-19 18:12:30 +00:00
  • 7a66256ebd minor cleanup of '\n' to ' ' code twanvl 2007-05-19 18:09:26 +00:00
  • 8aef0b244b Fixed crash when deleting a card from a non-empty set. coppro 2007-05-19 16:53:15 +00:00
  • 32b3f86cc3 Fixed dropdown arrow display bug on Linux. coppro 2007-05-19 16:12:05 +00:00
  • c51d7f8458 Fixed keyword list replacements messing up due to being multi-line. Fixed GCC warnings. Added linux installer directory. coppro 2007-05-19 15:11:14 +00:00
  • e5289b78d9 Fixed minor errors and added missing pieces to FPM temps. pichoro 2007-05-19 03:19:48 +00:00
  • 936fb57b69 style specific fields are now editable&saveable twanvl 2007-05-19 00:05:18 +00:00
  • 7230a79d85 Fixed thumbnails for choices without images twanvl 2007-05-18 22:37:50 +00:00
  • e9597a142c Fixed bug in fields in style file; No longer doing GetTextExtent("\n"); Moved pt boxes to style files; twanvl 2007-05-18 22:22:18 +00:00
  • 4a6e10ad93 Support for extra card fields in stylesheets; Fixed some bugs: - Missing choice images can crash mse. - The wrong style is used for making preview choice images on style panel. FOR_EACH(x, *y.z) should now work without parentheses on linux as well. twanvl 2007-05-18 21:26:21 +00:00
  • 1c687fdc96 Prevented some crashes from uncaught exceptions Moved mse.ico to app.ico Fixed the Linux version of load_resource_icon(). coppro 2007-05-18 19:11:40 +00:00
  • 0b05d97ed6 Fixed an error in magic-mana-beveled symbol font. Fixed an error in Forcast in both Magic and Vanguard. pichoro 2007-05-17 03:59:09 +00:00
  • ee8f14c2ed Automatic conversion of keyword parameter to number; Made alignment scriptable twanvl 2007-05-17 00:46:57 +00:00
  • d2fe3b6ba0 Fixed another smart pointer bug (assignment operator copied ref count); Fixed symbol editor grid twanvl 2007-05-16 19:18:16 +00:00
  • 738f5f962e Added colorless frames for Extended Art and Oldstyle Token. Changed font on Oldstyle Token to MPlantin. pichoro 2007-05-16 03:05:35 +00:00
  • ee6f0b9df7 Delayed updating of scripts on keyword changes twanvl 2007-05-15 16:43:13 +00:00
  • 82a7690909 Fixed input. Update configure script to wxWidgets 2.8 Added required 2.8 includes. coppro 2007-05-15 16:41:08 +00:00
  • 99bd13ee0b SetCombineImage now actually does something (this fixes issues guild watermarks) twanvl 2007-05-15 16:35:51 +00:00
  • d0503175a2 Updated old style colored lands. Updated modern split colorless frame. pichoro 2007-05-14 23:46:22 +00:00
  • a097052e4d Added colorless frames for magic-promo, magic-old, and magic-old-split. Updated vanguard keywords. pichoro 2007-05-14 23:03:27 +00:00
  • 5f9a7819fe Fixed initialization bug in Graph; Added regeneration keyword; 0.3.3 installer twanvl 2007-05-14 20:34:52 +00:00
  • 82f3dc42c7 Slightly nicer syntax highlighting twanvl 2007-05-14 19:30:23 +00:00
  • f21f11ac87 Support for automatic curly quotes twanvl 2007-05-14 18:24:01 +00:00
  • cfcf1d2e25 New keyword mode: 'inline', givin correct reminder text for 'scry' twanvl 2007-05-14 17:49:47 +00:00
  • ff85f47ac9 Dummy HTML export window twanvl 2007-05-14 17:21:39 +00:00
  • 89240c201b Update checker text for 0.3.3 twanvl 2007-05-14 16:55:44 +00:00
  • 39e379006f Minor tweak of scatter pie graph; Version bump to 0.3.3 twanvl 2007-05-14 16:39:38 +00:00
  • cef6edd9df Icons for 2d statistics categories twanvl 2007-05-14 16:38:53 +00:00
  • ce51c7061a Legends for graphs; pie scatter graphs twanvl 2007-05-14 15:37:04 +00:00
  • 3cb611c4a2 Added split colorless frame. Futher oraclized keywords for Magic and Vanguard. Added old style uncommon and rare symbols for use in oldstyle magic templates. Changed old style magic templates to use old style uncommon and rare symbols. pichoro 2007-05-14 04:34:43 +00:00
  • a26bdc547f Some more statistics tweaks; Another minor fix for alignment of sorted columns twanvl 2007-05-14 01:55:27 +00:00
  • f30b14b0f7 Alignment is preserved when sorting (changing column images) twanvl 2007-05-14 00:43:54 +00:00
  • 73c2d9b152 Reader now correctly reads the last line of input (if no newline at eof) twanvl 2007-05-14 00:07:07 +00:00
  • 04366b3505 Fixed: custom keywords not immediatly active; Version bump; Moved the busy cursor to actual loading of set; twanvl 2007-05-13 23:55:37 +00:00
  • 41989c0755 Scatter plots twanvl 2007-05-13 23:43:24 +00:00
  • 12672484b7 Rearranged keywords according to debut, to give order to the list. Added refer script for english_singular on name param. Updated vanguard keywords to reflect magic. pichoro 2007-05-13 23:00:14 +00:00
  • ff745244d3 choice fields show only the highest level of choices in statistics panel twanvl 2007-05-13 22:23:38 +00:00
  • b46db1f9c9 Added export toolbar button twanvl 2007-05-13 22:21:15 +00:00
  • 7faddb9d90 cut/delete for image values twanvl 2007-05-13 22:19:08 +00:00
  • 3702ff5846 clipboard functions for keywords twanvl 2007-05-13 22:16:58 +00:00
  • 0e6e349295 Fixed some mana font problems in FPM. pichoro 2007-05-13 17:54:21 +00:00
  • 6ef60ed15f Icons for export and print; match_rule script function twanvl 2007-05-13 17:27:25 +00:00
  • 02e762301c insert symbol menu for three color hybrid mana twanvl 2007-05-13 17:26:30 +00:00
  • 45bd4acd07 Added match_rule to replace filter_rule + {input!=""}; Default color for lands does not look at costs twanvl 2007-05-13 16:05:59 +00:00
  • d2b4640bda script for match string of keywords twanvl 2007-05-13 15:43:28 +00:00
  • 7bad8154e3 Nicer colors for card list/stats panel; Keywords updated so <name><cost> splits correctly twanvl 2007-05-13 15:34:40 +00:00
  • 8d5fc6949f Choice images recomputed less often; Implemented GraphType for choosing different layouts on the stats panel; Added option to define order of graph groups; Added busy cursor when loading recent file; Parentheses in FOR_EACH macro twanvl 2007-05-13 15:22:26 +00:00
  • cc036b94f3 Fixed a problem with some land blends not auto-switching. Fixed the B/R/G mana symbol. pichoro 2007-05-13 05:56:54 +00:00
  • 4e66e54f35 Fixed minor errors in vanishing and sunburst. pichoro 2007-05-13 04:16:06 +00:00
  • 3b45bb81f6 Support for 2d bar graphs; separator_after for keywords; Slightly more advanced english_plural/singular; Windows uninstaller will remove app data twanvl 2007-05-13 01:22:11 +00:00
  • 2d48f27fe0 Added support for separators that are part of a parameter; Keywords match whole words only; Added english_singular/plural functions; Fixed possible infinite loop in reader twanvl 2007-05-12 20:17:49 +00:00