aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/scripting/sidefx
AgeCommit message (Expand)Author
2014-12-30ZVISION: Rename some scripting classes to better represent what the classes areRichieSams
2014-12-30ZVISION: White spaceFilippos Karapetis
2014-12-30ZVISION: Further cleanup to the AnimationNode classFilippos Karapetis
2014-12-29ZVISION: Show system messages when subtitles are disabledFilippos Karapetis
2014-12-28ZVISION: Use VideoDecoder facilities better in AnimationNodeMatthew Hoops
2014-12-27ZVISION: Add support for disabling animations while turningFilippos Karapetis
2014-12-26ZVISION: Remove duplicate blitting code for images and animationsFilippos Karapetis
2014-12-25ZVISION: Document where MIDI commands are usedFilippos Karapetis
2014-12-25ZVISION: Remove dead codeFilippos Karapetis
2014-12-25ZVISION: Fix frame rate for RLF videos and remove hack in AnimationNodeFilippos Karapetis
2014-12-24ZVISION: Plug another memory leak. Some cleanupFilippos Karapetis
2014-12-24ZVISION: Set all the internal graphics operations to use RGB555 (1/2)Filippos Karapetis
2014-12-24ZVISION: Plug a memory leakFilippos Karapetis
2014-12-24ZVISION: Add a hack to set the correct frame delay for RLF videosFilippos Karapetis
2014-12-23ZVISION: SpacingFilippos Karapetis
2014-12-23ZVISION: Limit the engine delay, even when a custom frame rate is setFilippos Karapetis
2014-12-23ZVISION: Move all of the text related code togetherFilippos Karapetis
2014-12-23ZVISION: Limit the default engine delay for all animationsFilippos Karapetis
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
2014-12-16ZVISION: Allow 2x scaling up in videos againFilippos Karapetis
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
2014-12-12ZVISION: Only scale down animations to fit their frame, not upFilippos Karapetis
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