Andrei Prykhodko
8ec93852ad
PINK: fixed stopping audioInfo before starting walk
2018-07-02 11:47:22 +03:00
Andrei Prykhodko
7e3c586412
PINK: changed dynamic_cast to static_cast
2018-07-02 11:47:22 +03:00
Andrei Prykhodko
600049ce4d
PINK: added assert for possible division by zero
2018-07-02 11:47:22 +03:00
Andrei Prykhodko
114bd5367c
PINK: fixed uninitialized field in InventoryMgr
2018-07-02 11:47:22 +03:00
Andrei Prykhodko
68f609b9d3
PINK: added missing break
2018-07-01 21:30:10 +03:00
Andrei Prykhodko
95c7dcce90
PINK: added calculation of countries and domains indexes
2018-07-01 10:36:06 +03:00
David Fioramonti
771be9e3a9
TITANIC: Address readSavegameHeader compiler warning
...
A function had a bool return that was not being used
now it is checked and an error is issued if the call fails.
2018-06-30 14:30:35 -07:00
Andrei Prykhodko
0a6993a09b
PINK: fixed uninitialized fields
2018-06-30 23:49:27 +03:00
Andrei Prykhodko
22f6c66393
PINK: added thumb moving in PDA
2018-06-30 23:29:45 +03:00
Bastien Bouclet
b40e93e11a
MOHAWK: Push down the include of advancedDetector.h
...
So the whole engine is not recompiled when making changes to the
detection code.
2018-06-30 21:57:18 +02:00
Andrei Prykhodko
0ed412a8ab
PINK: fixed compilation error
2018-06-30 20:20:25 +03:00
Paul Gilbert
eb829a33c9
XEEN: Split the Adlib sound driver into it's own file
2018-06-30 10:20:15 -07:00
Andrei Prykhodko
ca79603a1e
PINK: removed unused field
2018-06-30 20:16:40 +03:00
Andrei Prykhodko
4f13195e8c
PINK: added PDA rightHand movement
2018-06-30 20:04:11 +03:00
Andrei Prykhodko
5294c8d252
PINK: fixed possible bug when curFrame is -1
2018-06-30 19:43:34 +03:00
Andrei Prykhodko
d38ed02895
PINK: removed comments about ActionLoop Random style
2018-06-30 19:43:34 +03:00
Andrei Prykhodko
5a25e445da
PINK: removed empty method call
2018-06-30 17:12:58 +03:00
Andrei Prykhodko
326f21c1a9
PINK: fixed compiler warnings
2018-06-30 17:12:39 +03:00
Andrei Prykhodko
5fd27cc8ce
PINK: updated engine description
2018-06-30 15:58:22 +03:00
Andrei Prykhodko
35a3389cea
PINK: fixed ActionPlayWithSfx
2018-06-30 15:54:37 +03:00
Andrei Prykhodko
516fbe05b3
PINK: fixed DecrementDomain command
2018-06-30 15:31:01 +03:00
Andrei Prykhodko
d0adf31467
PINK: removed unnecessary function
2018-06-30 15:30:36 +03:00
Andrei Prykhodko
5f0fec7de2
PINK: fixed various PDA bugs
2018-06-30 15:18:03 +03:00
Andrei Prykhodko
ef9892dbd4
PINK: implemented Inc/Dec Countries/Domains commands
2018-06-30 12:54:52 +03:00
Andrei Prykhodko
699f38b5fd
PINK: implemented Peril's PDA init
2018-06-30 11:08:42 +03:00
Andrei Prykhodko
f75bb43f91
PINK: fixed loading of GLOBAL pda page
2018-06-30 10:33:50 +03:00
Andrei Prykhodko
4d7bed9675
PINK: removed unnecessary field from PDAPage
2018-06-30 09:01:09 +03:00
Andrei Prykhodko
4938a33fbb
PINK: added pre-loading of global pda page sprites
2018-06-30 08:56:05 +03:00
Cameron Cawley
f9489be3a9
ENGINES: Add missing dependencies for several engines
2018-06-30 00:22:34 +02:00
Thierry Crozat
92d83f5c96
SCI: Add LarryScale option to LSL7 demo
...
I am not actually sure there is any scaling involved
in the demo, but it plays perfectly with this option
enabled, and this makes it consistent with the full
game options.
2018-06-29 23:15:27 +01:00
Torbjörn Andersson
bc1a9b06d4
SCI: Use LarryScale in games that support it, not just LSL7
...
This is the solution discussed in bug #10568 ("SCI: PHANT1: Crash
on startup"). I believe that it's the correct solution, and that
ScummVM will do the right thing, but I'm not 100% sure.
2018-06-29 21:59:39 +02:00
Andrei Prykhodko
d7b4cb0b56
PINK: removed unnecessary loading of same page
2018-06-29 20:36:00 +03:00
Andrei Prykhodko
18a531e4e4
PINK: implemented GoToDomain command
2018-06-29 20:36:00 +03:00
Andrei Prykhodko
2409404740
PINK: added warning about GoToHelp command
2018-06-29 20:36:00 +03:00
Andrei Prykhodko
821f0c60f8
PINK: fixed showing old screen content with new palette
2018-06-29 17:49:21 +03:00
Andrei Prykhodko
91d40fdd69
PINK: implemented GoToPreviousPage command
2018-06-29 17:46:55 +03:00
Andrei Prykhodko
247ba1f587
PINK: fixed mem leak
2018-06-29 17:46:55 +03:00
Andrei Prykhodko
8af0e2c7cc
PINK: fixed PDAButtonActor::isActive method
2018-06-29 17:46:55 +03:00
Andrei Prykhodko
5378db3dc0
PINK: added deserialization of Peril PDA Commands
2018-06-29 17:46:55 +03:00
Andrei Prykhodko
012eedd4c7
PINK: added screen cleaning when entering/exiting to/from PDA
2018-06-29 17:46:55 +03:00
Andrei Prykhodko
6fde729266
PINK: added missing breaks
2018-06-29 16:34:36 +03:00
Andrei Prykhodko
4a4692a5dd
PINK: removed onClick virtual function
2018-06-29 16:30:39 +03:00
Andrei Prykhodko
6ff1db5dfd
PINK: renamed function parameter
2018-06-29 16:26:09 +03:00
Andrei Prykhodko
ab2085f0e8
PINK: fixed sending leftClickMessage under some circumstances
2018-06-29 14:43:57 +03:00
Andrei Prykhodko
c8990f800c
PINK: removed unused LeadActor state
2018-06-29 14:43:57 +03:00
Andrei Prykhodko
36a534ec90
PINK: removed unused constants
2018-06-29 14:43:57 +03:00
Andrei Prykhodko
0c1ef839b6
PINK: added more constants
2018-06-29 14:43:57 +03:00
Andrei Prykhodko
34319e3ac6
PINK: changed unused return type of functions to void
2018-06-29 14:43:57 +03:00
Andrei Prykhodko
1b8928d43c
PINK: remove unused code
2018-06-29 14:43:57 +03:00
Bastien Bouclet
bd56983b42
MOHAWK: RIVEN: Tweak a bit the main menu items
...
* Move the text to the left so the japanese version is not cut.
* Increase the size of the text so it looks better when scaled up.
2018-06-29 13:31:55 +02:00