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
7ba11188bc
migrate to new data API
...
SMAPI 3.0 no longer allows access to arbitrary file paths through its APIs, so this commit refactors affected code to use relative paths instead.
2019-01-06 00:31:40 -05:00
Jesse Plamondon-Willard
691515072b
apply consistent code style conventions (no logic changes)
2018-12-30 05:00:05 -05:00
Joshua Navarro
d0f6babb76
Added multiplayer support for HappyBirthday. Fixed night owl glitches.
2018-12-09 19:57:12 -08:00
32b3e9e625
Nightfishing AssetEditor, Night owl update, and more bug fixes for Stardust
2018-08-08 10:44:44 -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
349d053727
Merge pull request #39 from perkinslr/patch-1
...
Reset money to previous value before the save
2018-06-25 20:09:30 -07:00
19e6202e3a
Rewrote the serialization fuctions of SDust Core to support custom tools. A huge pain but it should work.
2018-06-12 18:42:31 -07:00
ad7f9754ef
Console commands, bug fixes, and more!
2018-06-08 11:40:23 -07:00
Logan Perkins
5e5c79c0a0
Reset money to previous value before the save
...
So, if you let the timer run down to 6:00 A.M., you lose 10% of your cash, the game saves, the new day starts, and NightOwl resets your money to what it was at 5:59. There are two problems with this. First, if you quit to the title and reload, your money doesn't get reset again on load, so you lose the 10%. Second, if you shipped anything the day before, the cash reset wipes out the cash gained from shipping items. This fixes both. The first is fixed by resetting the cash value during the before save event, the second is fixed by reading the cash penalty amount from the mailbox before the mailbox is cleared, and adding the value rather than setting the total.
2018-06-08 09:47:34 -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
Jesse Plamondon-Willard
2a5c17ff2f
replace manual file parsing with SMAPI's APIs
2017-08-05 15:51:44 -04:00
Jesse Plamondon-Willard
8fd29a8871
simplify context checks using new SMAPI features
2017-08-05 15:23:10 -04:00
Jesse Plamondon-Willard
a03da96aa8
fix compatibility with SMAPI 2.0
2017-08-05 15:20:46 -04:00
Jesse Plamondon-Willard
962360579e
clean up config/data file parsing a bit, fix redundant code
2017-07-31 01:15:45 -04:00
Jesse Plamondon-Willard
e214952305
update filenames to class type names, move internal code into framework namespace
2017-07-30 23:07:07 -04:00