Commit Graph

1026 Commits

Author SHA1 Message Date
Einar Johan Trøan Sømåen
ee876b56b2 WINTERMUTE: Add VK-translations for F1-F12 and HOME 2014-11-04 18:34:06 +01:00
Einar Johan Trøan Sømåen
2f868ae5b6 WINTERMUTE: Add detection for Bickadoodle 1.2 (Fixes bug 6735) 2014-11-04 18:08:20 +01:00
Einar Johan Trøan Sømåen
f1eb2513f0 WINTERMUTE: Use macros to simplify detection_tables.h 2014-11-04 17:52:37 +01:00
Tobia Tesan
b460323e58 WINTERMUTE: killAllSounds only if WME targetExecutable >= 1.8.6
This fixes #6647
2014-11-04 17:52:25 +01:00
Tobia Tesan
dfe465e26b WINTERMUTE: Introduce WMEGameDescription
I aped what has been done with AGS: in engines/agi/detection.cpp, adding
a struct that includes ADGameDescription at the beginning.

This is also recommended in advancedDetector.h
2014-11-04 17:52:01 +01:00
Filippos Karapetis
50c1d5c3a1 WINTERMUTE: Remove trailing whitespace 2014-10-28 15:38:52 +02:00
Einar Johan Trøan Sømåen
2f4f7d480e Merge pull request #514 from tobiatesan/fix_audio_loop
WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points
2014-10-04 20:34:16 +02:00
Tobia Tesan
64695b5624 WINTERMUTE: Use SubLoopingAudio for music w/arbitrary loop points
Should fix #6648 (music not looping correctly in 5MA)
2014-10-04 20:32:11 +02:00
Thierry Crozat
78fcc7987d WINTERMUTE: Add list of files that contain translatable strings 2014-10-04 01:09:15 +01:00
Tobia Tesan
a3ea75e080 WINTERMUTE: Make a bunch of attributes private in BaseSoundBuffer 2014-10-01 08:34:11 +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
Johannes Schickel
ec634ea07c Merge pull request #495 from somaen/docuFix
Doxygen-fixes
2014-08-30 14:14:31 +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
2fa1340438 ENGINES: Fix some Doxygen comments that seem wrong. 2014-08-29 03:28:43 +02:00
Pawel Kolodziejski
78258151ea WME: added few more games. added ability to detect from exe files. 2014-07-22 21:22:45 +02:00
Einar Johan Trøan Sømåen
6bffa2a824 WINTERMUTE: Do syncSoundSettings on initialization of sound manager, so that sound settings are actually applied on launch 2014-06-20 10:57:06 +02:00
Eugene Sandulenko
1ebb8aa6de Merge pull request #466 from sev-/transparent-surface
COMMON: Move TransparentSurface to common code
2014-06-15 21:15:31 +03:00
Eugene Sandulenko
385f8358ab WINTERMUTE: Switch to use of moved to OSystem TransparentSurface 2014-06-15 15:43:18 +03:00
Einar Johan Trøan Sømåen
0a1c75bc32 WINTERMUTE: Add detection for Vsevolod Prologue 2014-06-09 16:25:23 +02:00
Einar Johan Trøan Sømåen
767368f1ea WINTERMUTE: Add detection for Oknytt 2014-06-09 16:09:41 +02:00
Johannes Schickel
b6b6d39992 WINTERMUTE: Silence/fix some warnigns when compiling Symbian port.
See bug #6625 "WINTERMUTE: Symbian Compilation Warnings".
2014-06-08 18:53:39 +02:00
Johannes Schickel
257f9fd2ae WINTERMUTE: Fix endian issues in findPackageSignature.
Thanks to somaen for looking over it too.

