Commit Graph

77 Commits

Author SHA1 Message Date
Joshua Navarro 50a7720bce Updated mods to SMAPI 3.X. Also revitalize: Placement bounds and depth properly work. 2019-01-20 23:34:11 -08:00
Joshua Navarro 0862d7559d Include Happy Birthday content files with mod. Also added in support for Chinese and other messages to be loaded from .json files. 2019-01-14 12:26:36 -08:00
Joshua Navarro e3bb6582f5 Merge branch 'Development' of https://github.com/janavarro95/Stardew_Valley_Mods into Development 2019-01-06 09:10:40 -08:00
Joshua Navarro dbca3a1d6b Fixed issue with HappyBirthday not properly generating a list of possible birthday gifts from villagers. 2019-01-06 09:09:48 -08:00
Jesse Plamondon-Willard c7e7c87d8e
tweak code style 2019-01-06 02:23:07 -05:00
Jesse Plamondon-Willard 001cab1aba
update for SMAPI 3.0 2019-01-06 02:21:06 -05:00
Jesse Plamondon-Willard 691515072b
apply consistent code style conventions (no logic changes) 2018-12-30 05:00:05 -05:00
Jesse Plamondon-Willard 22af3b7af7
migrate to the new package reference format 2018-12-29 22:21:19 -05:00
Joshua Navarro 8530a9ea03 Got sitting working as a test! Next: Make some chairs! 2018-12-28 23:28:21 -08:00
Joshua Navarro e1abeac68b Revitalize: Implemented Animation Manager. Need to fix when held and display in menu. 2018-12-21 15:28:52 -08:00
Joshua Navarro c393752f05 Cleaner error messages for Stardust Core and update to 2.2.0 Pathos Build package 2018-12-16 15:54:59 -08:00
Joshua Navarro 0529e9eebb Fixed compile issues for Stardust core and StardewSymphony remastered. 2018-12-09 21:24:45 -08:00
Joshua Navarro 33b432dc70 Added in change log for 1.8 HappyBirthday update since a lot changed. 2018-12-09 21:13:27 -08:00
Joshua Navarro 47e1e76dbe Added multiplayer support for displaying other player's birthdays on the billboard. 2018-12-09 21:04:41 -08:00
Joshua Navarro d0f6babb76 Added multiplayer support for HappyBirthday. Fixed night owl glitches. 2018-12-09 19:57:12 -08:00
Joshua Navarro 0b914e17b5 Added in spouse specific gifts, spouse birthday messages, and translated birthday messages. 2018-12-06 16:13:41 -08:00
Joshua Navarro b69882cf20 Fixed issue where player's portrait would render on quest board. 2018-12-06 15:06:26 -08:00
Joshua Navarro edf7d3f801 Fixed translation files for messages not being created properly. 2018-12-06 01:31:55 -08:00
Joshua Navarro f522ee1931 Fixed birthday messages not being created into .json files properly. Also re-implemented spouse messages and translations. 2018-12-06 01:22:40 -08:00
Joshua Navarro a6ad717d5e Fixed festival names not showing up on Billboard. Also player can now have b-day on festival days and have it display properly. 2018-12-06 00:54:12 -08:00
Joshua Navarro fa04c757ed Added player's birthday to billboard. Need to remove from request board and fix it for festival days. 2018-12-06 00:41:28 -08:00
Joshua Navarro e5f4cbe7e0 Testing out commit signing. 2018-12-05 18:08:12 -08:00
Joshua Navarro 75a70a9f78 Added in file loading for birthday gifts. 2018-12-05 18:06:11 -08:00
fe007a7e33 Updated to SMAPI 2.8. Working through compatibility currently. Updates to Happy Birthday next. 2018-12-05 17:16:28 -08:00
7e40cb2583 More work to come. Needs content, AssetLoaders, and consistency 2018-09-19 01:37:51 -07:00
4887b38cde Base for birthday events is put inplace. Now to make all of the actual content. 2018-09-18 22:35:36 -07:00
d6280b5c1b Working on updates to happy birthday. Trying to add in more language support and spouse birthday wishes as well as a more modify-able birthday dialogue file. 2018-09-18 18:04:38 -07:00
36a6de2908 Updated Stardew Symphony and Timefreeze 2018-08-13 12:41:11 -07:00
3af2da68fa Tons of 1.3 updates. Also support for multiplayer custom objects in Stardust is slowly coming about! 2018-08-06 14:01:44 -07:00
0cf9b68560 Rebuilt some mods for 1.3 compatability. In the process of fixing Happy Birthday glitches. 2018-08-05 09:33:00 -07:00
8f0f692a60 Fixed Game1.shouldFarmerPassOut issue, need to test night owl, started fixing Happy bday, need to update SimpleSoundManager 2018-06-25 21:13:40 -07:00
Joshua Navarro fdebd3a8e8
Merge pull request #36 from janavarro95/Development
Development
2018-06-01 15:20:34 -07:00
ba7d0ae9b0 Updated mod manifest files for nexus release 2018-06-01 15:18:49 -07:00
6afca47caa Rename save backup, fix happy birthday, disable net core, add info to symphony for first page of icons. 2018-05-18 14:24:59 -07:00
bd656c444b Fiexed some blaring error messages, gave Happy Birthday it's much needed multiplayer support. 2018-05-09 14:23:42 -07:00
b5a7d9797c Slowly updating mods. Managed to create mod that syncs mod data between clients and server. 2018-05-06 18:21:31 -07:00
ccddf1d423 The BIG 1.3 update. Everything has been touched and some mods have been reworked a bit. 2018-04-30 18:21:31 -07:00
aa8d59b67b Updated the mainifest for Happy Birthday to reflect a new version of the mod. 2018-03-04 03:05:01 -08:00
janavarro95 b35746f85e
Merge pull request #34 from janavarro95/Development
Fixed Happy Birthday Spamming the SMAPI console when the player still…
2018-03-04 03:03:30 -08:00
ded9895c12 Fixed Happy Birthday Spamming the SMAPI console when the player still hasn't choosen their birthday. 2018-03-04 03:02:54 -08:00
e5808eeb5c Yup. 2018-03-03 19:24:36 -08:00
Nicholas Johnson f6ac9291f1 Update to convert to SMAPI Content API 2018-03-02 16:28:07 -08:00
janavarro95 930d982972
Merge branch 'master' into Development 2018-02-02 18:31:35 -08:00
b8965d77e4 More work completed on Symphony remastered and close to finishing loading XACT music packs. Finished new mod CustomAssetModifier that essentially can modify ObjectInformation.xnb information without modifying .xnb files. 2018-02-02 18:15:00 -08:00
100f43f486 Fixed a glitch where you could click the day buttons on the birthday select menu even if they weren't visable. 2018-02-02 14:27:47 -08:00
b72de658a6 Work on SymponyRemasteered Music manager to be almost working, and fixed glitch with Happy Birthday when reading legacy save data. 2018-01-30 12:46:04 -08:00
Jesse Plamondon-Willard 402c27b29c update manifest format 2018-01-11 00:43:32 -05:00
28421f07ff Updated all mods to use most recent version of pathos netgu package and started work on StarAI for CS146 Game AI 2017-11-16 03:47:02 -08:00
Jesse Plamondon-Willard 1868dd4bd9 update for release 2017-10-11 16:20:46 -04:00
Jesse Plamondon-Willard 344058de88 enable update checks in SMAPI 2.0 2017-10-11 15:57:36 -04:00