Age | Commit message (Expand) | Author |
2015-07-08 | ZVISION: Fix build | Willem Jan Palenstijn |
2015-07-07 | ZVISION: Reorganize detection data | David Russo |
2015-07-07 | ZVISION: Correct code style | David Russo |
2015-01-10 | ZVISION: Change screen resolution for the hires DVD videos to 800x600 | Filippos Karapetis |
2015-01-07 | ZVISION: Move the screen initialization code into a separate function | Filippos Karapetis |
2014-12-27 | ZVISION: Add some advanced engine features, and document the engine | Filippos Karapetis |
2014-12-26 | ZVISION: Add an FPS timer (accessible with F10, or the "FRAME" cheat) | Filippos Karapetis |
2014-12-26 | ZVISION: Implement auto-saving | Filippos Karapetis |
2014-12-26 | ZVISION: Move more graphics code out of the main engine code | Filippos Karapetis |
2014-12-26 | ZVISION: Move some event/rendering code out of the main engine code | Filippos Karapetis |
2014-12-26 | ZVISION: Rename _halveDelay to _doubleFPS, to match its config setting | Filippos Karapetis |
2014-12-24 | ZVISION: Set all the internal graphics operations to use RGB555 (2/2) | Filippos Karapetis |
2014-12-24 | ZVISION: Introduce pixel formats for resources (555) and screen (565) | Filippos Karapetis |
2014-12-19 | ZVISION: Large scale variable, function, and class renaming to improve code c... | Adrian Astley |
2014-12-16 | ZVISION: Move all the remaining utility classes into the core | Filippos Karapetis |
2014-12-16 | ZVISION: Move all the file-related classes together | Filippos Karapetis |
2014-12-16 | ZVISION: Make the RLF decoder a subclass of the common video decoder | Filippos Karapetis |
2014-12-16 | ZVISION: Simplify the working window code | Filippos Karapetis |
2014-12-16 | ZVISION: Rename RlfAnimation -> RLFDecoder | Filippos Karapetis |
2014-12-08 | ZVISION: Implement several advanced engine features and ScummVM dialogs | Filippos Karapetis |
2014-12-03 | ZVISION: Move the key mapper function | Filippos Karapetis |
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-11-12 | ZVISION: Passive borders check for tilt and panorama for changelocation | Marisa-Chan |
2014-11-12 | ZVISION: Implement code for pan from keyboard and mouse | Marisa-Chan |
2014-11-12 | ZVISION: Implement keyboard hotkeys | Marisa-Chan |
2014-11-12 | ZVISION: Implement Easter eggs and debug cheats | Marisa-Chan |
2014-11-12 | ZVISION: Implement method for visual output of some info | Marisa-Chan |
2014-11-12 | ZVISION: Implement methods for get state of menu items | Marisa-Chan |
2014-11-12 | ZVISION: Implement quit function with reminder | Marisa-Chan |
2014-11-08 | ZVISION: Implement action:menu_bar_enable | Marisa-Chan |
2014-11-07 | ZVISION: Implement action:rotate_to | Marisa-Chan |
2014-11-07 | ZVISION: Add missing methods definition | Marisa-Chan |
2014-10-23 | ZVISION: Add support for doubleFPS feature | Marisa-Chan |
2014-10-22 | ZVISION: Implement simple midi support | Marisa-Chan |
2014-07-12 | ZVISION: Implement functions for system messaging. | Marisa-Chan |
2014-07-05 | ZVISION: Process events for controls similar to original engine, fix some err... | Marisa-Chan |
2014-07-02 | ZVISION: Reorgonize source files into directories. | Marisa-Chan |
2014-06-14 | ZVISION: Fix compilation errors with latest scummvm | Marisa-Chan |
2014-03-02 | ZVISION: Refactor video-play and correct streamvideo for use subtitles and co... | Marisa-Chan |
2014-02-24 | ZVISION: Implement textRender with tags parser. | Marisa-Chan |
2014-02-24 | ZVISION: Fix wrong style. | Marisa-Chan |
2014-02-04 | ZVISION: New search manager for handle right handle for ZIX-files. | Marisa-Chan |
2014-01-17 | ZVISION: Move MusicNode to use Audio::SoundHandle. | Marisa-Chan |
2014-01-12 | ZVISION: Implement menus. | Marisa-Chan |
2014-01-07 | ZVISION: Refactoring of renderManager. | Marisa-Chan |
2013-12-24 | ZVISION: Make update screen delayed for updates. | Marisa-Chan |
2013-11-01 | ZVISION: Implement engine-wide method for selecting new audio ID. | Marisa-Chan |
2013-10-20 | ZVISION: Style modifing by astyle. | Marisa-Chan |
2013-10-18 | ZVISION: Select needed workingWindow for ZGI and Nemesis. | Marisa-Chan |