cad0292529Merge pull request 'plugin-backend' (#1) from plugin-backend into main
main
Ada Werefox2024-05-01 00:21:11 -0500
d24cde159aFixed a formatting issue with the parseInt statements that was sometimes causing strings of "#collected" and "#found" to be concatenated instead of parsed and added.Ada Werefox2024-04-26 02:42:00 -0500
9f37ae967cRename the West Garden tree holy cross chest so that it will be indexed appropriately by the tracker.Ada Werefox2024-04-26 00:20:50 -0500
fe983f30e6Added a few more parseInt cases where I am fairly certain they would have been needed, fixed an issue where dummy data objects were not being given a "found" attribute, which would sometimes cause the resulting output to be "undefined" in the summary block.Ada Werefox2024-04-26 00:06:05 -0500
76ead448a6I think maybe this is fixing an issue with needing parseInt in places I don't think it should need to but fuck it.Ada Werefox2024-04-25 23:10:03 -0500
d805fec9b9Added some stability improvements (hopefully), when receiving bad or null data from the server when not expecting it.Ada Werefox2024-04-25 22:40:22 -0500
db17504ea0Fixed an error where checks were being compared against "Undefined" due to lack of integer parsing in the update_breakdown() function.Ada Werefox2024-04-25 22:02:57 -0500
25f664ee4eHotfix to keep from checks breaking when entering a new scene.Ada Werefox2024-04-23 00:17:23 -0500
b8c4dbe022Added update so that collected checks will show up as collected if users have items anto-collected. Minor UI changes to allow more codes/summaries to be displayed at once.Ada Werefox2024-04-22 15:48:14 -0500
4d91341c1fMinor update to allow more holy cross codes to show up based on screen size.Ada Werefox2024-04-19 22:57:10 -0500
6c51d7c2fcMore theming updates. Changed translucent background layers to be more accessibly legible against text and to match the rest of the theme.Ada Werefox2024-04-17 01:04:36 -0500
5e3115fb23Attempted to add some more error handling, there is now a manual timeout for if the API server is not sending any response, but is still up.Ada Werefox2024-04-16 18:01:42 -0500
e36ed72309Added some code so that the initial fetch of data from the django server will not produce a timeout if the user isn't running on the host machine.Ada Werefox2024-04-16 15:41:49 -0500
57ec06efb5Updated cross codes with corrected art, and in corrected places. cleaned up breakdown formatting / theming.Ada Werefox2024-04-16 15:36:54 -0500
ca447d9888updated the front end source code link to point to the correct branch.Ada Werefox2024-04-15 20:42:33 -0500
34757ac461Added an about section that is accessible through a menu button in the top right and filled it, moved source, settings, and how-to into the about section. Fixed minor issue where summary divs were not displaying the right color coding if they had no checks and were undiscovered.Ada Werefox2024-04-15 20:40:12 -0500
157763876bMake the menu have an x button and do a shakeyAda Werefox2024-04-14 23:33:36 -0500
fe94dfeb3bMoved settings and how-to into a top-right menu that displays over the tracker.Ada Werefox2024-04-14 18:47:39 -0500
852a591684Holy cross code images provided by Fletcher now show up in the holy cross codes section, alongside some temporary placeholders. Fixed summary colors being assigned incorrectly, and summaries without entrances/checks showing up.Ada Werefox2024-04-14 13:36:57 -0500
df8555d4aaHints now format properly, with correct coloring, and clean spacing. All possible hint images accounted for.Ada Werefox2024-04-13 15:51:54 -0500
4737740e48Extended the timeout to match the API server.Ada Werefox2024-04-09 01:32:06 -0500
a7313a27cefixed a typo that sometimes caused mapped entrances to display the scene they would go to instead of the entrance they are mapped to.Ada Werefox2024-04-09 01:08:16 -0500
035c97869fFixed the "hide completed areas" option not working.Ada Werefox2024-04-08 23:38:55 -0500
08cae8765eRefactored all of the javscript code. Updates, refreshes, and initializations are in their own separated functions now.Ada Werefox2024-04-08 22:22:32 -0500
f15f125630Created an initialization function for when the page loads, and/or we need to populate data after recovering from the API server being down. Removed console log error messages for when API server is down. Fixed Summary coloring for scenes with no entrances.Ada Werefox2024-04-07 20:13:07 -0500
a79ed28dc2Cross codes now highlight when you are in range to input them.Ada Werefox2024-04-06 23:13:36 -0500
9fea6e1d95Updated cross codes to now be ordered by how far away they are.Ada Werefox2024-04-06 22:48:16 -0500
835869deeaMany styling changes, reoganized elements to be at the bottom, styled buttons to look proper. Added hints list.Ada Werefox2024-04-06 19:23:44 -0500
08ed4c494cTracker with the plugin now has feature parity with the previous iteration of the backend.Ada Werefox2024-04-05 19:59:22 -0500
b7cce37c93Page refresh should update with current information. Scene and checks lists update properly in javascript.Ada Werefox2024-04-05 12:06:07 -0500
b2651e6277Minor edits to howto because I typo'd and the spacing was weird on the setup steps.Ada Werefox2024-03-27 12:19:04 -0500
d62d73af87Added links to source code, reformatted link in the summary.Ada Werefox2024-03-27 11:50:27 -0500
dd8939b0c3Slight update to README, added instructions in the tracker on how to set up and use it. Updated requirements.txt.Ada Werefox2024-03-27 11:26:55 -0500
8c300cc72aFront end should be solid even when bcak end is giving bad data. Fixed issue where breakdowns were not disappearing when they are the current scene.Ada Werefox2024-03-13 14:33:01 -0500
6f573685e5Breakdowns can now be selected to be shown, and entrances mapped will now show the breakdown of the scene they're from.Ada Werefox2024-03-12 22:30:39 -0500
5a1a5ac326Backend appdata path won't update when any form is submitted, just when form to update settings is submitted.Ada Werefox2024-03-10 13:55:58 -0500
25102a6bbcCross codes now update in place, as soon as a new save file is created.Ada Werefox2024-03-07 03:46:23 -0600
8e7c65303dAdded spell codes to the holy cross codes panel, logic for whether a code has been entered.Ada Werefox2024-03-07 01:00:55 -0600
c521c24602Added panel in current breakdown for holy cross codes. Need to add logic for whether they have been entered, need to add live update.Ada Werefox2024-03-06 12:01:57 -0600
3e34ac33e0Updates after testing that the tracker will update. Added a panel for when the backend cannot be accessed.Ada Werefox2024-03-05 18:28:26 -0600
87771622cbEverything should update in place, and will (hopefully) not break of the front end gets bad data or no data.Ada Werefox2024-03-05 14:03:35 -0600
fcad6b49a8Breakdown section live refreshes now. Added color to denote undiscovered areas.Ada Werefox2024-03-04 01:46:45 -0600