Commit Graph

68710 Commits

Author SHA1 Message Date
Paul Gilbert
67d2bf8589 SHERLOCK: RT: Fix Options dialog event handling 2015-07-24 21:47:05 -04:00
Paul Gilbert
58380d5661 SHERLOCK: RT: Fix operation of Quit dialog 2015-07-24 20:20:18 -04:00
Paul Gilbert
c6e1884403 SHERLOCK: RT: Rendering fixes for Options & Quit dialogs 2015-07-24 19:42:41 -04:00
Filippos Karapetis
8be83948b1 ACCESS: Use our formatting conventions for variable and function names 2015-07-24 23:03:22 +03:00
Paul Gilbert
8ccc6331ad SHERLOCK: RT: Implement Quit dialog 2015-07-24 12:06:07 -04:00
Kirben
11c7d38e09 AGOS: Fix music looping in disk version of Simon1, a regression from svn 22907. 2015-07-24 20:34:52 +10:00
Torbjörn Andersson
08bef96073 ACCESS: Use VGA_COLOR_TRANS() in setManPalette()
This fixes the palette for Tex in Martian Memorandum.
2015-07-24 10:14:28 +02:00
Torbjörn Andersson
c01aa956b9 ACCESS: Use VGA_COLOR_TRANS() in setIconPalette()
This fixes the palette for Martian Memorandum's command icons and
mouse cursor.
2015-07-24 10:08:08 +02:00
Torbjörn Andersson
15d6495755 ACCESS: Fix misleading comment 2015-07-24 09:44:00 +02:00
Torbjörn Andersson
df31113222 ACCESS: Rename local variable to silence GCC warning 2015-07-24 09:14:25 +02:00
Paul Gilbert
c4736c274e SHERLOCK: RT: Implement Options dialog event handling 2015-07-23 22:56:42 -04:00
Paul Gilbert
1018dad556 SHERLOCK: RT: Implemented Options dialog rendering 2015-07-23 21:50:45 -04:00
Torbjörn Andersson
7734cea9c8 ACCESS: Remove unnecessary variable to fix GCC warning
We already have 'events' declared earlier in the function.
2015-07-23 23:34:32 +02:00
Johannes Schickel
66df9c95e0 NEWS: Slight style fix (MT32 to MT-32). 2015-07-23 22:33:57 +02:00
Johannes Schickel
01eda204d6 NEWS: Mention Simon1 AdLib output addition. 2015-07-23 22:33:57 +02:00
Johannes Schickel
757077fecc AGOS: Add simple volume control when Simon1 AdLib output is used. 2015-07-23 22:33:57 +02:00
Johannes Schickel
cf42dc0a35 AGOS: Slight cleanup in Simon1 AdLib output initialization code. 2015-07-23 22:33:56 +02:00
Johannes Schickel
33c57c632c Revert "AGOS: Add updated patch for #647 - Simon 1 DOS Adlib instrument bank"
This reverts commit 06addfc404.

We implement the actual Simon1 DOS AdLib driver now, thus this code is
obsolete.
2015-07-23 22:33:56 +02:00
Johannes Schickel
979a885ef9 AGOS: Add initial version of Simon1 DOS AdLib output.
Testing so far has not really happened. Only the first part of the intro has
been tested.
2015-07-23 22:33:56 +02:00
Filippos Karapetis
773305498c Merge pull request #602 from bluegr/mm
ACCESS: Work on Martian Memorandum
2015-07-23 21:37:59 +03:00
Paul Gilbert
afccba26b8 SHERLOCK: RT: Beginnings of Options dialog widget class 2015-07-22 21:16:59 -04:00
Paul Gilbert
5117482f79 SHERLOCK: RT: Implement maskArea 2015-07-22 21:02:29 -04:00
Paul Gilbert
71296d6461 SHERLOCK: RT: Split TattooEngine code into separate widget classes 2015-07-22 20:26:28 -04:00
Paul Gilbert
1a680ddb13 SHERLOCK: RT: Fix spelling mistake 2015-07-22 19:56:48 -04:00
Filippos Karapetis
ad0fc5787f ACCESS: MM doesn't use Miles Audio 2015-07-22 22:51:10 +02:00
Filippos Karapetis
b4c15c674d ACCESS: Comment out unused variables 2015-07-22 22:51:06 +02:00
Willem Jan Palenstijn
6ec9c81b57 Merge branch 'master' into mm
Conflicts:
	engines/access/access.cpp
	engines/access/asurface.h
	engines/access/bubble_box.cpp
	engines/access/bubble_box.h
	engines/access/martian/martian_game.cpp
	engines/access/player.cpp
	engines/access/player.h
	engines/access/resources.cpp
	engines/access/screen.cpp
	engines/access/screen.h
	engines/access/sound.cpp
	engines/access/sound.h
