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: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,21 +25,21 @@ This can all probably be ported into a webpage, but I've put in enough effort wi
25
25
## Main TODOs
26
26
27
27
- Associate solver results with save file and save-last-modified, show icon if save file was updated
28
-
- Game settings (breeding time, multiple breeding farms)
29
-
- Save game settings + associate with save file
30
28
- Allow filtering of input pals by player
31
29
- Proper packaging + release
32
-
- Logging + error handling
33
-
- Any exceptions
34
-
- Ignore + log any unrecognized pals + traits
35
-
- Errors when reading save files
36
-
- Corrupted cached save data
37
-
- Corrupted solver data
30
+
-~~Logging + error handling~~
31
+
- ~~Any exceptions~~
32
+
- ~~Ignore + log any unrecognized pals + traits~~
33
+
- ~~Errors when reading save files~~
34
+
- ~~Corrupted cached save data~~
35
+
- ~~Corrupted solver data~~
38
36
-~~Disallow changes to list boxes + input fields while solving is running~~
39
37
-~~Add progress bar when solving is running, don't freeze the window during solving~~
40
38
-~~Save solver results~~
41
39
-~~Show total time required~~
42
40
-~~Allow loading from save files in custom locations~~
41
+
-~~Game settings (breeding time, multiple breeding farms)~~
42
+
- ~~Save game settings + associate with save file~~
43
43
44
44
## Eventual TODOs
45
45
- Add "About" window for licenses + references
@@ -50,6 +50,7 @@ This can all probably be ported into a webpage, but I've put in enough effort wi
50
50
- Show preview of involved pals, num wild pals, etc. in solver results list
51
51
- Performance options (max threads)
52
52
- Separate list of "Required traits" and "Optional traits" for target pal
53
+
- Notify when a pal involved in a breeding path is no longer available in the source save
53
54
- Show more solver result paths
54
55
- There can be multiple paths to the same target or intermediate with the same final effort, but with differing number of breeding steps and wild pals involved
55
56
- There are even more options if we support "optional" traits for target pal
@@ -60,7 +61,6 @@ This can all probably be ported into a webpage, but I've put in enough effort wi
60
61
- Update PalDB reference data for recent game updates
61
62
- Figure out reliable process for updating DB.json with latest pal + trait info (where can I find a frequently-updated source of all required info?)
62
63
- General UI/UX improvements
63
-
-~~Notify when a pal involved in a breeding path is no longer available in the source save~~ (WONTFIX - too annoying)
64
64
65
65
## Maybe TODOs
66
66
- Automatically detect changes to save file + reload
0 commit comments