Jesse Plamondon-Willard
d3ec98fec8
update packages
2020-02-22 11:26:05 -05:00
Jesse Plamondon-Willard
03c3ab3711
update SMAPI/game version mapping, add older versions
2020-02-22 10:39:54 -05:00
Jesse Plamondon-Willard
f19722e021
tweak release notes
2020-02-20 21:54:39 -05:00
Jesse Plamondon-Willard
dd27b3bf35
fix parsing four-part versions from the update-check API
2020-02-20 21:32:55 -05:00
Jesse Plamondon-Willard
6a9bf10a81
migrate to new method in SMAPI 3.3
2020-02-20 21:12:00 -05:00
Jesse Plamondon-Willard
eff29d94fb
don't premultiply fully opaque pixels
2020-02-20 19:52:52 -05:00
Jesse Plamondon-Willard
2cc786907b
call IAssetEditor with actual type if applicable
2020-02-19 23:42:44 -05:00
Jesse Plamondon-Willard
ab90e2c890
rename InputStatus to SButtonState for consistency
2020-02-19 23:28:37 -05:00
Jesse Plamondon-Willard
2e9807a034
rework tilesheet loading to improve errors, allow future validation, and drop support for legacy content files
2020-02-19 23:20:55 -05:00
Jesse Plamondon-Willard
82d1e92d97
update TMXL name in metadata
2020-02-19 20:06:27 -05:00
Jesse Plamondon-Willard
7f63e06591
fix anchor position for new sticky header
2020-02-18 00:31:36 -05:00
Jesse Plamondon-Willard
4ce2747567
update compatibility list
2020-02-18 00:12:24 -05:00
Jesse Plamondon-Willard
2319c8e19e
make compatibility list header sticky
2020-02-17 23:55:28 -05:00
Jesse Plamondon-Willard
383ebab1af
add overrides for SMAPI on Android
2020-02-17 23:49:35 -05:00
Jesse Plamondon-Willard
da49c7c13b
move hardcoded SMAPI update check logic into config
2020-02-17 23:48:57 -05:00
Jesse Plamondon-Willard
6294b27317
fix update-check error for SMAPI on Android with four-part versions
2020-02-13 21:03:04 -05:00
Jesse Plamondon-Willard
c649572db8
fix dialogue propagation clearing marriage dialogue
2020-02-10 19:37:59 -05:00
Jesse Plamondon-Willard
801eaa7087
improve save backup logic
2020-02-10 19:14:06 -05:00
Jesse Plamondon-Willard
136773678e
add helper.Input.GetStatus method
2020-02-09 01:04:55 -05:00
Jesse Plamondon-Willard
f3acc0b07c
add Italian translations
2020-02-08 23:34:43 -05:00
Jesse Plamondon-Willard
65180f86d8
update CP schema for .tmx support
2020-02-03 19:12:39 -05:00
Jesse Plamondon-Willard
4991b4d6af
prefix OS name in log on Android
2020-02-02 15:01:03 -05:00
Jesse Plamondon-Willard
0a2b15d3c3
add support for self-broadcasts, optimize network messages
2020-02-02 14:20:41 -05:00
Jesse Plamondon-Willard
bd959442ea
+ credit in release notes
2020-02-01 18:10:56 -05:00
Jesse Plamondon-Willard
c8d627cdf2
Merge branch 'develop' into stable
2020-02-01 16:21:35 -05:00
Jesse Plamondon-Willard
17a9193fd2
update packages
2020-02-01 16:06:12 -05:00
Jesse Plamondon-Willard
56b1b8d4d2
fix save folder filter in Save Backup
2020-02-01 15:33:40 -05:00
Jesse Plamondon-Willard
aeb72586fd
prepare for release
2020-02-01 11:11:44 -05:00
Jesse Plamondon-Willard
d0885831c3
ignore Harmony DLL in mod build package
2020-02-01 11:09:21 -05:00
Jesse Plamondon-Willard
0fddc7f510
polish release notes
2020-02-01 01:11:46 -05:00
Jesse Plamondon-Willard
70a1334f2c
add JSON converter for Vector2
2020-02-01 01:08:29 -05:00
Jesse Plamondon-Willard
c8191449a0
add support for *.tmx map files
2020-02-01 00:27:53 -05:00
Jesse Plamondon-Willard
125b38c6e6
improve Save Backup compatibility on Android
2020-02-01 00:18:56 -05:00
Jesse Plamondon-Willard
3f1d7b1d22
rework build settings a bit
2020-01-31 22:27:12 -05:00
Jesse Plamondon-Willard
1a2af714aa
fix error message
2020-01-31 22:15:37 -05:00
Jesse Plamondon-Willard
e5d8acf240
rework asset editor/loader tracking so they're affected by load order
2020-01-30 22:10:16 -05:00
Jesse Plamondon-Willard
9f36b2b3d6
update release notes
2020-01-26 20:48:29 -05:00
Jesse Plamondon-Willard
7cbf298bd4
Merge pull request #690 from Drachenkaetzchen/performance-counter
...
Performance counters
2020-01-26 20:45:27 -05:00
Jesse Plamondon-Willard
860b30443e
simplify performance details output
2020-01-26 20:42:28 -05:00
Jesse Plamondon-Willard
805d857e6e
show warning when using commands while disabled, simplify some commands a bit
2020-01-26 20:28:58 -05:00
Jesse Plamondon-Willard
910b4a2c43
tweak namespace
2020-01-26 19:52:31 -05:00
Jesse Plamondon-Willard
22a0a32b6d
refactor performance counter code
...
This commit performs some general refactoring, including...
- avoid manually duplicating the event list;
- rework the 'is important' event flag;
- remove the new packages (Cyotek.Collections can be replaced with built-in types, and System.ValueTuple won't work in the Mono version used on Linux/Mac);
- improve performance;
- minor cleanup.
2020-01-26 19:49:17 -05:00
Jesse Plamondon-Willard
a96bfea205
back up config.user.json when installing ( #693 )
2020-01-25 18:37:17 -05:00
Jesse Plamondon-Willard
fc0b98be45
add user settings that override defaults ( #693 )
2020-01-25 18:22:50 -05:00
Jesse Plamondon-Willard
7a6dab7548
fix dialogue asset propagation
2020-01-25 15:21:40 -05:00
Jesse Plamondon-Willard
04d3f9b589
add internal method for Content Patcher
2020-01-25 15:19:47 -05:00
Jesse Plamondon-Willard
4db7ca28f6
fix error building/demolishing buildings for some players
2020-01-25 11:05:36 -05:00
Jesse Plamondon-Willard
e33386abcc
prevent load crashes due to invalid building types
2020-01-25 11:00:37 -05:00
Jesse Plamondon-Willard
d1935e686c
add full internal support for non-standard four-part versions
2020-01-23 00:31:26 -05:00
Jesse Plamondon-Willard
381de5eba9
add test_input console command
2020-01-22 20:36:24 -05:00