aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/zvision.h
AgeCommit message (Expand)Author
2014-11-07ZVISION: Implement action:rotate_toMarisa-Chan
2014-11-07ZVISION: Add missing methods definitionMarisa-Chan
2014-10-23ZVISION: Add support for doubleFPS featureMarisa-Chan
2014-10-22ZVISION: Implement simple midi supportMarisa-Chan
2014-07-12ZVISION: Implement functions for system messaging.Marisa-Chan
2014-07-05ZVISION: Process events for controls similar to original engine, fix some err...Marisa-Chan
2014-07-02ZVISION: Reorgonize source files into directories.Marisa-Chan
2014-06-14ZVISION: Fix compilation errors with latest scummvmMarisa-Chan
2014-03-02ZVISION: Refactor video-play and correct streamvideo for use subtitles and co...Marisa-Chan
2014-02-24ZVISION: Implement textRender with tags parser.Marisa-Chan
2014-02-24ZVISION: Fix wrong style.Marisa-Chan
2014-02-04ZVISION: New search manager for handle right handle for ZIX-files.Marisa-Chan
2014-01-17ZVISION: Move MusicNode to use Audio::SoundHandle.Marisa-Chan
2014-01-12ZVISION: Implement menus.Marisa-Chan
2014-01-07ZVISION: Refactoring of renderManager.Marisa-Chan
2013-12-24ZVISION: Make update screen delayed for updates.Marisa-Chan
2013-11-01ZVISION: Implement engine-wide method for selecting new audio ID.Marisa-Chan
2013-10-20ZVISION: Style modifing by astyle.Marisa-Chan
2013-10-18ZVISION: Select needed workingWindow for ZGI and Nemesis.Marisa-Chan
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-10-02ZVISION: Rename zvision.h inclusion guard to be consistent with the other filesRichieSams
2013-10-02ZVISION: Clean up zvision.hRichieSams
2013-09-21ZVISION: Remove unused animation functionsRichieSams
2013-09-15ZVISION: Create an instance of StringManagerRichieSams
2013-09-15ZVISION: Add key press support to the main event loopRichieSams
2013-09-15ZVISION: Remove unused functionRichieSams
2013-09-04ZVISION: Create an instance of SaveManagerrichiesams
2013-09-04ZVISION: Create methods for generating save file namesrichiesams
2013-09-03ZVISION: Convert ZVision singleton accessors to be inlinerichiesams
2013-09-24ZVISION: Overload ZVision::playAnimation to support general video filesrichiesams
2013-08-28ZVISION: Increase background rotation speedrichiesams
2013-08-28ZVISION: Remove ZVision::_mousEvents and all associated functionsrichiesams
2013-08-24ZVISION: Convert _mouseEvents to pointers since MouseEvent is now abstractrichiesams
2013-08-23ZVISION: Make ZVision::_workingWindow and ZVision::_pixelFormat publicrichiesams
2013-08-20ZVISION: Create method to play RlfAnimationsrichiesams
2013-08-18ZVISION: Allow MouseEvents to be unregisteredrichiesams
2013-08-14ZVISION: Add documentationrichiesams
2013-08-14ZVISION: Create the concept of a working windowrichiesams
2013-08-11ZVISION: Implement mouse event handlingrichiesams
2013-08-10ZVISION: Change video code to support arbitrary scaling and whether the video...richiesams
2013-08-09ZVISION: Add class to manage cursorsrichiesams
2013-08-09ZVISION: Create method for cycling through all the cursors so as to identify ...richiesams
2013-08-05ZVISION: Fix frame delay calculation being reversed. Also convert to int to e...richiesams
2013-08-05ZVISION: Add support for engine pausing from higher up (GMM, phone call, etc.)richiesams
2013-08-05ZVISION: Make _clock a member variable instead of a pointer to the heaprichiesams
2013-08-04ZVISION: Make video code blocking.richiesams
2013-08-04ZVISION: Optimize integer type usagesrichiesams
2013-08-04ZVISION: Move rendering logic from ZVision class to RenderManager classrichiesams
2013-08-04ZVISION: Convert old code to use RenderManagerrichiesams
2013-08-04ZVISION: Add a game type enum to detectionrichiesams