Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-23 | ZVISION: Fix atan2() arguments order. CID 1394387 | Eugene Sandulenko | |
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko | |
2015-02-08 | ZVISION: Set safe control state value after animation finishes | Torbjörn Andersson | |
If we set it before the animation starts, the final turn of the wheel won't be animated, because the puzzle will already be solved. | |||
2014-12-28 | ZVISION: Make the rest of the controls properly use VideoDecoder timing | Matthew Hoops | |
The hacky use of getDuration() to retrieve the framerate() is gone Thanks to md5 for testing (and for filling in a few gaps since I was coding in the blind ;)) | |||
2014-12-16 | ZVISION: Move trimCommentsAndWhiteSpace() into the script manager | Filippos Karapetis | |
This allows us to remove the last remnants of utility.* | |||
2014-12-16 | ZVISION: Move all the remaining utility classes into the core | Filippos Karapetis | |
2014-12-16 | ZVISION: Move the mouse cursor handling code into the graphics code | Filippos Karapetis | |
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-03 | ZVISION: Remove superfluous spacing and reorder some includes | Filippos Karapetis | |
2014-12-03 | ZVISION: Explicitly define which version of atan2() to use | Filippos Karapetis | |
This is needed by MSVC | |||
2014-11-20 | ZVISION: More CamelCase and a bit of comments cleanup | Marisa-Chan | |
2014-11-20 | ZVISION: Implement forgotten setVenus for controls | Marisa-Chan | |
2014-10-10 | ZVISION: Fix code style | Marisa-Chan | |
2014-09-09 | ZVISION: Check .avi and .rlf suffix only in MetaAnimation. | Marisa-Chan | |
2014-08-07 | ZVISION: Implement safe control | Marisa-Chan | |