index
:
github/SMAPI.git
develop
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
StardewModdingAPI
/
StardewModdingAPI.csproj
Age
Commit message (
Expand
)
Author
2017-02-23
merge config files
Jesse Plamondon-Willard
2017-02-17
write XNA input enums to JSON as strings automatically
Jesse Plamondon-Willard
2017-02-16
make SMAPI core non-static, eliminate direct access between core components
Jesse Plamondon-Willard
2017-02-14
mark two internal classes internal
Jesse Plamondon-Willard
2017-02-13
add new console command API with backward compatibility (#199)
Jesse Plamondon-Willard
2017-02-13
move core JSON logic out of mod helper (#199)
Jesse Plamondon-Willard
2017-02-11
redirect the game's debug messages into trace logs (#233)
Jesse Plamondon-Willard
2017-02-10
tweak debug build config, update release notes
Jesse Plamondon-Willard
2017-02-10
Mac and Linux debug run works! 🙃
James Stine
2017-02-10
remove leftover references to Mono.Cecil.Rocks (#231)
Jesse Plamondon-Willard
2017-02-09
remove Mono.Cecil.Rocks (#231)
Jesse Plamondon-Willard
2017-02-07
clean up more obsolete code (#231)
Jesse Plamondon-Willard
2017-02-07
add reflectionHelper.GetPrivateProperty<T> (#231)
Jesse Plamondon-Willard
2017-02-07
remove oldest deprecated code (#231)
Jesse Plamondon-Willard
2017-02-02
rewrite mod assembly loading (#229)
Jesse Plamondon-Willard
2017-01-19
add public mod registry (#220)
Jesse Plamondon-Willard
2017-01-15
add save events (#215)
Jesse Plamondon-Willard
2016-12-22
skip mods known to be incompatible and display error with update links (#192)
Jesse Plamondon-Willard
2016-12-22
move models into namespace (#192)
Jesse Plamondon-Willard
2016-12-22
track loaded mod instances & manifests via mod registry (#201)
Jesse Plamondon-Willard
2016-12-21
rename SMAPI config file for consistency (#192, #202)
Jesse Plamondon-Willard
2016-12-18
migrate manifest & version to interfaces with backwards compatibility (#197)
Jesse Plamondon-Willard
2016-12-18
format code (#193)
Jesse Plamondon-Willard
2016-12-12
fix System.Runtime.Caching not available on Mac
Jesse Plamondon-Willard
2016-12-11
move interfaces into root (#185)
Jesse Plamondon-Willard
2016-12-09
remove redundant output paths
Jesse Plamondon-Willard
2016-12-09
cache reflection lookups with sliding expiry (#185)
Jesse Plamondon-Willard
2016-12-09
add reflection API for mods (#185)
Jesse Plamondon-Willard
2016-12-07
rename .targets file to better reflect contents, add to installer project
Jesse Plamondon-Willard
2016-12-05
reimplement assembly caching (#187)
Jesse Plamondon-Willard
2016-12-01
remove Costura assembly weaving (#166)
Jesse Plamondon-Willard
2016-11-30
fix local deployment on Linux/Mac
Jesse Plamondon-Willard
2016-11-29
Merge branch 'feature/rewrite-mod-assemblies' into develop
Jesse Plamondon-Willard
2016-11-29
enable local SMAPI deployment on Linux/Mac
Jesse Plamondon-Willard
2016-11-29
add framework for rewriting incompatible methods (#166)
Jesse Plamondon-Willard
2016-11-29
add separate project to support upcoming IL rewriting (#166)
Jesse Plamondon-Willard
2016-11-29
move dependencies into targets file for reuse (#166)
Jesse Plamondon-Willard
2016-11-27
supplement assembly resolution for Mono (#166)
Jesse Plamondon-Willard
2016-11-26
rewrite type references in mod assemblies to match target platform (#166)
Jesse Plamondon-Willard
2016-11-26
move cache struct into its own file (#166)
Jesse Plamondon-Willard
2016-11-26
pass target platform to assembly rewriter for later use (#166)
Jesse Plamondon-Willard
2016-11-25
preprocess mods through Mono.Cecil to allow rewriting later (#166)
Jesse Plamondon-Willard
2016-11-21
intercept event handler exceptions (#179)
Jesse Plamondon-Willard
2016-11-19
restore obsolete SPlayer for backwards compatibility, mark deprecated
Jesse Plamondon-Willard
2016-11-17
add global assembly info
Jesse Plamondon-Willard
2016-11-16
use interface for IModHelper
Jesse Plamondon-Willard
2016-11-14
add new logging framework (#168)
Jesse Plamondon-Willard
2016-11-13
split mod registry out of deprecation manager for reuse (#168)
Jesse Plamondon-Willard
2016-11-09
fix Windows-only build configuration not properly marked as such
Jesse Plamondon-Willard
2016-11-09
restore obsolete interfaces for backwards compatibility with EntoFramework
Jesse Plamondon-Willard
[next]