aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
2014-12-16ZVISION: Move the mouse cursor handling code into the graphics codeFilippos Karapetis
2014-12-16ZVISION: Make the RLF decoder a subclass of the common video decoderFilippos Karapetis
2014-12-16ZVISION: Prefix class member variables with an underscoreFilippos Karapetis
2014-12-16ZVISION: Simplify the working window codeFilippos Karapetis
2014-12-16ZVISION: Move the RLF decoderFilippos Karapetis
2014-12-16ZVISION: Rename RlfAnimation -> RLFDecoderFilippos Karapetis
2014-12-12ZVISION: Only scale down animations to fit their frame, not upFilippos Karapetis
2014-12-11ZVISION: Add functionality to show the current location. Some cleanupFilippos Karapetis
2014-12-11ZVISION: Add a comment in the music codeFilippos Karapetis
2014-12-09ZVISION: Fix the responsiveness of level controls to mouse movementFilippos Karapetis
2014-12-09ZVISION: Fix the 'dumpfile' console commandFilippos Karapetis
2014-12-08ZVISION: Implement more advanced engine featuresFilippos Karapetis
2014-12-08ZVISION: Remove unused codeFilippos Karapetis
2014-12-08ZVISION: Add some spacingFilippos Karapetis
2014-12-08ZVISION: Implement several advanced engine features and ScummVM dialogsFilippos Karapetis
2014-12-03ZVISION: Move the subtitle classFilippos Karapetis
2014-12-03ZVISION: Move the TruetypeFont classFilippos Karapetis
2014-12-03ZVISION: Move the ZfsArchive classFilippos Karapetis
2014-12-03ZVISION: Move the key mapper functionFilippos Karapetis
2014-12-03ZVISION: Document some more cheats for ZGIFilippos Karapetis
2014-12-03ZVISION: Remove more dead code, and move some debugger functionsFilippos Karapetis
2014-12-03ZVISION: Use integers for rectangles in the menu codeFilippos Karapetis
2014-12-03ZVISION: Remove dead codeFilippos Karapetis
2014-12-03ZVISION: Remove empty fileFilippos Karapetis
2014-12-03ZVISION: Remove superfluous spacing and reorder some includesFilippos Karapetis
2014-12-03ZVISION: Rename struct member to fix compilation with MSVCFilippos Karapetis
2014-12-03ZVISION: Silence some false positive warnings by MSVCFilippos Karapetis
2014-12-03ZVISION: Explicitly define which version of atan2() to useFilippos Karapetis
2014-12-03ZVISION: Use the ScummVM defined type int32, instead of int32_tFilippos Karapetis
2014-11-20ZVISION: Remove wrong TODO from scripting/sidefx.hMarisa-Chan
2014-11-20ZVISION: More CamelCase and a bit of comments cleanupMarisa-Chan
2014-11-20ZVISION: Implement forgotten setVenus for controlsMarisa-Chan
2014-11-19ZVISION: Added detection for Zork Grand Inquisitor English DVD version.Kevin Becker
2014-11-19ZVISION: Added detection for Zork Nemesis English Demo.Kevin Becker
2014-11-19ZVISION: Added detection for Zork Grand Inquisitor English Demo.Kevin Becker
2014-11-12ZVISION: Merge upstreamMarisa-Chan
2014-11-12ZVISION: Clean of useless codeMarisa-Chan
2014-11-12ZVISION: Lead code of all controls to the same styleMarisa-Chan
2014-11-12ZVISION: Fix delays with halveDelay optionMarisa-Chan
2014-11-12ZVISION: Make menu bar fully enabled after changelocation calledMarisa-Chan
2014-11-12ZVISION: Add call of inventory cycling for NemesisMarisa-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 method for getting panorama reverse flagMarisa-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: Use ifQuit for menu barsMarisa-Chan
2014-11-12ZVISION: Implement quit function with reminderMarisa-Chan