Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-20 | ILLUSIONS: Implement cursor movement via arrow keys | johndoe123 | |
(cherry picked from commit 12e33c6) | |||
2018-07-20 | ILLUSIONS: BBDOU: Add menu system class, adjust existing code (actual menus ↵ | johndoe123 | |
not done yet) (cherry picked from commit 03b0ca1) | |||
2018-07-20 | ILLUSIONS: Add debug cheat code support | Eric Fry | |
Work on inventory add/remove debug menu. | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement special opcode 160013, also fix Input and ↵ | johndoe123 | |
reduce debug output | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Start implementing the menu system | johndoe123 | |
Still work-in-progress, missing functionality and buggy Maybe needs some work for BBDOU where this isn't implemented yet. | |||
2018-07-20 | ILLUSIONS: DUCKMAN: Implement opcodes 70/71 for pausing/unpausing during the ↵ | johndoe123 | |
menu Also change some input functions to return uint istead of byte to allow bigger bitmasks. | |||
2018-07-20 | ILLUSIONS: Refactor the input system | johndoe123 | |
2018-07-20 | ILLUSIONS: More work on BBDOU specific code (cursor, bubble) | johndoe123 | |
- Add input handling code | |||
2018-07-20 | ILLUSIONS: Start with Camera and Input classes | johndoe123 | |