Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-28 | ZVISION: Use VideoDecoder facilities better in AnimationNode | Matthew Hoops | |
setEndFrame() will ensure the audio stops when it is supposed to. Also removes the hack of retrieving the frame rate through the getDuration()'s timestamp return value. Thanks to md5 for testing | |||
2014-12-27 | ZVISION: Add support for disabling animations while turning | Filippos Karapetis | |
Also, clean up and document game configuration options, and add a TODO for QSound support | |||
2014-12-26 | ZVISION: Remove duplicate blitting code for images and animations | Filippos Karapetis | |
2014-12-25 | ZVISION: Remove dead code | Filippos Karapetis | |
2014-12-25 | ZVISION: Fix frame rate for RLF videos and remove hack in AnimationNode | Filippos Karapetis | |
_frameTime refers to msec, not ticks | |||
2014-12-24 | ZVISION: Plug another memory leak. Some cleanup | Filippos Karapetis | |
2014-12-24 | ZVISION: Plug a memory leak | Filippos Karapetis | |
2014-12-24 | ZVISION: Add a hack to set the correct frame delay for RLF videos | Filippos Karapetis | |
Also, use Common::Rational to avoid using floating point math | |||
2014-12-23 | ZVISION: Spacing | Filippos Karapetis | |
2014-12-23 | ZVISION: Limit the engine delay, even when a custom frame rate is set | Filippos Karapetis | |
2014-12-23 | ZVISION: Limit the default engine delay for all animations | Filippos Karapetis | |
This fixes the lag between frames for all in-game animations with a default frame delay | |||
2014-12-16 | ZVISION: Allow 2x scaling up in videos again | Filippos Karapetis | |
This fixes the alchemists and cup sequence in Nemesis | |||
2014-12-16 | ZVISION: Make the RLF decoder a subclass of the common video decoder | Filippos Karapetis | |
This way, the redundant MetaAnimation class can now be removed | |||
2014-12-12 | ZVISION: Only scale down animations to fit their frame, not up | Filippos 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-03 | ZVISION: Remove superfluous spacing and reorder some includes | Filippos Karapetis | |
2014-11-20 | ZVISION: More CamelCase and a bit of comments cleanup | Marisa-Chan | |
2014-09-09 | ZVISION: Check .avi and .rlf suffix only in MetaAnimation. | Marisa-Chan | |
2014-07-02 | ZVISION: Reorgonize source files into directories. | Marisa-Chan | |