Commit Graph

16 Commits

Author SHA1 Message Date
Kurt
a4b4a3c24a Add water flower button
control: all water states
shift: all map (instead of current viewport)

Closes #230
2020-05-16 11:30:25 -07:00
Kurt
88695bc677 Show flower genes on hover
#226

Am not entirely sure how to indicate genes on a ~16x16 pixel square
8 genes, 3 possible summary states (0,1,2|3)* 4 gene pairs

can possibly do an interior 2x2 square with glyphs (blank, -, +) to indicate 0,1,2|3
instead of glyph, can do a pixel pattern (default color, checkerbox, deep color) in the 2x2 grid to indicate gene states

idk
2020-05-15 23:03:06 -07:00
Kurt
3061442f77 Add localized color name display
Closes #223
2020-05-15 13:08:47 -07:00
Kurt
ff5acf2b9c Remap field item sprite to held item if available
Also adds tree shake drop hint for tooltip
2020-05-10 20:26:56 -07:00
Kurt
6a87f9d874 Add more item flags
10_0000th bit of Flag0 is to indicate if an item was dropped rather than placed (dropped clothing vs clothing on display)

treat dropped items and buried item sizes as 2x2 (1.0x1.0) rather than their placed sizes
2020-05-09 22:06:22 -07:00
Kurt
a9810c7d03 Merge Field Item back into Item
Different means of expression for the 8 byte item structure's FreeParam

Will be expanding the ItemEditor so that it has a checkmark to toggle Extension Item editing behavior.

Removes IHeldItem as there's no need to abstract it.
2020-05-08 12:20:24 -07:00
Kurt
fb8c7c8cbb Add logic for internal string name translation dictionary
#157
2020-05-03 13:21:25 -07:00
Kurt
1c8a56746a Update GameStrings.cs 2020-05-02 14:36:44 -07:00
Kurt
73b4d0c2fd Add fossil & message bottle item for hover text & editor 2020-05-02 14:06:03 -07:00
Kurt
9e50b114ed Update GameStrings.cs
Closes #107
2020-04-23 10:23:41 -07:00
Kurt
95df4e9c53 Default to internal name if empty
Closes #69
2020-04-11 09:52:55 -07:00
Kurt
b0fa8c93f3 Add FieldItemDefinition fetch 2020-04-09 09:27:48 -07:00
Kurt
8ac4dc4d0e Add hover to show item name 2020-04-07 15:37:26 -07:00
Kurt
6ecf659d5e Add special handling for diy recipe 2020-04-06 20:11:35 -07:00
Kurt
4259564162 Relocate item string logic 2020-03-30 11:30:58 -07:00
Kurt
88b6776393 Add some xmldoc 2020-03-27 21:01:24 -07:00