Commit Graph

67618 Commits

Author SHA1 Message Date
Paul Gilbert
b1b7ee33df SHERLOCK: Highlight found search matches in the journal 2015-05-17 18:02:49 -04:00
Paul Gilbert
46c68176f8 SHERLOCK: Journal search buttons shouldn't have keyboard highlights 2015-05-17 17:50:13 -04:00
Paul Gilbert
12f260d66e SHERLOCK: Journal searches are uppercase 2015-05-17 17:33:42 -04:00
Paul Gilbert
f55ff7ba21 SHERLOCK: Fix display of beveled background when entering Journal search 2015-05-17 17:21:21 -04:00
Strangerke
f724cfcd22 SHERLOCK: Skip a couple of cached files for interactive demo 2015-05-17 22:56:32 +02:00
Paul Gilbert
40c2f6042f Merge pull request #7 from sirlemonhead/sherlock
SHERLOCK: Replace scumm_stricmp() with equalsIgnoreCase()
2015-05-17 15:54:23 -04:00
sirlemonhead
5e351b6bf3 SHERLOCK: Replace scumm_stricmp() with equalsIgnoreCase() 2015-05-17 20:41:46 +01:00
Paul Gilbert
2abb5f1977 SHERLOCK: Fix decompression of resources from library files 2015-05-17 14:01:35 -04:00
Paul Gilbert
7cd4d15610 SHERLOCK: Fix scene loading when using a Small installation 2015-05-17 11:50:39 -04:00
Strangerke
4af7b58e94 SHERLOCK: Fix compilation for gcc 2015-05-17 15:04:22 +02:00
Strangerke
239562fc01 SHERLOCK: Better decoding of ADPCM 4bit sounds, courtesy of m_kiewitz 2015-05-17 14:33:57 +02:00
Paul Gilbert
e909f1325f SHERLOCK: Fix reading scene shapes when compressed 2015-05-16 17:03:48 -04:00
Paul Gilbert
96e929f523 SHERLOCK: Clear screen before transitioning to the map 2015-05-16 09:03:53 -04:00
Paul Gilbert
052e04c005 SHERLOCK: Merged decompression code into Resources class 2015-05-16 08:56:50 -04:00
Paul Gilbert
8c7f5bf92f SHERLOCK: Fix default fade style option 2015-05-16 07:18:36 -04:00
Paul Gilbert
95ce29ac74 SHERLOCK: Fix random pixel transitions, and make it the default fade style 2015-05-15 20:44:12 -04:00
Paul Gilbert
62ce7a9c83 SHERLOCK: Use ConfMan.registerDefault to simply reading options 2015-05-15 20:02:40 -04:00
Paul Gilbert
d9a7d87b19 SHERLOCK: Fix positioning of Quit Yes/No buttons 2015-05-15 19:46:29 -04:00
Paul Gilbert
07907819c1 SHERLOCK: Fix saving mute flags in saveConfig 2015-05-15 19:42:18 -04:00
Paul Gilbert
a77c6dd43f SHERLOCK: Fix mismatched alloc/free in decompressed resource buffers 2015-05-15 19:40:28 -04:00
Paul Gilbert
07e9262ee7 SHERLOCK: Change save extra option to use more standard originalsaveload 2015-05-15 19:36:39 -04:00
Strangerke
8d2ec6f9fa SHERLOCK: Remove a couple of unused variables in inventory 2015-05-15 09:55:35 +02:00
Paul Gilbert
d3f1a76cc8 SHERLOCK: Default Files button to show GMM, with engine option to disable 2015-05-14 19:53:03 -04:00
Paul Gilbert
f987cda9f0 SHERLOCK: Properly clear screen after fading to black 2015-05-13 21:39:08 -04:00
Paul Gilbert
91d69c7dc1 SHERLOCK: Simplify blitFrom methods 2015-05-13 21:24:42 -04:00
Paul Gilbert
24b93a14be SHERLOCK: Renamed graphics.cpp to surface.cpp 2015-05-13 20:05:19 -04:00
Paul Gilbert
afa49212e8 SHERLOCK: Remove space/Enter handling for keyboard cursor
We don't implement the keyboard cursor movement anyway, and it was
stopping Space and Enter from working when showing dialogs
2015-05-14 01:14:04 +02:00
Paul Gilbert
2a7019bd3d SHERLOCK: Remove redundant _scriptCurrentIndex field 2015-05-14 00:58:24 +02:00
Paul Gilbert
4cffb1c65f SHERLOCK: Simplify rect check in addDirtyRect 2015-05-14 00:58:22 +02:00
Strangerke
fab0e75c29 SHERLOCK: Rework a bit Cache::load to use MKTAG, add support for compressed sub-files in Resources::load 2015-05-13 22:58:08 +02:00
Strangerke
6f263e5774 SHERLOCK: Fix a glitch in decompressLZ, when file size is unknown 2015-05-13 22:58:07 +02:00
Strangerke
c6c056133c SHERLOCK: Remove useless checks in playSound 2015-05-13 22:58:06 +02:00
Strangerke
187b583853 SHERLOCK: Handle multiple sound containers 2015-05-13 14:43:50 +02:00
Paul Gilbert
c1244623e0 SHERLOCK: More rename of synchronize methods to load 2015-05-13 14:43:50 +02:00
Paul Gilbert
44fbef5498 SHERLOCK: Add missing setting of _oldSelector 2015-05-13 14:43:50 +02:00
Paul Gilbert
0af230e948 SHERLOCK: Fix speed of animations 2015-05-13 14:43:50 +02:00
Paul Gilbert
2db576357f SHERLOCK: Rename object loading methods from synchronize to load 2015-05-13 14:43:50 +02:00
Paul Gilbert
95212c5f02 SHERLOCK: Whitespace fixes 2015-05-13 14:43:50 +02:00
Paul Gilbert
f12fe46fad SHERLOCK: Remove redundant check from mergeDirtyRects 2015-05-13 14:43:50 +02:00
Paul Gilbert
2824c8214a SHERLOCK: Fix buffer reference in randomTransition 2015-05-13 14:43:50 +02:00
Strangerke
72c9b9f56b SHERLOCK: Implement sound priority 2015-05-13 14:43:50 +02:00
sirlemonhead
3a74cb7b57 SHERLOCK: Fix GCC compilation with correct whitespace for nested Common:Array 2015-05-13 14:43:50 +02:00
sirlemonhead
cf6276145b SHERLOCK: Fix to correctly increment animation variables 2015-05-13 14:43:50 +02:00
sirlemonhead
a0467ea60d SHERLOCK: Correct some minor spelling mistakes 2015-05-12 08:57:21 -04:00
sirlemonhead
7b2da2abc5 SHERLOCK: Re-factored Scalpel arrays out of Animation 2015-05-12 08:56:53 -04:00
Strangerke
0d3750a768 SHERLOCK: Add preliminar sound support 2015-05-11 01:04:04 +02:00
Strangerke
eae3ff9610 SHERLOCK: Fix compilation (sorry for the noise) 2015-05-10 19:46:15 +02:00
Strangerke
1f81f61cf9 SHERLOCK: Add some code for the interactive demo (still crashing) 2015-05-10 19:14:55 +02:00
Paul Gilbert
6d110485bc SHERLOCK: Performance tweak for resource loading 2015-05-09 18:19:28 -04:00
Strangerke
13c6feae35 SHERLOCK: Add comment about HitSquad CD in the detection 2015-05-10 00:08:58 +02:00