summaryrefslogtreecommitdiff
path: root/StardewModdingAPI/Inheritance/SGame.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-07Finished gamepad input eventsClxS
2016-03-07Partially completed events for gamepad inputClxS
2016-03-06Added KeyReleased eventClxS
2016-03-04Pulled Logs into new Log objectJames Finlay
- Greatly simplifies Program.cs - Removed the 'Colour' method so that logging is more consistent for users - willing to discuss this change. I believe it is beneficial. - Added uses of #DEBUG
2016-03-04A few small clean ups and removed a lot of the readme until I think of what ↵ClxS
to put there
2016-03-04Added event handlers for each of the level up eventsClxS
2016-03-04Improved Inventory Changed command to show which items were ↵ClxS
added/removed/alteredQuantity
2016-03-04Added event for Inventory changeClxS
2016-03-04Refactored all of the events into their own categoriesClxS
2016-03-03Added event for when item is placed on groundClxS
2016-03-03Resolved static analysis issuesClxS
Standardised event handlers so there's less hassle with future changes
2016-03-03pu to work from another locationZoryn Aaron
2016-03-02we can have more than 2 args in a command, c'mon brainZoryn Aaron
2016-03-02more eventsZoryn Aaron
2016-03-02update for new event and other crapZoryn Aaron
2016-03-01fixes my derpingZoryn Aaron
2016-03-01sloppy 0.3 release for network dll loads and separation of trainerZoryn Aaron
2016-03-01partial implement of Required event handlersZoryn Aaron
2016-03-01i got it to draw without crashing im going to bed. custom content is still ↵Zoryn Aaron
nyi don't try it yet
2016-03-01HandsomeMatt pull request acceptedZoryn Aaron
2016-03-01trying to get custom content working - do NOT try to implement cc yetZoryn Aaron
2016-02-29updateZoryn Aaron
2016-02-28expose some private fields for moddingZoryn Aaron