Commit Graph

67757 Commits

Author SHA1 Message Date
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
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
Martin Kiewitz
c64652bbb6 SCI: sq4cd: extend skateorama workaround bug #6853 2015-05-18 19:38:44 +02:00
sirlemonhead
da9333a924 SHERLOCK: Fix code formatting issues and comment spelling mistakes 2015-05-18 18:23:47 +01:00
Martin Kiewitz
f0ccd3f91a SCI: sq4cd scriptpatch clothes change points #6866
script patch, so that points are awarded, when
changing back clothes. You have to clean out the
bank account again, because that's the problematic
script. Also happened in original interpreter.
Only happened for Space Quest 4 CD
worked in floppy
2015-05-18 19:15:35 +02:00
Martin Kiewitz
158f491b44 SCI: add game & int version to hoyle 1 amiga 2015-05-18 10:52:37 +02:00
Filippos Karapetis
994195befa SCI: Reenable an English Amiga version of Hoyle 1 (bug #6870) 2015-05-18 11:46:14 +03:00
Kirben
1aa67cbc96 AGOS: Revert last change for PC version of Waxworks. 2015-05-18 17:12:08 +10:00
Kirben
08744f4ebf AGOS: Fix restoring room state, when changing rooms in PC version of Waxworks. 2015-05-18 16:09:44 +10: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