Age | Commit message (Expand) | Author |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2015-12-28 | ZVISION: Remove superflous default value registration for extra GUI options. | Johannes Schickel |
2015-07-07 | ZVISION: Reorganize detection data | David Russo |
2015-01-18 | ZVISION: Remove trailing whitespace | Sven Hesse |
2015-01-17 | ZVISION: made error messages more detailed | Fedor |
2015-01-16 | ZVISION: Fix detection of Windows fonts | Filippos Karapetis |
2015-01-13 | ZVISION: Add support for Liberation Fonts | Filippos Karapetis |
2015-01-12 | ZVISION: Check for all the required fonts before starting a game | Filippos Karapetis |
2015-01-10 | ZVISION: Change screen resolution for the hires DVD videos to 800x600 | Filippos Karapetis |
2015-01-07 | ZVISION: Add support for an unmodified ZIX file for Zork: Nemesis | Filippos Karapetis |
2015-01-07 | ZVISION: Handle sound patches (.src files) dynamically | Filippos Karapetis |
2015-01-07 | ZVISION: Add stubs for the hires VOB MPEG2 videos of ZGI DVD | Filippos Karapetis |
2015-01-07 | ZVISION: Move the screen initialization code into a separate function | Filippos Karapetis |
2014-12-30 | ZVISION: Restore LF line ending that was accidentally changed in 1f5736a90207... | RichieSams |
2014-12-30 | ZVISION: Update function documentation to represent the changes to the intern... | RichieSams |
2014-12-30 | ZVISION: Fix font error message condition | Marisa-Chan |
2014-12-27 | ZVISION: Slightly clarify font error message | Willem Jan Palenstijn |
2014-12-27 | ZVISION: Clean up settings and initialize the ones used by game scripts | Filippos Karapetis |
2014-12-27 | ZVISION: Add support for disabling animations while turning | Filippos Karapetis |
2014-12-27 | ZVISION: Add some advanced engine features, and document the engine | Filippos Karapetis |
2014-12-27 | ZVISION: Clean up the game settings | Filippos Karapetis |
2014-12-27 | ZVISION: Delete the render manager after the script manager on quit | Filippos Karapetis |
2014-12-27 | ZVISION: Quit with an error message dialog if no font files are found | 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-26 | ZVISION: Move the save manager together with the other file classes | Filippos Karapetis |
2014-12-25 | ZVISION: Move the menu code together with the other scripting code | Filippos Karapetis |
2014-12-24 | ZVISION: Set all the internal graphics operations to use RGB555 (2/2) | Filippos Karapetis |
2014-12-24 | ZVISION: Set all the internal graphics operations to use RGB555 (1/2) | Filippos Karapetis |
2014-12-24 | ZVISION: Let the cursor manager do pixel format conversion for cursors | Filippos Karapetis |
2014-12-24 | ZVISION: Introduce pixel formats for resources (555) and screen (565) | Filippos Karapetis |
2014-12-23 | ZVISION: Move all of the text related code together | Filippos Karapetis |
2014-12-19 | ZVISION: Large scale variable, function, and class renaming to improve code c... | Adrian Astley |
2014-12-19 | ZVISION: Fix uninitialized pointer field (CID 1109672) | Marisa-Chan |
2014-12-16 | ZVISION: Move all the file-related classes together | Filippos Karapetis |
2014-12-16 | ZVISION: Move the MIDI code together with the rest of the sound code | Filippos Karapetis |
2014-12-16 | ZVISION: Move the mouse cursor handling code into the graphics code | Filippos Karapetis |
2014-12-16 | ZVISION: Simplify the working window code | Filippos Karapetis |
2014-12-08 | ZVISION: Implement several advanced engine features and ScummVM dialogs | Filippos Karapetis |
2014-12-03 | ZVISION: Move the TruetypeFont class | Filippos Karapetis |
2014-12-03 | ZVISION: Move the ZfsArchive class | 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: Clean of useless code | Marisa-Chan |
2014-11-12 | ZVISION: Fix delays with halveDelay option | 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 |