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
2017-07-03
defer some console changes until SMAPI 2.0
Jesse Plamondon-Willard
2017-07-03
fix error when mods have no manifest
Jesse Plamondon-Willard
2017-07-03
bump all deprecation levels to 'pending removal'
Jesse Plamondon-Willard
2017-07-03
add SMAPI 2.0 compile mode
Jesse Plamondon-Willard
2017-07-02
slim down console output for players some more
Jesse Plamondon-Willard
2017-07-02
simplify log timestamps in console (except in developer mode)
Jesse Plamondon-Willard
2017-07-02
further simplify console output for players
Jesse Plamondon-Willard
2017-07-02
tweak trace logging when loading mods
Jesse Plamondon-Willard
2017-07-01
prevent mods from using SMAPI 2.0 content interception without reflection (#255)
Jesse Plamondon-Willard
2017-07-01
add support for asset loaders (#255)
Jesse Plamondon-Willard
2017-07-01
reset asset cache when a new interceptor is added (#255)
Jesse Plamondon-Willard
2017-07-01
slight refactor
Jesse Plamondon-Willard
2017-07-01
group skipped mods in console log
Jesse Plamondon-Willard
2017-07-01
rewrite content interception using latest proposed API (#255)
Jesse Plamondon-Willard
2017-06-27
fix corrupted state exceptions not being logged by SMAPI
Jesse Plamondon-Willard
2017-06-27
clean up log output when loading mods
Jesse Plamondon-Willard
2017-06-26
improve logging when SMAPI loads mods
Jesse Plamondon-Willard
2017-06-19
when the ObjectInformation.xnb file is broken, print one error instead of a w...
Jesse Plamondon-Willard
2017-06-12
add separate list of obsolete mods
Jesse Plamondon-Willard
2017-05-28
add 'reload_i18n' console command to reload translation files (#296)
Jesse Plamondon-Willard
2017-05-28
refactor translation init for reuse (#296)
Jesse Plamondon-Willard
2017-05-28
minor cleanup
Jesse Plamondon-Willard
2017-05-25
minor cleanup
Jesse Plamondon-Willard
2017-05-24
add translation API (#296)
Jesse Plamondon-Willard
2017-05-21
reimplement event deprecation warnings to fix "unknown mod" warnings
Jesse Plamondon-Willard
2017-05-21
fix smapi-crash.txt being copied from default log even if --log-path is speci...
Jesse Plamondon-Willard
2017-05-21
enable mod dependencies (#285)
Jesse Plamondon-Willard
2017-05-20
show friendly errors when the game is missing or pre-1.2
Jesse Plamondon-Willard
2017-05-20
add metadata to internal mod registry & use mod display name everywhere
Jesse Plamondon-Willard
2017-05-19
fix error when loading a mod with no version
Jesse Plamondon-Willard
2017-05-17
fix mod-loading code not accounting for metadata failure
Jesse Plamondon-Willard
2017-05-16
add compile flag for experimental mod dependencies features
Jesse Plamondon-Willard
2017-05-16
Merge branch 'feature/285-mod-dependencies' into develop
Jesse Plamondon-Willard
2017-05-16
add warning for mods that don't have a name or version
Jesse Plamondon-Willard
2017-05-15
update compatibility blacklist for SDV 1.2
Jesse Plamondon-Willard
2017-05-13
pass SMAPI version into metadata validation to simplify unit tests (#285)
Jesse Plamondon-Willard
2017-05-13
pass API version into mod metadata validation to simplify unit testing (#285)
Jesse Plamondon-Willard
2017-05-13
enforce metadata.SetStatus() instead of setting properties directly (#285)
Jesse Plamondon-Willard
2017-05-13
decouple reading manifest files from validating metadata (#285)
Jesse Plamondon-Willard
2017-05-13
decouple mod metadata resolution from main SMAPI logic (#285)
Jesse Plamondon-Willard
2017-05-13
move mod metadata resolution into its own class (#285)
Jesse Plamondon-Willard
2017-05-13
fix error when processing mods that have no dependencies (#285)
Jesse Plamondon-Willard
2017-05-13
refactor mod dependency logic a bit (#285)
Jesse Plamondon-Willard
2017-05-13
Added basic topological sort for mod dependencies (#285)
Luke Wale
2017-05-12
fix SMAPI raising a deprecation warning for its own use of an event
Jesse Plamondon-Willard
2017-05-11
organise a few framework classes
Jesse Plamondon-Willard
2017-05-11
decouple mod metadata vs assembly loading to enable upcoming mod dependencies...
Jesse Plamondon-Willard
2017-05-09
add warning for mods that don't set the UniqueID manifest field
Jesse Plamondon-Willard
2017-05-09
let mods dispose unmanaged resources when SMAPI is disposing (#282)
Jesse Plamondon-Willard
2017-05-09
when a fatal crash happens, keep a copy of the log and notify the player on r...
Jesse Plamondon-Willard
[next]