summaryrefslogtreecommitdiff
path: root/src/SMAPI/SMAPI.csproj
AgeCommit message (Collapse)Author
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-21Added commands to enable and disable performance counters. Peak is now using ↵Drachenkaetzchen
the default interval
2020-01-10Initial commit of the performance countersDrachenkaetzchen
2020-01-06Add french translationkchapelier
2020-01-02add Japanese translations, update translation docsJesse Plamondon-Willard
2019-11-24update packagesJesse Plamondon-Willard
2019-10-01add support for core translation filesJesse Plamondon-Willard
2019-09-14update packagesJesse Plamondon-Willard
2019-09-14remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent ↵Jesse Plamondon-Willard
assembly names
2019-09-14Update Mono.Cecil packageJesse Plamondon-Willard
2019-09-14update NuGet packagesJesse Plamondon-Willard
2019-09-14update for SDV 1.4 build change on Linux/Mac (#638)Jesse Plamondon-Willard
2019-09-14move assembly references out of common.targetsJesse Plamondon-Willard
2019-09-14simplify config.json and metadata.json namesJesse Plamondon-Willard
2019-09-14simplify project namesJesse Plamondon-Willard