Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1257060) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1257059) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1257058) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1257057) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1257056) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1257055) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1257061) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1125218) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1109700) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized pointer field (CID 1109699) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1109675) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized pointer field (CID 1109672) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix uninitialized scalar field (CID 1109669) | Marisa-Chan | |
2014-12-19 | ZVISION: Fix array compared against 0 (CID 1109648) | Marisa-Chan | |
2014-12-19 | ZVISION: Delete unused code | Marisa-Chan | |
2014-12-17 | SCI: fix kq6 azure&ariel scenes in dual mode #6750 | Martin Kiewitz | |
script patch fixes bug #6750 in dual mode (audio+text) | |||
2014-12-16 | ZVISION: Fix the display of state variables, such as the high score | Filippos Karapetis | |
Common::String::format() was used incorrectly. Also, state variables were handled incorrectly in the TTY text parser | |||
2014-12-16 | ZVISION: Allow 2x scaling up in videos again | Filippos Karapetis | |
This fixes the alchemists and cup sequence in Nemesis | |||
2014-12-16 | ZVISION: Bugfix for addDir() - fixes the Nemesis subtitle patch | Filippos Karapetis | |
2014-12-16 | ZVISION: Move trimCommentsAndWhiteSpace() into the script manager | Filippos Karapetis | |
This allows us to remove the last remnants of utility.* | |||
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: Make the RLF decoder a subclass of the common video decoder | Filippos Karapetis | |
This way, the redundant MetaAnimation class can now be removed | |||
2014-12-16 | ZVISION: Prefix class member variables with an underscore | Filippos Karapetis | |
This makes the code adhere to our code formatting conventions | |||
2014-12-16 | ZVISION: Simplify the working window code | Filippos Karapetis | |
2014-12-16 | ZVISION: Move the RLF decoder | Filippos Karapetis | |
2014-12-16 | ZVISION: Rename RlfAnimation -> RLFDecoder | Filippos Karapetis | |
2014-12-13 | SCI: Fix comment for workaround. | Willem Jan Palenstijn | |
The previous explanation just wasn't true. | |||
2014-12-12 | ZVISION: Only scale down animations to fit their frame, not up | Filippos Karapetis | |
This fixes the animations in two locations in Zork: Nemesis (the armor visor in location cz1e, and the planet in location aa10). | |||
2014-12-11 | ZVISION: Add functionality to show the current location. Some cleanup | Filippos Karapetis | |
2014-12-11 | ZVISION: Add a comment in the music code | Filippos Karapetis | |
2014-12-11 | Merge pull request #547 from AReim1982/SCI-P1-P2 | Filippos Karapetis | |
SCI: Add detection entries for the German versions of Phantasmagoria 1+2 | |||
2014-12-11 | SCI: Add detection entries for the German versions of Phantasmagoria 1+2 | Alexander Reim | |
2014-12-09 | ZVISION: Fix the responsiveness of level controls to mouse movement | Filippos Karapetis | |
This fixes the responsiveness of the levers in the planet screen of Zork: Nemesis | |||
2014-12-09 | ZVISION: Fix the 'dumpfile' console command | Filippos Karapetis | |
2014-12-08 | SCUMM: Correct variable type in Actor_v0::adjustPosInBorderWalkbox, since ↵ | Kirben | |
variable can have negative value. | |||
2014-12-08 | Merge pull request #542 from segrax/V1-V2_WalkAnimFix | Kirben | |
SCUMM V1-V2: Fix actor walk behavior (transitions between walk boxes, and changing destination issue) | |||
2014-12-08 | Merge pull request #546 from segrax/V0_Demo | Kirben | |
SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk... | |||
2014-12-08 | SCUMM: Maniac V0 Demo: Allow F7 to restart, Add handler for opcode 0x6e ↵ | Robert Crossfield | |
(o_screenPrepare) | |||
2014-12-08 | SCUMM V1-V2: Fix actor walk behavior (transitions between walk boxes, and ↵ | Robert Crossfield | |
changing destination issue) | |||
2014-12-08 | ZVISION: Implement more advanced engine features | Filippos Karapetis | |
Save game thumbnails and save game creation date have now been implemented | |||
2014-12-08 | SCUMM: Maniac V0: Add support for D64 Demo Disk, Cleanup duplicate 'Talk' array | Robert Crossfield | |
2014-12-08 | ZVISION: Remove unused code | Filippos Karapetis | |
2014-12-08 | ZVISION: Add some spacing | Filippos Karapetis | |
2014-12-08 | ZVISION: Implement several advanced engine features and ScummVM dialogs | Filippos Karapetis | |
The functionality to return to launcher, list saves, delete saves, load games from the launcher and load and save games during runtime has been implemented. Also, ScummVM save/load dialogs have been implemented. Saved games now have three numbers in their file extension, bumping the possible save game slots up to 999 | |||
2014-12-07 | SWORD25: Disable unused code | Filippos Karapetis | |
Thanks to fingolfin for pointing out this unused code | |||
2014-12-07 | MOHAWK: Comment out unused constant | Filippos Karapetis | |
Thanks to fingolfin for finding this unused code | |||
2014-12-07 | NEVERHOOD: Remove duplicate file hash definition | Filippos Karapetis | |