Skip to content

Releases: SevenChords/CipesAtHome

Recipes@Home 1.13

04 Oct 06:34
Compare
Choose a tag to compare
  • Quick fix to prevent -1 from being printed to the user's PB.txt file (occurred because file pointer was never set to null in the event of a slower thread attempting to modify PB.txt)

Recipes@Home 1.12

04 Oct 05:43
Compare
Choose a tag to compare
  • Implement support for a leaderboard system
  • Submit user's PB upon restarting the program (in case of internet issues)
  • Increase iteration limit upon finding a new PB in order to explore potentially faster roadmaps nearby
  • Optimize statusOK by unrolling a loop

Recipes@Home 1.11

29 Sep 16:30
Compare
Choose a tag to compare
  • Check for Github version update less frequently (sorry!)

Recipes@Home 1.1

29 Sep 15:50
Compare
Choose a tag to compare
  • Fixed incorrect frame calculations when handling obtaining Chapter 5 items in situations where an inventory item must be tossed to make room
  • Fixed occasionally incorrect calculations for Dried Bouquet trade based on if there are nulls in the inventory
  • Handle anomaly in which selecting the last visible item in the inventory may not necessarily cause that item to disappear from the selection screen when choosing the 2nd ingredient
    • In this scenario, using other items in a slots >= 11 does not cause those items to be removed from the selection screen, so framecount calculation has been adjusted accordingly

Initial Release

27 Sep 21:27
51769a2
Compare
Choose a tag to compare

This is the initial release of Recipes@Home!

Beta Pre-release

19 Sep 06:34
Compare
Choose a tag to compare

This is a test to see if other users can run the Win32 port.

Test Release

13 Aug 22:15
Compare
Choose a tag to compare

Creating a dummy release to test checkForUpdates