This also silences bug #6624 "SYMBIAN: WINTERMUTE: Warnings in base_package.cpp".
2014-06-08 18:28:13 +02:00
Eugene Sandulenko
215f5f9a49 WINTERMUTE: Speeding up blitting routines for TransparentSurface 2014-06-02 18:41:21 +03:00
Einar Johan Trøan Sømåen
7b7f0222ba WINTERMUTE: Add detection for 5 versions of The Kite 2014-05-31 21:26:55 +02:00
Einar Johan Trøan Sømåen
3640914624 WINTERMUTE: Add detection for Bickadoodle 1.1 2014-05-31 21:12:55 +02:00
Einar Johan Trøan Sømåen
aea94110d1 WINTERMUTE: Add detection for "Boredom of Agustin Cordes" 2014-05-31 21:07:34 +02:00
Einar Johan Trøan Sømåen
7141df0729 WINTERMUTE: Add another Rhiannon-version to the detection tables.
As it's unclear how this version differs from the current version,
I've tagged it as DVD.
2014-05-31 20:57:15 +02:00
Johannes Schickel
ae4ffe01f0 ALL: Rename Debugger::DCmd_Register to Debugger::registerCmd. 2014-05-27 02:04:08 +02:00
Johannes Schickel
daa8d57a86 ALL: Rename Debugger::DebugPrintf to Debugger::debugPrintf. 2014-05-27 02:04:07 +02:00
Einar Johan Trøan Sømåen
4904554bb6 WINTERMUTE: Add a warning when trying to play video without Theoradec-support 2014-04-17 11:21:33 +02:00
Einar Johan Trøan Sømåen
3377784b35 WINTERMUTE: Add a warning when loading TTF-fonts without FreeType2-support. 2014-04-17 11:15:24 +02:00
Einar Johan Trøan Sømåen
5064ae15e5 WINTERMUTE: Correct mistaken identification of JULIA 1.2 as Steam-version
It is actually the version from Bundle in a Box
2014-04-07 16:33:29 +02:00
Einar Johan Trøan Sømåen
3fc63d37b6 WINTERMUTE: Add detection for 1/2 Ritter 2014-04-06 14:28:25 +02:00
Einar Johan Trøan Sømåen
64f30861b5 WINTERMUTE: Add detection for the Reversion2 2.0.2412 (Linux) 2014-04-05 16:02:25 +02:00
Einar Johan Trøan Sømåen
c402074385 WINTERMUTE: Add detection entry for Rhiannon: Curse of the four Branches 2014-04-05 15:33:04 +02:00
Einar Johan Trøan Sømåen
f565e20a01 WINTERMUTE: Add detection entry for Corrosion: Cold Winter Waiting 2014-04-05 15:30:16 +02:00
Einar Johan Trøan Sømåen
adacad71db WINTERMUTE: Add detection entry for Ghost in the Sheet 2014-04-05 15:26:44 +02:00
Einar Johan Trøan Sømåen
b9286099f8 WINTERMUTE: Add a detection entry for the steam version of J.U.L.I.A. 2014-04-05 15:21:08 +02:00
Einar Johan Trøan Sømåen
09e069368f WINTERMUTE: Add another detection-entry for Bickadoodle 2014-04-05 14:27:26 +02:00
Einar Johan Trøan Sømåen
6afe5547c0 WINTERMUTE: Replace (fangame) and wmefan-, with (unknown version) and wmeunk- 2014-04-05 14:02:06 +02:00
JenniBee
bd0f37fe65 WINTERMUTE: Add md5 for Zilm: A Game of Reflex. 2014-03-19 00:42:36 +00:00
Einar Johan Trøan Sømåen
7da44b6b03 WINTERMUTE: Run astyle on transparent_surface.{h,cpp} mainly adding braces. 2014-03-15 15:40:03 +01:00
Matthew Hoops
740b6e8fbd IMAGE: Move all ImageDecoders to image/ 2014-02-28 00:27:28 -05:00
Einar Johan Trøan Sømåen
cda0598047 WINTERMUTE: Use the correct field for dpi when loading FreeSans from scummmodern.zip 2014-02-21 16:35:47 +01:00
Strangerke
719f8f23ec WINTERMUTE: Some British to American English 2014-02-19 21:45:30 +01:00
Filippos Karapetis
a1dea147bb WME: Remove translation tags from names found by the fallback detector
Fixes cases like bug #6532
2014-02-19 00:42:12 +02:00
Filippos Karapetis
5d0ebad996 WME: Fix bug #6531 - "WME: Art of Murder - Assertion" 2014-02-19 00:42:10 +02:00
Johannes Schickel
fc5ef58fff WINTERMUTE: Make GPL headers consistent in themselves. 2014-02-18 02:39:40 +01:00
Johannes Schickel
3333084eaf WINTERMUTE: Indent REGISTER_PLUGIN_* for consistency. 2014-02-17 23:03:28 +01:00