Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-17 | add overrides for SMAPI on Android | Jesse Plamondon-Willard | |
2020-02-17 | move hardcoded SMAPI update check logic into config | Jesse Plamondon-Willard | |
2020-02-13 | fix update-check error for SMAPI on Android with four-part versions | Jesse Plamondon-Willard | |
2020-02-10 | fix dialogue propagation clearing marriage dialogue | Jesse Plamondon-Willard | |
2020-02-10 | improve save backup logic | Jesse Plamondon-Willard | |
2020-02-09 | add helper.Input.GetStatus method | Jesse Plamondon-Willard | |
2020-02-08 | add Italian translations | Jesse Plamondon-Willard | |
2020-02-03 | update CP schema for .tmx support | Jesse Plamondon-Willard | |
2020-02-02 | prefix OS name in log on Android | Jesse Plamondon-Willard | |
2020-02-02 | add support for self-broadcasts, optimize network messages | Jesse Plamondon-Willard | |
2020-02-01 | update packages | Jesse Plamondon-Willard | |
2020-02-01 | fix save folder filter in Save Backup | Jesse Plamondon-Willard | |
2020-02-01 | prepare for release | Jesse Plamondon-Willard | |
2020-02-01 | ignore Harmony DLL in mod build package | Jesse Plamondon-Willard | |
2020-02-01 | add JSON converter for Vector2 | Jesse Plamondon-Willard | |
2020-02-01 | add support for *.tmx map files | Jesse Plamondon-Willard | |
2020-02-01 | improve Save Backup compatibility on Android | Jesse Plamondon-Willard | |
2020-01-31 | rework build settings a bit | Jesse Plamondon-Willard | |
2020-01-31 | fix error message | Jesse Plamondon-Willard | |
2020-01-30 | rework asset editor/loader tracking so they're affected by load order | Jesse Plamondon-Willard | |
2020-01-26 | Merge pull request #690 from Drachenkaetzchen/performance-counter | Jesse Plamondon-Willard | |
Performance counters | |||
2020-01-26 | simplify performance details output | Jesse Plamondon-Willard | |
2020-01-26 | show warning when using commands while disabled, simplify some commands a bit | Jesse Plamondon-Willard | |
2020-01-26 | tweak namespace | Jesse Plamondon-Willard | |
2020-01-26 | refactor performance counter code | Jesse Plamondon-Willard | |
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-25 | back up config.user.json when installing (#693) | Jesse Plamondon-Willard | |
2020-01-25 | add user settings that override defaults (#693) | Jesse Plamondon-Willard | |
2020-01-25 | fix dialogue asset propagation | Jesse Plamondon-Willard | |
2020-01-25 | add internal method for Content Patcher | Jesse Plamondon-Willard | |
2020-01-25 | fix error building/demolishing buildings for some players | Jesse Plamondon-Willard | |
2020-01-25 | prevent load crashes due to invalid building types | Jesse Plamondon-Willard | |
2020-01-23 | add full internal support for non-standard four-part versions | Jesse Plamondon-Willard | |
2020-01-22 | add test_input console command | Jesse Plamondon-Willard | |
2020-01-22 | fix global data stored in saves folder | Jesse Plamondon-Willard | |
2020-01-21 | Added commands to enable and disable performance counters. Peak is now using ↵ | Drachenkaetzchen | |
the default interval | |||
2020-01-18 | update community links | Jesse Plamondon-Willard | |
2020-01-15 | Added peak execution time over the last 60 seconds | Drachenkaetzchen | |
2020-01-15 | Added "trigger dump" command to dump the configured triggers as commands for ↵ | Drachenkaetzchen | |
copy'n'paste | |||
2020-01-15 | Added documentation for all commands. Renamed the "monitor" command to ↵ | Drachenkaetzchen | |
"trigger". Method name refactoring to be more consistent. | |||
2020-01-15 | Added optional right-align for the table output | Drachenkaetzchen | |
2020-01-15 | Added documentation for all performance counter methods and members. ↵ | Drachenkaetzchen | |
Refactored the naming of several members and methods to reflect their actual intention. | |||
2020-01-12 | Merge pull request #691 from danvolchek/develop | Jesse Plamondon-Willard | |
[SMAPI] Fix update marker file not being created | |||
2020-01-12 | drop pre-3.0 update-check support | Jesse Plamondon-Willard | |
2020-01-12 | set updateFound based on the suggested update response | danvolchek | |
2020-01-12 | remove invalid-schedule error which can have false positives (e.g. when NPC ↵ | Jesse Plamondon-Willard | |
is married to a player) | |||
2020-01-12 | fix asset propagation for player sprites not affecting other players or ↵ | Jesse Plamondon-Willard | |
recolor maps | |||
2020-01-12 | fix recursive lock error | Jesse Plamondon-Willard | |
2020-01-11 | add version mappings from the wiki to API data | Jesse Plamondon-Willard | |
2020-01-11 | fix update-check error for Chucklefish pages with no version | Jesse Plamondon-Willard | |
2020-01-11 | update for compatibility list change | Jesse Plamondon-Willard | |