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
/
Program.cs
Age
Commit message (
Expand
)
Author
2016-12-06
skip mod folder with a warning if it has no manifest (#186)
Jesse Plamondon-Willard
2016-12-05
reimplement assembly caching (#187)
Jesse Plamondon-Willard
2016-12-02
fix assembly resolution when mods try to load types from other mods (#166)
Jesse Plamondon-Willard
2016-11-30
fix assembly resolution failing for rewritten mods that reference a different...
Jesse Plamondon-Willard
2016-11-29
add separate project to support upcoming IL rewriting (#166)
Jesse Plamondon-Willard
2016-11-27
supplement assembly resolution for Mono (#166)
Jesse Plamondon-Willard
2016-11-26
pass target platform to assembly rewriter for later use (#166)
Jesse Plamondon-Willard
2016-11-26
add log entry when preprocessing an assembly (#166)
Jesse Plamondon-Willard
2016-11-26
preprocess all mod assemblies for compatibility with multi-assembly mods (#166)
Jesse Plamondon-Willard
2016-11-26
simplify manifest.json path check
Jesse Plamondon-Willard
2016-11-25
preprocess mods through Mono.Cecil to allow rewriting later (#166)
Jesse Plamondon-Willard
2016-11-24
fix audio error on startup for some players by deferring update check
Jesse Plamondon-Willard
2016-11-23
fix compatibility with mods which use the previous signature of Command.CallC...
Jesse Plamondon-Willard
2016-11-23
log relevant details when a ReflectionTypeLoadException is caught by SMAPI
Jesse Plamondon-Willard
2016-11-21
intercept event handler exceptions (#179)
Jesse Plamondon-Willard
2016-11-19
fix race condition where GameLoaded event was sometime fired before the game ...
Jesse Plamondon-Willard
2016-11-16
cleanup
Jesse Plamondon-Willard
2016-11-16
use interface for IModHelper
Jesse Plamondon-Willard
2016-11-16
add emergency interrupt feature (#168)
Jesse Plamondon-Willard
2016-11-16
fix console closing immediately when some exceptions occur (#171), simplify i...
Jesse Plamondon-Willard
2016-11-16
add optional 'minimum API version' field to manifest (#176)
Jesse Plamondon-Willard
2016-11-14
migrate game loop, events, and commands to new logging framework (#168)
Jesse Plamondon-Willard
2016-11-14
minor cleanup
Jesse Plamondon-Willard
2016-11-14
migrate main logging to new framework (#168)
Jesse Plamondon-Willard
2016-11-14
migrate deprecation manager to new logging (#168)
Jesse Plamondon-Willard
2016-11-14
deprecate legacy logging interfaces, rewrite to use new framework under the h...
Jesse Plamondon-Willard
2016-11-14
initialise new logging framework on startup (#168)
Jesse Plamondon-Willard
2016-11-13
split mod registry out of deprecation manager for reuse (#168)
Jesse Plamondon-Willard
2016-11-10
fix deprecation warning for manifest.PerSaveConfigs
Jesse Plamondon-Willard
2016-11-08
fix an initialisation error when a Windows user has both "StardewValley.exe" ...
Jesse Plamondon-Willard
2016-11-06
fix minor crossplatform issues
Jesse Plamondon-Willard
2016-11-06
add developer mode which shows all deprecation warnings, update release proce...
Jesse Plamondon-Willard
2016-11-06
simplify log a bit more
Jesse Plamondon-Willard
2016-11-06
use more nuanced deprecation warnings (#165)
Jesse Plamondon-Willard
2016-11-05
add deprecation warnings (#165)
Jesse Plamondon-Willard
2016-11-05
use new helper to read manifest (#159)
Jesse Plamondon-Willard
2016-11-05
simplify exit logging
Jesse Plamondon-Willard
2016-11-05
add new config system, mark previous methods obsolete (#159)
Jesse Plamondon-Willard
2016-11-04
add minimum game version check (#163)
Jesse Plamondon-Willard
2016-11-04
make logging less verbose and more informative
Jesse Plamondon-Willard
2016-11-04
remove legacy workaround
Jesse Plamondon-Willard
2016-11-04
remove unneeded program fields
Jesse Plamondon-Willard
2016-11-04
format & document program class
Jesse Plamondon-Willard
2016-11-04
remove extensions from public interface, refactor & document
Jesse Plamondon-Willard
2016-11-04
move 'mods loaded' out of constants
Jesse Plamondon-Willard
2016-11-04
normalise inconsistent line endings
Jesse Plamondon-Willard
2016-11-03
add update check (#154)
Jesse Plamondon-Willard
2016-11-03
add operating system to initial console output to simplify troubleshooting
Jesse Plamondon-Willard
2016-11-01
fix mod versions not being displayed correctly (#160)
Jesse Plamondon-Willard
2016-11-01
fix spelling of 'Authour' manifest field with backwards compatibility (#158)
Jesse Plamondon-Willard
[next]