Ada Werefox ada
  • Cybre kitty doing bappy on a keyboard.

  • Joined on 2022-07-21
ada created pull request ada/tunic-tracker-redux#1 2024-05-01 00:19:54 -05:00
plugin-backend
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-26 02:42:04 -05:00
d24cde159a Fixed 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 pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-26 00:20:56 -05:00
9f37ae967c Rename the West Garden tree holy cross chest so that it will be indexed appropriately by the tracker.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-26 00:06:09 -05:00
fe983f30e6 Added 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 pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-25 23:10:06 -05:00
76ead448a6 I think maybe this is fixing an issue with needing parseInt in places I don't think it should need to but fuck it.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-25 22:40:29 -05:00
d805fec9b9 Added some stability improvements (hopefully), when receiving bad or null data from the server when not expecting it.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-25 22:03:01 -05:00
db17504ea0 Fixed an error where checks were being compared against "Undefined" due to lack of integer parsing in the update_breakdown() function.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-23 00:17:28 -05:00
25f664ee4e Hotfix to keep from checks breaking when entering a new scene.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-22 15:48:19 -05:00
b8c4dbe022 Added 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 pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-19 22:57:13 -05:00
4d91341c1f Minor update to allow more holy cross codes to show up based on screen size.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-17 01:04:40 -05:00
6c51d7c2fc More theming updates. Changed translucent background layers to be more accessibly legible against text and to match the rest of the theme.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-16 18:01:47 -05:00
5e3115fb23 Attempted 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 pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-16 15:58:34 -05:00
09cdc465c4 Updated seeking spell.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-16 15:41:54 -05:00
e36ed72309 Added 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 pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-16 15:37:01 -05:00
57ec06efb5 Updated cross codes with corrected art, and in corrected places. cleaned up breakdown formatting / theming.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-15 20:42:38 -05:00
ca447d9888 updated the front end source code link to point to the correct branch.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-15 20:40:17 -05:00
34757ac461 Added 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 pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-14 23:33:40 -05:00
157763876b Make the menu have an x button and do a shakey
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-14 18:47:47 -05:00
fe94dfeb3b Moved settings and how-to into a top-right menu that displays over the tracker.
ada pushed to plugin-backend at ada/tunic-tracker-redux 2024-04-14 13:37:03 -05:00
852a591684 Holy 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.