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.Mods.ConsoleCommands
/
Framework
/
Commands
/
Other
Age
Commit message (
Expand
)
Author
2022-04-13
enable nullable annotations in bundled mods (#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
2022-02-19
add Constants.GamePath & deprecate Constants.ExecutionPath
Jesse Plamondon-Willard
2021-03-21
fix double-localization issue in regenerated bundles
Jesse Plamondon-Willard
2021-03-16
add console command to regenerate bundles
Jesse Plamondon-Willard
2021-01-22
rename TrainerCommand to ConsoleCommand to match the rest of the code
Jesse Plamondon-Willard
2021-01-06
remove experimental performance counters
Jesse Plamondon-Willard
2020-12-26
add apply_save_fix command
Jesse Plamondon-Willard
2020-01-26
Merge pull request #690 from Drachenkaetzchen/performance-counter
Jesse Plamondon-Willard
2020-01-26
simplify performance details output
Jesse Plamondon-Willard
2020-01-26
show warning when using commands while disabled, simplify some commands a bit
Jesse Plamondon-Willard
2020-01-26
tweak namespace
Jesse Plamondon-Willard
2020-01-26
refactor performance counter code
Jesse Plamondon-Willard
2020-01-22
add test_input console command
Jesse Plamondon-Willard
2020-01-21
Added commands to enable and disable performance counters. Peak is now using ...
Drachenkaetzchen
2020-01-15
Added peak execution time over the last 60 seconds
Drachenkaetzchen
2020-01-15
Added "trigger dump" command to dump the configured triggers as commands for ...
Drachenkaetzchen
2020-01-15
Added documentation for all commands. Renamed the "monitor" command to "trigg...
Drachenkaetzchen
2020-01-15
Added documentation for all performance counter methods and members. Refactor...
Drachenkaetzchen
2020-01-11
Reworked the console implementation, added monitoring. Some internal refactor...
Drachenkaetzchen
2020-01-10
Initial commit of the performance counters
Drachenkaetzchen
2017-10-27
rename TrainerMod to Console Commands to clarify purpose
Jesse Plamondon-Willard