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-07
add mod ID to mod helpers (#318)
Jesse Plamondon-Willard
2017-07-07
group mod helpers (#318)
Jesse Plamondon-Willard
2017-07-07
split reflection logic out of mod helper (#318)
Jesse Plamondon-Willard
2017-07-07
make deprecation warnings a bit less scary until we finish first-pass SMAPI 2...
Jesse Plamondon-Willard
2017-07-07
tweak text when mod crashes on entry, increase log level to error
Jesse Plamondon-Willard
2017-07-06
add optional mod dependencies in SMAPI 2.0 (#287)
Jesse Plamondon-Willard
2017-07-06
serialise SButtons as string in config.json (#316)
Jesse Plamondon-Willard
2017-07-05
add method to suppress button input from game (#317)
Jesse Plamondon-Willard
2017-07-05
add InputEvents which unify keyboard, mouse, and controller input with more m...
Jesse Plamondon-Willard
2017-07-04
tweak method name per feedback (#255)
Jesse Plamondon-Willard
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
[next]