File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,19 @@ CHANGELOG
4
4
0.7.0 -
5
5
---------------------------
6
6
7
+ * Now a CorruptTrackerFileError is raised when the tracker file is corrupted (generally only older resume_from_replay replays)
7
8
* Added replay.resume_from_replay flag. See replay.resume_user_info for additional info.
8
9
* PacketEvent is now ProgressEvent.
9
10
* SetToHotkeyEvent is now SetControlGroupEvent.
10
11
* AddToHotkeyEvent is now AddToControlGroupEvent.
11
12
* GetFromHotkeyEvent is now GetControlGroupEvent.
12
13
* PlayerAbilityEvent is no longer part of the event hierarchy.
14
+ * AbilityEvent doubled as both an abstract and concrete class (very bad, see #160). Now split into:
15
+ * AbilityEvent is now CommandEvent
16
+ * AbilityEvent is now BasicCommandEvent
17
+ * TargetAbilityEvent is now TargetUnitCommandEvent
18
+ * LocationAbilityEvent is now TargetPointCommandEvent
19
+ * Removed the defunct replay.player_names attribute.
13
20
* event.name is no longer a class property; it can only be accessed from an event instance.
14
21
* PingEvents now have new attributes:
15
22
* event.to_all - true if ping seen by all
You can’t perform that action at this time.
0 commit comments