forked from SM64-TAS-ABC/STROOP
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtodo.txt
More file actions
21 lines (18 loc) · 917 Bytes
/
todo.txt
File metadata and controls
21 lines (18 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Features:
- Add Dropdown for "held button" WatchVariablePanel features
- Add interacted walls display (modify previous positions tracker?)
- Add wall seams finder
Bruteforcing:
- add "invert" option for XZRadial stuff, i.e. avoid hitbox? (Could use negative values instead)
- need to update failure case for negative numbers but nothing else
- implement scoring by global timer value? (Can access this in STROOP, unlike m64 count)
Internal:
- Make Models.ObjectDataModel compatible as PositionAngle
- Simplify MapTracker Settings parsing for basic cases
- Reduce / eliminate TypeUtilities.cs
- Generalize ProcessStream GetValue(Type, ...)
Issues / Bugs:
- float + float variable yields double
- Save vars fails to consider composite / state dependent variables (should probably not be done like this)
- Moving "WatchVariables" places them at end always
- VariableBitForm can screw up when clicking checkboxes fast