Details

  • Filename
    mapcraft-r6.zip
  • Uploaded by
  • Uploaded
    Jun 15, 2010
  • Size
    20.49 KB
  • Downloads
    140
  • MD5
    6be12bea6ba92a2ef98aa00653bd20b9

Changelog

------------------------------------------------------------------------
r6 | motiveme | 2010-06-15 11:38:36 +0000 (Tue, 15 Jun 2010) | 1 line
Changed paths:
   M /trunk/src/MapCraftWindow.java

- Fixed a bug preventing 10.5.x clients from using single player launch.
------------------------------------------------------------------------
r5 | motiveme | 2010-05-25 06:38:42 +0000 (Tue, 25 May 2010) | 9 lines
Changed paths:
   M /trunk/nbproject/project.properties
   A /trunk/src/BrowsePairing.java
   A /trunk/src/DynamicFileFilter.java (from /trunk/src/SCMapFilter.java:3
   D /trunk/src/GUIWindow.java
   A /trunk/src/MapCraftWindow.java (from /trunk/src/GUIWindow.java:4
   M /trunk/src/MapSwapper.java
   M /trunk/src/OperatingSystem.java
   D /trunk/src/SCMapFilter.java
   A /trunk/src/Settings.java
   A /trunk/src/TabChangeListener.java

- Added settings tab for defining Starcraft 2 application path, and the Map that MapCraft will swap for multiplayer games.
- Added support for preferences that will store values saved to Settings between multiple runs of MapCraft. Settings will be reset between version upgrades.
- Added a more helpful FAQ menu under the Help tab.
- Rewrote the way maps are swapped using a .bak file instead of moving things around. Thanks Skizot.
- Fixed Windows XP support. No, really this time. Even if your default path is wrong, you can now reset it.
- Code cleanup (hooray!, but it's still ugly.)
- Fixed About tab from Windows 1.2 release.
- Updated Cache directories for all versions of Windows and Mac OS X.

------------------------------------------------------------------------
r4 | motiveme | 2010-05-14 21:16:05 +0000 (Fri, 14 May 2010) | 2 lines
Changed paths:
   M /trunk
   M /trunk/nbproject
   M /trunk/src/GUIWindow.java
   M /trunk/src/MapSwapper.java
   M /trunk/src/OperatingSystem.java

- Code cleanup
- Fixed Windows XP support (verified) for enUS localization. No idea why USERPROFILE and other environment variables didn't work.
------------------------------------------------------------------------