Commit Graph

  • 61e686649b attempt to deal with mouse capture in DropDownList, still not entirely correct! twanvl 2010-12-07 21:45:27 +00:00
  • 961e4c3cd9 use wxBORDER_THEME for custom controls twanvl 2010-12-07 21:44:56 +00:00
  • b99f2dc700 * compatibility with wxWdigets 2.9+: SetClippingRegion -> SetDeviceClippingRegion * overload wxEVT_ERASE_BACKGROUND, to reduce flicker twanvl 2010-12-07 21:43:55 +00:00
  • 525af32c85 profile the loading of package images twanvl 2010-12-07 21:23:10 +00:00
  • 24c95b0f33 * compatibility with wxWdigets 2.9+: Handle MOUSE_CAPTURE_LOST event * use wxBORDER_THEME for custom controls twanvl 2010-12-07 21:22:22 +00:00
  • 1ece54c899 * compatibility with wxWdigets 2.9+: Handle MOUSE_CAPTURE_LOST event * compatibility with wxWdigets 2.9+: SetClippingRegion -> SetDeviceClippingRegion twanvl 2010-12-07 21:21:43 +00:00
  • 3df48aa489 compatibility with wxWdigets 2.9+: Handle MOUSE_CAPTURE_LOST event twanvl 2010-12-07 21:20:54 +00:00
  • cbb47ff265 compatibility with wxWdigets 2.9+: wxSAVE -> wxFD_SAVE, etc twanvl 2010-12-07 21:19:53 +00:00
  • 9e5ca1df1c use wxBORDER_THEME for custom controls twanvl 2010-12-07 21:19:34 +00:00
  • cb01268092 added assertion twanvl 2010-12-07 21:18:57 +00:00
  • 2f56a058c2 compatibility with wxWdigets 2.9+: wxString::iterator::operator* aparently does not return a wxChar anymore, use cast to force conversion. twanvl 2010-12-07 21:18:31 +00:00
  • a1ce4740c2 compatibility with wxWdigets 2.9+: Vector2D use *0.5 instead of /2 to prevent ambiguous conversion errors twanvl 2010-12-07 21:17:51 +00:00
  • 075122668b * compatibility with wxWdigets 2.9+: use HandleWindowEvent instead of ProcessEvent * compatibility with wxWdigets 2.9+: Vector2D: prevent ambiguous conversion errors * use wxBORDER_THEME for custom control twanvl 2010-12-07 21:17:03 +00:00
  • 0ee420b7b4 compatibility with wxWdigets 2.9+: use HandleWindowEvent instead of ProcessEvent twanvl 2010-12-07 21:15:28 +00:00
  • d5f8d29363 compatibility with wxWdigets 2.9+: use HandleWindowEvent instead of ProcessEvent twanvl 2010-12-07 21:15:15 +00:00
  • aba1ea3470 FunctionProfile::time -> FunctionProfile::total_time twanvl 2010-12-07 21:14:55 +00:00
  • f9e8bb88e3 profile package open timing twanvl 2010-12-07 21:14:10 +00:00
  • 8d830289a7 compatibility with wxWdigets 2.9+: wxSAVE -> wxFD_SAVE, etc twanvl 2010-12-07 21:13:28 +00:00
  • 7bad6c5ada compatibility with wxWdigets 2.9+: Vector2D: prevent ambiguous conversion errors twanvl 2010-12-07 21:13:08 +00:00
  • a9a50c358a compatibility with wxWdigets 2.9+: wxString::c_str now returns an object instead of a Char*, use cast to force conversion. TODO: This can probably be done more efficiently! twanvl 2010-12-07 21:12:44 +00:00
  • 527d21794c compatibility with wxWdigets 2.9+: use HandleWindowEvent instead of ProcessEvent, but this function doesn't exist in wx2.8. So, #define the former as the latter for backwards compatibility. twanvl 2010-12-07 21:12:14 +00:00
  • 3ca87fce86 compatibility with wxWdigets 2.9+: Vector2D use *0.5 instead of /2 to prevent ambiguous conversion errors twanvl 2010-12-07 21:11:03 +00:00
  • e84e6473e0 compatibility with wxWdigets 2.9+: wxSAVE -> wxFD_SAVE, etc twanvl 2010-12-07 21:09:12 +00:00
  • fbc7f425be compatibility with wxWdigets 2.9+: wxSAVE -> wxFD_SAVE, etc twanvl 2010-12-07 21:08:48 +00:00
  • 4fa03824ef compatibility with wxWdigets 2.9+: wxSAVE -> wxFD_SAVE twanvl 2010-12-07 21:08:30 +00:00
  • 61467fa363 added window showing profiler statistics twanvl 2010-12-07 21:07:55 +00:00
  • d12e0838a2 compatibility with wxWdigets 2.9+: work around a bug in wx 2.9.1 (should be fixed in newer releases) twanvl 2010-12-07 21:06:26 +00:00
  • e6884e0db3 compatibility with wxWdigets 2.9+: Vector2D::operator *(int) to prevent ambiguous conversion errors twanvl 2010-12-07 21:05:49 +00:00
  • 6f922eac7d compatibility with wxWdigets 2.9+: SetLogicalFunction takes wxRasterOperationMode instead of int twanvl 2010-12-07 21:05:00 +00:00
  • 65cde6c8f3 compatibility with wxWdigets 2.9+: use wxString::const_iterator instead of raw Char* twanvl 2010-12-07 21:04:11 +00:00
  • 3562891b42 compatibility with wxWdigets 2.9+: there is now a built in wxString::FromUTF8 function, use it twanvl 2010-12-07 21:02:55 +00:00
  • 195a318001 compatibility with wxWdigets 2.9+: use wxString::const_iterator instead of raw Char* twanvl 2010-12-07 21:02:04 +00:00
  • aaca63cc0f compatibility with wxWdigets 2.9+: wxString::c_str now returns an object instead of a Char*, use cast to force conversion. twanvl 2010-12-07 21:01:02 +00:00
  • 418a05d636 Fix error introduced in r1465: in single line text box, no lines were generated (which led to a crash), or text was scaled down when this was not intended. twanvl 2010-10-16 19:29:57 +00:00
  • 9735e24517 Added a panel showing profiler timings twanvl 2010-10-13 21:35:30 +00:00
  • 7bcb045668 Use wxPopupTransientWindow for drop down lists twanvl 2010-10-13 19:09:31 +00:00
  • 72db41b66a (newline style) twanvl 2010-10-12 20:36:31 +00:00
  • adeee89f0d bufgix: with newer version of wxWidgets (2.8), image slice dialog was crashing because events were being sent before the initialization was complete. twanvl 2010-10-12 20:36:07 +00:00
  • bcc582f912 added 'file_modified_time' function, which should be faster than using wxFileName twanvl 2010-10-03 16:47:38 +00:00
  • 4ee33c28f9 added "search for cards", removed old style pack generation twanvl 2010-10-03 16:27:06 +00:00
  • 2f7d95af9c No longer using namespace boost, doing that lead to conflicts in new compilers, because both boost and std contain a shared_ptr type. twanvl 2010-10-03 16:16:28 +00:00
  • a3973deb0d fix: Fix error in vc9: some stupid library defined 'near' twanvl 2010-10-03 15:48:24 +00:00
  • 82cec415e4 svn:ignore some stuff twanvl 2010-10-03 15:41:27 +00:00
  • 5beaa1cb67 MSVC project files no use version 9 (aka 2008) instead of 7.1 (aka 2003). twanvl 2010-10-03 15:40:11 +00:00
  • 3def657642 comment twanvl 2010-10-03 15:38:20 +00:00
  • 13a051b967 Fix error in vc9: don't index outside vector twanvl 2010-10-03 15:28:12 +00:00
  • 75f73db8a9 Fix error in vc9: use _wassert instead of _assert, the latter no longer exists. twanvl 2010-10-03 15:27:40 +00:00
  • 9b438daf41 Fix error in vc9: use _wassert instead of _assert, the latter no longer exists. twanvl 2010-10-02 13:51:07 +00:00
  • 62a4bb7718 Fix error in vc9: don't include manifest, newer versions of msvs do this automatically, which leads to conflicts twanvl 2010-10-02 13:49:37 +00:00
  • ca7ade0cfd Fix error in vc9: use _wassert instead of _assert, the latter no longer exists. twanvl 2010-10-02 13:42:31 +00:00
  • cc43ea3940 Fix error in vc9: universal-character-name encountered in source twanvl 2010-10-02 13:39:33 +00:00
  • 285fed3dbd Fix some overload issues with wxWidgets. coppro 2010-08-30 21:44:17 +00:00
  • 38a3a48a67 New Scars of Mirrodin watermarks. pichoro 2010-08-27 19:17:09 +00:00
  • abdafbc73a Another new Scars of Mirrodin keyword. pichoro 2010-08-27 19:03:43 +00:00
  • 5196a25fc3 New Scars of Mirrodin keyword revealed. pichoro 2010-08-20 01:38:18 +00:00
  • af4a13ce96 Fixing type statistics in Magic - had a minor error. pichoro 2010-08-15 02:15:52 +00:00
  • 1bd866268c Setting svn:eol to "native" for templates I added or messed up. pichoro 2010-08-15 01:31:38 +00:00
  • cf789a1886 Magic Archenemy Scheme cards template, with forum spoiler exporter. pichoro 2010-08-14 18:14:35 +00:00
  • ea033c0162 Rise of the Eldrazi Leveler templates for Magic. pichoro 2010-08-14 18:12:20 +00:00
  • 82bf137448 Rise of the Eldrazi clear colorless templates for Magic. pichoro 2010-08-14 18:10:51 +00:00
  • 1a05c0147a 4 Ability Planeswalkers for Magic. pichoro 2010-08-14 18:09:44 +00:00
  • 9ed652ea9f Forum formatted text spoiler exporter templates for Magic, Vanguard, Planechase and Yu-Gi-Oh. pichoro 2010-08-14 18:08:19 +00:00
  • 891af1dcd6 New update by Coppro to give more control over frame color in flips for both flip styles. New update mostly by Art_Freak to allow combining two images to make a composite in magic-new-flip. pichoro 2010-08-14 18:00:20 +00:00
  • 6a615bb47e Changes to Magic: Big keyword update. Update to allow new flip card technology. Update to allow 4-ability planeswalkers, textless lands, and levelers. More statistics that are related to card type. Custom subtype tracking for all card types. Planeswalker types included. Creature type updates. New symbol variation for set symbol watermarks; more like what appears on real cards. Updated card sorting. pichoro 2010-08-14 17:55:51 +00:00
  • 7f1197e2a3 Land frames for Modern Tokens. Fewer p/t box images needed. pichoro 2010-08-14 17:34:15 +00:00
  • 062fed5c52 New colored lands for planeshifted style. pichoro 2010-08-14 17:29:24 +00:00
  • ab2df4c973 New 0-cost loyalty "arrow" for planeswalkers. pichoro 2010-08-14 17:26:34 +00:00
  • dad794ff59 New position hints for various Magic styles. This is to rearrange and reorganize list of styles - it was quite disorganized. pichoro 2010-08-14 17:21:58 +00:00
  • b24f3e359f Changes to Magic Planechase: New card back for card-sample in game. Improved stats package. Big keyword update. Improved list of Planes. Better allowances for custom card types. Standard style is now much larger, reflecting that it is larger than regular Magic cards. pichoro 2010-08-13 22:42:27 +00:00
  • 68be0ff2af Changes to Vanguard: Better stats package. Correct card back as card-sample in list of games. Big keyword update. General cleaning up of style. pichoro 2010-08-13 22:28:25 +00:00
  • da01c308d6 More VS changes: Moving "~ to CARDNAME" into auto replace file. Automatic symbolization of new official affiliations in new styles. Typeline symbols and watermarks for new official affiliations. Now showing statistics for frame type. (seems useful) In Alter and Oversize styles, calling background image more directly instead of having every frame choice point to it. Ditching an unused card-sample.jpg from oversize style. pichoro 2010-08-13 22:19:51 +00:00
  • 352b5f48bf Lots of new VS affiliation symbols - some official, others not so much. pichoro 2010-08-13 21:53:28 +00:00
  • f02b2ff0e0 Removing repetitive image from vs-standard-arrow.mse-symbol-font. pichoro 2010-08-13 21:49:17 +00:00
  • 50a26e4c76 * find_i function for case insensitive searching * card::contains uses case insensitive find * Added card::contains_words for quick search, which searches for each word separately twanvl 2010-08-04 22:33:20 +00:00
  • be922940a2 Added a "quick search" box for filtering the card list twanvl 2010-08-04 21:52:26 +00:00
  • 4532fade77 Removed old random pack code. It was already disabled by the USE_NEW_PACK_SYSTEM flag. twanvl 2010-08-04 15:48:42 +00:00
  • 098e470ff9 A simple default "any card" pack if there are no packs specified in the game file twanvl 2010-08-04 15:13:29 +00:00
  • d546904163 A simple default "any card" pack if there are no packs specified in the game file twanvl 2010-08-04 15:07:07 +00:00
  • 57e0391f0d slightly better error messages when reading an enum value fails: also report the default used twanvl 2010-08-04 01:38:53 +00:00
  • 90b08ea743 Added scrollbar for DropDownList, fixes #52 twanvl 2010-08-04 00:45:55 +00:00
  • 968f557511 recolor_image function can now be used with custom colors twanvl 2010-08-03 18:44:44 +00:00
  • 6bfe384fb6 images for recolor_image documentation twanvl 2010-08-03 18:25:55 +00:00
  • 4defd52aa2 allow reading images from the current directory in the CLI interface twanvl 2010-08-03 18:25:35 +00:00
  • 0673eda5c9 new functions, added a rgb() color popup to highlighted code twanvl 2010-08-03 18:19:20 +00:00
  • e01b24aa63 Added 'recolor_image' function twanvl 2010-08-03 18:19:05 +00:00
  • ca0e762b64 New image functions: * invert * flip_horizontal * flip_vertical * rotate twanvl 2010-08-03 14:56:45 +00:00
  • 726bd9c135 don't use locale for error message (mostly to stop mse from whining about the missing entry) twanvl 2010-08-03 14:54:52 +00:00
  • 463c3d9a81 (minor) use getAngle() instead of trAngle(0) twanvl 2010-08-03 14:53:30 +00:00
  • 37da5e1141 init sockets in main function, otherwise the installer window doesn't work if updates were not checked first twanvl 2010-08-03 14:51:24 +00:00
  • 2bc67b964f multiple choice checklists also work in non-native look twanvl 2010-08-03 14:50:30 +00:00
  • 17c766c8fc documented "to_image" twanvl 2010-08-03 13:48:02 +00:00
  • ff26cb0a4b fix some tables and links twanvl 2010-08-03 01:52:10 +00:00
  • 34929bc4e5 "scale down to" works for single line text boxes, fixes #53 twanvl 2010-08-03 01:21:58 +00:00
  • 69ea39c64f slightly better error messages when reading an enum value fails: also report the default used twanvl 2010-08-02 23:05:05 +00:00
  • 0fc52a7952 alignment for choice fields rendered as text (#16) twanvl 2010-08-02 21:42:55 +00:00
  • e1d9437320 always draw checkerboard behind default image twanvl 2010-08-02 20:53:09 +00:00
  • 0625cd0aff Short-circuiting "and" and "or" operators twanvl 2010-07-23 23:52:34 +00:00
  • 603442e75b comment twanvl 2010-07-23 14:40:28 +00:00
  • 44b3d15a68 warn about invalid conversion to int/double/bool in Reader twanvl 2010-07-22 13:36:05 +00:00
  • 66bf7c8521 Fix #10: Use of saturate function almost always causes a crash. saturate: fix possible division by 0 SaturateImage: fix: had two 'image' members, one inherited, one nullptr, which caused a crash twanvl 2010-07-22 00:29:35 +00:00