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
/
SMAPI
/
Utilities
/
PerScreen.cs
Age
Commit message (
Expand
)
Author
2023-04-02
add PerScreen.IsActiveForScreen()
Jesse Plamondon-Willard
2022-11-11
raise all deprecation messages to the final level
Jesse Plamondon-Willard
2022-07-09
raise deprecation levels
Jesse Plamondon-Willard
2022-06-20
add flag to disable deprecated code
Jesse Plamondon-Willard
2022-05-15
reduce performance impact of deprecation warnings
Jesse Plamondon-Willard
2022-04-19
move deprecation code into namespace
Jesse Plamondon-Willard
2022-04-14
track full mod & stack metadata in queued deprecation warnings
Jesse Plamondon-Willard
2022-04-13
fix false-positive deprecation notice (#837)
Jesse Plamondon-Willard
2022-04-13
enable nullable annotations in the rest of SMAPI core (#837)
Jesse Plamondon-Willard
2022-04-06
enable nullable annotations by default (#837)
Jesse Plamondon-Willard
2022-04-06
remove some unused/redundant code
Jesse Plamondon-Willard
2021-01-15
allow getting all active values from a PerScreen<T> field
Jesse Plamondon-Willard
2021-01-15
allow resetting a PerScreen<T> field
Jesse Plamondon-Willard
2021-01-15
allow get/setting PerScreen<T> values by screen ID
Jesse Plamondon-Willard
2021-01-06
add a way to send console commands to a specific screen
Jesse Plamondon-Willard
2020-12-20
update for split-screen mode
Jesse Plamondon-Willard