summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-08Merge pull request #15 from Jtfinlay/masterCarl
Use choose to select build location
2016-03-08Merge pull request #16 from Jtfinlay/devCarl
Perf improvements
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-07Use choose to select build locationJames Finlay
- Supports by reference & env var
2016-03-07Updated readmeClxS
2016-03-07Updated version, and stopped TrainerMod spamming the window with "Cyan"ClxS
2016-03-07Finished gamepad input eventsClxS
2016-03-07Updated readme to be a little less shoutyClxS
2016-03-07Updated readmeClxS
2016-03-07Partially completed events for gamepad inputClxS
2016-03-06Fixed mod content path not being set correctly. Fixed object draw code. ↵ClxS
Custom objects can now be placed and show up correctly.
2016-03-06Merge pull request #9 from Jtfinlay/devCarl
Main refactor
2016-03-06Reverting GetFolderPath changeJames Finlay
2016-03-06Additional cleanupJames Finlay
- Moved Version & static strings to 'Constants' class - Cleaned out unused code that is not being used
2016-03-06Quick fixesJames Finlay
2016-03-06MergeJames Finlay
2016-03-06Basic refactor of MainJames Finlay
- Moved sections of Main out into: ConfigureUI, ConfigurePaths, ConfigureInjector, ConfigureSDV, GameRunInvoker
2016-03-06Added KeyReleased eventClxS
2016-03-06Updated readme. Small change to prevent trainermod using copy-localClxS
2016-03-06Updated readmeClxS
2016-03-06Added version.csClxS
2016-03-06Readded Program.cs Logging commands but with Obsolete attributeClxS
2016-03-06Merge pull request #4 from Jtfinlay/releaseClxS
Logging refactor
2016-03-05Resolving conflictJames Finlay
- Cleaning up two trailing vars from Program that are no longer being used
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 ↵ClxS
around trying to integrate it.
2016-03-04Reverting .sln changes....James Finlay
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-04Modify default steam pathJames Finlay
- Tries to read from ENV variable 'SteamInstallPath'. - We can investigate using a choose for normal Steam installation paths, this'll be better for now than having to modify the csproj for every dev.
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-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-03Merge pull request #18 from ClxS/Feature_AdditionalEventListenersZoryn
Added event for when item is placed on ground
2016-03-03Merged Feature_AdditionalEventHandlersClxS
2016-03-03Added event for when item is placed on groundClxS
2016-03-03Updated StardewInjector to target x86 to remove MSIL warningClxS
2016-03-03Merged Zoryn4163/master into masterClxS
2016-03-03resync for merge conflictsZoryn
2016-03-03Updated gitignore to ignore C# and VS filesClxS
2016-03-03Deleted bin\Debug and obj\DebugClxS
2016-03-03Fixed warning by TrainerMod using AnyCPUClxS
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