summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework
AgeCommit message (Expand)Author
2020-06-15refactor & optimize event code a bit, drop old support for unknown event hand...Jesse Plamondon-Willard
2020-06-15Implemented event priority attributeChase W
2020-04-25fix asset propagation for maps loaded through a temporary content managerJesse Plamondon-Willard
2020-04-24add support for getting a patch helper for arbitrary dataJesse Plamondon-Willard
2020-04-24add map patching APIJesse Plamondon-Willard
2020-04-17use better short date translationsJesse Plamondon-Willard
2020-04-15prevent object.loadDisplayName errors due to invalid/missing item dataJesse Plamondon-Willard
2020-04-12add config option to disable console colors (#707)Jesse Plamondon-Willard
2020-03-24fix mouse input suppression broken in SMAPI 3.4 (#705)Jesse Plamondon-Willard
2020-03-22add monitor.LogOnce methodJesse Plamondon-Willard
2020-03-14fix semi-transparency issues on Linux/MacJesse Plamondon-Willard
2020-03-08encapsulate logic for each input typeJesse Plamondon-Willard
2020-03-08rework input handling to allow sending custom input to the game/modsJesse Plamondon-Willard
2020-03-07add support for flipped and rotated map tilesJesse Plamondon-Willard
2020-02-22fix mods receiving their own broadcastsJesse Plamondon-Willard
2020-02-22fix errors loading spouse room content packs in SMAPI 3.3Jesse Plamondon-Willard
2020-02-22update draw logic for recent game updatesJesse Plamondon-Willard
2020-02-20migrate to new method in SMAPI 3.3Jesse Plamondon-Willard
2020-02-20don't premultiply fully opaque pixelsJesse Plamondon-Willard
2020-02-19call IAssetEditor with actual type if applicableJesse Plamondon-Willard
2020-02-19rename InputStatus to SButtonState for consistencyJesse Plamondon-Willard
2020-02-19rework tilesheet loading to improve errors, allow future validation, and drop...Jesse Plamondon-Willard
2020-02-09add helper.Input.GetStatus methodJesse Plamondon-Willard
2020-02-02add support for self-broadcasts, optimize network messagesJesse Plamondon-Willard
2020-02-01add JSON converter for Vector2Jesse Plamondon-Willard
2020-02-01add support for *.tmx map filesJesse 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
2020-01-26tweak namespaceJesse Plamondon-Willard
2020-01-26refactor performance counter codeJesse Plamondon-Willard
2020-01-25add user settings that override defaults (#693)Jesse 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-23add full internal support for non-standard four-part versionsJesse 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
2020-01-18update community linksJesse Plamondon-Willard
2020-01-15Added peak execution time over the last 60 secondsDrachenkaetzchen
2020-01-15Added documentation for all commands. Renamed the "monitor" command to "trigg...Drachenkaetzchen
2020-01-15Added documentation for all performance counter methods and members. Refactor...Drachenkaetzchen
2020-01-12set updateFound based on the suggested update responsedanvolchek
2020-01-12fix recursive lock errorJesse Plamondon-Willard
2020-01-11fix errors due to async threads creating content managersJesse Plamondon-Willard
2020-01-11Reworked the console implementation, added monitoring. Some internal refactor...Drachenkaetzchen
2020-01-10Added reset functionalityDrachenkaetzchen
2020-01-10Moved most PerformanceCounter logic out of SCore into the new PerformanceCoun...Drachenkaetzchen
2020-01-10Initial commit of the performance countersDrachenkaetzchen
2020-01-07intercept schedule errorsJesse Plamondon-Willard
2020-01-04remove DumpMetadata optionJesse Plamondon-Willard