aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Collapse)Author
2014-12-23ZVISION: Disable unused codeFilippos Karapetis
2014-12-23ZVISION: Clamp the rotation velocity to never be zeroAdrian Astley
Before, if we set the in-game preferences to have very low rotation speed, the velocity ends up always being 0 - 0.99 Hence, when we convert back to an int, everything gets truncated to zero. Therefore, we clamp, in order to ensure the user can always move, no matter which setting they use.
2014-12-23ZVISION: Use Common::Rational to simplify fixed point mathAdrian Astley
2014-12-23ZVISION: Remove unnecessary mathAdrian Astley
2014-12-23ZVISION: Fix some buffer overruns with the usage of sscanf()Filippos Karapetis
2014-12-23ZVISION: Add a comment about the special 0xCCCC characterFilippos Karapetis
2014-12-23ZVISION: Move all of the text related code togetherFilippos Karapetis
2014-12-23ZVISION: Ignore the special 0xCCCC character in subtitlesFilippos Karapetis
This seems to be used as a newline character
2014-12-23ZVISION: SpacingFilippos Karapetis
2014-12-23ZVISION: Remove leftover warningFilippos Karapetis
2014-12-23ZVISION: Avoid using color masks for in-game animationsFilippos Karapetis
This fixes the transparency for some in-game animations. Since colors can be truncated with color masks, and since accurate colors are required for transparency, color masks can't be used. This fixes the transparency of the in-game item examination interface in ZGI
2014-12-23ZVISION: Limit the default engine delay for all animationsFilippos Karapetis
This fixes the lag between frames for all in-game animations with a default frame delay
2014-12-23ZVISION: Fix regression from commit 3806aa4418Filippos Karapetis
2014-12-23ZVISION: Remove dead codeFilippos Karapetis
2014-12-22ZVISION: Error out when the game string file isn't foundFilippos Karapetis
2014-12-22ZVISION: Add support for GNU Freefont fonts. Also, cleanup font loadingFilippos Karapetis
The Freefont fonts can just be dropped into the extras ScummVM folder, to get the game working under non-Windows systems
2014-12-22ZVISION: Allow dumping any file type via the new "dumpfiles" commandFilippos Karapetis
2014-12-22ZVISION: Prefix some class member variables with an underscoreFilippos Karapetis
2014-12-22ZVISION: Fix Venus key code handling in commit dfae161Filippos Karapetis
2014-12-22ZVISION: Also allow the movement when the cursor is within screen edgesFilippos Karapetis
This matches the behavior of the original in Zork: Nemesis. ZGI already fills the screen horizontally
2014-12-22ZVISION: Implement the Venus hint system in Zork: NemesisFilippos Karapetis
2014-12-21ZVISION: Document some controls that are only used in Zork: NemesisFilippos Karapetis
2014-12-21ZVISION: Implement the "dumpallscripts" console command againFilippos Karapetis
2014-12-20ZVISION: Simplify checkFilippos Karapetis
Thanks to DrMcCoy for spotting this
2014-12-20ZVISION: Fix code formattingFilippos Karapetis
2014-12-19ZVISION: Fix code mis-alignment created from variable renameAdrian Astley
2014-12-19ZVISION: Large scale variable, function, and class renaming to improve code ↵Adrian Astley
clarity
2014-12-19ZVISION: the type in ActionInventory is used as a signed byte nowFilippos Karapetis
2014-12-19ZVISION: Fix unchecked return value (CID 1257098)Marisa-Chan
2014-12-19ZVISION: Fix copy into fixed size buffer (CID 1257096)Marisa-Chan
2014-12-19ZVISION: Fix copy into fixed size buffer (CID 1257095)Marisa-Chan
2014-12-19ZVISION: Fix explicit null dereferenced (CID 1257094)Marisa-Chan
2014-12-19ZVISION: Fix copy into fixed size buffer (CID 1257093)Marisa-Chan
2014-12-19ZVISION: Fix unchecked return value (CID 1257092)Marisa-Chan
2014-12-19ZVISION: Fix zork raw soundParams handlingMarisa-Chan
2014-12-19ZVISION: Fix dereference after null check (CID 1257091)Marisa-Chan
2014-12-19ZVISION: Fix unchecked return value (CID 1257090)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257089)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257088)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257087)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257086)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257085)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257084)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257083)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257082)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257081)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257080)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257079)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257077)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257076)Marisa-Chan