aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1109675)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized pointer field (CID 1109672)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1109669)Marisa-Chan
2014-12-19ZVISION: Fix array compared against 0 (CID 1109648)Marisa-Chan
2014-12-19ZVISION: Delete unused codeMarisa-Chan
2014-12-16ZVISION: Fix the display of state variables, such as the high scoreFilippos Karapetis
2014-12-16ZVISION: Allow 2x scaling up in videos againFilippos Karapetis
2014-12-16ZVISION: Bugfix for addDir() - fixes the Nemesis subtitle patchFilippos Karapetis
2014-12-16ZVISION: Move trimCommentsAndWhiteSpace() into the script managerFilippos Karapetis
2014-12-16ZVISION: Move all the remaining utility classes into the coreFilippos Karapetis
2014-12-16ZVISION: Move all the file-related classes togetherFilippos Karapetis
2014-12-16ZVISION: Move the MIDI code together with the rest of the sound codeFilippos Karapetis
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