summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-02-17add overrides for SMAPI on AndroidJesse Plamondon-Willard
2020-02-17move hardcoded SMAPI update check logic into configJesse Plamondon-Willard
2020-02-13fix update-check error for SMAPI on Android with four-part versionsJesse Plamondon-Willard
2020-02-10fix dialogue propagation clearing marriage dialogueJesse Plamondon-Willard
2020-02-10improve save backup logicJesse Plamondon-Willard
2020-02-09add helper.Input.GetStatus methodJesse Plamondon-Willard
2020-02-08add Italian translationsJesse Plamondon-Willard
2020-02-03update CP schema for .tmx supportJesse Plamondon-Willard
2020-02-02prefix OS name in log on AndroidJesse Plamondon-Willard
2020-02-02add support for self-broadcasts, optimize network messagesJesse Plamondon-Willard
2020-02-01update packagesJesse Plamondon-Willard
2020-02-01fix save folder filter in Save BackupJesse Plamondon-Willard
2020-02-01prepare for releaseJesse Plamondon-Willard
2020-02-01ignore Harmony DLL in mod build packageJesse Plamondon-Willard
2020-02-01add JSON converter for Vector2Jesse Plamondon-Willard
2020-02-01add support for *.tmx map filesJesse Plamondon-Willard
2020-02-01improve Save Backup compatibility on AndroidJesse Plamondon-Willard
2020-01-31rework build settings a bitJesse Plamondon-Willard
2020-01-31fix error messageJesse Plamondon-Willard
2020-01-30rework asset editor/loader tracking so they're affected by load orderJesse Plamondon-Willard
2020-01-26Merge pull request #690 from Drachenkaetzchen/performance-counterJesse Plamondon-Willard
Performance counters
2020-01-26simplify performance details outputJesse Plamondon-Willard
2020-01-26show warning when using commands while disabled, simplify some commands a bitJesse Plamondon-Willard
2020-01-26tweak namespaceJesse Plamondon-Willard
2020-01-26refactor performance counter codeJesse 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-25back up config.user.json when installing (#693)Jesse Plamondon-Willard
2020-01-25add user settings that override defaults (#693)Jesse Plamondon-Willard
2020-01-25fix dialogue asset propagationJesse Plamondon-Willard
2020-01-25 add internal method for Content PatcherJesse Plamondon-Willard
2020-01-25fix error building/demolishing buildings for some playersJesse Plamondon-Willard
2020-01-25prevent load crashes due to invalid building typesJesse Plamondon-Willard
2020-01-23add full internal support for non-standard four-part versionsJesse Plamondon-Willard
2020-01-22add test_input console commandJesse Plamondon-Willard
2020-01-22fix global data stored in saves folderJesse Plamondon-Willard
2020-01-21Added commands to enable and disable performance counters. Peak is now using ↵Drachenkaetzchen
the default interval
2020-01-18update community linksJesse Plamondon-Willard
2020-01-15Added peak execution time over the last 60 secondsDrachenkaetzchen
2020-01-15Added "trigger dump" command to dump the configured triggers as commands for ↵Drachenkaetzchen
copy'n'paste
2020-01-15Added documentation for all commands. Renamed the "monitor" command to ↵Drachenkaetzchen
"trigger". Method name refactoring to be more consistent.
2020-01-15Added optional right-align for the table outputDrachenkaetzchen
2020-01-15Added documentation for all performance counter methods and members. ↵Drachenkaetzchen
Refactored the naming of several members and methods to reflect their actual intention.
2020-01-12Merge pull request #691 from danvolchek/developJesse Plamondon-Willard
[SMAPI] Fix update marker file not being created
2020-01-12drop pre-3.0 update-check supportJesse Plamondon-Willard
2020-01-12set updateFound based on the suggested update responsedanvolchek
2020-01-12remove invalid-schedule error which can have false positives (e.g. when NPC ↵Jesse Plamondon-Willard
is married to a player)
2020-01-12fix asset propagation for player sprites not affecting other players or ↵Jesse Plamondon-Willard
recolor maps
2020-01-12fix recursive lock errorJesse Plamondon-Willard
2020-01-11add version mappings from the wiki to API dataJesse Plamondon-Willard
2020-01-11fix update-check error for Chucklefish pages with no versionJesse Plamondon-Willard
2020-01-11update for compatibility list changeJesse Plamondon-Willard