summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/StardewModdingAPI.csproj
AgeCommit message (Expand)Author
2016-12-18migrate manifest & version to interfaces with backwards compatibility (#197)Jesse Plamondon-Willard
2016-12-18format code (#193)Jesse Plamondon-Willard
2016-12-12fix System.Runtime.Caching not available on MacJesse Plamondon-Willard
2016-12-11move interfaces into root (#185)Jesse Plamondon-Willard
2016-12-09remove redundant output pathsJesse Plamondon-Willard
2016-12-09cache reflection lookups with sliding expiry (#185)Jesse Plamondon-Willard
2016-12-09add reflection API for mods (#185)Jesse Plamondon-Willard
2016-12-07rename .targets file to better reflect contents, add to installer projectJesse Plamondon-Willard
2016-12-05reimplement assembly caching (#187)Jesse Plamondon-Willard
2016-12-01remove Costura assembly weaving (#166)Jesse Plamondon-Willard
2016-11-30fix local deployment on Linux/MacJesse Plamondon-Willard
2016-11-29Merge branch 'feature/rewrite-mod-assemblies' into developJesse Plamondon-Willard
2016-11-29enable local SMAPI deployment on Linux/MacJesse Plamondon-Willard
2016-11-29add framework for rewriting incompatible methods (#166)Jesse Plamondon-Willard
2016-11-29add separate project to support upcoming IL rewriting (#166)Jesse Plamondon-Willard
2016-11-29move dependencies into targets file for reuse (#166)Jesse Plamondon-Willard
2016-11-27supplement assembly resolution for Mono (#166)Jesse Plamondon-Willard
2016-11-26rewrite type references in mod assemblies to match target platform (#166)Jesse Plamondon-Willard
2016-11-26move cache struct into its own file (#166)Jesse Plamondon-Willard
2016-11-26pass target platform to assembly rewriter for later use (#166)Jesse Plamondon-Willard
2016-11-25preprocess mods through Mono.Cecil to allow rewriting later (#166)Jesse Plamondon-Willard
2016-11-21intercept event handler exceptions (#179)Jesse Plamondon-Willard
2016-11-19restore obsolete SPlayer for backwards compatibility, mark deprecatedJesse Plamondon-Willard
2016-11-17add global assembly infoJesse Plamondon-Willard
2016-11-16use interface for IModHelperJesse Plamondon-Willard
2016-11-14add new logging framework (#168)Jesse Plamondon-Willard
2016-11-13split mod registry out of deprecation manager for reuse (#168)Jesse Plamondon-Willard
2016-11-09fix Windows-only build configuration not properly marked as suchJesse Plamondon-Willard
2016-11-09restore obsolete interfaces for backwards compatibility with EntoFrameworkJesse Plamondon-Willard
2016-11-09simplify debuggingJesse Plamondon-Willard
2016-11-06add developer mode which shows all deprecation warnings, update release proce...Jesse Plamondon-Willard
2016-11-06use more nuanced deprecation warnings (#165)Jesse Plamondon-Willard
2016-11-05restore removed extensions for backwards compatibilityJesse Plamondon-Willard
2016-11-05add deprecation warnings (#165)Jesse Plamondon-Willard
2016-11-05add new config system, mark previous methods obsolete (#159)Jesse Plamondon-Willard
2016-11-04make log writer internal (not meant for use outside SMAPI)Jesse Plamondon-Willard
2016-11-04remove extensions from public interface, refactor & documentJesse Plamondon-Willard
2016-11-04normalise inconsistent line endingsJesse Plamondon-Willard
2016-11-03add crossplatform installer (#155)Jesse Plamondon-Willard
2016-11-03add update check (#154)Jesse Plamondon-Willard
2016-10-31remove undocumented and unused APIsJesse Plamondon-Willard
2016-10-31remove unused deserialisation logic per discussionJesse Plamondon-Willard
2016-10-31split combined class files per .NET conventionsJesse Plamondon-Willard
2016-10-31remove disabled and unfinished codeJesse Plamondon-Willard
2016-10-31fix code being optimised in debug modeJesse Plamondon-Willard
2016-10-27add System.Numerics to mod package for Mac (#126)Jesse Plamondon-Willard
2016-10-27only hook into WinForms on Windows for Mac compatibility (#126)Jesse Plamondon-Willard
2016-10-27include pdb for release buildJesse Plamondon-Willard
2016-10-27rename Unix launcher for consistency with Windows install process (#126)Jesse Plamondon-Willard
2016-10-27add launcher for Linux and Mac (#126)Jesse Plamondon-Willard