File tree Expand file tree Collapse file tree 2 files changed +29
-35
lines changed Expand file tree Collapse file tree 2 files changed +29
-35
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,35 @@ w3g Change Log
4
4
5
5
.. current developments
6
6
7
+ v1.0.2
8
+ ====================
9
+
10
+ **Added: **
11
+
12
+ * Add support for 12 new slot colors
13
+ * Add new result to LeftGame. Not sure what it is, but it seems to be
14
+ another version of 'left game'
15
+ * Add default value for Select Modes
16
+ * ``File.player_race() ``: Try to guess actual race for Random players
17
+ * Add another "win condition" by finding the last Player who left the
18
+ game
19
+
20
+ **Changed: **
21
+
22
+ * ``SlotRecord.from_raw() ``: Drop 2 high-order bits in the "race" byte as
23
+ per ``w3g_format.txt `` - 4.12 notes
24
+
25
+ **Fixed: **
26
+
27
+ * Prevent sporadic "invalid continuation byte" error
28
+ * Fix issue in ``Player.from_raw() `` which threw off byte seeking for the
29
+ rest of the file
30
+
31
+ - Usually custom_or_ladder should be 1 or 8, but it seems to often be
32
+ 2 for newer replays
33
+
34
+
35
+
7
36
v1.0.1
8
37
====================
9
38
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments