Age | Commit message (Expand) | Author |
2016-09-03 | JANITORIAL: Make GPL headers uniform | Eugene Sandulenko |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2015-07-07 | ZVISION: Change mentions of ZVision to Z-Vision | David Russo |
2015-07-07 | ZVISION: Correct function documentation | David Russo |
2015-02-14 | ZVISION: Add custom equality operators for game location | Filippos Karapetis |
2015-01-21 | ZVISION: Add console commands to manipulate state flags and variables | Filippos Karapetis |
2015-01-21 | ZVISION: Do not process cheat codes while in the game menus | Filippos Karapetis |
2015-01-18 | ZVISION: Remove trailing whitespace | Sven Hesse |
2015-01-10 | ZVISION: Make sure only existing files are dumped | Filippos Karapetis |
2015-01-07 | ZVISION: Add a new command, "dumpimage", to dump any game image to BMP | Filippos Karapetis |
2014-12-27 | ZVISION: Fix cmdRawToWav on BE systems | Willem Jan Palenstijn |
2014-12-26 | ZVISION: Add an FPS timer (accessible with F10, or the "FRAME" cheat) | Filippos Karapetis |
2014-12-26 | ZVISION: Correct the script names of the location-specific cheats | 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: Move the save manager together with the other file classes | Filippos Karapetis |
2014-12-26 | ZVISION: Slight cleanup | Filippos Karapetis |
2014-12-25 | ZVISION: Normalize and cleanup all the menu-related enums | Filippos Karapetis |
2014-12-25 | ZVISION: Move the menu code together with the other scripting code | Filippos Karapetis |
2014-12-25 | ZVISION: Use the search manager to open files in console commands | Filippos Karapetis |
2014-12-23 | ZVISION: Clamp the rotation velocity to never be zero | Adrian Astley |
2014-12-23 | ZVISION: Use Common::Rational to simplify fixed point math | Adrian Astley |
2014-12-23 | ZVISION: Remove unnecessary math | Adrian Astley |
2014-12-22 | ZVISION: Allow dumping any file type via the new "dumpfiles" command | Filippos Karapetis |
2014-12-22 | ZVISION: Fix Venus key code handling in commit dfae161 | Filippos Karapetis |
2014-12-22 | ZVISION: Also allow the movement when the cursor is within screen edges | Filippos Karapetis |
2014-12-22 | ZVISION: Implement the Venus hint system in Zork: Nemesis | Filippos Karapetis |
2014-12-21 | ZVISION: Implement the "dumpallscripts" console command again | Filippos Karapetis |
2014-12-19 | ZVISION: Fix code mis-alignment created from variable rename | Adrian Astley |
2014-12-19 | ZVISION: Large scale variable, function, and class renaming to improve code c... | Adrian Astley |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1257054) | Marisa-Chan |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1257061) | Marisa-Chan |
2014-12-16 | ZVISION: Move trimCommentsAndWhiteSpace() into the script manager | Filippos Karapetis |
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: 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: Prefix class member variables with an underscore | Filippos Karapetis |
2014-12-16 | ZVISION: Move the RLF decoder | Filippos Karapetis |
2014-12-11 | ZVISION: Add functionality to show the current location. Some cleanup | Filippos Karapetis |
2014-12-09 | ZVISION: Fix the 'dumpfile' console command | Filippos Karapetis |
2014-12-08 | ZVISION: Implement several advanced engine features and ScummVM dialogs | Filippos Karapetis |
2014-12-03 | ZVISION: Move the ZfsArchive class | Filippos Karapetis |
2014-12-03 | ZVISION: Move the key mapper function | Filippos Karapetis |
2014-12-03 | ZVISION: Document some more cheats for ZGI | Filippos Karapetis |
2014-12-03 | ZVISION: Remove more dead code, and move some debugger functions | Filippos Karapetis |
2014-12-03 | ZVISION: Use integers for rectangles in the menu code | 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 |