summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Inheritance
AgeCommit message (Expand)Author
2016-11-04remove disabled & broken draw logicJesse Plamondon-Willard
2016-11-04refactor to avoid an out parameterJesse Plamondon-Willard
2016-11-04clean up duplicate checksJesse Plamondon-Willard
2016-11-04simplify menu event logic (should have same effect)Jesse Plamondon-Willard
2016-11-04remove unused SGame fields & methodsJesse Plamondon-Willard
2016-11-04format & document code in SGame (no logic changes)Jesse Plamondon-Willard
2016-11-04normalise inconsistent line endingsJesse Plamondon-Willard
2016-11-02remove disabled codeJesse Plamondon-Willard
2016-11-02remove debug mode toggle (#120)Jesse Plamondon-Willard
2016-10-31remove undocumented and unused APIsJesse Plamondon-Willard
2016-10-31remove unused deserialisation logic per discussionJesse Plamondon-Willard
2016-10-31add zoom-adjusted mouse position to mouse-changed event arguments (#129)Jesse Plamondon-Willard
2016-10-31split combined class files per .NET conventionsJesse Plamondon-Willard
2016-10-31remove disabled and unfinished codeJesse Plamondon-Willard
2016-10-07Disabled overridden update callClxS
2016-10-04Reverted to previous SGame class with minor changes for 1.1, updated version ...AdvizeGH
2016-09-30Disabled the overridden update call only - fixes mouse redraw issue.ClxS
2016-09-30Preliminiary update to add 1.1 support - waiting on testing to confirm it's f...ClxS
2016-05-29Attempt to migrate to new directory structure.Gormogon