67725 Commits

Author SHA1 Message Date
Strangerke
1e58f3d925 SHERLOCK: Rework use of music flags 2015-05-22 22:23:40 +02:00
Strangerke
2db07a9d39 SHERLOCK: Skip delay when intro is skipped 2015-05-22 19:55:45 +02:00
Strangerke
9a58e485bf SHERLOCK: Fix some uninitialized values and unused variables 2015-05-22 19:52:00 +02:00
Strangerke
68c7c158e9 SHERLOCK: Fix OR check with identical operands 2015-05-22 19:25:52 +02:00
Martin Kiewitz
57b106d417 SHERLOCK: sound: fix CLIP 2015-05-22 17:52:51 +02:00
Paul Gilbert
74814d20dc SHERLOCK: Remove unused variable and field 2015-05-22 08:18:46 -04:00
Martin Kiewitz
0dc565641d SHERLOCK: add detection entry Sherlock 2 German 2015-05-22 14:16:52 +02:00
Paul Gilbert
fbc4b98f32 Merge pull request #595 from dreammaster/sherlock
SHERLOCK: Support for The Lost Files of Sherlock Holmes - The Case of the Serrated Scalpel
2015-05-22 08:04:10 -04:00
Willem Jan Palenstijn
ca4793dabd NEWS: Spacing. 2015-05-22 12:23:22 +02:00
Kirben
40cdc1ccb0 README: Spacing. 2015-05-22 13:57:03 +10:00
Kirben
735831add2 README: Add known sound issues in Lure of the Temptress. 2015-05-22 13:54:26 +10:00
Kirben
d822f57033 NEWS: Add recent AGOS fixes to the news. 2015-05-22 13:46:38 +10:00
Paul Gilbert
50f985217c SHERLOCK: Rename NUM_OF_PEOPLE for better clarity 2015-05-21 21:26:53 -04:00
Paul Gilbert
bfbeed4f5e SHERLOCK: Replaced second MAX_PEOPLE definition with _characters.size() 2015-05-21 21:23:09 -04:00
Kirben
f58be61a3d AUDIO: Add patch from madmoose to fix arpeggio effect in ProTracker modules. 2015-05-22 10:30:38 +10:00
Paul Gilbert
5c30a2c577 SHERLOCK: Clean up initialization and handling of NPC data 2015-05-21 20:07:54 -04:00
Paul Gilbert
87fe6a14a0 SHERLOCK: Correct some comments 2015-05-21 19:00:22 -04:00
Torbjörn Andersson
6d08055db3 KYRA: Update comment since the file it pointed to moved
Also, ScummVM does have a more modern FMOPL implementation now, so
there's no need to bring up other implementations.
2015-05-21 22:49:29 +02:00
Kirben
61f0d247aa AGOS: Add proper fix for regression when loading saved games in PC version of Waxworks. 2015-05-21 14:24:52 +10:00
Paul Gilbert
feff241ef7 SHERLOCK: Replace another ONSCREEN_FILES_COUNT value 2015-05-20 21:18:49 -04:00
Paul Gilbert
46e85f389f SHERLOCK: Go to save mode when clicking empty save slot 2015-05-20 21:15:33 -04:00
Paul Gilbert
6a8e317355 SHERLOCK: Constants fixes in UserInterface 2015-05-20 21:02:58 -04:00
Paul Gilbert
a57f569244 SHERLOCK: Fix display of 'Text Not Found' when doing journal searches 2015-05-20 20:56:04 -04:00
Paul Gilbert
e115da8f3d SHERLOCK: Standardised keypress fields as char type 2015-05-20 20:32:04 -04:00
Paul Gilbert
30133cef0e SHERLOCK: Re-add GCC_PRINTF and fix resulting GCC warnings 2015-05-20 08:28:12 -04:00
Strangerke
fe8139b571 SHERLOCK: Improve comment as suggested by LordHoto 2015-05-20 07:13:18 +02:00
Strangerke
ed7dd6823f SHERLOCK: Add missing game type in detection 2015-05-20 07:12:56 +02:00
Kirben
4a13462db2 AGOS: Fix regression when loading saved games in PC version of Waxworks. 2015-05-20 11:48:31 +10:00
Paul Gilbert
de08eb071e SHERLOCK: Use more constants in doEnvControl 2015-05-19 19:11:57 -04:00
Paul Gilbert
9c56d616b0 SHERLOCK: Fix regression in intro sequence display 2015-05-19 19:08:48 -04:00
Johannes Schickel
ed698701d7 SDL: Fix compilation with SDL2. 2015-05-20 00:27:23 +02:00
Strangerke
20d859377d SHERLOCK: Trim useless spaces and tabs 2015-05-19 22:30:47 +02:00
Strangerke
456e0c584f SHERLOCK: Use a bit more MenuMode and SaveMode 2015-05-19 20:07:24 +02:00
Strangerke
85081b7702 SHERLOCK: Systematically use InvMode values when it's appropriate 2015-05-19 19:37:33 +02:00
Strangerke
4849e00897 SHERLOCK: Fix some issues pointed by eriktorbjorn 2015-05-19 19:06:44 +02:00
Paul Gilbert
6f9693102f SHERLOCK: Further minor cleanups 2015-05-19 09:35:53 -04:00
Paul Gilbert
033241eb43 SHERLOCK: Corrected incorrect method name in SaveManager 2015-05-19 09:19:42 -04:00
Paul Gilbert
06b39671e3 SHERLOCK: Further cleanup for SaveManager 2015-05-19 09:17:04 -04:00
Paul Gilbert
8ae0014bc2 SHERLOCK: Refactor Surface not to descend directly from Graphics::Surface 2015-05-19 09:10:35 -04:00
Paul Gilbert
1c395b4de9 SHERLOCK: Add extra constants for object bit-flags 2015-05-19 08:13:46 -04:00
Paul Gilbert
fa35249a24 SHERLOCK: More syntactic fixes 2015-05-19 08:01:06 -04:00
Paul Gilbert
dac49ddab4 SHERLOCK: Syntactic fix and define for SaveManager 2015-05-19 07:53:45 -04:00
Paul Gilbert
2752db8103 SHERLOCK: Remove iimplicit conversion operator from ImageFrame 2015-05-19 07:50:50 -04:00
Paul Gilbert
1df183ffcb SHERLOCK: Move method comments from cpp to headers 2015-05-19 07:37:55 -04:00
Martin Kiewitz
a709596b48 AGI: implement original sierra font, fix bug #6405
custom font is still used for fanmade games
i cannot test preAGI games, because I don't own
those.
2015-05-19 12:39:39 +02:00
Kirben
aba98e910c AGOS: Fix changing rooms in the PC version of Waxworks. 2015-05-19 20:23:21 +10:00
Paul Gilbert
0faf1c0b8f SHERLOCK: Remove unused typedef 2015-05-19 00:28:59 -04:00
Paul Gilbert
66f98c794c SHERLOCK: Remove GCC_PRINTF to fix gcc compilation
There are simply too many places that simply pass a string directly
to the print methods rather than a format string
2015-05-19 00:26:23 -04:00
Paul Gilbert
1e78908d17 SHERLOCK: Replaced references to scene numbers with an enum 2015-05-19 00:23:49 -04:00
Paul Gilbert
485214a831 SHERLOCK: Further addition of enums and method renames 2015-05-19 00:03:54 -04:00