Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-26 | prepare for release | Jesse Plamondon-Willard | |
2020-12-26 | add apply_save_fix command | Jesse Plamondon-Willard | |
2020-12-21 | prepare for release | Jesse Plamondon-Willard | |
2020-12-20 | update for location furniture changes | Jesse Plamondon-Willard | |
2020-12-20 | update for item changes | Jesse Plamondon-Willard | |
2020-11-21 | prepare for release | Jesse Plamondon-Willard | |
2020-10-30 | apply fish pond rules for roe spawning | Jesse Plamondon-Willard | |
2020-10-28 | add SearchableItem copy constructor | Jesse Plamondon-Willard | |
This is for convenience in mods which copy this code; SMAPI itself doesn't use it. | |||
2020-10-28 | fix a captured loop variable | Jesse Plamondon-Willard | |
2020-10-24 | add character-customization-only shirts to item repo | Jesse Plamondon-Willard | |
2020-10-24 | update item repo to allow creating instances later | Jesse Plamondon-Willard | |
2020-10-16 | prepare for release | Jesse Plamondon-Willard | |
2020-10-03 | prepare for release | Jesse Plamondon-Willard | |
2020-09-16 | prepare for release | Jesse Plamondon-Willard | |
2020-09-08 | prepare for release | Jesse Plamondon-Willard | |
2020-09-08 | prepare for release | Jesse Plamondon-Willard | |
2020-09-06 | prepare for release | Jesse Plamondon-Willard | |
2020-08-02 | prepare for release | Jesse Plamondon-Willard | |
2020-07-26 | use ordinal comparison/sorting instead of invariant | Jesse Plamondon-Willard | |
2020-07-17 | add item repository fixes from CJB Cheats Menu code | Jesse Plamondon-Willard | |
2020-06-21 | prepare for release | Jesse Plamondon-Willard | |
2020-06-20 | prepare for release | Jesse Plamondon-Willard | |
2020-06-14 | tweak build files | Jesse Plamondon-Willard | |
2020-04-27 | prepare for release, tweak readme | Jesse Plamondon-Willard | |
2020-04-11 | use SDate to set DaysPlayed | Kevin Daughtridge | |
2020-04-10 | set daysPlayed in world_set{day,season,year} commands | Kevin Daughtridge | |
2020-03-24 | prepare for release | Jesse Plamondon-Willard | |
2020-03-22 | prepare for release | Jesse Plamondon-Willard | |
2020-03-22 | fix player_add error if the player has broken XNB mods | Jesse Plamondon-Willard | |
2020-02-22 | prepare for release | Jesse Plamondon-Willard | |
2020-02-22 | prepare for release | Jesse Plamondon-Willard | |
2020-02-22 | prepare for release | Jesse Plamondon-Willard | |
2020-02-01 | ignore Harmony DLL in mod build package | Jesse Plamondon-Willard | |
2020-01-31 | rework build settings a bit | Jesse Plamondon-Willard | |
2020-01-26 | Merge pull request #690 from Drachenkaetzchen/performance-counter | Jesse Plamondon-Willard | |
Performance counters | |||
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 | |
This commit performs some general refactoring, including... - avoid manually duplicating the event list; - rework the 'is important' event flag; - remove the new packages (Cyotek.Collections can be replaced with built-in types, and System.ValueTuple won't work in the Mono version used on Linux/Mac); - improve performance; - minor cleanup. | |||
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 | |
the default interval | |||
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 | |
copy'n'paste | |||
2020-01-15 | Added documentation for all commands. Renamed the "monitor" command to ↵ | Drachenkaetzchen | |
"trigger". Method name refactoring to be more consistent. | |||
2020-01-15 | Added optional right-align for the table output | Drachenkaetzchen | |
2020-01-15 | Added documentation for all performance counter methods and members. ↵ | Drachenkaetzchen | |
Refactored the naming of several members and methods to reflect their actual intention. | |||
2020-01-11 | Reworked the console implementation, added monitoring. Some internal ↵ | Drachenkaetzchen | |
refactoring. | |||
2020-01-10 | Initial commit of the performance counters | Drachenkaetzchen | |
2020-01-04 | prepare for release | Jesse Plamondon-Willard | |
2019-12-22 | update item spawning code, detect ring type automatically to support custom ↵ | Jesse Plamondon-Willard | |
rings, minor refactor |