64985 Commits

Author SHA1 Message Date
Paul Gilbert
efcf87a6e5 MADS: Fix OPL init error when showing credits multiple times 2014-09-05 22:21:24 -04:00
Paul Gilbert
2942f93ed5 MADS: Fix exiting the game 2014-09-05 21:39:10 -04:00
Paul Gilbert
350cd83050 MADS: Fix starting TextView palette setup and scroll ending 2014-09-05 21:33:38 -04:00
Thierry Crozat
5450870326 SWORD1: Improve speech endianess detection in mac version
Because of the way the speech is compressed with duplicate samples
being stored with a negative size and a single value, when reading the
data with the wrong endianess we can end up with a lot of duplicate
samples which biased the result with the way the old heuristic was
coded. Hopefully this change to skip duplicate samples will make it
more robust.
2014-09-05 22:57:36 +01:00
Thierry Crozat
8eb82fd6c1 SWORD1: Fix heuristic to determine the endianess of the speech in mac version
Because the data is compressed (a repeated sample is coded as a
negative length followed by the value), when the length is read with
the wrong endianess we get completely wrong data. So to get the BE
data we cannot just read them assuming LE and byteswap afterward.
2014-09-05 07:46:42 +01:00
Paul Gilbert
bfbcc9f3e4 MADS: Fix text not showing at all for Quotes 2014-09-04 22:07:16 -04:00
Paul Gilbert
6c25604b9a MADS: Fix palette setup for credits view 2014-09-04 21:53:47 -04:00
Paul Gilbert
82b2b2d65d MADS: Properly implement drawing to a subset of the screen 2014-09-03 22:09:50 -04:00
Strangerke
4be8aa8906 CGE2: Update Polish detection v1.0 freeware 2014-09-03 20:53:37 +02:00
Torbjörn Andersson
9baf687f2f WINTERMUTE: Silence GCC signed/unsigned comparison warning 2014-09-03 18:08:38 +02:00
Einar Johan Trøan Sømåen
55c8b7a11a WINTERMUTE: Save the names of any language files that are loaded. (Fix bug #6651)
This way, they will be reloaded in the same order when loading a save game. Old save games will
continue to show the bug, but new savegames will be consistent. A quick fix for old save games in
the white chamber, is to launch the game with the correct language BEFORE loading the save game.

This increases the save-game-version to 1.3.1ScummVM
2014-09-03 17:47:49 +02:00
anotherguest
20d363c785 SYMBIAN: Move options into config.mmh file and updated other makefiles. 2014-09-03 08:42:53 +02:00
Paul Gilbert
63f2ba2c1d MADS: Converting text view to use existing drawing frameweork 2014-09-02 21:06:33 -04:00
Johannes Schickel
4917945130 README: savestate -> saved game 2014-09-03 01:35:33 +02:00
Johannes Schickel
8e1bc16352 README: savegame -> saved game 2014-09-03 01:35:04 +02:00
Johannes Schickel
03b8800080 Merge pull request #492 from BenCastricum/misc
GUI: replace "savegame" by "saved game".
2014-09-03 00:01:57 +02:00
Strangerke
5b6d520009 CGE2: Add detection for Sfinx v1.0 Freeware Polish 2014-09-01 22:14:21 +02:00
Paul Gilbert
4f128e7118 MADS: Fixes to correctly display the credits screen 2014-08-31 22:54:07 -04:00
Paul Gilbert
4bf98c3e42 MADS: Actually hook in the new sound player group 2014-08-31 19:42:58 -04:00
Paul Gilbert
8990a31643 MADS: Implement sound player group #9 2014-08-31 19:21:02 -04:00
Paul Gilbert
218fb94abf MADS: Hook in text credits view, beginnings of correct script processing 2014-08-31 16:49:43 -04:00
Paul Gilbert
00ec2a01fe ACCESS: Fix display of advert view on Exit 2014-08-31 09:49:56 -04:00
Paul Gilbert
c96247ca57 MADS: Fix some memory leaks 2014-08-31 08:53:50 -04:00
Johannes Schickel
ec634ea07c Merge pull request #495 from somaen/docuFix
Doxygen-fixes
2014-08-30 14:14:31 +02:00
Johannes Schickel
1859f8e8e5 Merge pull request #493 from BenCastricum/branch2
MISC: Some minor typo fixes
2014-08-30 14:12:01 +02:00
Einar Johan Trøan Sømåen
77e2c637f7 WINTERMUTE: Remove unused Sqr-function. 2014-08-29 19:53:33 +02:00
Einar Johan Trøan Sømåen
06c3a73289 AUDIO: Fix some Doxygen comments that seem wrong. 2014-08-29 03:29:13 +02:00
Einar Johan Trøan Sømåen
e34a8fe9eb GUI: Fix some Doxygen comments that seem wrong. 2014-08-29 03:28:59 +02:00
Einar Johan Trøan Sømåen
2fa1340438 ENGINES: Fix some Doxygen comments that seem wrong. 2014-08-29 03:28:43 +02:00
Einar Johan Trøan Sømåen
1506f6049e BACKENDS: Fix some Doxygen comments that seem wrong. 2014-08-29 03:28:26 +02:00
Einar Johan Trøan Sømåen
b7c5ce879f COMMON: Fix some Doxygen comments that seem wrong. 2014-08-29 03:28:00 +02:00
Einar Johan Trøan Sømåen
0593c2eab2 GRAPHICS: Fix some Doxygen comments that seem wrong. 2014-08-29 03:26:48 +02:00
Ben Castricum
0d215badf7 GUI: change FullScreen into fullscreen
This makes it consistant with other references to fullscreen.
2014-08-28 20:46:30 +02:00
Johannes Schickel
183f8eea43 KYRA: Slight cleanup. 2014-08-24 00:57:39 +02:00
Johannes Schickel
2f547a887c KYRA: Constify base type for some pointers in AdLibDriver. 2014-08-24 00:57:39 +02:00
Johannes Schickel
c5dfe1d917 KYRA: Add safety checks for getProgram/getInstrument return values.
This fixes a crash in Hand of Fate when scaring off the rat by using the
swampsnake potion on Zanthia. This crash is timing sensitive since the game is
stopping the offending sound resource at this point. If it still gets to the
instruction setting up an invalid instrument, it will crash ScummVM with in
invalid read.
2014-08-24 00:57:39 +02:00
Johannes Schickel
3612f88025 KYRA: Extend safety check inside AdLibDriver::getProgram.
This also removes an TODO and replaces it with a comment explaining this
safety check.
2014-08-24 00:52:34 +02:00
uruk
606f80ef36 CGE2: Silence warning about uninitialized variable. 2014-08-22 14:55:13 +02:00
Ben Castricum
cf8e28c40c CLI: change "savegames" into "saved games", same as in GUI 2014-08-22 07:11:03 +02:00
Ben Castricum
9d885bce22 GUI: s/savegame/saved game/
Makes it consistant throughout the GUI
2014-08-22 07:11:03 +02:00
Ben Castricum
fd2ee7921f SWORD1: Change "no DXA support" message.
It's "without zlib" or "without DXA support". WJP prefers the first.
2014-08-22 06:43:02 +02:00
Ben Castricum
500af48ef7 GUI: Fix description of game specific extraPath 2014-08-22 06:40:15 +02:00
Ben Castricum
cb94d1f943 MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user) 2014-08-22 06:40:06 +02:00
uruk
e545a0afc4 CGE2: Update version in the fallback detection. 2014-08-20 11:13:54 +02:00
Kirben
aca10de1b5 SCUMM: Add support for quit script in HE90+ games. 2014-08-20 09:26:39 +10:00
Kirben
7761c75c31 SCUMM: Fix Bug #6711- Wrong quit message shown in Pajama Sam Lost and Found. 2014-08-20 08:36:40 +10:00
Matthew Hoops
6642f6df9e GRAPHICS: Improve color bit depth conversion
Data is no longer truncated it so should be more accurate. See pull request #486 for more info.
2014-08-17 17:49:37 -04:00
Matthew Hoops
422922fec2 VIDEO: Add wrapper around setEndTime() to specify an end frame 2014-08-17 12:24:28 -04:00
Matthew Hoops
9a5b3bfdda IMAGE: Make Cinepak decode to 32bpp when in 8bpp screen mode 2014-08-17 12:24:23 -04:00
Thierry Crozat
61b44c18fe I18N: Update translations from source code 2014-08-16 12:50:41 +01:00