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
Age
Commit message (
Expand
)
Author
2017-07-03
correct manual install steps
Jesse Plamondon-Willard
2017-07-03
fix crash in new content manager when returning to title (#255)
Jesse Plamondon-Willard
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
update deprecation warning text
Jesse Plamondon-Willard
2017-07-03
bump all deprecation levels to 'pending removal'
Jesse Plamondon-Willard
2017-07-03
remove System.ValueTuple
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
fix rare crash for some players when window loses focus (#306)
Jesse Plamondon-Willard
2017-07-02
throw more useful error when JSON file is invalid (#314)
Jesse Plamondon-Willard
2017-07-02
tweak trace logging when loading mods
Jesse Plamondon-Willard
2017-07-02
add unified player_add command which adds any item type (#302)
Jesse Plamondon-Willard
2017-07-02
migrate list_items command to new item repository (#302)
Jesse Plamondon-Willard
2017-07-02
add list_item_types command (#302)
Jesse Plamondon-Willard
2017-07-02
add item repository which returns all spawnable items in the game (#302)
Jesse Plamondon-Willard
2017-07-02
encapsulate TrainerMod's argument parsing (#302)
Jesse Plamondon-Willard
2017-07-02
split TrainerMod commands into separate classes (#302)
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
improve error handling when mods set invalid asset value (#255)
Jesse Plamondon-Willard
2017-07-01
let mods implement IAssetEditor for simple cases (#255)
Jesse Plamondon-Willard
2017-07-01
reset asset cache when a new interceptor is added (#255)
Jesse Plamondon-Willard
2017-07-01
ensure there's only one content manager instance (#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
tweak asset interception code to simplify future work (#255)
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
add CONTRIBUTING.md file
Jesse Plamondon-Willard
2017-06-26
change manifest.MinimumApiVersion to ISemanticVersion
Jesse Plamondon-Willard
2017-06-26
improve logging when SMAPI loads mods
Jesse Plamondon-Willard
2017-06-19
add manual install steps to readme (removing from main guide)
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-19
add unit tests for version comparison
Jesse Plamondon-Willard
2017-06-19
make version parsing stricter, add unit tests for parsing (#309)
Jesse Plamondon-Willard
2017-06-18
reorganise unit tests
Jesse Plamondon-Willard
2017-06-18
show friendly error when parsing a manifest version fails (#308)
Jesse Plamondon-Willard
2017-06-18
enable string versions in manifest.json (#308)
Jesse Plamondon-Willard
2017-06-18
add IEquatable<SDate> interface to SDate (#307)
Jesse Plamondon-Willard
2017-06-18
simplify date operators by making SDate.GetHashCode() return unique ordered v...
Jesse Plamondon-Willard
2017-06-18
add tuples to test project (#307)
Jesse Plamondon-Willard
2017-06-18
remove test adapter (#307)
Jesse Plamondon-Willard
2017-06-18
- This adds in operators to SDate. And Tests. And a NUnit Adapter - sorry abo...
Nicholas Johnson
2017-06-18
add support for minimum dependency versions (#286)
Jesse Plamondon-Willard
2017-06-18
enable C# 7 tuples
Jesse Plamondon-Willard
2017-06-12
add SerializerUtils to obsolete-mods list
Jesse Plamondon-Willard
[next]