Commit Graph

841 Commits

Author SHA1 Message Date
Marisa-Chan
dae76a76c7 ZVISION: Fix uninitialized scalar field (CID 1257068) 2014-12-19 16:34:11 +06:00
Marisa-Chan
3b83e82e6f ZVISION: Fix uninitialized scalar field (CID 1257067) 2014-12-19 16:33:26 +06:00
Marisa-Chan
b96c581881 ZVISION: Fix uninitialized scalar field (CID 1257066) 2014-12-19 16:32:27 +06:00
Marisa-Chan
efb9355223 ZVISION: Fix uninitialized scalar field (CID 1257065) 2014-12-19 16:31:33 +06:00
Marisa-Chan
044f252154 ZVISION: Fix uninitialized scalar field (CID 1257064) 2014-12-19 16:29:51 +06:00
Marisa-Chan
36af1ff5b1 ZVISION: Fix uninitialized scalar field (CID 1257063) 2014-12-19 16:27:27 +06:00
Marisa-Chan
f8c1b1eb28 ZVISION: Fix uninitialized scalar field (CID 1257062) 2014-12-19 16:22:57 +06:00
Marisa-Chan
56f7be8ab6 ZVISION: Fix uninitialized scalar field (CID 1257054) 2014-12-19 16:01:30 +06:00
Marisa-Chan
fe56e7d02b ZVISION: Fix uninitialized scalar field (CID 1257060) 2014-12-19 16:00:57 +06:00
Marisa-Chan
e28f8a5d8f ZVISION: Fix uninitialized scalar field (CID 1257059) 2014-12-19 16:00:57 +06:00
Marisa-Chan
cd2612a54e ZVISION: Fix uninitialized scalar field (CID 1257058) 2014-12-19 16:00:57 +06:00
Marisa-Chan
f9946b726f ZVISION: Fix uninitialized scalar field (CID 1257057) 2014-12-19 16:00:57 +06:00
Marisa-Chan
8c896f5da4 ZVISION: Fix uninitialized scalar field (CID 1257056) 2014-12-19 16:00:57 +06:00
Marisa-Chan
deea4ef62c ZVISION: Fix uninitialized scalar field (CID 1257055) 2014-12-19 16:00:57 +06:00
Marisa-Chan
cd2fc20768 ZVISION: Fix uninitialized scalar field (CID 1257061) 2014-12-19 16:00:49 +06:00
Marisa-Chan
5a08792780 ZVISION: Fix uninitialized scalar field (CID 1125218) 2014-12-19 15:39:51 +06:00
Marisa-Chan
74ea583a4e ZVISION: Fix uninitialized scalar field (CID 1109700) 2014-12-19 15:38:28 +06:00
Marisa-Chan
c50024fd86 ZVISION: Fix uninitialized pointer field (CID 1109699) 2014-12-19 15:37:33 +06:00
Marisa-Chan
b10f66438f ZVISION: Fix uninitialized scalar field (CID 1109675) 2014-12-19 15:33:51 +06:00
Marisa-Chan
76335d4a81 ZVISION: Fix uninitialized pointer field (CID 1109672) 2014-12-19 15:32:43 +06:00
Marisa-Chan
d96834020c ZVISION: Fix uninitialized scalar field (CID 1109669) 2014-12-19 15:31:43 +06:00
Marisa-Chan
30212e4579 ZVISION: Fix array compared against 0 (CID 1109648) 2014-12-19 15:30:03 +06:00
Marisa-Chan
f4fe0b008f ZVISION: Delete unused code 2014-12-19 10:46:43 +06:00
Filippos Karapetis
003269dc36 ZVISION: Fix the display of state variables, such as the high score
Common::String::format() was used incorrectly. Also, state variables
were handled incorrectly in the TTY text parser
2014-12-16 11:08:40 +02:00
Filippos Karapetis
1241efcbca ZVISION: Allow 2x scaling up in videos again
This fixes the alchemists and cup sequence in Nemesis
2014-12-16 03:47:28 +02:00
Filippos Karapetis
8efcc3cf26 ZVISION: Bugfix for addDir() - fixes the Nemesis subtitle patch 2014-12-16 03:46:31 +02:00
Filippos Karapetis
77705752ef ZVISION: Move trimCommentsAndWhiteSpace() into the script manager
This allows us to remove the last remnants of utility.*
2014-12-16 01:58:57 +02:00
Filippos Karapetis
7630e3204e ZVISION: Move all the remaining utility classes into the core 2014-12-16 01:58:56 +02:00
Filippos Karapetis
d8a961244d ZVISION: Move all the file-related classes together 2014-12-16 01:58:56 +02:00
Filippos Karapetis
2463b45804 ZVISION: Move the MIDI code together with the rest of the sound code 2014-12-16 01:58:55 +02:00
Filippos Karapetis
4b2b5e686b ZVISION: Move the mouse cursor handling code into the graphics code 2014-12-16 01:58:55 +02:00
Filippos Karapetis
7f61a09478 ZVISION: Make the RLF decoder a subclass of the common video decoder
This way, the redundant MetaAnimation class can now be removed
2014-12-16 01:58:55 +02:00
Filippos Karapetis
67bd78a95f ZVISION: Prefix class member variables with an underscore
This makes the code adhere to our code formatting conventions
2014-12-16 01:58:54 +02:00
Filippos Karapetis
3d1a9e3442 ZVISION: Simplify the working window code 2014-12-16 01:58:54 +02:00
Filippos Karapetis
3315522ba1 ZVISION: Move the RLF decoder 2014-12-16 01:58:53 +02:00
Filippos Karapetis
409ce79a35 ZVISION: Rename RlfAnimation -> RLFDecoder 2014-12-16 01:58:53 +02:00
Filippos Karapetis
fd6731c9b6 ZVISION: Only scale down animations to fit their frame, not up
This fixes the animations in two locations in Zork: Nemesis (the armor
visor in location cz1e, and the planet in location aa10).
2014-12-12 22:53:52 +02:00
Filippos Karapetis
2644d08448 ZVISION: Add functionality to show the current location. Some cleanup 2014-12-11 13:26:27 +02:00
Filippos Karapetis
c98e9fa6f7 ZVISION: Add a comment in the music code 2014-12-11 13:26:27 +02:00
Filippos Karapetis
1f80e1389f ZVISION: Fix the responsiveness of level controls to mouse movement
This fixes the responsiveness of the levers in the planet screen of
Zork: Nemesis
2014-12-09 19:38:11 +02:00
Filippos Karapetis
ea8db1969a ZVISION: Fix the 'dumpfile' console command 2014-12-09 19:38:11 +02:00
Filippos Karapetis
ecb1979245 ZVISION: Implement more advanced engine features
Save game thumbnails and save game creation date have now been
implemented
2014-12-08 01:25:27 +02:00
Filippos Karapetis
a2eaf78255 ZVISION: Remove unused code 2014-12-08 01:09:27 +02:00
Filippos Karapetis
9ebfa3e4f9 ZVISION: Add some spacing 2014-12-08 01:09:04 +02:00
Filippos Karapetis
ec1fdeb25a ZVISION: Implement several advanced engine features and ScummVM dialogs
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-08 01:08:27 +02:00
Filippos Karapetis
dab4ce1f7b ZVISION: Move the subtitle class 2014-12-03 02:38:06 +02:00
Filippos Karapetis
f0ce0b498f ZVISION: Move the TruetypeFont class 2014-12-03 02:29:08 +02:00
Filippos Karapetis
f2eee1759f ZVISION: Move the ZfsArchive class 2014-12-03 02:16:14 +02:00
Filippos Karapetis
f578a1b334 ZVISION: Move the key mapper function 2014-12-03 02:11:50 +02:00
Filippos Karapetis
bbec6c913a ZVISION: Document some more cheats for ZGI
Thanks to marisa-chan for providing the location of those in pull
request #532
2014-12-03 01:58:07 +02:00