Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-06 | Readded Program.cs Logging commands but with Obsolete attribute | ClxS | |
2016-03-06 | Merge pull request #4 from Jtfinlay/release | ClxS | |
Logging refactor | |||
2016-03-05 | Resolving conflict | James Finlay | |
- Cleaning up two trailing vars from Program that are no longer being used | |||
2016-03-05 | Merge branch 'master' into release | James Finlay | |
2016-03-05 | Merge remote-tracking branch 'upstream/master' | James Finlay | |
2016-03-05 | Removed StardewInjector. That'll go in it's own testing branch when we get ↵ | ClxS | |
around trying to integrate it. | |||
2016-03-04 | Reverting .sln changes.... | James Finlay | |
2016-03-04 | Pulled Logs into new Log object | James 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-04 | Modify default steam path | James 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-04 | A few small clean ups and removed a lot of the readme until I think of what ↵ | ClxS | |
to put there | |||
2016-03-04 | Added event handlers for each of the level up events | ClxS | |
2016-03-04 | Improved Inventory Changed command to show which items were ↵ | ClxS | |
added/removed/alteredQuantity | |||
2016-03-04 | Fixed bug due to accidental early commit | ClxS | |
2016-03-04 | Added event for Inventory change | ClxS | |
2016-03-04 | Refactored all of the events into their own categories | ClxS | |
2016-03-04 | Merged Zoryn4163/master into master | ClxS | |
2016-03-04 | Deleted unwanted files. Ideally these would not be in source control. | cjones | |
2016-03-03 | i can't find a way to support #14 | Zoryn Aaron | |
2016-03-03 | Merge pull request #18 from ClxS/Feature_AdditionalEventListeners | Zoryn | |
Added event for when item is placed on ground | |||
2016-03-03 | Merged Feature_AdditionalEventHandlers | ClxS | |
2016-03-03 | Added event for when item is placed on ground | ClxS | |
2016-03-03 | Updated StardewInjector to target x86 to remove MSIL warning | ClxS | |
2016-03-03 | Merged Zoryn4163/master into master | ClxS | |
2016-03-03 | resync for merge conflicts | Zoryn | |
2016-03-03 | Updated gitignore to ignore C# and VS files | ClxS | |
2016-03-03 | Deleted bin\Debug and obj\Debug | ClxS | |
2016-03-03 | Fixed warning by TrainerMod using AnyCPU | ClxS | |
2016-03-03 | Merge 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-03 | updates to change working location | Zoryn | |
2016-03-03 | Merge pull request #17 from ClxS/master | Zoryn | |
Standardised Event Handlers | |||
2016-03-03 | Forgot to remove unneeded BlankEventHandler | ClxS | |
2016-03-03 | Resolved static analysis issues | ClxS | |
Standardised event handlers so there's less hassle with future changes | |||
2016-03-03 | Merge pull request #2 from Zoryn4163/master | ClxS | |
Merge pull request #2 from Zoryn4163/master | |||
2016-03-03 | update | Zoryn | |
2016-03-03 | pu to work from another location | Zoryn Aaron | |
2016-03-03 | Merge pull request #1 from Zoryn4163/master | ClxS | |
Merge pull request #1 from Zoryn4163/master | |||
2016-03-02 | we can have more than 2 args in a command, c'mon brain | Zoryn Aaron | |
2016-03-02 | more events | Zoryn Aaron | |
2016-03-02 | readme | Zoryn Aaron | |
2016-03-02 | readme | Zoryn Aaron | |
2016-03-02 | add quality param to additem | Zoryn Aaron | |
2016-03-02 | update for new event and other crap | Zoryn Aaron | |
2016-03-02 | fxies logging breaking? | Zoryn Aaron | |
2016-03-01 | users shouldnt execute experimental code | Zoryn Aaron | |
2016-03-01 | attempt to fix a few things | Zoryn Aaron | |
2016-03-01 | fixes my derping | Zoryn Aaron | |
2016-03-01 | sloppy 0.3 release for network dll loads and separation of trainer | Zoryn Aaron | |
2016-03-01 | partial implement of Required event handlers | Zoryn Aaron | |
2016-03-01 | export trainer to separate mod; ships with modapi in release folder | Zoryn Aaron | |
2016-03-01 | Merge pull request #3 from HandsomeMatt/steam-fix | Zoryn | |
add steam_appid.txt |