forked from WolvenKit/WolvenKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
144 lines (128 loc) · 4.34 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
WolvenKit 8.5.3
-----------------
- fixed a bug that would cause the game to crash on certain inkwidget files
- fixed a bug where the app would crash when loading kraken
WolvenKit 8.5.2
-----------------
- fixed a bug where the app would crash when launching the first time
- better error logging
- fixed a bug where non-windows libraries were loaded on windows
WolvenKit 8.5.1
-----------------
- fixed a bug where the settingspage would not load
WolvenKit 8.5
-----------------
Implemented:
- add mlsb support
Fixed:
- fixed a bug where null curves would crash
- Fix Linux Ooz library paths
- fixed a bug where kraken lib would not load
- fix linux support
- hooks up sync flag to IResource(Async)References
- fixed a bug where the updater would not recognize installed versions
- fix nuget publish action
- fixed a bug where the installer would not reinstall a plugin
- Fix warnings on publish
WolvenKit 8.5-rc1
-----------------
Implemented:
- open files & browse assets without loading a project
- cr2w editor UI overhaul
- project explorer UI overhaul
- buffer reading and writing
- cr2w reading/writing overhaul
- working inkatlas preview
- working inkwidget preview
- adds mlmask previews
- basic redscript highlighting
- make texture view separate, add inkatlas parts & PG
- make i/e process more responsive
- early cr2w file creation support
- adds file association and ability to open from command line
- update to VS22 and net6
- import/export tweaks
- property copying
- #602 mlmask import/export tweaks
- add folder-json convert
- working inkwidget xml serializer
- Added JsonSerializer for CR2WFile/Package04
- add oodle compression for non-windows systems
- add texconv as library instad of submodule
- Updated RTTI classes
- More filepaths
- 1.5 game patch support
- add pluginView
Fixed:
- Lots of bug fixes
- default value handling
- Added/Updated some non RTTI types
- Changed mesh preview temp directorty, fixes #622
- log & prompt updates
- adds sort by size to AB
- Asset Browser fixes
- Fix tga/dds import while using an exsiting file
- Ribbon view updated
- Allow drag and drop for both buffer types
- Changed default materials export to png
- add open in AB & replace with original context menu options
- Set new JsonSerializer for Import/Export
- replace auto-installer
- Fixed csv import
- Fixed masklist writing for PNG exports
- Changed default export format for mlmask from DDS to PNG
- Asset Browser: add base/mod files toggle button
- Asset Browser: change home button to foldup, w/ tooltip
WolvenKit 8.4.3
-----------------
Implemented:
- tweak cli command
Fixed:
- tweak editor: array editing
- curve editor: fixes, zoom and editing
- red resource editor: fixes, array editing,
- fixed a bug where w2rc buffers would not update on selection changed
- fix asset browser alphabetical folder ordering
- tweakDB fix arrays and adds remaining types
- Allow simultaneous reads from a single archive file by multiple WolvenKit instances
- fix dirty filenames for tweak files
- settings page cleanup and theme settings bug
- add check for updates button
- fixed a bug where the mod asset browser would extract vanilla files
- async file search in Asset browser
WolvenKit 8.4.2
-----------------
Implemented:
- ribbon restyle: Updated some red file icons to match their functionality, padding
- Simplify status bar
- Simplify home/welcome
- restyled Recent Files List
- asset browser info overlay for no projects
- w2rc buffer views
- add a info unit tests
- add files used by to asset browser
- add a statusbar loading bar
- Add unbundle game button
- Tweak file UI group adding
Fixed:
- fixed a bug where parallel unbundling would crash
- changed the installer into a nuget dependency
- fixed bugs where importing tga textures would not work
- better logging
- homepage clean-up
- fix settings button
- fixed a bug where the app would crash on a pre-release version
- fixes and proper double faces export import
- morph target basemesh IO change
- gltf strict to tryfix, some export fixes
- fixed a bug where the cr2w editor child item arrow expander
- faster archive manager loading
- fixed some xaml binding failures
- fixed hidden properties in Propertygrids
- fixed error message that states direct imports for {bmp,png,jpg and tiff} files are not supported.
- fixed home icon in ribbon
- fix messagebox layout
- read compiled packages properly
- fixed a CI bug
WolvenKit 8.4.1
-----------------