Commit Graph

113 Commits

Author SHA1 Message Date
JoshuaNavarro 765e0860ce Finished the junimo birthday event. 2019-12-06 19:38:13 -08:00
JoshuaNavarro e4913d9720 Got junimos to walk in circles. ._. 2019-12-06 19:13:30 -08:00
JoshuaNavarro fe794e7861 Made it where birthday events can repeat. 2019-12-06 15:26:16 -08:00
JoshuaNavarro 3da95865a3 Finished the skeleton of the CC_Junimo birthday event and added in trnaslated string spots for the junimo birthday letter. 2019-12-06 15:18:23 -08:00
JoshuaNavarro 650bfdc84b Added in all of the event requirements for the community center birthday event. 2019-12-06 15:04:48 -08:00
JoshuaNavarro aed54a63ff Fixed animation code not working. 2019-12-06 14:05:58 -08:00
JoshuaNavarro 69170b6d54 Finally fixed concurrent events. Also added in a hex dumper to get all of the sound cues for the sound bank. 2019-12-06 13:31:10 -08:00
JoshuaNavarro 373773906d Added in more functionallity for junimos and moving actors in an event. 2019-12-06 12:09:31 -08:00
JoshuaNavarro 2609f3339a Fixed continuous events causing an error when finished. Found out code to add in junimos as actors. 2019-12-06 11:34:58 -08:00
JoshuaNavarro b184c654f4 Added way to run events concurrently so that things like viewport panning can happen at the same time as something else. 2019-12-05 01:40:29 -08:00
JoshuaNavarro 1b1b6d227a Moved events from HappyBirthday to StardustCore. Wrote extension system for flexibility. Added way to add in custom commands for events. 2019-12-05 01:25:46 -08:00
JoshuaNavarro f11ce9bb2f Made some functions that are a little easier to use for npc and farmer movement. 2019-12-04 22:36:53 -08:00
JoshuaNavarro 7c8d0bc6bd Added in fade commands for event helper. 2019-12-04 22:08:00 -08:00
JoshuaNavarro f5db7501f4 Got the set up for events! Now to make them!. 2019-12-04 18:14:45 -08:00
JoshuaNavarro 267ed77092 Finished adding in what seemed to be important events. 2019-12-04 16:50:23 -08:00
JoshuaNavarro ca61342f98 Even more event actions. 2019-12-04 16:05:19 -08:00
JoshuaNavarro 381c13f67f Added more comamnds for events. 2019-12-04 15:12:46 -08:00
JoshuaNavarro e190c9e664 Added in more event data to the event helper class. 2019-12-04 14:11:38 -08:00
JoshuaNavarro 7e17ae90a7 Added in protected fields for event helper. 2019-12-04 13:41:45 -08:00
JoshuaNavarro 71ca6a1938 Finished wrapping all of the event data. Now just need to add in the actions for the event. 2019-12-04 13:33:38 -08:00
JoshuaNavarro 0db4c5452c Added in a location pre-condition for the event. 2019-12-04 13:28:50 -08:00
JoshuaNavarro f450efdcc7 Added in precondition checks for events. Also added in special birthday precondition events. 2019-12-04 13:24:21 -08:00
JoshuaNavarro b550f66233 Figured out clean way to do event actions. Yay. 2019-12-04 01:33:28 -08:00
JoshuaNavarro b5b6f500f9 Added in code to get the sdv event from the event helper. 2019-12-04 01:08:29 -08:00
JoshuaNavarro ac5e291492 Finished moving events to a seperate class for more flexibility. 2019-12-04 01:04:20 -08:00
JoshuaNavarro 717900d3e3 Stared work on event system. 2019-12-04 00:03:31 -08:00
JoshuaNavarro f4060c8c88 Updated happy birthday mod to have all translation issues fixed. Ready for release but I need to add in the secret sauce. 2019-12-02 20:54:30 -08:00
JoshuaNavarro 612bb94cbd Finished translation of birthday menu. 2019-12-02 20:18:43 -08:00
JoshuaNavarro e7e1ff2de5 Changed a few words to pull from SDV translation files instead of having users provide the translations. 2019-12-02 19:33:32 -08:00
JoshuaNavarro 059b2d57be HUGE bug fix to Happy Birthday mod. Fixes many bugs from hardcoded strings, to no spouse messages, to cleaning up translation folder. 2019-12-02 19:10:56 -08:00
JoshuaNavarro 3d50d2e38a Updates to happy birthday to fix some bugs. Also started making spouse messages. 2019-12-01 20:47:31 -08:00
JoshuaNavarro 20acb522ef Updated pathos api package to 3.0 and started updating mods to SMAPI 3.0. Fixed AdvancedSaveBackup and AutoSpeed so far. 2019-11-27 15:10:55 -08:00
JoshuaNavarro 251cf49114 Updated Happy Birthday manifest. 2019-07-07 17:22:04 -07:00
JoshuaNavarro 04b245d41a Fixed config issue when no legacy birthday files are found. 2019-07-07 17:21:01 -07:00
JoshuaNavarro 5c8a7d8abb Updated time freeze, and fixed many happy birthday bugs regarding gifts and dialogue. 2019-07-07 17:09:28 -07:00
JoshuaNavarro e62610631d Fixed render issue on billboard where player portrait and would appear over mouse and hover text. 2019-04-11 17:25:54 -07:00
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