aboutsummaryrefslogtreecommitdiff
path: root/engines/illusions/duckman
AgeCommit message (Expand)Author
2018-07-20ILLUSIONS: Replace spaces with tabsEric Fry
2018-07-20ILLUSIONS: Pause voice when entering in-game menuEric Fry
2018-07-20ILLUSIONS: Wire up restart savegame menu item.Eric Fry
2018-07-20ILLUSIONS: Wire up subtitle text duration config sliderEric Fry
2018-07-20ILLUSIONS: Add ability to restore options sliders to defaultsEric Fry
2018-07-20ILLUSIONS: Wire up audio sliders on option menu.Eric Fry
2018-07-20ILLUSIONS: Pause actors when entering menuEric Fry
2018-07-20ILLUSIONS: Move sliders in option menuEric Fry
2018-07-20ILLUSIONS: Wire up sfx to menusEric Fry
2018-07-20ILLUSIONS: Start on debug menuEric Fry
2018-07-20ILLUSIONS: Add debug cheat code supportEric Fry
2018-07-20ILLUSIONS: Replace 0x40004 with CURSOR_OBJECT_ID constantEric Fry
2018-07-20ILLUSIONS: Implement convertPanXCoord() to support audio panning.Eric Fry
2018-07-20ILLUSIONS: Print walk rectangle point on background to aid in debuggingEric Fry
2018-07-20ILLUSIONS: Rename some actor flagsEric 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
2018-07-20ILLUSIONS: Add midi music playerEric Fry
2018-07-20ILLUSIONS: Play video filesEric Fry
2018-07-20ILLUSIONS: Fix bug when setting property timers.Eric Fry
2018-07-20ILLUSIONS: Improve naming of variables and methods in menu system.Eric Fry
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-20ILLUSIONS: Split Screen class into variants for 8bit and 16bit (i.e. Duckman ...johndoe123
2018-07-20ILLUSIONS: Move palette code from Screen to new ScreenPalette classjohndoe123
2018-07-20ILLUSIONS: DUCKMAN: Move game credits into own file and classjohndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement load game from the game's menu systemjohndoe123
2018-07-20ILLUSIONS: DUCKMAN: Extract trigger cause sound playing to methodjohndoe123
2018-07-20ILLUSIONS: Implement save/load functionalityjohndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement special opcodes 160017, 16001B, 160020 and 160021johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement special opcode 16001Ajohndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement special opcode 160013, also fix Input and reduc...johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement special opcode 160012 and related codejohndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement special opcodes 16001D, 16001E, 16001F and rela...johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Remove if'd out opcode code (used by me as scratch pad); ...johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement opcode 100 and 101johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement opcode 85 and 86, actual save/load not implemen...johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement opcode 83johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement opcode 73johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement opcode 21johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement opcode 8johndoe123
2018-07-20ILLUSIONS: DUCKMAN: Start implementing the menu systemjohndoe123
2018-07-20ILLUSIONS: DUCKMAN: Implement opcodes 70/71 for pausing/unpausing during the ...johndoe123
2018-07-20ILLUSIONS: Terminate update functions on scene exit; fix bugs and use constantsjohndoe123
2018-07-20ILLUSIONS: Rename ProgInfo -> SceneInfojohndoe123
2018-07-20ILLUSIONS: Rename tag -> sceneIdjohndoe123