Skip to content

Releases: Stardew-Valley-Modding/Bookcase

Bookcase Alpha 0.7.1

27 Nov 06:52
f41eae0
Compare
Choose a tag to compare
Bookcase Alpha 0.7.1 Pre-release
Pre-release
  • Add a method to immediately deliver a letter to a player.
  • Identifier@ToString now prints the full identifier string.
  • Letter PreProcessor now has access the the actual mail content string.

Bookcase Alpha 0.7.0

16 Nov 08:40
6074475
Compare
Choose a tag to compare
Bookcase Alpha 0.7.0 Pre-release
Pre-release
  • Adds basic registry system.
  • Adds mail support.
  • Adds the beginning of the gradle system.

Bookcase Alpha 0.7.2

29 Nov 08:15
0f5b68f
Compare
Choose a tag to compare
Bookcase Alpha 0.7.2 Pre-release
Pre-release
  • Made letter constructor more flexible.
  • Added some helper methods for sending mail.

Bookcase Alpha 0.6.0

27 Oct 04:42
0f5b68f
Compare
Choose a tag to compare
Bookcase Alpha 0.6.0 Pre-release
Pre-release
  • Fixed a crash on the collections menu.

Bookcase Alpha 0.5.0

08 Sep 06:02
9f53dac
Compare
Choose a tag to compare
Bookcase Alpha 0.5.0 Pre-release
Pre-release
  • Added event for when a player starts/ends their day
  • Added utils for working with buffs
  • Added WIP saving code.

Bookcase Alpha 0.4.0

18 Aug 22:58
ecf7c87
Compare
Choose a tag to compare
Bookcase Alpha 0.4.0 Pre-release
Pre-release
  • Version of Harmony that is loaded is now printed to console.
  • Finished implementing event priority system.
  • Fixed Log.Error using the incorrect log level.
  • Improved error checking for patches.
  • Added an event for selecting the nightly farm event. (Witch, Fairy, Meteor, Etc.)
  • Added an event for selecting the nightly personal event. (Pregnancy, Adoption, Wild Animal Attack)
  • Added an event for when a shop menu is being set up, and the inventory and prices are being determined.
  • Added an event for modifying the collection page. (primarily tooltips).
  • Added an event for modifying the Junimo bundle pages.
  • Added wrapper events for SMAPI tick events that provide priority support.

Bookcase Alpha 0.3.0

04 Aug 17:24
4eb70d2
Compare
Choose a tag to compare
Bookcase Alpha 0.3.0 Pre-release
Pre-release
  • Added an event for doing stuff when a fish is caught.
  • Fixed patch manager not giving a full error when an exception is thrown.
  • Cleaned up the Game1 hooks wrapper for future use in Bookcase.

Bookcase Alpha 0.2.0

31 Jul 18:53
60673a8
Compare
Choose a tag to compare
Bookcase Alpha 0.2.0 Pre-release
Pre-release
  • Renamed TooltipEvent to ItemTooltipEvent
  • Fixed events never being cancelable.
  • Reorganized patch structure to include the full namespace of the original class.
  • Added a base FarmerEvent class
  • Added an event for when a farmer gains EXP
  • Added Lib.Harmony as a nuget reference.
  • Fixed AssemblyInfo not being included in csproj
  • Updated nuspec so we can start pushing to Nuget again.

Bookcase Alpha 0.1.0

22 Jul 20:56
49d7ce3
Compare
Choose a tag to compare
Bookcase Alpha 0.1.0 Pre-release
Pre-release

Changelog

  • Added a patching system, to edit the base game.

  • Added an event bus.

  • Added the TooltipEvent.

  • Added ItemUtils

  • Added NPCUtils

  • Added MathsUtils