Skip to content

Releases: jake1164/ShelterViewer

Updated to use github action

11 Jan 17:33
307b40b
Compare
Choose a tag to compare

No content changes, just testing injecting the Google tracking via github action.

VaultMap Formatting

03 Jan 15:34
Compare
Choose a tag to compare
  • Formatted the vault map to represent the same layout as the game
  • Colored the rooms by room type to make them different from each other
  • Fixed a bug when you refreshed on loaded page it would give an exception before loading the main loading page.

Missing Dweller Sort Features?

02 Jan 16:02
78b0756
Compare
Choose a tag to compare
Merge pull request #17 from jake1164/feature/room-table-fields

Added Vault row / col and sort by that by default

0.5.11 Dweller and Room page features

02 Jan 15:39
78b0756
Compare
Choose a tag to compare

What's Changed

  • Added new field AssignedRoom to Dweller by @jake1164 in #7
  • Added sorting to SPECIAL and AssignedRoom by @jake1164 in #16
  • Added Vault row / col and sort by that by default by @jake1164 in #17

Full Changelog: 0.5.10...0.5.11

Added Dweller Info

31 Dec 13:53
Compare
Choose a tag to compare
  • Added list of dwellers in a room display with a button to display the dweller info
  • On Dweller grid added the room trait and if the room trait is in dwellers maximum trait I mark it green
  • Cleaned up the pet display to show relevant info only.

Added display for Room Speed (sum of dwellers key trait)

30 Dec 16:08
Compare
Choose a tag to compare
  • Populated Color Theme (it still sucks)
  • Added all content to Room Info Popup (need to eventually weed it down)
  • Display the Room Speed (Sum of Dwellers assigned Room Trait Value)

Added Room info. Trait, correct name

25 Nov 00:00
Compare
Choose a tag to compare

Finished mapping the Room Info to include all rooms.

Now displays the room name as per fallout.wiki.
With this info I can now display more of the room specific info that is not supplied in the vault.sav file.

Added MAUI and base rooms.json data file

24 Nov 14:12
64f769d
Compare
Choose a tag to compare

This is the first version that includes a MAUI version with lots of little changes to make MAUI work correctly.

Added basic rooms.json data file, however, the room type needs to be synced.

This release is mostly to make sure the version works and I can still deploy.

Added Max Stat to dweller list

16 Nov 16:59
Compare
Choose a tag to compare

Added the maximum stat which includes the armor mod to the dweller list and made it so you an sort based on the actual maximum stat.

Dweller Update

16 Nov 14:29
Compare
Choose a tag to compare
  • Sorted dwellers by Age (Id)
  • Added searching on the Dweller list.
  • Hooked up Next / Previous Dweller on Dweller Info Dialog.