summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/Extensions.cs
AgeCommit message (Collapse)Author
2016-03-07Perf improvementsJames Finlay
- The original '+=' of the GetHash method was taking ~10% of CPU usage for the game. This should improve performance considerably. - The next largest CPU usage we care about is the 'GetHash' method that gets called very often. Pulling the objects.GetHash() out will reduce hits on the method.
2016-03-04Added event handlers for each of the level up eventsClxS
2016-03-03Merge remote-tracking branch 'origin/master'Zoryn
# Conflicts: # Release/StardewModdingAPI.exe # StardewModdingAPI/Program.cs # StardewModdingAPI/StardewModdingAPI.csproj # StardewModdingAPI/obj/x86/Debug/StardewModdingAPI.csproj.FileListAbsolute.txt # TrainerMod/bin/Debug/TrainerMod.dll # TrainerMod/obj/Debug/TrainerMod.dll
2016-03-03updates to change working locationZoryn
2016-03-03Resolved static analysis issuesClxS
Standardised event handlers so there's less hassle with future changes
2016-03-01trying to get custom content working - do NOT try to implement cc yetZoryn Aaron
2016-02-28expose some private fields for moddingZoryn Aaron
2016-02-28no messageZoryn Aaron