Releases: Stardew-Valley-Modding/Bookcase
Releases · Stardew-Valley-Modding/Bookcase
Bookcase Alpha 0.7.1
- 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
- Adds basic registry system.
- Adds mail support.
- Adds the beginning of the gradle system.
Bookcase Alpha 0.7.2
- Made letter constructor more flexible.
- Added some helper methods for sending mail.
Bookcase Alpha 0.6.0
- Fixed a crash on the collections menu.
Bookcase Alpha 0.5.0
- 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
- 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
- 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
- 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
Changelog
-
Added a patching system, to edit the base game.
-
Added an event bus.
-
Added the TooltipEvent.
-
Added ItemUtils
-
Added NPCUtils
-
Added MathsUtils