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
/
Program.cs
Age
Commit message (
Expand
)
Author
2016-11-05
use new helper to read manifest (#159)
Jesse Plamondon-Willard
2016-11-05
simplify exit logging
Jesse Plamondon-Willard
2016-11-05
add new config system, mark previous methods obsolete (#159)
Jesse Plamondon-Willard
2016-11-04
add minimum game version check (#163)
Jesse Plamondon-Willard
2016-11-04
make logging less verbose and more informative
Jesse Plamondon-Willard
2016-11-04
remove legacy workaround
Jesse Plamondon-Willard
2016-11-04
remove unneeded program fields
Jesse Plamondon-Willard
2016-11-04
format & document program class
Jesse Plamondon-Willard
2016-11-04
remove extensions from public interface, refactor & document
Jesse Plamondon-Willard
2016-11-04
move 'mods loaded' out of constants
Jesse Plamondon-Willard
2016-11-04
normalise inconsistent line endings
Jesse Plamondon-Willard
2016-11-03
add update check (#154)
Jesse Plamondon-Willard
2016-11-03
add operating system to initial console output to simplify troubleshooting
Jesse Plamondon-Willard
2016-11-01
fix mod versions not being displayed correctly (#160)
Jesse Plamondon-Willard
2016-11-01
fix spelling of 'Authour' manifest field with backwards compatibility (#158)
Jesse Plamondon-Willard
2016-10-31
format & document config code
Jesse Plamondon-Willard
2016-10-31
remove disabled and unfinished code
Jesse Plamondon-Willard
2016-10-30
remove support for mods in AppData directory (#156)
Jesse Plamondon-Willard
2016-10-27
fix crossthread access violation when debugger is attached (#126)
Jesse Plamondon-Willard
2016-10-27
run game on main thread for Mac compatibility (#126)
Jesse Plamondon-Willard
2016-10-27
only hook into WinForms on Windows for Mac compatibility (#126)
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
use platform-agnostic paths (#126)
Jesse Plamondon-Willard
2016-05-29
Attempt to migrate to new directory structure.
Gormogon