Commit Graph

49644 Commits

Author SHA1 Message Date
Travis Howell
105c90b9d5 AGOS: Fix using saved games from the CD versions of Simon the Sorcerer 2, on the floppy disk versions of Simon the Sorcerer 2. 2011-11-19 17:05:23 +11:00
Paul Gilbert
04ae8dbf20 TSAGE: Properly update user interface when switching between characters in R2RW 2011-11-19 16:28:47 +11:00
Willem Jan Palenstijn
65dec085b3 DREAMWEB: Remove assert when assigning an invalid segmentRef
This is a valid operation when it is performed by a push/pop pair
to save/restore an invalidated segment register, which happens when you die.

Actually dereferencing this invalid segmentRef will still trigger
other existing asserts.
2011-11-18 23:24:41 +01:00
Willem Jan Palenstijn
e59e2e4b19 DREAMWEB: Fix compile error/typo 2011-11-18 22:48:34 +01:00
Willem Jan Palenstijn
f4be01b1c1 DREAMWEB: Add some sprite-related comments and names 2011-11-18 22:34:46 +01:00
Willem Jan Palenstijn
13b2e89378 DREAMWEB: Clean up loop 2011-11-18 19:04:25 +01:00
Bertrand Augereau
351be2d19d DREAMWEB: Comment in 'showcurrentfile' about the file not being displayed in the frame in te upper right corner when you do a LIST 2011-11-18 17:51:26 +01:00
Bertrand Augereau
42c9e24e69 DREAMWEB: Remove now unnecessary push/pop sequence in 'scrollmonitor' 2011-11-18 17:47:55 +01:00
Bertrand Augereau
a09a39794c DREAMWEB: 'showcurrentfile' ported to C++
NB: This commit doesn't change the (wrong) layout of the file text
2011-11-18 17:38:19 +01:00
Bertrand Augereau
29ff93e257 DREAMWEB: 'scrollmonitor' ported to C++ 2011-11-18 16:57:37 +01:00
Filippos Karapetis
5e8d52562d SWORD25: Fixed the language of the Croatian version 2011-11-18 17:52:27 +02:00
Filippos Karapetis
c65146cde1 COMMON: Added Croatian language (for a localized version of BS2.5) 2011-11-18 17:52:26 +02:00
Bertrand Augereau
8e7ea5d461 DREAMWEB: 'worktoscreen' C++ flavour without dirtying the regs 2011-11-18 14:58:23 +01:00
Bertrand Augereau
991370542b DREAMWEB: Fix (bad stride) 2011-11-18 14:57:01 +01:00
Bertrand Augereau
4a641764f7 DREAMWEB: No register dirtying in DreamWebEngine::printUnderMonitor 2011-11-18 11:55:25 +01:00
Bertrand Augereau
eeb3743a58 DREAMWEB: Allow quitting in monitor sequences 2011-11-18 08:58:08 +01:00
Bertrand Augereau
f455e609c9 DREAMWEB: Cleaning in 'input' 2011-11-18 08:40:05 +01:00
Bertrand Augereau
e808034e1d DREAMWEB: 'printchar' now has an overload that doesn't advance x for convenience, and supports NULL output widthheight parameters 2011-11-18 08:39:27 +01:00
Bertrand Augereau
9f1faeb1ab DREAMWEB: 'printcurs', 'delcurs' and 'hangoncurs' moved to monitor.cpp 2011-11-18 08:27:21 +01:00
Bertrand Augereau
26dd3f52f2 DREAMWEB: 'input' ported to C++ 2011-11-18 08:25:39 +01:00
Bertrand Augereau
2631da9409 DREAMWEB: monitor.cpp to mirror monitor.asm 2011-11-18 07:37:31 +01:00
Bertrand Augereau
055464cb6f DREAMWEB: 'deallocatemem' overload that takes a parameter 2011-11-18 07:29:38 +01:00
Bertrand Augereau
8651e0f0d0 DREAMWEB: C++ hardcoding of an asm hardcoded file name 2011-11-18 07:23:21 +01:00
Bertrand Augereau
32b47501a2 DREAMWEB: 'usemon' ported to C++ 2011-11-18 07:21:40 +01:00
Bertrand Augereau
456b7eb14b DREAMWEB: 'fadeupmonfirst' ported to C++ 2011-11-18 07:01:36 +01:00
Bertrand Augereau
8a7705394e DREAMWEB: 'printlogo' ported to C++ 2011-11-18 06:52:34 +01:00
Bertrand Augereau
37052c1762 DREAMWEB: 'fadeupyellows' ported to C++ 2011-11-18 06:46:58 +01:00
Bertrand Augereau
bb63c3f753 DREAMWEB: 'hangoncurs' ported to C++ 2011-11-18 06:36:31 +01:00
Bertrand Augereau
46a6b30a27 DREAMWEB: Wrapped kTextunder buffer in an accessor 2011-11-18 06:30:12 +01:00
Bertrand Augereau
5461b03983 DREAMWEB: 'delcurs' ported to C++ 2011-11-18 06:25:54 +01:00
Johannes Schickel
cfac223cee KYRA: "Fix" bug #3166235 "KYRA: Crash on startup on OS X due to invalid PAK file".
Now we can show such errors in the debugger, since we initialize and the
screen resolution and the debugger before initializing the resource manager.
This allows our error function to open up the debugger and show the error at
least.

