Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-28 | Added MenuClosed event which fires when the current menu is closed. | tyler staples | |
2016-03-27 | Merge pull request #71 from Zoryn4163/master | Zoryn | |
logging | |||
2016-03-27 | logging | Zoryn Aaron | |
2016-03-27 | logging | Zoryn Aaron | |
2016-03-27 | Merge pull request #70 from Zoryn4163/master | Zoryn | |
updates | |||
2016-03-27 | logging | Zoryn Aaron | |
2016-03-27 | updates? | Zoryn Aaron | |
2016-03-27 | updates | Zoryn Aaron | |
2016-03-27 | Cleanup. | ClxS | |
2016-03-27 | speeder needs to fuck off | Zoryn Aaron | |
2016-03-27 | bug fix | Zoryn Aaron | |
2016-03-27 | updates | Zoryn Aaron | |
2016-03-27 | invocations are now internal | Zoryn Aaron | |
2016-03-27 | fuck you @CJBok | Zoryn Aaron | |
2016-03-27 | holy fucking shit fuck my life | Zoryn Aaron | |
2016-03-27 | fixes bugs | Zoryn Aaron | |
2016-03-27 | someone needs to generate xml doc info im not fuck that shit | Zoryn Aaron | |
2016-03-26 | commit | Zoryn Aaron | |
2016-03-26 | uhhhhhh. async logging. an event i think. something or other. mid-update commit. | Zoryn Aaron | |
2016-03-26 | mid-update commit for resync | Zoryn Aaron | |
2016-03-23 | note | Zoryn Aaron | |
2016-03-23 | errors now tell you the dll that errored not the manifest | Zoryn Aaron | |
2016-03-23 | 0.39.1 inbound! | Zoryn Aaron | |
2016-03-23 | config updates | Zoryn Aaron | |
2016-03-23 | logging | Zoryn Aaron | |
2016-03-23 | can't do internal there shit | Zoryn Aaron | |
2016-03-23 | hahahaha rewrote the config AND have backwards compatability! (MAYBE!!!) | Zoryn Aaron | |
2016-03-23 | redoes getting keys because sillyness | Zoryn Aaron | |
2016-03-22 | agh | Zoryn Aaron | |
2016-03-22 | yup. | Zoryn Aaron | |
2016-03-22 | okay. things. | Zoryn Aaron | |
2016-03-22 | update version number | Zoryn Aaron | |
2016-03-22 | update config to fix array merging | Zoryn Aaron | |
2016-03-21 | logging refactors | Zoryn Aaron | |
2016-03-21 | adds 'obsolete' tag to deprecated things. these things will need to be ↵ | Zoryn Aaron | |
removed in the future. compatability should not be effected. | |||
2016-03-21 | adds first update tick | Zoryn Aaron | |
2016-03-20 | adds some new events for the update loop | Zoryn Aaron | |
2016-03-20 | commit things | Zoryn Aaron | |
2016-03-20 | Content paths removed. Mods need to define their own. | Zoryn Aaron | |
2016-03-20 | adds support for old-style mods that don't use manifest. It will be removed ↵ | Zoryn Aaron | |
in future version | |||
2016-03-20 | tick version counter | Zoryn Aaron | |
2016-03-20 | converted 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-20 | config all setup. | Zoryn Aaron | |
2016-03-20 | don't ignore packages what's wrong with you | Zoryn Aaron | |
2016-03-20 | Zoryn returns. Added JSON. Added Config.cs. | Zoryn Aaron | |
2016-03-12 | Updated readme. Switched on Optimise Code switch. It only have minimal ↵ | ClxS | |
impact in C#, but might as well. | |||
2016-03-08 | Merge pull request #15 from Jtfinlay/master | Carl | |
Use choose to select build location | |||
2016-03-07 | Perf improvements | James 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-07 | Use choose to select build location | James Finlay | |
- Supports by reference & env var | |||
2016-03-07 | Updated version, and stopped TrainerMod spamming the window with "Cyan" | ClxS | |