Commit Graph

  • 55599011b4 keep close tags together with keyword parameters, fixes #51 twanvl 2010-07-21 23:33:58 +00:00
  • f7ae4b5a7b in_tag function now looks for a positive number of tag occurrences. In particular: in "<tag><tag></tag>x</tag>" the x is now in_tag. This fixes the rest of #20. twanvl 2010-07-21 22:42:46 +00:00
  • 4c3acef3fa don't crash when an action=nullptr (partial fix for #20) twanvl 2010-07-21 19:24:51 +00:00
  • c5d92f7d13 don't close window on error twanvl 2010-07-21 19:13:56 +00:00
  • 8ed09c48bf Fixed #24: nullptr error in graph code twanvl 2010-07-21 19:13:19 +00:00
  • 4a31b77d2c Use a HandleEvent wrapper instead of OnExceptionInMainLoop. This way we don't rely on rethrowing exceptions. This method has proven to work well in other projects. twanvl 2010-07-21 18:52:40 +00:00
  • 864cabb590 fixed nullptr exception when opening a stylesheet without a game twice, the solution is to re-load when loading/validating fails the first time twanvl 2010-07-21 18:49:12 +00:00
  • 854998f204 Fix #25: Program throws exception when clicking on the 'stylesheet' list if there are no stylesheets. twanvl 2010-07-21 18:37:47 +00:00
  • f88d92acab curly_quotes now considers EM_DASH to be a space, so it uses an open quote after it. Fixes #33 twanvl 2010-07-21 18:23:57 +00:00
  • f8c7961c03 trim filenames, apparently writing a file "some card " is not possible on windows, it drops the trailing space. twanvl 2010-07-21 18:06:54 +00:00
  • 07d4e8619b gif export is not supported by wxWidgets This 'fixes' #18 by just removing the option to export .gif files twanvl 2010-07-21 17:35:59 +00:00
  • 70fb9d612b Fix #19: Colon in Name Prevents Opening Save Dialog twanvl 2010-07-21 17:12:49 +00:00
  • 4bdd0d5c01 perhaps "orelse" is better syntax then "or else"? twanvl 2010-07-21 16:50:39 +00:00
  • a6198ddf1b correct scope handling for closures, this was broken after the change to not make calls open a scope. twanvl 2010-07-21 16:35:23 +00:00
  • 51dfed69b4 Instead of the new_intrusive<T>() functions, use intrusive(new T) twanvl 2010-07-21 14:32:28 +00:00
  • 8800500d86 minor code formating things twanvl 2010-07-21 13:29:20 +00:00
  • 35f5de2800 compatibility with older wxWidgets versions twanvl 2010-07-21 13:20:24 +00:00
  • 80f815b9ce Make to_title work correctly; patch thanks to Shiv2503. coppro 2010-04-14 22:33:43 +00:00
  • 85854b1bd2 Fix warnings Semi-fix bug #6 (does not work if the zipfile was loaded from a directory) coppro 2010-03-04 01:46:04 +00:00
  • cf91f9c43b Update copryright date to 2010. coppro 2010-03-01 23:33:25 +00:00
  • f3ec82706e Wrong quotes lead to issues. coppro 2010-03-01 22:44:35 +00:00
  • 4c1c750f05 Set svn:eol-style on all style files that were missing it coppro 2010-01-20 03:32:21 +00:00
  • 81c6fb87cd More updates to build system coppro 2010-01-20 03:19:57 +00:00
  • c0ce05a341 Fixed some major build system flaws coppro 2009-12-11 03:44:20 +00:00
  • 47aa7ce923 Rename 'cannocial_name_form' to 'canonical_name_form' coppro 2009-12-04 06:04:57 +00:00
  • 46111fcbad Build system improvements coppro 2009-12-04 06:02:06 +00:00
  • b561e22476 Fix crash when dragging card list past end. coppro 2009-11-25 06:30:07 +00:00
  • 20c231e31d Fix debugging typo coppro 2009-11-25 06:03:30 +00:00
  • 16951810f9 Fixed count on dictionary file. coppro 2009-11-23 08:18:47 +00:00
  • 5a8f8e8d70 Following a fine MSE tradition of forgetting to svn add new files. coppro 2009-09-28 23:02:54 +00:00
  • f2d6714da9 (sorry for making this all one commit) Fiddled with the backbone for scripts some more. VCS are now suppported in sets but configuration/non-svn-systems missing Linux build now uses precompiled headers (build time--) A couple warning fixes too. coppro 2009-09-16 23:40:44 +00:00
  • 9343e48280 Configure now allows selection of debugging. coppro 2009-09-07 01:20:20 +00:00
  • 8d33f63d87 Fixing a little boo-boo in planes. Forgot to define inverted common symbol variation. pichoro 2009-08-12 04:00:59 +00:00
  • 0858e1a41c Adding planechase game file, for plane type cards. pichoro 2009-08-11 22:12:16 +00:00
  • bbc536fe26 Adding chaos symbols to Vanguard. pichoro 2009-08-11 22:10:31 +00:00
  • d59f4c4305 Adding chaos symbol to mana fonts - set to "C". Magic-mana-future updates by Shiv2503. Also, changing how curly quotes are handled until curly_quotes is better. pichoro 2009-08-11 22:09:22 +00:00
  • 534faeebcb Adding magic-new-textless-land template. pichoro 2009-08-11 22:06:06 +00:00
  • 722252fe8c Update to Yugioh - Better typeline system. - Moved text replacements out of scripts and into auto_replace file. pichoro 2009-08-08 15:40:52 +00:00
  • fe81a40617 Yugioh Template Update Courtesy of artfreakwiu. pichoro 2009-08-08 14:47:53 +00:00
  • 5263c7e7f0 Added I_TAILCALL to dependency analysis. coppro 2009-08-02 01:43:52 +00:00
  • 79b18c1e72 Script cleanup for standards-compliance (not going out of bounds on vectors). I_POP is no longer considered a binary instruction because all other binary instructions expect the stack to have at least two elements - adding a manual check is kludgy Added I_TAILCALL to accomodate indended optimizations coppro 2009-08-02 01:30:59 +00:00
  • 7af4cd4bd0 Lots of miscellaneous fixes, also added basic VCS framework coppro 2009-08-01 22:34:04 +00:00
  • 3d7f0ea70f Improved the Linux installer. coppro 2009-08-01 19:13:05 +00:00
  • ab37336db3 Moved X.png to lowercase for case-sensitive names (this should really be dealt with in the program) coppro 2009-07-31 08:11:02 +00:00
  • a34da1949a Fixing an error relating needing to type two characters to get 1 character on non-character cards in VS. pichoro 2009-07-25 12:52:46 +00:00
  • 667d713db8 Futureshift styles should be defaulting to non-shifted sorting. pichoro 2009-07-23 22:17:56 +00:00
  • 4e18bd3e89 Oops. Made some mistakes with some defaults I just added. pichoro 2009-07-23 15:41:37 +00:00
  • f9885269fc Adding some more planeswalker related fields to allow for more custom templates, like flip planeswalkers. pichoro 2009-07-23 15:21:14 +00:00
  • c6e35d142d Adding Brazilian Portguese translation by Luciano de Silva. pichoro 2009-07-23 14:59:25 +00:00
  • 9986d2225f More Magic words in dictionary. pichoro 2009-07-20 14:46:04 +00:00
  • 9d79b5ba0a Fixing split second RT in Magic and Vanguard. pichoro 2009-07-20 14:45:24 +00:00
  • b6eeb655ea Removing an unneeded dependancy from magic-new-token. pichoro 2009-07-20 14:44:29 +00:00
  • d6ad190c10 Curly apostrophes in keywords for Magic and Vanguard. pichoro 2009-07-11 13:53:56 +00:00
  • 3fb80cee04 Fixing double quotes in keywords. pichoro 2009-07-10 20:51:42 +00:00
  • 8731807b71 Fixing a mistake from my incorrect merging of a file. pichoro 2009-07-10 20:34:37 +00:00
  • bf207ed469 Forgot two coppro 2009-07-10 20:24:12 +00:00
  • ee88dadfb0 Finishing M2010 reminder text update. pichoro 2009-07-10 20:21:08 +00:00
  • 1db5c9e5c2 Moved spellcheck files to lowercase. coppro 2009-07-10 20:19:41 +00:00
  • 2fd8389ad1 Updated banding & phasing reminder text to new Oracle text. coppro 2009-07-10 19:22:17 +00:00
  • da646d499a Fixing some mistakes in magic-new-flip. pichoro 2009-07-09 22:27:04 +00:00
  • f1715748bd Removing a bit of redundant code from Magic old styles. pichoro 2009-07-09 14:59:57 +00:00
  • 814ec36201 Fixing another mistake in magic-new-planeswalker. pichoro 2009-07-08 21:25:15 +00:00
  • c53fad2c7a Adding Intimidate keyword to Magic and Vanguard. pichoro 2009-07-08 15:47:18 +00:00
  • 372c68762c Removing a bunch of extra line breaks from recently foiled Magic templates. pichoro 2009-07-07 16:13:49 +00:00
  • cd3df763c4 Fixing old styles so p/t is editable again. Oopsy! pichoro 2009-07-07 03:56:28 +00:00
  • 06c83e4171 Optional foil system for all Magic templates. Normal foil gradient added. Planeswalker and Flip card shapes now added. General clean up of styles. pichoro 2009-07-07 03:04:54 +00:00
  • 3d3732b736 More words for Magic dictionary. pichoro 2009-07-07 03:02:04 +00:00
  • e2bde599d3 Removing unnecessary stuff from old Magic styles. pichoro 2009-06-21 01:25:09 +00:00
  • a44025b015 Removed function leftover from half-way through development coppro 2009-06-19 03:28:25 +00:00
  • b73f081b60 Updated copyright information (2009 + my real name) MSE now handles opening more gracefully - can handle directories and failures Changed behavior to always save cards to separate files with intent to add VCS later (note: shouldn't do this for zip, but can't see a good way to approach this) coppro 2009-06-19 03:09:05 +00:00
  • bc69eea4ee Removing false dependancy from magic-new-token. pichoro 2009-06-18 02:30:46 +00:00
  • 4c9f3afb05 MSE can now save cards in separate files (needs manual config editing still). Trailing slashes are stripped from commandline arguments (because directory.mse-set/ should be accepted) coppro 2009-06-18 02:18:23 +00:00
  • 9d515cd097 More keyword correction for Magic and Vanguard. More words for the Magic dictionary. pichoro 2009-06-11 02:35:06 +00:00
  • 7e2642c830 More M2010 updates for Magic and Vanguard. Yet another keyword update. pichoro 2009-06-10 16:54:10 +00:00
  • e1f0ea7c88 Regular apostrophes become fancy apostrophes in Magic and Vanguard. Moved tilde name replacement to automatic text replacements in Vanguard. pichoro 2009-06-09 18:57:18 +00:00
  • a63d9bed90 Improved card sorting for Magic and Vanguard. M10 version keywords and auto replace for both. pichoro 2009-06-09 15:09:17 +00:00
  • 88d528aa5a More unofficial VS team symbols. pichoro 2009-05-29 01:24:49 +00:00
  • b3792eb94a Slightly altered automatic capitalization. New automatic names for Vanguard, to fit with MTGO Avatar formatting. pichoro 2009-05-29 01:23:56 +00:00
  • 3e0132f3af New Sunburst reminder text courtesy of Oracle update. pichoro 2009-04-22 21:31:44 +00:00
  • c8d0b1fe06 First Alara Reborn keyword for Magic. Lots of improvements to blends and default blends. Some new words for dictionary. pichoro 2009-04-16 00:36:03 +00:00
  • 8c26108823 Fixing some watermarks and team affiliation symbols that don't show up in VS. Adding antimatter to VS official new symbol-font. Adding lots of lantern symbols to VS unofficial new symbol-font. pichoro 2009-04-16 00:31:27 +00:00
  • fb02139604 First Alara Reborn keyword for Vanguard; fixing other keyword errors. pichoro 2009-04-16 00:27:51 +00:00
  • 24377e11a4 Moving " " to a regular expression in magic-embossedletters to allow for better text compression. pichoro 2009-04-16 00:26:27 +00:00
  • dd8930355d Updated Italian translation by Mikefon or Eriol? Added Polish translation by Liosan. pichoro 2009-03-06 00:21:12 +00:00
  • 87b45df71d Updated linux installer; minor semantic bug affecting 64-bit builds coppro 2009-03-02 23:29:38 +00:00
  • dc26e1f00a New 'show spelling errors' option in the preferences window. coppro 2009-02-06 03:27:20 +00:00
  • 7bf2db5d17 Modified the "~ is color" script to work with new spellcheck tags (changed a ? to a *). Surprised no bug report yet. coppro 2009-02-02 05:26:27 +00:00
  • 40ec87c803 Another update to the French locale from Nopse. pichoro 2009-01-18 17:03:20 +00:00
  • 12e6101dec Fixing locale errors in 0.3.8. Adding Danish locale. pichoro 2009-01-18 16:44:41 +00:00
  • aa7d2ba75a Shifting position hint for futureshift style. pichoro 2009-01-18 16:43:11 +00:00
  • e9b4b72b7a Rule to remove nospellingcheck tags from VS and Vanguard. Fixing text_filter for some VS styles. pichoro 2009-01-18 16:42:23 +00:00
  • 4e772d14da Fixed install script and set selection window crash. coppro 2009-01-18 04:00:50 +00:00
  • 46454d9e97 update checker data for 0.3.8 twanvl 2009-01-16 00:00:11 +00:00
  • c767b6969d fix for non Unicode build; why won't it die already? twanvl 2009-01-15 22:59:40 +00:00
  • f5ee0b4d00 Updated Linux README. coppro 2009-01-15 22:32:56 +00:00
  • dcf165bf69 Added new Linux script for limited install Actually made Linux compile with optimizations coppro 2009-01-15 22:26:59 +00:00
  • 0b718c8d98 more msw installer stuff twanvl 2009-01-15 22:25:58 +00:00
  • 4421b24761 the way expand_keyword works has changed, templates updated. parameter un-bolding now works for vs templates twanvl 2009-01-15 22:15:59 +00:00
  • f24806a4de always call the combine function when expanding keywords twanvl 2009-01-15 22:10:58 +00:00
  • 8dd4b207b1 msw installer for 0.3.8, may still need some tweaks to vs system fonts twanvl 2009-01-15 15:15:09 +00:00