A better feedback to the user might be desirable, but it is not really
feasible with our current possibilites for error reporting.
2011-11-18 03:47:51 +01:00
Johannes Schickel
11a7993085 KYRA: Add some assert for debugging purposes. 2011-11-18 03:26:21 +01:00
Johannes Schickel
e8ee551e99 GUI: Disable speech volume slider in subtitle only mode. 2011-11-18 00:33:30 +01:00
Eugene Sandulenko
5420ad7619 Merge pull request #114 from tsoliman/keymapper2
KEYMAPPER: Keymapper improvements 2
2011-11-17 14:22:48 -08:00
Bertrand Augereau
e79dda07f4 DREAMWEB: 'printcurs' ported to C++ 2011-11-18 01:03:49 +01:00
Bertrand Augereau
79be8a541b DREAMWEB: 'loadtempcharset' ported to C++ 2011-11-18 00:14:30 +01:00
Bertrand Augereau
ee1c5ce78a DREAMWEB: 'loadintotemp', 'loadintotemp2', 'loadintotemp3' ported to C++ 2011-11-18 00:01:24 +01:00
Filippos Karapetis
b400e142af SCI: Break the huge kernelFrameOut function into several smaller ones
Also, prefix more class variables with underscores
2011-11-17 22:09:17 +02:00
Filippos Karapetis
10e14367ec SCI: Prefix class variables with underscores 2011-11-17 22:09:16 +02:00
Torbjörn Andersson
877d22652f CREDITS: Mark whoozle as retired
He announced on scummvm-devel that he's leaving.
2011-11-17 20:28:38 +01:00
Filippos Karapetis
2230eaab5e CREATE_PROJECT: Silence warnings 4345 globally and 4355 in Dreamweb 2011-11-17 19:46:32 +02:00
Bertrand Augereau
faf710c095 DREAMWEB: Use of the terser 'standardload' in 'readsetdata' 2011-11-17 18:34:31 +01:00
Bertrand Augereau
088ec69949 DREAMWEB: 'standardload' ported to C++ 2011-11-17 18:31:17 +01:00
Bertrand Augereau
6c51635bb2 DREAWMEB: Cleaning of the sound loading in 'readsetdata' 2011-11-17 18:11:31 +01:00
Bertrand Augereau
8179a6bfa8 DREAMWEB: 'readsetdata' ported to C++ 2011-11-17 17:44:19 +01:00
Bertrand Augereau
21d3062d52 DREAMWEB: 'loadpalfromiff' ported to C++ 2011-11-17 17:05:52 +01:00
Alyssa Milburn
8f60377097 CREDITS: Add myself for Composer. 2011-11-17 17:00:58 +01:00
Alyssa Milburn
8b8f70c3a5 SCI: Add newline back to get rid of the warning. 2011-11-17 16:52:00 +01:00
Bertrand Augereau
a389f1e46e DREAMWEB: 'oldtonames' and 'namestoold' ported to C++ 2011-11-17 15:23:12 +01:00
Bertrand Augereau
3e049c0123 DREAMWEB: Old flavour of 'startloading' is not needed anymore 2011-11-17 14:52:23 +01:00