66680 Commits

Author SHA1 Message Date
Fedor Strizhnev
dd5f5588d9 SYMBIAN: Updated settings 2015-01-06 12:45:55 +03:00
Fedor Strizhnev
762910d8bb SYMBIAN: Updated settings and moved to config.mmh 2015-01-06 12:45:20 +03:00
Fedor Strizhnev
7225101e62 Add Theora support to systems which use libtremor 2015-01-05 16:53:35 +03:00
Fedor Strizhnev
e27f5f6988 Symbian: completely disabled MT32 2014-12-30 19:05:27 +03:00
Fedor Strizhnev
146b4eaf0c Merge branch 'master' of https://github.com/fedor4ever/scummvm 2014-12-30 17:24:40 +03:00
Fedor Strizhnev
da18e796d0 SYMBIAN: Add symbian support for access and prince engines 2014-12-30 17:23:30 +03:00
Fedor Strizhnev
d9ae84808f SYMBIAN: Add symbian support for access and princes engines 2014-12-30 17:18:28 +03:00
Strangerke
d1bc69426e ACCESS: Move variable from Room manager to local function 2014-12-22 19:41:40 +01:00
Strangerke
fc9595efdc ACCESS: Remove an unused variable in Animation manager 2014-12-22 19:16:11 +01:00
Strangerke
04bc635dc7 ACCESS: Remove a couple of unused variables in CharManager 2014-12-22 19:06:56 +01:00
Fedor
b0250e72d8 VIDEO: Mark TheoraDecoder as used by pegasus 2014-12-22 12:14:18 -05:00
Filippos Karapetis
b51852c641 ZVISION: Error out when the game string file isn't found 2014-12-22 02:58:18 +02:00
Filippos Karapetis
f364756bcf ZVISION: Add support for GNU Freefont fonts. Also, cleanup font loading
The Freefont fonts can just be dropped into the extras ScummVM folder,
to get the game working under non-Windows systems
2014-12-22 02:52:55 +02:00
Filippos Karapetis
c2d83d287f ZVISION: Allow dumping any file type via the new "dumpfiles" command 2014-12-22 02:50:34 +02:00
Filippos Karapetis
85644b8879 ZVISION: Prefix some class member variables with an underscore 2014-12-22 00:54:08 +02:00
Filippos Karapetis
b0e6c30ee2 ZVISION: Fix Venus key code handling in commit dfae161 2014-12-22 00:45:34 +02:00
Filippos Karapetis
41dbbe346c ZVISION: Also allow the movement when the cursor is within screen edges
This matches the behavior of the original in Zork: Nemesis. ZGI already
fills the screen horizontally
2014-12-22 00:30:26 +02:00
Filippos Karapetis
dfae161386 ZVISION: Implement the Venus hint system in Zork: Nemesis 2014-12-22 00:30:26 +02:00
Strangerke
99087c7f45 ACCESS: Use enum instead of int to initialize video flag 2014-12-21 22:55:24 +01:00
Strangerke
8bc30d0dfb ACCESS: Initialize header in videoPlayer constructor 2014-12-21 22:53:20 +01:00
Strangerke
4a1ddd5d0c ACCESS: Remove unused variable 2014-12-21 22:49:18 +01:00
Strangerke
24f0cce9c6 ACCESS: Fix bug in setHorizontalCode() 2014-12-21 22:43:12 +01:00
Filippos Karapetis
e5ecd500cf ZVISION: Document some controls that are only used in Zork: Nemesis 2014-12-21 23:33:48 +02:00
Filippos Karapetis
965dafe31b ZVISION: Implement the "dumpallscripts" console command again 2014-12-21 23:33:01 +02:00
Filippos Karapetis
e34b5be8e3 MT32: Update to munt 1.5.0
This syncs with munt commit 4041a16a5d
2014-12-21 22:19:28 +02:00
Thierry Crozat
bb1df52da8 CREDITS: Add credits for Sfinx translation to English 2014-12-21 18:26:40 +00:00
Thierry Crozat
0433eda4de CGE2: Add detection for new English freeware version 2014-12-21 18:25:57 +00:00
Johannes Schickel
219d429311 Merge pull request #550 from bgK/timestamp-overflow
AUDIO: Wrap around in the Timestamp constructor
2014-12-21 15:58:01 +01:00
Bastien Bouclet
200b05246c AUDIO: Wrap around in the Timestamp constructor
The "making of" video in the Xbox version of Myst III is
unusually long. VideoDecoder::FixedRateVideoTrack::getFrameTime
would trigger an overflow.
2014-12-20 19:38:18 +01:00
Filippos Karapetis
0f590561bd ZVISION: Simplify check
Thanks to DrMcCoy for spotting this
2014-12-20 18:06:26 +02:00
Filippos Karapetis
b41b3e1a89 ZVISION: Fix code formatting 2014-12-20 18:06:26 +02:00
Paul Gilbert
7cb18f8e7a ACCESS: Fix crash in the introduction sequence 2014-12-20 10:59:16 -05:00
Paul Gilbert
a7bfa55aa8 ACCESS: Fix compiler warnings 2014-12-20 10:01:52 -05:00
Paul Gilbert
18df28f74d ACCESS: Extra initialization for various classes 2014-12-19 23:36:53 -05:00
Paul Gilbert
37b5ee24f5 ACCESS: Rename ASurface copyFrom methods to avoid clash with Graphics::Surface 2014-12-19 22:45:00 -05:00
Adrian Astley
808a2045b4 ZVISION: Fix code mis-alignment created from variable rename 2014-12-19 11:20:01 -06:00
Adrian Astley
acb172251a ZVISION: Large scale variable, function, and class renaming to improve code clarity 2014-12-19 11:14:10 -06:00
Paul Gilbert
3c2ac653b2 Merge pull request #548 from dreammaster/access
ACCESS: Support for Amazon - Guardians of Eden
2014-12-19 07:20:40 -05:00
Filippos Karapetis
2170c9bc39 ZVISION: the type in ActionInventory is used as a signed byte now 2014-12-19 13:38:22 +02:00
Filippos Karapetis
a4c5e140e2 Merge pull request #549 from Marisa-Chan/master
ZVISION: Delete unused code
2014-12-19 13:32:51 +02:00
Marisa-Chan
5fb33ee5e7 ZVISION: Fix unchecked return value (CID 1257098) 2014-12-19 17:19:12 +06:00
Marisa-Chan
79f75059de ZVISION: Fix copy into fixed size buffer (CID 1257096) 2014-12-19 17:18:46 +06:00
Marisa-Chan
fafbd425dc ZVISION: Fix copy into fixed size buffer (CID 1257095) 2014-12-19 17:18:11 +06:00
Marisa-Chan
3806aa4418 ZVISION: Fix explicit null dereferenced (CID 1257094) 2014-12-19 17:17:33 +06:00
Marisa-Chan
6d1fcdbdbd ZVISION: Fix copy into fixed size buffer (CID 1257093) 2014-12-19 17:15:48 +06:00
Marisa-Chan
6c5c1828e1 ZVISION: Fix unchecked return value (CID 1257092) 2014-12-19 17:15:21 +06:00
Marisa-Chan
ee7ba1bbaf ZVISION: Fix zork raw soundParams handling 2014-12-19 17:14:13 +06:00
Marisa-Chan
169bed1e5e ZVISION: Fix dereference after null check (CID 1257091) 2014-12-19 17:11:26 +06:00
Marisa-Chan
617623e9bf ZVISION: Fix unchecked return value (CID 1257090) 2014-12-19 17:07:28 +06:00
Marisa-Chan
e934ffdd5e ZVISION: Fix uninitialized scalar field (CID 1257089) 2014-12-19 17:06:47 +06:00