aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/scripting/sidefx
AgeCommit message (Collapse)Author
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-22ZVISION: Prefix some class member variables with an underscoreFilippos Karapetis
2014-12-19ZVISION: Fix explicit null dereferenced (CID 1257094)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257077)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257060)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1125218)Marisa-Chan
2014-12-16ZVISION: Fix the display of state variables, such as the high scoreFilippos Karapetis
Common::String::format() was used incorrectly. Also, state variables were handled incorrectly in the TTY text parser
2014-12-16ZVISION: Allow 2x scaling up in videos againFilippos Karapetis
This fixes the alchemists and cup sequence in Nemesis
2014-12-16ZVISION: Move the MIDI code together with the rest of the sound codeFilippos Karapetis
2014-12-16ZVISION: Make the RLF decoder a subclass of the common video decoderFilippos Karapetis
This way, the redundant MetaAnimation class can now be removed
2014-12-12ZVISION: Only scale down animations to fit their frame, not upFilippos Karapetis
This fixes the animations in two locations in Zork: Nemesis (the armor visor in location cz1e, and the planet in location aa10).
2014-12-11ZVISION: Add a comment in the music codeFilippos Karapetis
2014-12-03ZVISION: Move the subtitle classFilippos Karapetis
2014-12-03ZVISION: Move the TruetypeFont classFilippos Karapetis
2014-12-03ZVISION: Remove superfluous spacing and reorder some includesFilippos Karapetis
2014-12-03ZVISION: Silence some false positive warnings by MSVCFilippos Karapetis
2014-11-20ZVISION: More CamelCase and a bit of comments cleanupMarisa-Chan
2014-10-23ZVISION: Implement action:distort and distort sidefx nodeMarisa-Chan
2014-10-22ZVISION: Music actions and sidefx now handle midi sounds.Marisa-Chan
2014-10-10ZVISION: Action:region and visual effects implemented.Marisa-Chan
2014-09-09ZVISION: Check .avi and .rlf suffix only in MetaAnimation.Marisa-Chan
2014-07-02ZVISION: Reorgonize source files into directories.Marisa-Chan