Age | Commit message (Expand) | Author |
2018-07-20 | ILLUSIONS: Add debug cheat code support | Eric Fry |
2018-07-20 | ILLUSIONS: Add logic to enable palette cycling sequence | Eric Fry |
2018-07-20 | ILLUSIONS: Add more logging | Eric Fry |
2018-07-20 | ILLUSIONS: Replace 0x40004 with CURSOR_OBJECT_ID constant | Eric Fry |
2018-07-20 | ILLUSIONS: Implement convertPanXCoord() to support audio panning. | Eric Fry |
2018-07-20 | ILLUSIONS: Print walk rectangle point on background to aid in debugging | Eric Fry |
2018-07-20 | ILLUSIONS: Rename some actor flags | Eric Fry |
2018-07-20 | ILLUSIONS: silence clang warning about not operation in expression | Eric Fry |
2018-07-20 | ILLUSIONS: Connect up midi fade to MidiPlayer object | Eric Fry |
2018-07-20 | ILLUSIONS: Replace actor flag magic values with enum definitions | Eric Fry |
2018-07-20 | ILLUSIONS: Change video skip key from escape to space | Eric Fry |
2018-07-20 | ILLUSIONS: Add midi music player | Eric Fry |
2018-07-20 | ILLUSIONS: Fix clang warnings. Work on menu keyboard control | Eric Fry |
2018-07-20 | ILLUSIONS: Fix static buffer overrun in debug log function. | Eric Fry |
2018-07-20 | ILLUSIONS: Play video files | Eric Fry |
2018-07-20 | ILLUSIONS: Fix valgrind warnings about usage of uninitialised variables | Eric Fry |
2018-07-20 | ILLUSIONS: Fix bug when setting property timers. | Eric Fry |
2018-07-20 | ILLUSIONS: Fill in background for text in menus | Eric Fry |
2018-07-20 | ILLUSIONS: Name menu border color variables to add readability | Eric Fry |
2018-07-20 | ILLUSIONS: Work on menu border decoration | Eric Fry |
2018-07-20 | ILLUSIONS: Replace text flag magic numbers with defines | Eric Fry |
2018-07-20 | ILLUSIONS: Improve naming of variables and methods in menu system. | Eric Fry |
2018-07-20 | Work on options menu | Eric Fry |
2018-07-20 | Save description with savegame | Eric Fry |
2018-07-20 | Fixed save continue dialog menu | Eric Fry |
2018-07-20 | Work on save support | Eric Fry |
2018-07-20 | Disable debug scene override | Eric Fry |
2018-07-20 | Getting it to compile after merging master | Eric Fry |
2018-07-20 | ILLUSIONS: Split Screen class into variants for 8bit and 16bit (i.e. Duckman ... | johndoe123 |
2018-07-20 | ILLUSIONS: Move palette code from Screen to new ScreenPalette class | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Remove experimental sprite smoothing code | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Rename more | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Extract code to new class ObjectInteractModeMap | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Rename stuff | johndoe123 |
2018-07-20 | ILLUSIONS: Minor cleanup: Remove empty methods in thread classes | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement opcode 54 | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement opcodes 22, 23 | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement opcodes 18, 19 | johndoe123 |
2018-07-20 | ILLUSIONS: DUCKMAN: Move game credits into own file and class | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement remaining special opcodes 160018, 160028, 16002B | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement food/cafeteria minigame | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement BbdouBubble::calcBubbles | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement credits code and adjust existing code | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement more special opcodes and finish putBackInventoryItem | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement getOverlappedObjectAccurate and related functions | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Start implementing crosshair cursor (used in shooting minig... | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement missing script opcodes and special opcodes; fix A... | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement special code 16000F | johndoe123 |
2018-07-20 | ILLUSIONS: BBDOU: Implement special code 160030 | johndoe123 |
2018-07-20 | ILLUSIONS: DUCKMAN: Implement load game from the game's menu system | johndoe123 |