@@ -8,6 +8,7 @@ New Stuff:
8
8
~~~~~~~~~~~~~~~~
9
9
10
10
* Adds python 3.2+ support
11
+ * Adds support for patch 2.0.10.
11
12
* Adds experimental SC2Map.MapInfo parsing support.
12
13
* Implements new replay GameEngine and plugin support.
13
14
* Added a sc2json script contributed by @ChrisLundquist
@@ -27,16 +28,16 @@ Changed Stuff (non-backwards compatible!):
27
28
* Player.uid is now the user id of the player (was player.cid)
28
29
* PersonDict can no longer be constructed from a player list and new players cannot be added by string (name). Only integer keys accepted for setting.
29
30
* Log a warning instead of throwing an exception when using an unknown colors.
30
- * * An unknown hex value will use the hex value as the name.
31
- * * An unknown color name will use 0x000000 as the color.
31
+ * An unknown hex value will use the hex value as the name.
32
+ * An unknown color name will use 0x000000 as the color.
32
33
* Finally straighten out all these replay player list/dicts
33
- * * human/humans -> human entities, indexed by uid
34
- * * computer/computers -> computer entities, indexed by pid
35
- * * player/players -> actually playing in the game, indexed by pid
36
- * * observer/observers -> observing the game, indexed by uid
37
- * * entities -> players + observers || humans + computers, indexed by pid
38
- * * client/clients - (deprecated) same as human/humans
39
- * * people/person - (deprecated) same as entity/entities
34
+ * human/humans -> human entities, indexed by uid
35
+ * computer/computers -> computer entities, indexed by pid
36
+ * player/players -> actually playing in the game, indexed by pid
37
+ * observer/observers -> observing the game, indexed by uid
38
+ * entities -> players + observers || humans + computers, indexed by pid
39
+ * client/clients - (deprecated) same as human/humans
40
+ * people/person - (deprecated) same as entity/entities
40
41
41
42
42
43
0.5.1 - June 1, 2013
@@ -57,27 +58,22 @@ Changed Stuff (non-backwards compatible!):
57
58
58
59
* Support for all replays (arcade replays now parse!) from all versions
59
60
* Support for the new replay.tracker.events added in 2.0.8
60
- * Units now have birth frame, death frame, and owner information
61
- * New events for (roughly) tracking unit positions
62
- * New events for tracking player resource stockpiles and collection rates
63
- * More!
61
+ * Units now have birth frame, death frame, and owner information
62
+ * New events for (roughly) tracking unit positions
63
+ * New events for tracking player resource stockpiles and collection rates
64
+ * More!
64
65
* Much more comprehensive documentation.
65
66
* New unit model
66
- * SiegeTank and SiegeTankSieged (and others with different forms) are no longer separate units.
67
- * Units that can transform maintain a full type history.
68
- * Units are correctly and uniquely identified by unit_id alone.
67
+ * SiegeTank and SiegeTankSieged (and others with different forms) are no longer separate units.
68
+ * Units that can transform maintain a full type history.
69
+ * Units are correctly and uniquely identified by unit_id alone.
69
70
* Updated unit meta data:
70
- * Mineral Cost
71
- * Vespene Cost
72
- * Supply Cost
73
- * Flags for is_worker, is_army, is_building
71
+ * Mineral Cost
72
+ * Vespene Cost
73
+ * Supply Cost
74
+ * Flags for is_worker, is_army, is_building
74
75
* Added ability meta data:
75
- * is_build flag marking abilities that create units
76
- * build_unit indicating the unit type that is built
77
- * build_time indicating the build time for the ability
78
-
79
- 0.4.0 - ???
80
- --------------------
81
-
82
- ...
76
+ * is_build flag marking abilities that create units
77
+ * build_unit indicating the unit type that is built
78
+ * build_time indicating the build time for the ability
83
79
0 commit comments