1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00
Commit Graph

15 Commits

Author SHA1 Message Date
ecec52545d Updated isComplete to account for completed bundles.
An item is now complete if all of its bundles are either checked or
already complete.

Closes #44.
2016-04-13 19:15:12 -04:00
c785347a84 Added a function to tell if a bundle is complete. 2016-04-13 18:35:19 -04:00
7beeae1496 Added a data save whenever user_data is edited. 2016-04-12 22:11:15 -04:00
81227ce0c8 Removed leftover debug code. 2016-04-12 22:05:46 -04:00
ad537b1435 Added a function to determine if an item is complete. 2016-04-11 23:21:07 -04:00
ea9291454e Added options to hide spoilers and completed items. 2016-04-11 18:38:03 -04:00
f7924e2006 Fixed a bug where room completion rate could be increased for opt. items
Each bundle now counts for at most `items_required` for rooms.
2016-04-10 17:38:24 -04:00
12be3f73f4 Added functions to calculate how many items are in a room. 2016-04-03 17:05:41 -04:00
0fcaa42214 Updated the user_data array to store the position from item.bundles.
All of the associated check, get, and set methods have been updated.
I have no idea if these are as performant or not.
2016-03-30 23:03:14 -04:00
872769a74d Added base64 encoding of the string. 2016-03-30 22:16:17 -04:00
f330975a17 Converted app to use Bulma. 2016-03-30 17:59:40 -04:00
53c8d82cb9 Added basic user_data. 2016-03-21 00:13:23 -04:00
d6587155be OnClick assignment now gets executed. 2016-03-17 09:38:29 -04:00
8e4009cf8d Updated the Javascript to load the JSON data. 2016-03-16 23:19:46 -04:00
5c6a8ef9a2 Added JS from codepen. 2016-03-16 18:11:14 -04:00