2015-07-22 22:43:42 +02:00
Paul Gilbert
4e5c8d35f7 SHERLOCK: RT: Further fixes for credits display 2015-07-21 22:44:34 -04:00
Paul Gilbert
15c8917c01 SHERLOCK: RT: Fix compiler warnings 2015-07-21 22:36:05 -04:00
Paul Gilbert
aad99b7706 SHERLOCK: RT: Load screen masks for specific scenes 2015-07-21 22:03:29 -04:00
Paul Gilbert
21d6099463 SHERLOCK: RT: Implemented doHangManPuzzle 2015-07-21 21:55:32 -04:00
Paul Gilbert
b952b8b0da SHERLOCK: RT: Credits display now partially working 2015-07-21 20:26:02 -04:00
Paul Gilbert
60a4a85604 SHERLOCK: RT: Implement credits 2015-07-21 19:55:34 -04:00
Paul Gilbert
c38d8d9617 SHERLOCK: RT: Keep lab scene widget active after displaying messages 2015-07-21 08:12:47 -04:00
Paul Gilbert
959c4eceda SHERLOCK: RT: Fix clicking on Exit button in Lab scene 2015-07-21 08:12:04 -04:00
Paul Gilbert
a28d34b7b9 SHERLOCK: RT: Fix showing tooltips for solid objects in lab scene 2015-07-20 21:58:05 -04:00
Paul Gilbert
4a738f972a SHERLOCK: RT: Compilation fix 2015-07-20 20:12:02 -04:00
Paul Gilbert
39930a25c3 SHERLOCK: RT: Implement WidgetLab displayLabNames 2015-07-20 19:56:01 -04:00
Paul Gilbert
e4975cef85 SHERLOCK: RT: Implemented WidgetLab handleEvents 2015-07-20 19:36:38 -04:00
Willem Jan Palenstijn
e1dd57e016 Merge pull request #603 from fingolfin/fix-warnings
Fix some warnings
2015-07-20 20:02:44 +02:00
Paul Gilbert
500877dac5 SHERLOCK: RT: Beginnings of lab table widget class 2015-07-20 07:47:48 -04:00
Paul Gilbert
6847da28b2 SHERLOCK: RT: Fix sitting down at lab table 2015-07-19 22:10:05 -04:00
Paul Gilbert
81125fd5d7 SHERLOCK: RT: Add dirty rect call to transBlitFrom 2015-07-19 21:11:51 -04:00
Paul Gilbert
097b52b661 SHERLOCK: RT: Fix loading saves where the screen is scrolled 2015-07-19 20:12:08 -04:00
Paul Gilbert
87a91e69e6 SHERLOCK: RT: Fix walking when the screen is scrolled 2015-07-19 19:40:51 -04:00
Paul Gilbert
4e7a4695e0 SHERLOCK: RT: Hide any active tooltip when the scene changes 2015-07-19 19:26:36 -04:00
Paul Gilbert
b0c1e6efaa SHERLOCK: RT: Implement using items on scene objects 2015-07-19 19:23:16 -04:00
Paul Gilbert
48f5ef847f SHERLOCK: RT: Fix tooltip display when using inventory item 2015-07-19 18:56:08 -04:00
Filippos Karapetis
23471eeb53 CREATE_PROJECT: Use NULL instead of nullptr
This allows create_project to be built with the C99 standard, instead
of C11
2015-07-20 01:00:09 +03:00
Filippos Karapetis
bf06576498 CREATE_PROJECT: Rename XCodeProvider -> XcodeProvider 2015-07-20 01:00:09 +03:00