aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/scripting/controls
AgeCommit message (Expand)Author
2018-07-23ZVISION: Fix atan2() arguments order. CID 1394387Eugene Sandulenko
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2015-07-19MISC: Remove some unused private member variablesMax Horn
2015-02-11ZVISION: Refactor text rendering code in order to fix word wrappingRichieSams
2015-02-08ZVISION: Set safe control state value after animation finishesTorbjörn Andersson
2015-02-08ZVISION: Limit input text to the width of the input controlTorbjörn Andersson
2015-02-08ZVISION: Draw transparent text in original save dialogTorbjörn Andersson
2015-02-03ZVISION: Fix bug #6784 (wrong scaling in the fist control)Filippos Karapetis
2015-01-15ZVISION: Set the state value for the lever position during user draggingRichieSams
2015-01-15ZVISION: Keep the hand cursor during lever movementRichieSams
2015-01-09ZVISION: Clean up save logic, and fix a thumbnail-related FIXMEFilippos Karapetis
2014-12-28ZVISION: Make the rest of the controls properly use VideoDecoder timingMatthew Hoops
2014-12-28ZVISION: The fist control is only used in one locationFilippos Karapetis
2014-12-28ZVISION: Document some more controlsFilippos Karapetis
2014-12-26ZVISION: Fix a warningFilippos Karapetis
2014-12-26ZVISION: Move some event/rendering code out of the main engine codeFilippos Karapetis
2014-12-26ZVISION: Move the save manager together with the other file classesFilippos Karapetis
2014-12-24ZVISION: Plug more memory leaksFilippos Karapetis
2014-12-24ZVISION: Set all the internal graphics operations to use RGB555 (1/2)Filippos Karapetis
2014-12-23ZVISION: Fix some buffer overruns with the usage of sscanf()Filippos Karapetis
2014-12-21ZVISION: Document some controls that are only used in Zork: NemesisFilippos 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 uninitialized scalar field (CID 1257080)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1257076)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized pointer field (CID 1109699)Marisa-Chan
2014-12-19ZVISION: Fix uninitialized scalar field (CID 1109669)Marisa-Chan
2014-12-16ZVISION: Move trimCommentsAndWhiteSpace() into the script managerFilippos Karapetis
2014-12-16ZVISION: Move all the remaining utility classes into the coreFilippos Karapetis
2014-12-16ZVISION: Move the mouse cursor handling code into the graphics codeFilippos Karapetis
2014-12-16ZVISION: Make the RLF decoder a subclass of the common video decoderFilippos Karapetis
2014-12-09ZVISION: Fix the responsiveness of level controls to mouse movementFilippos Karapetis
2014-12-08ZVISION: Implement more advanced engine featuresFilippos Karapetis
2014-12-03ZVISION: Remove superfluous spacing and reorder some includesFilippos Karapetis
2014-12-03ZVISION: Explicitly define which version of atan2() to useFilippos Karapetis
2014-11-20ZVISION: More CamelCase and a bit of comments cleanupMarisa-Chan
2014-11-20ZVISION: Implement forgotten setVenus for controlsMarisa-Chan
2014-11-12ZVISION: Lead code of all controls to the same styleMarisa-Chan
2014-10-22ZVISION: Some push toggles may contain few hotspot zonesMarisa-Chan
2014-10-10ZVISION: Fix code styleMarisa-Chan
2014-10-10ZVISION: Lever blitter must scale image to rectMarisa-Chan
2014-09-10ZVISION: Titler control and DisplayMessage action implementedMarisa-Chan
2014-09-10ZVISION: Fix setStateFlag->setStateValue in HotMov controlMarisa-Chan
2014-09-10ZVISION: PaintControl implementedMarisa-Chan
2014-09-09ZVISION: FistControl implementation.Marisa-Chan
2014-09-09ZVISION: Check .avi and .rlf suffix only in MetaAnimation.Marisa-Chan
2014-08-27ZVISION: Implemented hotmovie controlMarisa-Chan
2014-08-07ZVISION: venus_id now in base control classMarisa-Chan
2014-08-07ZVISION: Implement safe controlMarisa-Chan