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.txt
-22Lines changed: 0 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -93,15 +93,11 @@ Template for new versions:
93
93
- specific changes: ``world.fake_world_info[]`` is now ``world.fake_world_info.language[]``
94
94
- specific changes: ``world.selected_direction`` is now ``world.selected_direction[0]`` (and there are 3 additional entries)
95
95
96
-
# 51.02-r1
97
-
98
96
# 50.15-r2
99
97
100
98
## Structures
101
99
- fixed incorrect vtable address for ``widget`` superclass on Linux
102
100
103
-
# 50.15-r1
104
-
105
101
# 50.14-r2
106
102
107
103
## Structures
@@ -115,8 +111,6 @@ Template for new versions:
115
111
# ``widget``: changed ``visibility_flag`` to ``flag`` (matching DF internal name)
116
112
# added new keybindings for 50.14
117
113
118
-
# 50.13-r5
119
-
120
114
# 50.13-r4
121
115
122
116
## Structures
@@ -133,10 +127,6 @@ Template for new versions:
133
127
- added several bay12 exported entry points to list of known globals
134
128
- canonicalized a wide swath of type names, field names, and structure organization to match DF's internal names and organization. fields that already had useful names were largely left alone, but all ``unk``, ``anon``, and other "placeholder" names have been changed. structures that differed from reality were also corrected (e.g. collections of fields that were actually substructures and vice versa).
0 commit comments