Changes between Version 1 and Version 2 of FeatureList
- Timestamp:
- Aug 4, 2010, 4:12:37 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FeatureList
v1 v2 1 = Database = 1 = Feature list = 2 == Database == 2 3 WARP is capable of setting up a fully-fledged database that allows you to easily access all saved replays at the same time. Therefore, replays do not have to be parsed on every startup, which in turn '''saves a lot of time.''' 3 4 4 = Search=5 == Search == 5 6 Every parsed replay can be searched for several different fields, such as player names or player count or even chat messages. By utilizing a sophisticated search mechanism, WARP allows '''wildcards''' (asterisk), greater-than and less-than signs, allowing detailed searches. Of course, '''multiple search terms''' can be combined by concatenating them with whitespaces. At this time, though, multiple search terms can only be treated as a logical "OR". 6 7 … … 9 10 * Searching for a player count ''>2'' retrieves all replays with more than two players 10 11 11 [[Image(wiki:WikiStart:main_window.png, align=center, margin-top=20, margin-bottom= 20)]]12 [[Image(wiki:WikiStart:main_window.png, align=center, margin-top=20, margin-bottom=30)]] 12 13 13 = Actions per minute = 14 == Actions per minute == 15 Through the use of [http://trac.erichseifert.de/gral GRAL], WARP is able to nicely visualize the players' APM by displaying them in an '''APM plot''' as seen below. 16 [[Image(apmplot.png, align=center, margin-top=20, margin-bottom=30)]] 14 17 15 = Supported formats = 18 These plots even handle '''user interaction''' by being capable of zooming and exporting or printing the plot, as displayed. To allow comparison between two or more participants, the user can easily '''show and hide a player's APM''' unticking/ticking the check box on the right. 19 20 [[Image(apmplot_hidden.png, align=center, margin-top=20, margin-bottom=30)]] 21 22 == Supported formats == 16 23 * [wiki:SC2ReplayFormat SC2Replay] files