aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2016-02-26MOHAWK: Fix the drawing time simulationBastien Bouclet
2016-02-26MOHAWK: Fix loading a save from the launcherBastien Bouclet
2016-02-22MOHAWK: Only allow saving/loading from the main event loopBastien Bouclet
2016-02-22MOHAWK: Continue to poll the events when playing blocking soundsBastien Bouclet
2016-02-22MOHAWK: Silence a warningBastien Bouclet
2016-02-22MOHAWK: Add support for the ScummVM save metadata featuresBastien Bouclet
2016-02-22MOHAWK: Add Save, Load and Quit buttons to the Myst DialogBastien Bouclet
2016-02-22MOHAWK: Center the options dialogBastien Bouclet
2016-02-22MOHAWK: MystOptionsDialog should not subclass GUI::OptionsDialogBastien Bouclet
2016-02-20MOHAWK: Fix Channelwood's opcode 129Bastien Bouclet
2016-02-20MOHAWK: Remove an unneeded TODOBastien Bouclet
2016-02-20MOHAWK: Replace an unneeded TODO with an explanationBastien Bouclet
2016-02-20MOHAWK: Clip the videos to make sure they don't go outside of the screenBastien Bouclet
2016-02-20MOHAWK: Default to the first card when jumping to the intro stackBastien Bouclet
2016-02-14MOHAWK: Add a console command that does random clicks in all the cardsBastien Bouclet
2016-02-14MOHAWK: Issue a warning when trying to pop with no card pushedBastien Bouclet
2016-02-14MOHAWK: Play the handle going up anim when closing the Myst cabin safeBastien Bouclet
2016-02-13MOHAWK: Fix the cursor staying black when changing of Myst stackBastien Bouclet
2016-02-13MOHAWK: Allow movie areas to override the playback rateBastien Bouclet
2016-02-13MOHAWK: Don't close videos when displaying just a frameBastien Bouclet
2016-02-13MOHAWK: Make the conversion from VideoEntryPtr to VideoHandle explicitBastien Bouclet
2016-02-11MOHAWK: Always apply the volume when changing the background soundBastien Bouclet
2016-02-11MOHAWK: Share the code for reading sound blocksBastien Bouclet
2016-02-11MOHAWK: Share the code applying sound blocksBastien Bouclet
2016-02-11MOHAWK: Move debug rect draw control to the consoleBastien Bouclet
2016-02-07MOHAWK: Fix Myst's fortress simulator using a hackBastien Bouclet
2016-02-07MOHAWK: Fix two Myst resource stream memory leaksBastien Bouclet
2016-02-07MOHAWK: Fix uninitialized memory accesses in the Myst stacksBastien Bouclet
2016-02-07MOHAWK: Adjust MystAreaVideo::playAreaVideo for the refactored VideoManagerBastien Bouclet
2016-02-07MOHAWK: Implement preloading conditional script resourcesBastien Bouclet
2016-02-07MOHAWK: Fix some incorrect MystArea castsBastien Bouclet
2016-02-07MOHAWK: Don't use static_cast to downcast view resourcesBastien Bouclet
2016-02-07MOHAWK: Don't downcast _invokingResource using static_castBastien Bouclet
2016-02-07MOHAWK: Turn MystEngine::_cursorHints into a Common::ArrayBastien Bouclet
2016-02-07MOHAWK: Remove some dead codeBastien Bouclet
2016-02-07MOHAWK: Turn ScriptResource::resourceList into a Common::ArrayBastien Bouclet
2016-02-07MOHAWK: Turn MystView::scriptResources into a Common::ArrayBastien Bouclet
2016-02-07MOHAWK: Turn MystView::soundList into a Common::ArrayBastien Bouclet
2016-02-07MOHAWK: Turn MystCondition::values into a Common::ArrayBastien Bouclet
2016-02-07MOHAWK: Turn MystView::conditionalImages into a Common::ArrayBastien Bouclet
2016-02-07MOHAWK: Remove MystAreaActionSwitch::_numSubResourcesBastien Bouclet
2016-02-07MOHAWK: Factor the MystAreaActionSwitch switch codeBastien Bouclet
2016-02-07MOHAWK: Remove MystAreaImageSwitch::_numSubImagesBastien Bouclet
2016-02-07MOHAWK: Turn MystAreaDrag::ValueList into a Common::ArrayBastien Bouclet
2016-02-07MOHAWK: Rename Myst's Area classesBastien Bouclet
2016-02-07MOHAWK: Make MystResourceType8::_subImages privateBastien Bouclet
2016-02-07MOHAWK: Use nullptr where applicable in the Myst codeBastien Bouclet
2016-02-07MOHAWK: Add override qualifiers to the Myst codeBastien Bouclet
2016-02-07MOHAWK: Add missing virtual attributes to MystResourceType11Bastien Bouclet
2016-02-07MOHAWK: Remove some dead codeBastien Bouclet