You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*``PlayerStatEvent.food_used`` and ``food_made`` are now properly divided by 4096, 3e314e81796c41f01ac116e3a115a03ffb883b3f
8
+
*``AbilityEvent.flags`` are now processed into a dictionary mapping flag name to True/False (``AbilityEvent.flag``), a515bfa886b355a0e18497497c57eb252a4496ef
9
+
* Fixed error preventing UnitOwnerChangeEvents from being processed, ee0fc50caea5bc00dd94487791edaa8515b1cc35
10
+
* Fixed the toJSON plugin and adds new fields, 7cef03efded356f6af5e932c06241583f3f52c26
11
+
* Fixed error preventing parsing of MapHeader (s2mh) files
12
+
* APMTracker now ....
13
+
14
+
0.5.0 - May 7, 2013
15
+
--------------------
16
+
17
+
* Support for all replays (arcade replays now parse!) from all versions
18
+
* Support for the new replay.tracker.events added in 2.0.8
19
+
**Units now have birth frame, death frame, and owner information
20
+
**New events for (roughly) tracking unit positions
21
+
**New events for tracking player resource stockpiles and collection rates
22
+
**More!
23
+
* Much more comprehensive documentation.
24
+
* New unit model
25
+
** SiegeTank and SiegeTankSieged (and others with different forms) are no longer separate units.
26
+
** Units that can transform maintain a full type history.
27
+
** Units are correctly and uniquely identified by unit_id alone.
28
+
* Updated unit meta data:
29
+
** Mineral Cost
30
+
** Vespene Cost
31
+
** Supply Cost
32
+
** Flags for is_worker, is_army, is_building
33
+
* Added ability meta data:
34
+
** is_build flag marking abilities that create units
35
+
** build_unit indicating the unit type that is built
36
+
** build_time indicating the build time for the ability
0 commit comments