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
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,22 @@ CHANGELOG
4
4
0.5.2 -
5
5
--------------------
6
6
7
+
* Adds experimental SC2Map.MapInfo parsing support. Replaces the useless MapInfo resource from before.
8
+
* Summary.teams is now summary.team; summary.team is now summary.teams. To conform with replay name conventions
9
+
* Fixed #136, unit types from tracker events are used when available.
10
+
* Deprecated player.gateway for player.region
11
+
* Reorganized the person/player/observer hierarchy. Top level classes are now Computer, Participant, and Observer. Participant and Computer are both children of player so any isinstance code should still work fine.
12
+
* Player.uid now means something completely different! Use player.toon_id instead
13
+
* Player.uid is now the user id of the player (was player.cid)
14
+
* 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.
15
+
* Added a sc2json script contributed by @ChrisLundquist
7
16
* Hooked up travis-ci for continuous testing. https://travis-ci.org/GraylinKim/sc2reader
17
+
* Switched to built in python unittest module for testing.
8
18
* Log a warning instead of throwing an exception when using an unknown colors.
9
19
* An unknown hex value will use the hex value as the name.
10
20
* An unknown color name will use 0x000000 as the color.
0 commit comments