Filippos Karapetis
eaed1b725a
DREAMWEB: Replaced most isCD calls with calls checking for speech
...
This is quite useful for devices with limited storage, where the user
can use the CD version without its speech files
2011-12-28 18:54:17 +02:00
Willem Jan Palenstijn
63da2ac271
DREAMWEB: Clean up some constants
2011-12-28 16:48:10 +01:00
Filippos Karapetis
198900069e
DREAMWEB: Remove some now-redundant references to the DreamWeb namespace
2011-12-28 15:12:30 +02:00
Filippos Karapetis
279746fcf0
DREAMWEB: Completely remove all of the runtime, and move everything into DreamWebEngine
...
Also, remove dead code (allocateMem/deallocateMem)
2011-12-28 15:07:17 +02:00
Willem Jan Palenstijn
57e940f678
DREAMWEB: Move all saved variables to a GameVars struct
...
The data segment is now completely unused.
2011-12-28 13:12:22 +01:00
Willem Jan Palenstijn
4c2d2684ea
DREAMWEB: Mass-move variables out of data
...
This has been done by an automated search/replace, culling unused
variables in the process. The remaining variables in data are all stored
in savegames.
2011-12-28 02:36:52 +01:00
D G Turner
a09fdaa0b1
DREAMWEB: Move 4 volume related variables out of data blob.
2011-12-28 01:31:24 +00:00
D G Turner
5492307982
DREAMWEB: Move 'speechloaded' flag out of data blob.
2011-12-28 00:40:00 +00:00
D G Turner
56191e3928
DREAMWEB: Move 3 sound related variables out of data blob.
2011-12-27 23:49:35 +00:00
Willem Jan Palenstijn
15a1f41e8a
DREAMWEB: Remove reels segment
2011-12-27 23:04:58 +01:00
Willem Jan Palenstijn
d9aed2e00b
DREAMWEB: Convert room text into TextFiles
2011-12-27 23:03:40 +01:00
Willem Jan Palenstijn
f729742f87
DREAMWEB: Convert exText into TextFile
2011-12-27 23:02:33 +01:00
Willem Jan Palenstijn
90cb52b7f6
DREAMWEB: Streamline graphics file access
2011-12-27 23:01:58 +01:00
Willem Jan Palenstijn
8ed39a2b9e
DREAMWEB: Fix uninitialized variable
2011-12-27 23:01:07 +01:00
D G Turner
ead3089fa2
DREAMWEB: Move kCurrentsample out of data blob.
2011-12-27 04:59:56 +00:00
D G Turner
5cfa1899bd
DREAMWEB: Move kQuitRequested out of data blob.
2011-12-27 03:08:43 +00:00
Max Horn
8c8666e811
DREAMWEB: Move backdrop.cpp and more to DreamBase; remove some dead code
2011-12-18 14:13:59 +01:00
Filippos Karapetis
855b5320b3
DREAMWEB: Use ScummVM's save/load dialogs by default
2011-12-17 19:30:48 +02:00
Max Horn
719f3ec178
DREAMWEB: Convert a bunch of stuff to C++
...
Specifically, I started with openOb() and withWhat() which allowed to
remove offset_commandline and offset_openchangesize. A clean conversion of
these required a conversion of printMessage2 and getOpenedSize.
2011-12-15 13:44:40 +01:00
Max Horn
6b226d5943
DREAMWEB: Do savefile reading directly in loadPosition() / scanForNames()
2011-12-11 10:02:50 +01:00
Max Horn
3d753794e6
DREAMWEB: Move savefile creation into DreamGenContext::savePosition
...
Also, make sure the save file is properly finalized before being closed.
2011-12-11 10:01:28 +01:00
Max Horn
dfeb31e187
DREAMWEB: Add DreamWebEngine::getSavegameFilename
2011-12-11 10:01:28 +01:00
Max Horn
364b30425a
DREAMWEB: Make use of member vars of class Engine
2011-12-11 10:01:28 +01:00
Max Horn
5b43fb6be7
DREAMWEB: Code formatting
2011-12-08 19:52:10 +01:00
Filippos Karapetis
5b5a684c05
Merge pull request #128 from fingolfin/dreamweb-segments
...
DREAMWEB: Refactor segment management
2011-12-08 00:31:33 -08:00
Max Horn
cb0a12033b
DREAMWEB: Move more stuff to DreamBase
2011-12-08 00:24:25 +01:00
Max Horn
45a99e7276
DREAMWEB: Move sound related code to a new source file
2011-12-07 21:58:31 +01:00
Max Horn
4c64f87892
DREAMWEB: Some more workspace cleanup
2011-12-07 14:19:44 +01:00
Max Horn
0737888e0f
DREAMWEB: Avoid accessing DreamWebEngine::_context whenever possible
2011-12-07 11:50:06 +01:00
Max Horn
3056c39a75
DREAMWEB: Convert volumeAdjust
2011-12-07 11:47:21 +01:00
Max Horn
f37b748676
DREAMWEB: Merge DreamWeb::fadeDos into DreamGenContext::fadeDOS
2011-12-07 11:19:48 +01:00
Max Horn
ce8b1e06c7
DREAMWEB: Merge DreamWebEngine::setPalette into DreamGenContext::showGroup
2011-12-07 11:15:37 +01:00
Max Horn
641e1bff59
DREAMWEB: Make DreamBase::engine protected
2011-12-07 11:07:42 +01:00
Max Horn
dc34fc1dfb
DREAMWEB: Move generated constants out of class DreamGenContext
2011-12-07 10:32:22 +01:00
Bertrand Augereau
dfd1ff2db3
DREAMWEB: kTempCharset and kCurrentSet are managed out of the VM
2011-12-04 18:54:08 +01:00
Bertrand Augereau
87ac82db27
DREAMWEB: kIcons1 and kIcons2 ownership transferred from the VM to the engine
2011-12-04 18:23:30 +01:00
Willem Jan Palenstijn
d9e31be349
DREAMWEB: Convert 'readKey' and the keyboard buffer
2011-12-04 10:11:28 +01:00
Willem Jan Palenstijn
94fffc4327
DREAMWEB: Replace hardcoded constants by their symbolic names
2011-12-03 18:48:44 +01:00
D G Turner
349cbc527f
DREAMWEB: Fix compilation due to dreamgen.* function renaming.
2011-12-01 19:43:43 +00: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
Willem Jan Palenstijn
21260b35c6
DREAMWEB: Fix OOM check
2011-11-01 16:00:59 +01:00
Bertrand Augereau
0baa0afb38
DREAMWEB: Better 'mouseCall' api, DreamWebEngine should not use _context, ideally
2011-08-25 07:46:23 +02:00
Willem Jan Palenstijn
8a5c8f3320
DREAMWEB: Add/fix loading from launcher
...
This is very error-prone, and needs testing.
2011-08-18 00:29:17 +02:00
Willem Jan Palenstijn
7280a569cb
DREAMWEB: Hook up ScummVM save/load menu
...
The ScummVM menu will be used if dreamweb_originalsaveload
is set to true. This is very error-prone, and needs testing.
2011-08-18 00:28:08 +02:00
Christoph Mallon
23a0f5318c
JANITORIAL: Remove trailing empty lines.
2011-08-07 13:53:33 +02:00
Eugene Sandulenko
78f1ea7690
OSYSTEM: extended installTimerProc() with timer ID parameter
2011-08-06 11:28:35 +01:00
eriktorbjorn
e25e85fbb0
DREAMWEB: Blacklist and reimplement cancelch0() and cancelch1()
...
Now any sound playing on the channels is stopped immediately. This
fixes missing voice-overs in the intro, makes it possible to skip
lines of conversation, and fixes a problem where the sound effect
from the Altar Room would keep playing after leaving the room.
Possibly other glitches as well.
2011-07-20 13:15:30 +02:00
Eugene Sandulenko
540d0260e6
DREAMWEB: Add ScummVM headers, remove SVN keywords.
2011-07-19 11:26:40 +01:00
eriktorbjorn
c378aadc3f
DREAMWEB: Fix Valgrind warning
2011-07-18 10:31:13 +02:00