summaryrefslogtreecommitdiff
path: root/TrainerMod/TrainerMod.cs
AgeCommit message (Collapse)Author
2016-03-27someone needs to generate xml doc info im not fuck that shitZoryn Aaron
2016-03-22okay. things.Zoryn Aaron
2016-03-20converted mod loading to a manifest structure. mods now go in ↵Zoryn Aaron
./Mods/<MODNAME>/ - in there you need a 'manifest.json' and your dll. See trainermod for example.
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-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-04Refactored all of the events into their own categoriesClxS
2016-03-03resync for merge conflictsZoryn
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-02add quality param to additemZoryn Aaron
2016-03-01attempt to fix a few thingsZoryn Aaron
2016-03-01export trainer to separate mod; ships with modapi in release folderZoryn Aaron