Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Finished gamepad input events | ClxS | |
2016-03-07 | Partially completed events for gamepad input | ClxS | |
2016-03-06 | Added KeyReleased event | ClxS | |
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 | 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 | Added event for Inventory change | ClxS | |
2016-03-04 | Refactored all of the events into their own categories | ClxS | |
2016-03-03 | Added event for when item is placed on ground | ClxS | |
2016-03-03 | Resolved static analysis issues | ClxS | |
Standardised event handlers so there's less hassle with future changes | |||
2016-03-03 | pu to work from another location | Zoryn Aaron | |
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 | update for new event and other crap | 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 | i got it to draw without crashing im going to bed. custom content is still ↵ | Zoryn Aaron | |
nyi don't try it yet | |||
2016-03-01 | HandsomeMatt pull request accepted | Zoryn Aaron | |
2016-03-01 | trying to get custom content working - do NOT try to implement cc yet | Zoryn Aaron | |
2016-02-29 | update | Zoryn Aaron | |
2016-02-28 | expose some private fields for modding | Zoryn Aaron | |