Paul Gilbert
2cfc6a0a0c
SHERLOCK: Fix broken Scalpel scene loading
2015-05-16 16:46:35 -04:00
Paul Gilbert
2db576357f
SHERLOCK: Rename object loading methods from synchronize to load
2015-05-13 14:43:50 +02:00
Strangerke
72c9b9f56b
SHERLOCK: Implement sound priority
2015-05-13 14:43:50 +02:00
Paul Gilbert
7a46c84c0d
SHERLOCK: Beginnings of Rose Tattoo engine
2015-05-12 22:02:59 -04:00
Willem Jan Palenstijn
902b791165
SHERLOCK: Make copyright headers consistent
2015-05-09 18:06:05 +02:00
Strangerke
e3e4354f88
SHERLOCK: Remove the use of ++ on boolean variables
2015-05-09 10:22:51 +02:00
Strangerke
fc5a0deb89
SHERLOCK: Fix some more GCC warnings
2015-05-08 17:54:53 +02:00
Strangerke
d9e93f8e01
SHERLOCK: some code formatting
2015-05-07 19:33:44 +02:00
Strangerke
a0661c8d5a
SHERLOCK: Reduce some more variable scopes
2015-05-07 19:21:55 +02:00
Strangerke
4884762e04
SHERLOCK: Reduce the scope of some variables
2015-05-07 18:21:25 +02:00
Paul Gilbert
9ff445497f
SHERLOCK: Properly close door when entering Sarah's flat
2015-05-02 16:29:08 -10:00
Paul Gilbert
b4c3d9840c
SHERLOCK: Extra method comments
2015-05-01 17:17:24 -10:00
Paul Gilbert
5b8fb0cf90
SHERLOCK: Fix crash unlocking desk drawer in Palmist
2015-05-01 14:54:28 -10:00
Paul Gilbert
ffd65cfd36
SHERLOCK: Fix animation for retrieving pocket watch
2015-05-01 09:57:19 -10:00
Paul Gilbert
e25fbfa8e4
SHERLOCK: Fix initial entry conversation with coroner at morgue
2015-04-30 15:38:13 -10:00
Paul Gilbert
7ca3b75805
SHERLOCK: Fix clicking in script zones starting the script
2015-04-29 23:17:51 -10:00
Paul Gilbert
aba28c4737
SHERLOCK: Move _slowChess to Map _frameChangeFlag
2015-04-29 21:41:49 -10:00
Paul Gilbert
34a7ec7cdf
SHERLOCK: Fix icon disappearing when moving to Covent Gradens on map
...
Co-ordinates in Sherlock are frequently multiplied by 100.
Thus, on the overland map, the values can go up to 64000, which overflows
the signed 16-bit values allowed by the standard Common::Point class
2015-04-28 21:35:20 -10:00
Paul Gilbert
8ec6e58f67
SHERLOCK: Fix color for picking up messages
2015-04-26 20:28:49 -05:00
Paul Gilbert
65eb390ead
SHERLOCK: Cleanup and moving of map variables into Map class
2015-04-26 18:29:20 -05:00
Paul Gilbert
f3bd616070
SHERLOCK: Fix character positioning after loading savegames
2015-04-26 18:07:52 -05:00
Paul Gilbert
488ac579d7
SHERLOCK: Fix checking single character star action names
2015-04-26 17:26:22 -05:00
Paul Gilbert
9044dd49dc
SHERLOCK: Fix closing closet in Backstage scene
2015-04-26 03:45:28 -05:00
Paul Gilbert
841a8df099
SHERLOCK: Fix Sherlock disappearing when giving sedative
2015-04-26 02:08:43 -05:00
Paul Gilbert
35368ce8a8
SHERLOCK: Fixes and cleanup for checkObject
2015-04-25 05:52:04 -05:00
Paul Gilbert
6eb51c3d50
SHERLOCK: Formatting fixes
2015-04-24 17:27:23 -05:00
Paul Gilbert
51eb601f83
SHERLOCK: Fix loading/handling of sprite offsets
2015-04-24 05:12:30 -05:00
Paul Gilbert
572ad46490
SHERLOCK: Fix talk sequences being incorrectly started
2015-04-24 02:17:59 -05:00
Paul Gilbert
e24ae07a90
SHERLOCK: Fix map path loading
2015-04-22 21:11:26 -05:00
Paul Gilbert
02e604ce8c
SHERLOCK: Fix display of Holmes' icon on overhead map
2015-04-22 19:59:27 -05:00
Paul Gilbert
0a4b722b5d
SHERLOCK: Fix leaving scenes via exit zones
2015-04-22 17:36:50 -05:00
Paul Gilbert
214cd61afd
SHERLOCK: Fixes for multi-point walking routes
2015-04-22 17:23:14 -05:00
Paul Gilbert
17bf9e7f54
SHERLOCK: Refactored Chess class to be Map class
2015-04-15 08:22:40 -05:00
Paul Gilbert
c58325b519
SHERLOCK: Fix scene transition
2015-04-14 19:53:03 -05:00
Paul Gilbert
38b6aa70a8
SHERLOCK: Fixes for talk setup and portrait loading
2015-04-13 22:55:07 -05:00
Paul Gilbert
454b6a2bbe
SHERLOCK: Implemented pick up code
2015-04-12 11:06:25 -05:00
Paul Gilbert
461d5c64f2
SHERLOCK: Fixes for opening door
2015-04-11 23:42:11 -05:00
Paul Gilbert
d17dea4afd
SHERLOCK: Fix journal initalization and initial calls
2015-04-05 14:49:02 -05:00
Paul Gilbert
c28416f38e
SHERLOCK: Change the screen _backBuffer to be a pointer
2015-03-28 20:13:57 -04:00
Paul Gilbert
5e45abcca4
SHERLOCK: Implemented printObjectDesc
2015-03-26 21:40:24 -04:00
Paul Gilbert
b280d72ab8
SHERLOCK: Sprite positioning fixes
2015-03-25 22:23:53 -04:00
Paul Gilbert
fc7f8024be
SHERLOCK: Fixes to scene loading
2015-03-25 08:16:59 -04:00
Paul Gilbert
73085bf570
SHERLOCK: Beginnings of UserInterface class
2015-03-23 20:34:34 -04:00
Paul Gilbert
840bd862b7
SHERLOCK: Implement ImageFile nibble mode, fixes for scene data loading
2015-03-22 10:48:28 -04:00
Paul Gilbert
e444d989bb
SHERLOCK: Implemented scene freeing code
2015-03-22 09:51:37 -04:00
Paul Gilbert
3c77a521dc
SHERLOCK: Implement main scene loop and more inventory code
2015-03-22 09:02:31 -04:00
Paul Gilbert
ff02c29e9c
SHERLOCK: Implemented doBgAnim
2015-03-22 00:52:02 -04:00
Paul Gilbert
7f04ea4425
SHERLOCK: Implemented checkSprite
2015-03-21 20:25:15 -04:00
Paul Gilbert
26c5168074
SHERLOCK: Implemented checkObject and some support methods
2015-03-21 18:18:12 -04:00
Paul Gilbert
8f4b4a7bc2
SHERLOCK: Implemented updateBackground
2015-03-21 13:01:45 -04:00