aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-07-20ILLUSIONS: Add debug cheat code supportEric Fry
Work on inventory add/remove debug menu.
2018-07-20ILLUSIONS: Add logic to enable palette cycling sequenceEric Fry
2018-07-20ILLUSIONS: Add more loggingEric Fry
Add todo to check named point on opAppearForeignActor
2018-07-20ILLUSIONS: Replace 0x40004 with CURSOR_OBJECT_ID constantEric Fry
Fix pan bug in starship enterprise scene Add sequence opcode name to debug log Hack to fix endless loop bug outside the starship enterprise
2018-07-20ILLUSIONS: Implement convertPanXCoord() to support audio panning.Eric Fry
Wire up startScriptThread2() calls. Add namedpoint logic.
2018-07-20ILLUSIONS: Print walk rectangle point on background to aid in debuggingEric Fry
Comment and rename some code in pathfinder to aid in understanding
2018-07-20ILLUSIONS: Rename some actor flagsEric Fry
2018-07-20ILLUSIONS: silence clang warning about not operation in expressionEric Fry
2018-07-20ILLUSIONS: Connect up midi fade to MidiPlayer objectEric Fry
2018-07-20ILLUSIONS: Replace actor flag magic values with enum definitionsEric Fry
2018-07-20ILLUSIONS: Change video skip key from escape to spaceEric Fry
Add debug logging on unknown background info field Removed unused debug variables
2018-07-20ILLUSIONS: Add midi music playerEric Fry
2018-07-20ILLUSIONS: Fix clang warnings. Work on menu keyboard controlEric Fry
Fix some warnings while compiling with clang. Add up/down key support in game menus.
2018-07-20ILLUSIONS: Fix static buffer overrun in debug log function.Eric Fry
This was causing the game to crash when loading the main scumm menu. It was corrupting another static string in the about dialog.
2018-07-20ILLUSIONS: Play video filesEric Fry
2018-07-20VIDEO: Warn instead of error when unhandled TXTS stream found in AVIEric Fry
2018-07-20ILLUSIONS: Fix valgrind warnings about usage of uninitialised variablesEric Fry
2018-07-20ILLUSIONS: Fix bug when setting property timers.Eric Fry
Illusions engine variable wasn't wired up
2018-07-20ILLUSIONS: Fill in background for text in menusEric Fry
2018-07-20ILLUSIONS: Name menu border color variables to add readabilityEric Fry
Fix menu hover color layer position.
2018-07-20ILLUSIONS: Work on menu border decorationEric Fry
2018-07-20ILLUSIONS: Replace text flag magic numbers with definesEric Fry
2018-07-20ILLUSIONS: Improve naming of variables and methods in menu system.Eric Fry
Start work on keyboard menu support and menu background fill.
2018-07-20Work on options menuEric Fry
2018-07-20Save description with savegameEric Fry
2018-07-20Fixed save continue dialog menuEric Fry
2018-07-20Work on save supportEric Fry
2018-07-20Disable debug scene overrideEric Fry
2018-07-20Getting it to compile after merging masterEric Fry
2018-07-20ILLUSIONS: Split Screen class into variants for 8bit and 16bit (i.e. Duckman ↵johndoe123
and BBDOU)
2018-07-20ILLUSIONS: Move palette code from Screen to new ScreenPalette classjohndoe123
2018-07-20ILLUSIONS: BBDOU: Remove experimental sprite smoothing codejohndoe123
2018-07-20ILLUSIONS: BBDOU: Rename morejohndoe123
2018-07-20ILLUSIONS: BBDOU: Extract code to new class ObjectInteractModeMapjohndoe123
2018-07-20ILLUSIONS: BBDOU: Rename stuffjohndoe123
2018-07-20ILLUSIONS: Minor cleanup: Remove empty methods in thread classesjohndoe123
2018-07-20ILLUSIONS: BBDOU: Implement opcode 54johndoe123
2018-07-20ILLUSIONS: BBDOU: Implement opcodes 22, 23johndoe123
2018-07-20ILLUSIONS: BBDOU: Implement opcodes 18, 19johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Move game credits into own file and classjohndoe123
2018-07-20ILLUSIONS: BBDOU: Implement remaining special opcodes 160018, 160028, 16002Bjohndoe123
2018-07-20ILLUSIONS: BBDOU: Implement food/cafeteria minigamejohndoe123
2018-07-20ILLUSIONS: BBDOU: Implement BbdouBubble::calcBubblesjohndoe123
2018-07-20ILLUSIONS: BBDOU: Implement credits code and adjust existing codejohndoe123
2018-07-20ILLUSIONS: BBDOU: Implement more special opcodes and finish putBackInventoryItemjohndoe123
2018-07-20ILLUSIONS: BBDOU: Implement getOverlappedObjectAccurate and related functionsjohndoe123
2018-07-20ILLUSIONS: BBDOU: Start implementing crosshair cursor (used in shooting ↵johndoe123
minigame)
2018-07-20ILLUSIONS: BBDOU: Implement missing script opcodes and special opcodes; fix ↵johndoe123
ActorType bugs and more
2018-07-20ILLUSIONS: BBDOU: Implement special code 16000Fjohndoe123
2018-07-20ILLUSIONS: BBDOU: Implement special code 160030johndoe123