Lawrence Luk
54f2dc83f3
Adjust price brackets
5 years ago
Ryan Carbotte
ea597d4761
feat: Updated the website favicon and PWA icon
...
Credit to @ErinPeril for the icon work!
Closes #71
5 years ago
Lawrence Luk
b43ed3d15f
Added color coding for ranges in display table
5 years ago
Lawrence Luk
79370b923f
Added color coding for ranges in display table
5 years ago
Peter Shih
43ccafb1ea
Merge branch 'master' into fix-accurate-prob
5 years ago
Mike Bryant
42509c4c09
Merge pull request #113 from peter50216/fix-peak-start
...
Fix peak_start not defined
5 years ago
Pi-Hsun Shih
b653b3993c
Fix peak_start not defined
...
Fix #110 .
5 years ago
Pi-Hsun Shih
0cc1e80f66
Make the probability saner when FUDGE_FACTOR is in effect.
5 years ago
Pi-Hsun Shih
b2aeb57707
More math error, integral is hard... T_T
5 years ago
Pi-Hsun Shih
fc630a6e2b
Fix stupid typo of && / ||, fix another probability boundary condition.
5 years ago
Pi-Hsun Shih
26b753c7bd
Fix probability calculation
5 years ago
Pi-Hsun Shih
e9e8327df5
Fix a wrong comment.
5 years ago
Pi-Hsun Shih
09e8e4e37a
Make probability accurate by condition probability on the value.
...
Tested that the result is same as the "should report" in #95 .
Fix #48 , #95 .
5 years ago
Mike Bryant
8f49882245
Revert "Make probability accurate by condition probability on the value."
...
This reverts commit 3fa1867340
.
5 years ago
Mike Bryant
a5194879d0
Revert "Fix a wrong comment."
...
This reverts commit 8c43570c9a
.
5 years ago
Mike Bryant
c615df9397
Merge pull request #105 from peter50216/fix-accurate-prob
...
Accurate probability.
5 years ago
Pi-Hsun Shih
8c43570c9a
Fix a wrong comment.
5 years ago
Pi-Hsun Shih
3fa1867340
Make probability accurate by condition probability on the value.
...
Tested that the result is same as the "should report" in #95 .
Fix #48 , #95 .
5 years ago
Pi-Hsun Shih
28e73937bc
Refactor and move common parts out.
5 years ago
Mike Bryant
0634b5e64c
Merge pull request #106 from mikebryant/fudge-factor
...
fix: Add a fudge factor
5 years ago
Mike Bryant
6cfc140173
fix: Add a fudge factor
...
The reversed code isn't a perfect match for ARM 32-bit floating point assembly. This should allow us to cope with things that are a little out of range due to floating point weirdness
5 years ago
Mike Bryant
46929bd556
fix: Use min for guaranteed minimum
...
Should be, max of mins for each pattern, then min of those
5 years ago
Mike Bryant
f8319bb348
Merge pull request #104 from mikebryant/chart
...
feat: Add chart visual
5 years ago
Mike Bryant
89dfc6ce6e
feat: Add chart visual
5 years ago
Mike Bryant
21cb1a0ed2
fix: Make guaranteed minimum correct for all patterns, and fix sorting
...
Fixes #98
Fixes #76
5 years ago
Mike Bryant
10f9b3a755
Merge pull request #58 from Molorius/master
...
Added parameters first-time and previous-pattern.
5 years ago
Mike Bryant
da1d75ba51
Merge pull request #102 from peter50216/patch-2
...
Update rate range to match intceil
5 years ago
Mike Bryant
53c98b84c3
Merge pull request #103 from peter50216/patch-3
...
Change prediction of rate to consider not only the previous known value
5 years ago
Peter Shih
7d1f46fe8c
Change prediction of rate to consider not only the previous known value
...
This also makes the predicted range more strict, so won't help with all those invalid pattern issues, but should give an more accurate result.
5 years ago
Peter Shih
a41f2d5975
Update rate range to match intceil
...
I doubt this would change any prediction at all, but this is more correct according to the code.
5 years ago
Blake Felt
a893a5617b
Removed UI notification when query is used.
...
A console log shows instead.
Cleaned up getPreviousFromQuery.
It now returns null when the "prices" parameter is not used.
Fixed getPreviousFromLocalStorage to only look at local storage.
Changed from_query to populated_from_query to be more descriptive.
5 years ago
Mike Bryant
af774022a0
Merge pull request #93 from theRTC204/switch-to-intceil
...
feat: Implements a more true to game code intceil calculation
5 years ago
Ryan Carbotte
0d9e0d8f8d
feat: Implements a more true to game code intceil calculation
...
This replaces all instances of Math.floor() and Math.ceil() with a
calculation that more closely matches the C++ implementation in game.
5 years ago
Mike Bryant
b6c92ea82f
Merge pull request #56 from HarryPeach/master
...
Progressive Web App support
5 years ago
Mike Bryant
8745b42b1a
Merge pull request #91 from theRTC204/fix-remove-debug-statement
...
fix: Removed a debug statement left behind
5 years ago
Ryan Carbotte
4a711fde74
fix: Removed a debug statement left behind
5 years ago
Mike Bryant
baff942960
docs: Add some notes on scope
5 years ago
Harry Peach
34e0bbcaa5
Added extra precached files
5 years ago
Harry Peach
1c65137cb6
Added icons for the PWA
5 years ago
Harry Peach
a50ad6a332
Removed netlify leftover files
5 years ago
Harry Peach
8791c5fa92
Added basic service-worker support
5 years ago
Mike Bryant
302218de57
Merge pull request #84 from theRTC204/master
...
feat: Add dynamic list of contributors
5 years ago
Mike Bryant
4d5a245fd0
Merge pull request #78 from timplunkett/patch-3
...
Clarify price should be from your island
5 years ago
Ryan Carbotte
e20e884611
fix: Changed to use HTML URL for contributor link
5 years ago
Ryan Carbotte
c2559fedbf
feat: Add dynamic list of contributors
5 years ago
Trevor Welch
c4c2ff7cd1
Massive UI Rework
...
This commit completely changes the UI of the app, giving it a more Animal Crossing touch and make it feel like an app on the Nook Phone.
Added "First Buy" and "Previous Pattern"
All CSS needed for these fields have also been included, as well as some Javascript updated to reflect the new radios.
Added Probabilities
Chart will now also display % chance of that pattern.
Fixed added lines
5 years ago
Tim Plunkett
fb1cb3476a
Clarify price should be from your island
5 years ago
Mike Bryant
42c3fdd2a3
Merge pull request #67 from kantenkugel/patch-1
...
Change reset Button to type button
5 years ago
Mike Bryant
f8cf8058a5
Merge pull request #64 from phoenix-meadowlark/patch-1
...
Provides consistent cross-browser sorting behavior.
5 years ago
Michael Ritter
0af21f93fc
Change reset Button to type button
...
This avoids being able to accidentally reset the form by pressing enter in one of the input fields
Solves https://github.com/mikebryant/ac-nh-turnip-prices/issues/62
5 years ago