summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-23Merge pull request #63 from Zoryn4163/masterZoryn
errors now tell you the dll that errored not the manifest
2016-03-23errors now tell you the dll that errored not the manifestZoryn Aaron
2016-03-23Merge pull request #58 from Zoryn4163/masterZoryn
readme
2016-03-23Merge branch 'master' of https://github.com/ClxS/SMAPIZoryn Aaron
2016-03-23readmeZoryn Aaron
2016-03-23Merge pull request #57 from Zoryn4163/masterZoryn
0.39.1 inbound!
2016-03-230.39.1 inbound!Zoryn Aaron
2016-03-23Merge pull request #56 from Zoryn4163/masterZoryn
config updates
2016-03-23config updatesZoryn Aaron
2016-03-23Merge pull request #54 from Zoryn4163/masterZoryn
logging
2016-03-23loggingZoryn Aaron
2016-03-23Merge pull request #53 from Zoryn4163/masterZoryn
config updates
2016-03-23can't do internal there shitZoryn Aaron
2016-03-23hahahaha rewrote the config AND have backwards compatability! (MAYBE!!!)Zoryn Aaron
2016-03-23redoes getting keys because sillynessZoryn Aaron
2016-03-22Merge pull request #50 from Zoryn4163/masterZoryn
a lot
2016-03-22aghZoryn Aaron
2016-03-22yup.Zoryn Aaron
2016-03-22okay. things.Zoryn Aaron
2016-03-22Merge pull request #48 from Zoryn4163/masterZoryn
update version number
2016-03-22update version numberZoryn Aaron
2016-03-22Merge pull request #47 from Zoryn4163/masterZoryn
merges release to master
2016-03-22update config to fix array mergingZoryn Aaron
2016-03-22Merge branch 'master' of https://github.com/ClxS/SMAPI into ReleaseZoryn Aaron
2016-03-21Merge pull request #44 from ClxS/ReleaseZoryn
Updated release branch to 0.37.3
2016-03-21Merge branch 'master'Zoryn Aaron
2016-03-21Merge pull request #43 from Zoryn4163/masterZoryn
logging refactors
2016-03-21Merge branch 'master' of https://github.com/ClxS/SMAPIZoryn Aaron
2016-03-21logging refactorsZoryn Aaron
2016-03-21Merge pull request #42 from Zoryn4163/masterZoryn
readme
2016-03-21readmeZoryn Aaron
2016-03-21Merge pull request #41 from Zoryn4163/masterZoryn
adds 'obsolete' tag to deprecated things. these things will need to be removed in the future. compatability should not be effected.
2016-03-21adds 'obsolete' tag to deprecated things. these things will need to be ↵Zoryn Aaron
removed in the future. compatability should not be effected.
2016-03-21Merge pull request #40 from Zoryn4163/masterZoryn
adds first tick update
2016-03-21Merge branch 'master' of https://github.com/ClxS/SmapiZoryn Aaron
2016-03-21adds first update tickZoryn Aaron
2016-03-20Merge pull request #39 from Zoryn4163/masterZoryn
update readme
2016-03-20update readmeZoryn Aaron
2016-03-20Merge pull request #38 from Zoryn4163/masterZoryn
adds some new events for the update loop
2016-03-20adds some new events for the update loopZoryn Aaron
2016-03-20Update README.mdCarl
2016-03-20Merge pull request #36 from Zoryn4163/masterZoryn
forgot to merge for 38.1
2016-03-20commit thingsZoryn Aaron
2016-03-20Content paths removed. Mods need to define their own.Zoryn Aaron
2016-03-20adds support for old-style mods that don't use manifest. It will be removed ↵Zoryn Aaron
in future version
2016-03-20Merge pull request #34 from Zoryn4163/masterZoryn
tick version counter
2016-03-20tick version counterZoryn Aaron
2016-03-20Merge pull request #33 from Zoryn4163/masterZoryn
Manifest structure - breaks all prior mods
2016-03-20converted mod loading to a manifest structure. mods now go in ↵Zoryn Aaron
./Mods/<MODNAME>/ - in there you need a 'manifest.json' and your dll. See trainermod for example.
2016-03-20Merge pull request #32 from Zoryn4163/masterZoryn
Zoryn Returns - Added config and JSON. Manifests inbound.