summaryrefslogtreecommitdiff
path: root/StardewModdingAPI
AgeCommit message (Expand)Author
2016-03-21logging refactorsZoryn Aaron
2016-03-21adds 'obsolete' tag to deprecated things. these things will need to be remove...Zoryn Aaron
2016-03-21adds first update tickZoryn Aaron
2016-03-20adds some new events for the update loopZoryn Aaron
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 i...Zoryn Aaron
2016-03-20tick version counterZoryn Aaron
2016-03-20converted mod loading to a manifest structure. mods now go in ./Mods/<MODNAME...Zoryn Aaron
2016-03-20config all setup.Zoryn Aaron
2016-03-20don't ignore packages what's wrong with youZoryn Aaron
2016-03-20Zoryn returns. Added JSON. Added Config.cs.Zoryn Aaron
2016-03-12Updated readme. Switched on Optimise Code switch. It only have minimal impact...ClxS
2016-03-08Merge pull request #15 from Jtfinlay/masterCarl
2016-03-07Perf improvementsJames Finlay
2016-03-07Use choose to select build locationJames Finlay
2016-03-07Updated version, and stopped TrainerMod spamming the window with "Cyan"ClxS
2016-03-07Finished gamepad input eventsClxS
2016-03-07Partially completed events for gamepad inputClxS
2016-03-06Fixed mod content path not being set correctly. Fixed object draw code. Custo...ClxS
2016-03-06Reverting GetFolderPath changeJames Finlay
2016-03-06Additional cleanupJames Finlay
2016-03-06Quick fixesJames Finlay
2016-03-06MergeJames Finlay
2016-03-06Basic refactor of MainJames Finlay
2016-03-06Added KeyReleased eventClxS
2016-03-06Added version.csClxS
2016-03-06Readded Program.cs Logging commands but with Obsolete attributeClxS
2016-03-05Resolving conflictJames Finlay
2016-03-05Merge branch 'master' into releaseJames Finlay
2016-03-05Merge remote-tracking branch 'upstream/master'James Finlay
2016-03-05Removed StardewInjector. That'll go in it's own testing branch when we get ar...ClxS
2016-03-04Pulled Logs into new Log objectJames Finlay
2016-03-04Modify default steam pathJames Finlay
2016-03-04A few small clean ups and removed a lot of the readme until I think of what t...ClxS
2016-03-04Added event handlers for each of the level up eventsClxS
2016-03-04Improved Inventory Changed command to show which items were added/removed/alt...ClxS
2016-03-04Fixed bug due to accidental early commitClxS
2016-03-04Added event for Inventory changeClxS
2016-03-04Refactored all of the events into their own categoriesClxS
2016-03-04Merged Zoryn4163/master into masterClxS
2016-03-04Deleted unwanted files. Ideally these would not be in source control.cjones
2016-03-03i can't find a way to support #14Zoryn Aaron
2016-03-03Merged Feature_AdditionalEventHandlersClxS
2016-03-03Added event for when item is placed on groundClxS
2016-03-03Merged Zoryn4163/master into masterClxS
2016-03-03resync for merge conflictsZoryn
2016-03-03Merge remote-tracking branch 'origin/master'Zoryn
2016-03-03updates to change working locationZoryn
2016-03-03Forgot to remove unneeded BlankEventHandlerClxS