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 |
|
Paul Gilbert
|
338fd46976
|
SHERLOCK: Cleanup of Journal::handleEvents
|
2015-05-18 23:57:08 -04:00 |
|
Paul Gilbert
|
7c3ac25ac1
|
SHERLOCK: Further syntactic fixes
|
2015-05-18 23:44:59 -04:00 |
|
Paul Gilbert
|
a09937121c
|
SHERLOCK: Syntactic fixes
|
2015-05-18 20:57:58 -04:00 |
|
Paul Gilbert
|
8d426ca464
|
SHERLOCK: Added more of the game options to the Engine tab
|
2015-05-18 20:43:26 -04:00 |
|
Paul Gilbert
|
19d93325b1
|
SHERLOCK: Move the override filename fields into the Animation class
|
2015-05-18 19:53:49 -04:00 |
|
Paul Gilbert
|
b760c7d360
|
SHERLOCK: More replacing numbers with constants
|
2015-05-18 19:37:54 -04:00 |
|
Paul Gilbert
|
59993fdc74
|
SHERLOCK: Replace magic numbers with enums and constants
|
2015-05-18 19:15:17 -04:00 |
|
Paul Gilbert
|
46293735c4
|
SHERLOCK: Remove some redundant fields from UseType
|
2015-05-18 18:52:20 -04:00 |
|
Paul Gilbert
|
437bcf3cfe
|
SHERLOCK: Simplify Events not to need it's own copy of the mouse pos
|
2015-05-18 18:43:29 -04:00 |
|
Paul Gilbert
|
34227d1b54
|
SHERLOCK: Simplify Events::getKey
|
2015-05-18 18:34:10 -04:00 |
|
Paul Gilbert
|
844d801259
|
SHERLOCK: Syntactic fixes
|
2015-05-18 18:30:31 -04:00 |
|
Paul Gilbert
|
c24d0de8f6
|
SHERLOCK: Remove unused variable
|
2015-05-18 18:21:41 -04:00 |
|
Paul Gilbert
|
0b50a077f7
|
SHERLOCK: Fix spacing in constructors
|
2015-05-18 18:12:58 -04:00 |
|
Paul Gilbert
|
ffe82a40e8
|
Merge pull request #8 from sirlemonhead/sherlock
SHERLOCK: Fix code formatting issues and comment spelling mistakes
|
2015-05-18 18:04:45 -04:00 |
|
Strangerke
|
0aebac9174
|
SHERLOCK: Fix some issues pointed by LordHoto
|
2015-05-18 23:23:37 +02:00 |
|
Strangerke
|
c451360747
|
SHERLOCK: Make loop non-interactive demo (intro)
|
2015-05-18 21:29:50 +02:00 |
|
Strangerke
|
d82d476b27
|
SHERLOCK: Add code to make non-interactive demo completable
|
2015-05-18 20:58:44 +02:00 |
|
sirlemonhead
|
da9333a924
|
SHERLOCK: Fix code formatting issues and comment spelling mistakes
|
2015-05-18 18:23:47 +01:00 |
|
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 |
|