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
440.7.0 -
55---------------------------
66
7+ * Now a CorruptTrackerFileError is raised when the tracker file is corrupted (generally only older resume_from_replay replays)
78* Added replay.resume_from_replay flag. See replay.resume_user_info for additional info.
89* PacketEvent is now ProgressEvent.
910* SetToHotkeyEvent is now SetControlGroupEvent.
1011* AddToHotkeyEvent is now AddToControlGroupEvent.
1112* GetFromHotkeyEvent is now GetControlGroupEvent.
1213* 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.
1320* event.name is no longer a class property; it can only be accessed from an event instance.
1421* PingEvents now have new attributes:
1522 * event.to_all - true if ping seen by all
You can’t perform that action at this time.
0 commit comments