Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-10 | Revert "ZVISION: Remove ActionRestoreGame and loading of r.svr (restart slot)" | Filippos Karapetis | |
This reverts commit 9f642074ba8e17aa23b01bcee82b2293fe84f8f1, as it broke the credits screen in ZGI. This has been rewritten to use the common save code | |||
2015-01-10 | ZVISION: Change screen resolution for the hires DVD videos to 800x600 | Filippos Karapetis | |
Also, this hooks up the MPEG-PS decoder, but only if libmpeg2 is compiled in. The DVD videos are still disabled until AC3 audio support is implemented. The hires DVD videos are encoded a 720x480 resolution, with double the frame rate of the lowres ones (29.97FPS up from 15FPS) | |||
2015-01-10 | ZVISION: Change wording | Filippos Karapetis | |
2015-01-10 | ZVISION: Remove unused variable | Filippos Karapetis | |
2015-01-10 | ZVISION: Make sure only existing files are dumped | Filippos Karapetis | |
2015-01-09 | ZVISION: Clean up save logic, and fix a thumbnail-related FIXME | Filippos Karapetis | |
This fixes the save game thumbnails when using the original save/load screens | |||
2015-01-09 | ZVISION: Remove dead code | Filippos Karapetis | |
2015-01-09 | ZVISION: Provide a better description for the double FPS game option | Filippos Karapetis | |
2015-01-08 | ZVISION: Also handle paths in NEMESIS.ZIX for the DVD ver. of Nemesis | Filippos Karapetis | |
2015-01-07 | ZVISION: Add support for an unmodified ZIX file for Zork: Nemesis | Filippos Karapetis | |
This helps in copying the game files straight off the CD | |||
2015-01-07 | ZVISION: Check the validity of ZIX files | Filippos Karapetis | |
2015-01-07 | ZVISION: Handle sound patches (.src files) dynamically | Filippos Karapetis | |
2015-01-07 | Cursors "arrowa.zcr" and "arrowb.zcr" are missing from Zork: Nemesis | Filippos Karapetis | |
2015-01-07 | ZVISION: Add detection for the French version of Zork: Nemesis | Filippos Karapetis | |
2015-01-07 | ZVISION: Add stubs for the hires VOB MPEG2 videos of ZGI DVD | Filippos Karapetis | |
VOB file handling is based on clone2727's work. The lowres videos are played for now, until AC3 sound handling is implemented | |||
2015-01-07 | ZVISION: Fix typo in include | Filippos Karapetis | |
2015-01-07 | ZVISION: Use a common function for loading game animations | Filippos Karapetis | |
2015-01-07 | ZVISION: Move the screen initialization code into a separate function | Filippos Karapetis | |
2015-01-07 | ZVISION: Cleanup | Filippos Karapetis | |
2015-01-07 | ZVISION: Cleanup the ZIX file code | Filippos Karapetis | |
Also, add handling for 3 CDs, for Zork: Nemesis | |||
2015-01-07 | ZVISION: Fix incorrect reference to cursor file | Filippos Karapetis | |
2015-01-07 | ZVISION: Error out when a cursor file can't be found | Filippos Karapetis | |
2015-01-07 | ZVISION: Remove ActionRestoreGame and loading of r.svr (restart slot) | Filippos Karapetis | |
This is handled internally now, so r.svr isn't needed anymore | |||
2015-01-07 | ZVISION: Also handle paths in INQUIS.ZIX for the DVD version of ZGI | Filippos Karapetis | |
2015-01-07 | ZVISION: Add a new command, "dumpimage", to dump any game image to BMP | Filippos Karapetis | |
2015-01-01 | ZVISION: Really fix truetype_font.cpp newlines | Matthew Hoops | |
They are now all LF. | |||
2015-01-02 | ZVISION: Add support for unmodified INQUIS.ZIX files | Filippos Karapetis | |
This will greatly help users copy the unmodified file from the game CDs of ZGI and get the game working straight away | |||
2015-01-02 | ZVISION: Fix newline in truetype_font.cpp | Filippos Karapetis | |
2014-12-30 | ZVISION: Fix regression in the handling of multiple animations | Filippos Karapetis | |
A regression from 0c4e0673c3. Thanks to Marisa-Chan for noticing | |||
2014-12-30 | ZVISION: Fix an off-by-one error in the RLF decoder | Filippos Karapetis | |
A regression from 7f61a09478. The current frame is the currently displayed frame, not the frame that should be displayed next. Thanks to clone2727 and Marisa-Chan for the explanation and fixes | |||
2014-12-30 | ZVISION: Restore LF line ending that was accidentally changed in ↵ | RichieSams | |
1f5736a9020796e6986a15ea4d3b627b81233241 | |||
2014-12-30 | ZVISION: Update function documentation to represent the changes to the ↵ | RichieSams | |
internal pixel format Aka: We keep everything as 555, and only convert to 565 before we send everything to the backend | |||
2014-12-30 | ZVISION: Rename some scripting classes to better represent what the classes are | RichieSams | |
Also, rename the graphics 'Effect' class in order to avoid naming clashes (and/or coder confusion) with the newly named ScriptingEffect class. Lastly, add some documentation for the classes for further clarity. | |||
2014-12-30 | ZVISION: White space | Filippos Karapetis | |
2014-12-30 | ZVISION: Initialize the starting frame to -1 in RLF animations | Filippos Karapetis | |
2014-12-30 | ZVISION: Further cleanup to the AnimationNode class | Filippos Karapetis | |
2014-12-30 | ZVISION: Search fonts in game directory (e.g. in game/FONTS/) | Marisa-Chan | |
2014-12-30 | ZVISION: Fix font error message condition | Marisa-Chan | |
2014-12-29 | ZVISION: Show system messages when subtitles are disabled | Filippos Karapetis | |
Thanks to Marisa-Chan for spotting this | |||
2014-12-28 | ZVISION: Make the rest of the controls properly use VideoDecoder timing | Matthew Hoops | |
The hacky use of getDuration() to retrieve the framerate() is gone Thanks to md5 for testing (and for filling in a few gaps since I was coding in the blind ;)) | |||
2014-12-28 | ZVISION: The fist control is only used in one location | Filippos Karapetis | |
2014-12-28 | ZVISION: Document some more controls | Filippos Karapetis | |
2014-12-28 | ZVISION: Use VideoDecoder facilities better in AnimationNode | Matthew Hoops | |
setEndFrame() will ensure the audio stops when it is supposed to. Also removes the hack of retrieving the frame rate through the getDuration()'s timestamp return value. Thanks to md5 for testing | |||
2014-12-27 | ZVISION: Fix cmdRawToWav on BE systems | Willem Jan Palenstijn | |
2014-12-27 | ZVISION: Fix typo | Willem Jan Palenstijn | |
2014-12-27 | ZVISION: Fix cursors on BE systems | Willem Jan Palenstijn | |
2014-12-27 | ZVISION: Fix TGZ images on BE systems | Willem Jan Palenstijn | |
2014-12-27 | ZVISION: Fix Zork AVI audio on BE systems | Willem Jan Palenstijn | |
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 | |