@@ -7,8 +7,8 @@ CHANGELOG
77* Hooked up travis-ci for continuous testing. https://travis-ci.org/GraylinKim/sc2reader
88* Fixed player team assignment.
99* Log a warning instead of throwing an exception when using an unknown colors.
10- * * An unknown hex value will use the hex value as the name.
11- * * An unknown color name will use 0x000000 as the color.
10+ * An unknown hex value will use the hex value as the name.
11+ * An unknown color name will use 0x000000 as the color.
1212
13130.5.1 - June 1, 2013
1414--------------------
@@ -28,24 +28,24 @@ CHANGELOG
2828
2929* Support for all replays (arcade replays now parse!) from all versions
3030* Support for the new replay.tracker.events added in 2.0.8
31- * * Units now have birth frame, death frame, and owner information
32- * * New events for (roughly) tracking unit positions
33- * * New events for tracking player resource stockpiles and collection rates
34- * * More!
31+ * Units now have birth frame, death frame, and owner information
32+ * New events for (roughly) tracking unit positions
33+ * New events for tracking player resource stockpiles and collection rates
34+ * More!
3535* Much more comprehensive documentation.
3636* New unit model
37- * * SiegeTank and SiegeTankSieged (and others with different forms) are no longer separate units.
38- * * Units that can transform maintain a full type history.
39- * * Units are correctly and uniquely identified by unit_id alone.
37+ * SiegeTank and SiegeTankSieged (and others with different forms) are no longer separate units.
38+ * Units that can transform maintain a full type history.
39+ * Units are correctly and uniquely identified by unit_id alone.
4040* Updated unit meta data:
41- * * Mineral Cost
42- * * Vespene Cost
43- * * Supply Cost
44- * * Flags for is_worker, is_army, is_building
41+ * Mineral Cost
42+ * Vespene Cost
43+ * Supply Cost
44+ * Flags for is_worker, is_army, is_building
4545* Added ability meta data:
46- * * is_build flag marking abilities that create units
47- * * build_unit indicating the unit type that is built
48- * * build_time indicating the build time for the ability
46+ * is_build flag marking abilities that create units
47+ * build_unit indicating the unit type that is built
48+ * build_time indicating the build time for the ability
4949
50500.4.0 - ???
5151--------------------
0 commit comments