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
/
Events
/
ContentEvents.cs
Age
Commit message (
Collapse
)
Author
2017-07-01
rewrite content interception using latest proposed API (#255)
Jesse Plamondon-Willard
2017-05-21
reimplement event deprecation warnings to fix "unknown mod" warnings
Jesse Plamondon-Willard
2017-05-16
make content event available in experimental mode
Jesse Plamondon-Willard
2017-04-24
update for SDV 1.2 non-beta release
Jesse Plamondon-Willard
2017-03-14
revert all projects except installer to .NET Framework 4.5
Jesse Plamondon-Willard
This caused obscure invalid-IL crashes when compiled through MonoDevelop on Linux.
2017-03-14
downgrade to .NET Framework 4.0 for better compatibility on Windows 7–8.1
Jesse Plamondon-Willard
2017-03-12
disable experimental content event for upcoming 1.9 release (#173)
Jesse Plamondon-Willard
2017-03-10
rename content event for consistency, simplify usage (#173)
Jesse Plamondon-Willard
2017-03-03
add content language changed event (#243)
Jesse Plamondon-Willard
2017-02-25
add prototype content event + helper to manipulate XNB data (#173)
Jesse Plamondon-Willard