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
/
TrainerMod
Age
Commit message (
Expand
)
Author
2017-05-13
streamline crossplatform build with Mono 5.0, update readme, tweak release notes
Jesse Plamondon-Willard
2017-05-09
add 'debug' console command
Jesse Plamondon-Willard
2017-04-23
add support for non-melee weapons to TrainerMod (#259)
Jesse Plamondon-Willard
2017-04-23
add world_setyear command to TrainerMod
Jesse Plamondon-Willard
2017-03-14
revert all projects except installer to .NET Framework 4.5
Jesse Plamondon-Willard
2017-03-14
avoid C# 7 until MonoDevelop supports it
Jesse Plamondon-Willard
2017-03-14
use default C# version instead of specifying version
Jesse Plamondon-Willard
2017-03-14
downgrade to .NET Framework 4.0 for better compatibility on Windows 7–8.1
Jesse Plamondon-Willard
2017-03-14
simplify TrainerMod int parsing with C# 7 out variables
Jesse Plamondon-Willard
2017-03-01
fix `world_downminelevel` command not working, prevent invalid `world_setmine...
Jesse Plamondon-Willard
2017-03-01
update TrainerMod manifest
Jesse Plamondon-Willard
2017-03-01
fix TrainerMod letting player add invalid items
Jesse Plamondon-Willard
2017-03-01
remove unneeded 'types' TrainerMod command
Jesse Plamondon-Willard
2017-03-01
improve TrainerMod feedback to user, standardise color/colour spelling
Jesse Plamondon-Willard
2017-03-01
Update <> to [] for changed commands
Efreak
2017-03-01
Return current values for max/current health/stamina/immunity instead of erro...
Efreak
2017-03-01
toggle timefreeze when no value given
Efreak
2017-02-27
typo
Efreak
2017-02-13
migrate TrainerMod to new API (#199)
Jesse Plamondon-Willard
2017-02-07
remove oldest deprecated code (#231)
Jesse Plamondon-Willard
2017-01-14
remove redundant TrainerMod build config (#214)
Jesse Plamondon-Willard
2017-01-14
TrainerMod uses crossplatform.targets
Patrick Müssig
2017-01-14
add console commands to open game & date folders (#172)
Jesse Plamondon-Willard
2016-12-09
add reflection API for mods (#185)
Jesse Plamondon-Willard
2016-12-07
replace out_items, out_melee, and out_rings commands with a searchable list_i...
Jesse Plamondon-Willard
2016-12-05
deploy trainer mod when building SMAPI in debug mode
Jesse Plamondon-Willard
2016-11-17
add global assembly info
Jesse Plamondon-Willard
2016-11-16
minor tweaks
Jesse Plamondon-Willard
2016-11-16
cleanup
Jesse Plamondon-Willard
2016-11-14
migrate TrainerMod to new logging framework (#168)
Jesse Plamondon-Willard
2016-11-14
make TrainerMod non-static
Jesse Plamondon-Willard
2016-11-14
hide TrainerMod internals
Jesse Plamondon-Willard
2016-11-14
remove obsolete TrainerMod command
Jesse Plamondon-Willard
2016-11-14
format & document TrainerMod code
Jesse Plamondon-Willard
2016-11-08
update TrainerMod for 1.0
Jesse Plamondon-Willard
2016-11-04
remove old obsolete log methods
Jesse Plamondon-Willard
2016-11-04
remove extensions from public interface, refactor & document
Jesse Plamondon-Willard
2016-11-04
normalise inconsistent line endings
Jesse Plamondon-Willard
2016-11-03
add crossplatform installer (#155)
Jesse Plamondon-Willard
2016-11-01
fix spelling of 'Authour' manifest field with backwards compatibility (#158)
Jesse Plamondon-Willard
2016-10-26
use simpler crossplatform window management (#126)
Jesse Plamondon-Willard
2016-10-26
remove broken and unused test code (#126)
Jesse Plamondon-Willard
2016-10-26
choose correct references for platform automatically (#126)
Jesse Plamondon-Willard
2016-10-25
detect game path automatically (#126)
Jesse Plamondon-Willard
2016-10-07
Disabled overridden update call
ClxS
2016-09-30
Reverted to .net 4.5 - There was already quite a lot of trouble with people n...
ClxS
2016-05-29
Attempt to migrate to new directory structure.
Gormogon