Changes since version 0.61:
----------------------------------
Charts tab is now implemented! Features of the Charts tab:
-3 chart types as of now: APM, Hotkeys and Builds/Tech.
-On the APM chart you can set the granularity in pixels and the curve approximation (linear or cubic).
-On the Hotkeys chart you can visualize the Assign and Select hotkeys (you can hide select hotkeys).
-On the Builds/Tech chart you can visualize the Build, Train, Research and Upgrade actions. You can enable/disable any of it, and you can choose whether to display workers if Train actions are displayed.
-A colored action list with action icons is displayed below the charts, you can filter it by action types. Action colors can be inverted, icon size can be changed (or hid).
-You can jump to a specified frame, you can search text in the action, and you can filter them by the entered text. The filter text are in logical AND connection by default, you may enter OR between them to specify a logical OR connection. Hotkeys: CTRL+J jump, CTRL+S search, CTRL+F filter.
-You can fast switch between charts with CTRL+number. For example CTRL+1 for APM, CTRL+2 for Hotkeys etc.
-You can fast zoom in with CTRL+I and zoom out with CTRL+U.
-Right click on the chart opens the Replay operations menu.
Applied to all chart types:
-Every chart can be zoomed. If a chart is zoomed, you can simply drag it to scroll (or traditionally use the scrollbar).
-You can choose to display all players on 1 common chart, or to put each on a separate one.
-You can choose to display time info in seconds or in frames.
-You can choose to display charts using the players' in-game colors, or with the same color.
-You can enable/disable any of the players.
-The chart marker and the selected action is synchronized to each other.
Other new features and changes:
-New replay operation: Watch replay. If Sc2 is not running, this will start Sc2 and starts playing the replay.
-Added new search fields: Match-up, Build order, Building, Unit, Research, Upgrade, Unit ability, Building ability. The build order may contain asterisks (*) to match any building. The unit and building ability fields can be used to find replays where the specified abilities were used. At each of these fields you can also specify the min occurrence count (for example PSI storm was used at least 10 times).
-Added a new "List all replays of this source" shortcut button to the source tab of the Replay search to quickly list the replays of a source (you can achieve this by going to the filters tab and performing a search without changing any filter fields).
-New menu item: Folder settings. Here you can set your Sc2 installation folder, auto replay folder and SC2 maps folder.
-Added Swedish translation by Marcus Östergren (translated version 0.61).
-Game info tab now groups players into teams.
-Closeable tabs now can be closed with CTRL+W (search results tab for example).
-When search/load is finished, Abort button is removed.
-Added map name and size on the map preview tab, and now map preview is scrollable by dragging.
-New symbols in the replay rename dialog: match-up, race match-up, full name, full name list,
-Fixed a small bug in the replay rename code (template processor).
-Coordinates are now parsed and displayed properly.
-Supports the new replay format (from version 0.11), and does not support previous versions.
-More flexible layout on some tabs.
Note:
It's written in Java, so you need Java 6.0 or newer to use it.
On the other hand if you have Java, you can use it (on all operating systems: Windows, MAC OS-X, Linux).
Version 0.82 is out. The auto-update should handle it, just click on the "Update" button.
Changes since version 0.80:
----------------------------------
-Added a simple-to-use but powerfulRace match-up filter.
You can enter race letters you're looking for. Symbols (in English): P - Protoss, T - Terran, Z - Zerg, R - Random, v to separate teams, * to match all races. Examples: ZvT, TvR, Tv*, ZPvPT, ZZv**, ZTP.
If you don't provide team separation just race letters, it will list replays where the indicated races were used.
Example: if you search for "ZPT*", it will list replays where all races were used, and there was at least a 4th player.
If you provide team separation, it will list replays where the grouped races were in the same team.
The "Exact match" property in case of this filter means: if it is checked, only replays that have exactly the same amount of teams and races as specified will be listed.
For example ZvZ without exact match will also list ZTvZP for example. ZvZ with exact match will only list ZvZ.
Note 1: if you have a replay of TvR which turned out to be TvZ, it will match both "TvR" and the "TvZ" patterns, but not the "TvP" pattern for example.
Note 2: if you have a replay of TvZ (chosen T and Z, not random), it will not match the "TvR" pattern.
Note 3: the race letters are the first letters of races in the language of Sc2gears! For example in Swedish the letter for Random is 'S'. The tool tip shows the proper letters of races in the language of Sc2gears.
Note 4: the Race match-up filter can be combined with the Match-up filter of course, but care must be taken as they might work against each other (for example searching for "1v1" and "**v**" will never give any results).
-Added a new folder setting: "Default folder when opening replays". If this is set, replay choosing dialogs will start from this folder.
-Added German translation for version 0.82 by Stephan Wimmer.
-Added Swedish translation for version 0.80 by Marcus Östergren.
-Added Russian translation for version 0.80 by Nikita "niyaro" Tsarev.
-Added French translation for version 0.82 by Romain Salvin.
-User home relative paths in the folder settings are now handled this way: if the specified path exists, it will be used as-is. If doesn't, it will be completed with the user home (prepend). So if your Documents folder is placed outside of your home folder, just give the absolute path you want to use and it'll work.
-On MAC OS and MAC OS-X StarCraft is started with command: "StarCraft II.app".
Changes since version 0.82:
----------------------------------
-A new chart type: Builds/Tech Stat
This bar chart will show statistics of the units/buildings/researches/upgrades you made during the game, and abilities you used grouped by their categories. You can specify what to display, and you can change the bars' size.
Statistics will be gathered only up to the time of the marker (the selected action). So you can follow how these statistics change over time. The objects on the chart will be displayed in the occurrence order.
If marker is not yet visible, you'll see statistics for the whole game.
-A new option below the action list: Use listed actions as chart input data
This option gives GREAT customization to the data visualized on the charts. If checked, charts will be constructed only from the actions that are listed in the action list.
Note: the listed actions can be filtered in 2 ways (besides the player check boxes): either by the action-type check boxes (like Train, Build etc.) and by a user specified free-text.
Green background draws attention if this is enabled.
Useful examples: First enable "Use visible actions as chart input data", then:
If you want to see how players add supply (for all races), enter a filter text: "pylon or supply or overlord".
If you want to see when players expand, select only the Build action type and enter a filter text: "hatchery or nexus or command center".
If you want to see the Macro APM chart, filter actions only to types of Trains and Builds.
-Race letters can now be specified in the language files in order to avoid confusion of races with the same first letters.
-Added a few new actions that weren't parsed in the previous version.
-Optimized action filtering by action types, it should be faster now.
-Updated language files to newer versions.