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: Remove old TODOs | johndoe123 | |
(cherry picked from commit bb95440) | |||
2018-07-20 | ILLUSIONS: always use braces for loops | Eric Fry | |
2018-07-20 | ILLUSIONS: Formatting | Eric Fry | |
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: Add sound effects (still buggy) | johndoe123 | |
2018-07-20 | ILLUSIONS: More work on Duckman | johndoe123 | |
- Implement dialogs - Change Camera class for Duckman | |||
2018-07-20 | ILLUSIONS: Additions in various places | johndoe123 | |
- Add NamedPoint and related code - Remove some debug output - Fix right mouse button input - Add bubble code - Add BBDOU inventory skeleton | |||
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 | |