aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/zvision.h
AgeCommit message (Expand)Author
2014-12-03ZVISION: Move the key mapper functionFilippos Karapetis
2014-12-03ZVISION: Remove superfluous spacing and reorder some includesFilippos Karapetis
2014-11-20ZVISION: More CamelCase and a bit of comments cleanupMarisa-Chan
2014-11-12ZVISION: Passive borders check for tilt and panorama for changelocationMarisa-Chan
2014-11-12ZVISION: Implement code for pan from keyboard and mouseMarisa-Chan
2014-11-12ZVISION: Implement keyboard hotkeysMarisa-Chan
2014-11-12ZVISION: Implement Easter eggs and debug cheatsMarisa-Chan
2014-11-12ZVISION: Implement method for visual output of some infoMarisa-Chan
2014-11-12ZVISION: Implement methods for get state of menu itemsMarisa-Chan
2014-11-12ZVISION: Implement quit function with reminderMarisa-Chan
2014-11-08ZVISION: Implement action:menu_bar_enableMarisa-Chan
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