43 Commits

Author SHA1 Message Date
Paul Gilbert
f5a1b626b7 SHERLOCK: Move Scalpel map code to ScalpelMap 2015-06-08 08:31:51 -04:00
Paul Gilbert
cffa31c72e SHERLOCK: Beginnings of Map descendent classes 2015-06-07 23:29:36 -04:00
Paul Gilbert
af2a1a3351 SHERLOCK: Refactoring, cleanup, and fixes for savegame code 2015-06-07 19:18:14 -04:00
Martin Kiewitz
4c9e67ccfa SHERLOCK: 3DO animation support 2015-06-07 17:05:26 +02:00
Paul Gilbert
c95783172b SHERLOCK: Remove unused variables 2015-06-06 18:07:40 -04:00
Paul Gilbert
71604c3a46 SHERLOCK: Fix initialization and syncing of map _overPos
This won't affect existing savegames, since we don't allow saving when
the map is active anyway. This is just in case we ever allow it.
2015-06-05 22:41:53 -04:00
Paul Gilbert
9ada143d14 SHERLOCK: Further FIXED_INT_MULTIPLIER refactoring
Also converted multiplier factor from 100 to 1000, which will be
needed for Rose Tattoo
2015-06-05 21:13:48 -04:00
Paul Gilbert
0cc79979fc SHERLOCK: Fix map display 2015-05-26 08:18:50 -04:00
Paul Gilbert
bcc31b2a66 SHERLOCK: Implemented Tattoo loadWalk changes 2015-05-23 16:06:29 -04:00
Paul Gilbert
b4b6bf63db Merge branch 'master' into sherlock2 2015-05-22 22:31:21 -04:00
Strangerke
9a58e485bf SHERLOCK: Fix some uninitialized values and unused variables 2015-05-22 19:52:00 +02:00
Paul Gilbert
30133cef0e SHERLOCK: Re-add GCC_PRINTF and fix resulting GCC warnings 2015-05-20 08:28:12 -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
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
Paul Gilbert
0faf1c0b8f SHERLOCK: Remove unused typedef 2015-05-19 00:28:59 -04:00
Paul Gilbert
1e78908d17 SHERLOCK: Replaced references to scene numbers with an enum 2015-05-19 00:23:49 -04:00
Paul Gilbert
844d801259 SHERLOCK: Syntactic fixes 2015-05-18 18:30:31 -04:00
Paul Gilbert
0b50a077f7 SHERLOCK: Fix spacing in constructors 2015-05-18 18:12:58 -04:00
Paul Gilbert
af651e19a4 Merge branch 'sherlock' into sherlock2
Conflicts:
	engines/sherlock/decompress.cpp
	engines/sherlock/objects.cpp
	engines/sherlock/objects.h
	engines/sherlock/scene.cpp
	engines/sherlock/scene.h
	engines/sherlock/sound.cpp
2015-05-16 09:29:40 -04:00
Paul Gilbert
96e929f523 SHERLOCK: Clear screen before transitioning to the map 2015-05-16 09:03:53 -04:00
Paul Gilbert
7a46c84c0d SHERLOCK: Beginnings of Rose Tattoo engine 2015-05-12 22:02:59 -04: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
Willem Jan Palenstijn
902b791165 SHERLOCK: Make copyright headers consistent 2015-05-09 18:06:05 +02:00
Strangerke
d9e93f8e01 SHERLOCK: some code formatting 2015-05-07 19:33:44 +02:00
Strangerke
4884762e04 SHERLOCK: Reduce the scope of some variables 2015-05-07 18:21:25 +02:00
Paul Gilbert
00fd812028 SHERLOCK: Properly restrict scene drawing to scene area 2015-04-30 11:23:31 -10:00
Paul Gilbert
aba28c4737 SHERLOCK: Move _slowChess to Map _frameChangeFlag 2015-04-29 21:41:49 -10:00
Paul Gilbert
e3881ccbb9 SHERLOCK: Fix display of place names on overhead map 2015-04-29 21:12:56 -10:00
Paul Gilbert
d51173cd11 SHERLOCK: Fix map not displaying second time it's called 2015-04-26 20:09:59 -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
a5edfcc3f5 SHERLOCK: Fix restoring background as player icon moves on map 2015-04-24 01:35:51 -05:00
Paul Gilbert
ecaa4c26c9 SHERLOCK: Fix pathfinding for movement on map screen 2015-04-24 00:53:19 -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
1ae176f3eb SHERLOCK: Fix display of location names on overhead map 2015-04-22 19:44:57 -05:00
Paul Gilbert
afbc333696 SHERLOCK: Fix display of overhead map 2015-04-22 18:41:40 -05:00
Paul Gilbert
214cd61afd SHERLOCK: Fixes for multi-point walking routes 2015-04-22 17:23:14 -05:00
Paul Gilbert
bfb86a99db SHERLOCK: Map path walking, beginnings of darts game 2015-04-20 01:07:54 -05:00
Paul Gilbert
19142ef58a SHERLOCK: Implement map icon drawing/restoring 2015-04-17 00:07:31 -05:00
Paul Gilbert
9ba234c0e0 SHERLOCK: Implemented Map::show method 2015-04-16 17:32:11 -05:00
Paul Gilbert
17bf9e7f54 SHERLOCK: Refactored Chess class to be Map class 2015-04-15 08:22:40 -05:00