Jesse Plamondon-Willard

Results 40 issues of Jesse Plamondon-Willard

Add 'local storage indexes' to significantly improve performance and enable efficient transport pipes.

unplanned proposal

Consider adding a way to support per-save `config.json` settings. [Requested in the forums](https://community.playstarbound.com/threads/content-patcher.141420/page-5#post-3285524).

unplanned proposal

Speed up the end-of-day animations (e.g. shipping screen boxes appearing, date change transition, etc). [Suggested on Nexus](https://www.nexusmods.com/stardewvalley/mods/1089/?tab=posts&jump_to_comment=63095591).

enhancement

Let the player specify a custom hotkey sequence that opens a specific chest (e.g. `CTRL + M` for monster loot). [Requested on the forums](http://community.playstarbound.com/threads/chests-anywhere.125480/#post-3107715).

unplanned proposal

Let players lookup events in the calendar. This should show a brief summary of each event. For the [Luau](http://stardewvalleywiki.com/Luau), it should show a list of items they can bring grouped...

unplanned proposal

When looking up an item that can be used in recipes, show the value of the output item.

unplanned proposal

Let the player look up worm dig spots, and show the possible drops (if feasible).

unplanned proposal

When you look up a wild seed, it always reports the crop as spice berry (because that's what the seed data says). Look into how the game reassigns the crop...

bug

When listing recipes in an item lookup, let the player click the name to see its lookup page: > ![image](https://user-images.githubusercontent.com/230581/30035462-6518ebda-9178-11e7-831b-b2004e121a03.png)

enhancement

When looking up an NPC, show their schedule for today. It looks like we can get today's schedule from `Dictionary NPC::getSchedule(int dayOfMonth)`. Although it takes a day of month, it's...

unplanned proposal