aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision
AgeCommit message (Expand)Author
2014-12-03ZVISION: Move the subtitle classFilippos Karapetis
2014-12-03ZVISION: Move the TruetypeFont classFilippos Karapetis
2014-12-03ZVISION: Move the ZfsArchive classFilippos Karapetis
2014-12-03ZVISION: Move the key mapper functionFilippos Karapetis
2014-12-03ZVISION: Document some more cheats for ZGIFilippos Karapetis
2014-12-03ZVISION: Remove more dead code, and move some debugger functionsFilippos Karapetis
2014-12-03ZVISION: Use integers for rectangles in the menu codeFilippos Karapetis
2014-12-03ZVISION: Remove dead codeFilippos Karapetis
2014-12-03ZVISION: Remove empty fileFilippos Karapetis
2014-12-03ZVISION: Remove superfluous spacing and reorder some includesFilippos Karapetis
2014-12-03ZVISION: Rename struct member to fix compilation with MSVCFilippos Karapetis
2014-12-03ZVISION: Silence some false positive warnings by MSVCFilippos Karapetis
2014-12-03ZVISION: Explicitly define which version of atan2() to useFilippos Karapetis
2014-12-03ZVISION: Use the ScummVM defined type int32, instead of int32_tFilippos Karapetis
2014-11-20ZVISION: Remove wrong TODO from scripting/sidefx.hMarisa-Chan
2014-11-20ZVISION: More CamelCase and a bit of comments cleanupMarisa-Chan
2014-11-20ZVISION: Implement forgotten setVenus for controlsMarisa-Chan
2014-11-19ZVISION: Added detection for Zork Grand Inquisitor English DVD version.Kevin Becker
2014-11-19ZVISION: Added detection for Zork Nemesis English Demo.Kevin Becker
2014-11-19ZVISION: Added detection for Zork Grand Inquisitor English Demo.Kevin Becker
2014-11-12ZVISION: Merge upstreamMarisa-Chan
2014-11-12ZVISION: Clean of useless codeMarisa-Chan
2014-11-12ZVISION: Lead code of all controls to the same styleMarisa-Chan
2014-11-12ZVISION: Fix delays with halveDelay optionMarisa-Chan
2014-11-12ZVISION: Make menu bar fully enabled after changelocation calledMarisa-Chan
2014-11-12ZVISION: Add call of inventory cycling for NemesisMarisa-Chan
2014-11-12ZVISION: Passive borders check for tilt and panorama for changelocationMarisa-Chan
2014-11-12ZVISION: Implement code for pan from keyboard and mouseMarisa-Chan
2014-11-12ZVISION: Implement method for getting panorama reverse flagMarisa-Chan
2014-11-12ZVISION: Implement keyboard hotkeysMarisa-Chan
2014-11-12ZVISION: Implement Easter eggs and debug cheatsMarisa-Chan
2014-11-12ZVISION: Implement method for visual output of some infoMarisa-Chan
2014-11-12ZVISION: Implement methods for get state of menu itemsMarisa-Chan
2014-11-12ZVISION: Use ifQuit for menu barsMarisa-Chan
2014-11-12ZVISION: Implement quit function with reminderMarisa-Chan
2014-11-12ZVISION: Implement function for convertion of scummvm KeyCode to win vkKeyMarisa-Chan
2014-11-12ZVISION: Make strings const in functions declarationMarisa-Chan
2014-11-12ZVISION: Fix code style in save_manager.hMarisa-Chan
2014-11-12ZVISION: Fix incorrect usage of Common::String::formatMarisa-Chan
2014-11-12ZVISION: Nemesis and GI has difference in set_partial_screen color maskMarisa-Chan
2014-11-12ZVISION: Hide mouse cursor while streamvideo is workingMarisa-Chan
2014-11-12ZVISION: Implement missing action - cursorMarisa-Chan
2014-11-12ZVISION: Implement ZeroPoint for panorama rendererMarisa-Chan
2014-11-12ZVISION: Fix rlf backward seek and rename class fieldMarisa-Chan
2014-11-08ZVISION: Change comments of not implemented actionsMarisa-Chan
2014-11-08ZVISION: Implement action:restore_gameMarisa-Chan
2014-11-08ZVISION: Implement action:preferencesMarisa-Chan
2014-11-08ZVISION: Implement action:menu_bar_enableMarisa-Chan
2014-11-08ZVISION: Implement action:flush_mouse_eventsMarisa-Chan
2014-11-08ZVISION: Implement action:dissolveMarisa-Chan