-
Notifications
You must be signed in to change notification settings - Fork 18
/
ToDo.txt
20 lines (13 loc) · 987 Bytes
/
ToDo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
RE4:
Add a UI system to handle enum flags for `Chainsaw_RandomDrop_DropGroup`.
(Flags are now supported in generation.)
DD2:
App_ItemShortcutParameter has item arrays which are generic list wrappers and break the item enum button.
Via_AnimationCurve is using the new UIntArray container but the UI can't display it.
RE8:
`app.TPSCameraConditionSetting`1<via.vec3>` generates with a `ObservableCollection<Via_vec3>` from `System.Collections.Generic.List`1<app.TPSCameraConditionSetting`1.Setting<via.vec3>>`.
Show column primitive type below the header text.
Show the full type name on header hover.
Add some truncated version of the full name with ellipses so it's at least obvious there's hover text.
Fix nexus links in the error messages, enable the updated, set version numbers, etc.
Add a system to stop people from opening files that won't write out, and maybe even tell the user to actually read the list of passing tests.