* Update README.md
* Added USB functionality
* Updated readme
* Revert README.md changes
* Remove unnecessary lib dependencies
only directly referenced by injection project
* Minor clean
handle compiler/roslyn messages
* Update README.md
* added a null check and a usb-botbase-safe poke function
* Revert "Update README.md"
This reverts commit e106a62b0d.
* Created new de item list using https://github.com/berichan/NH_CreationEngine
* Added ability to revert catchphrase to original & updated de item text file.
Co-authored-by: Kurt <kaphotics@gmail.com>
Thanks @3096 for github.com/3096/effective-guacamole -- used to dump the hash list.
Refine the FileHashRegion struct; in the savefile it's just:
u32 hash
byte[length] data
we can compute start offset (= hash offset + 4) rather than storing an extra int, simplifies things so that we can just copypaste from guac into a hash,len definition list :D
* Update README.md
* Added USB functionality
* Updated readme
* Revert README.md changes
* Remove unnecessary lib dependencies
only directly referenced by injection project
* Minor clean
handle compiler/roslyn messages
* Update README.md
* added a null check and a usb-botbase-safe poke function
* Revert "Update README.md"
This reverts commit e106a62b0d.
* Created new de item list using https://github.com/berichan/NH_CreationEngine
Co-authored-by: Kurt <kaphotics@gmail.com>
Closes#238
Extract milestone thresholds / milestone count
Abstract out achievement data to workable structure
add giveall/clearall for individual / all, cuz ppl are lazy
Setting a field item with the snap active will align it to the major gridlines. This will prevent the user from setting un-interactable objects (rocks, trees) unintentionally.
Having the auto-handle extension tiles will now delete all associated tiles when issuing a delete command on an extension tile, rather than just deleting the extension tile.
#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