Johannes Schickel
53cf9e6409
Only setup 'cdaudio' config default for FM-Towns/PC98.
...
svn-id: r34522
2008-09-14 14:58:37 +00:00
Johannes Schickel
9ec7c3eaca
Added a hack in KyraMetaEngine::listSaves to prevent slot 0 from being listed. Check comment for additional information.
...
svn-id: r34521
2008-09-14 14:08:14 +00:00
Johannes Schickel
ba58358c8d
Rename save slots in KyraMetaEngine::removeSaveState, so it matches behavior in GUI_v2::deleteMenu at least a little bit more.
...
svn-id: r34520
2008-09-14 14:01:24 +00:00
Max Horn
f8ccd2dede
SCUMM: Got rid of class Chunk
...
svn-id: r34518
2008-09-13 22:41:30 +00:00
Max Horn
15d16b94a7
SCUMM: Merged class Chunk & FileChunk
...
svn-id: r34517
2008-09-13 20:22:52 +00:00
Max Horn
71a204d63c
SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunk
...
svn-id: r34516
2008-09-13 20:04:19 +00:00
Eugene Sandulenko
eefefa0afa
Portability fixes.
...
svn-id: r34515
2008-09-13 17:41:42 +00:00
Max Horn
655ce26b3f
Big patch changing the signature of various Stream methods (some ports may need to be slightly tweaked to fix overloading errors/warnings)
...
svn-id: r34514
2008-09-13 16:51:46 +00:00
Torbjörn Andersson
b86a047164
Indentation.
...
svn-id: r34513
2008-09-13 15:23:23 +00:00
Lars Persson
2befee869b
Fixed rev nr. 130 will give wrong ver. in installation.
...
svn-id: r34512
2008-09-13 08:35:38 +00:00
Lars Persson
472fc70b4d
Fixed drascula dat path and version nr.
...
svn-id: r34511
2008-09-13 08:34:38 +00:00
Travis Howell
a6c4f39e41
Add missing targets.
...
svn-id: r34508
2008-09-13 00:33:40 +00:00
Filippos Karapetis
369939121b
New version of drascula.dat
...
svn-id: r34505
2008-09-12 12:55:25 +00:00
Filippos Karapetis
e7865cd3df
New version of the create_drascula tool
...
svn-id: r34504
2008-09-12 12:54:47 +00:00
Filippos Karapetis
cbf561a0a0
- Moved more animation data inside drascula.dat
...
- Merged copyRect and copyRectClip
- Added enums for all the possible character directions and removed duplicate directions
- Extended the talk sequence commands a bit
- Removed unnecessary buffer faceBuffer and the unneeded casts between byte * and char * that were used
svn-id: r34503
2008-09-12 12:54:16 +00:00
Johannes Schickel
31c72ace1b
Fixed slot 0 savefile name in Kyra3. (Now using 'New game' instead of 'German')
...
svn-id: r34502
2008-09-12 12:25:56 +00:00
Travis Howell
e012df95b1
Fix compiling under mingw, when using latest mingw-runtime (3.15).
...
svn-id: r34501
2008-09-12 01:28:28 +00:00
Lars Persson
169edfccf3
Added SymbianStream.h for SymbianStdioStream definition
...
Renamed Symbian stream implementation to
SymbianStdioStream instead of StdioStream.
svn-id: r34498
2008-09-11 21:32:40 +00:00
Johannes Schickel
73174eb8ef
Little more cleanup.
...
svn-id: r34497
2008-09-11 20:34:46 +00:00
Johannes Schickel
d996b305c5
- Moved delete confirm dialog to SaveLoadChooser, allows the user to check which save he was trying to delete
...
- Cleaned up the SaveLoadChooser / Launcher code
-> Should reduce memory usage a little bit
svn-id: r34496
2008-09-11 20:20:02 +00:00
Johannes Schickel
0a35842954
Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState".
...
svn-id: r34495
2008-09-11 19:47:45 +00:00
Filippos Karapetis
6fd2cb99db
Cleanup
...
svn-id: r34494
2008-09-11 15:35:56 +00:00
Filippos Karapetis
a12e2b8037
- Merged openDoor() and closeDoor()
...
- Cleaned up updateDoor()
- Bugfixes to exitRoom() and gotoObject()
- Moved cursor-related functions to interface.cpp
- alapuertakeva -> roomExits
svn-id: r34493
2008-09-11 14:49:04 +00:00
Nicola Mettifogo
166386b581
Added first version of the SearchManager, as it is presented in patch tracker item 2093502.
...
svn-id: r34492
2008-09-11 13:24:01 +00:00
Filippos Karapetis
224f95537b
Code optimizations from Fingolfin
...
svn-id: r34491
2008-09-11 12:04:45 +00:00
Filippos Karapetis
c6af2e81e8
Cleanup
...
svn-id: r34490
2008-09-11 09:37:42 +00:00
Filippos Karapetis
02aad34ec7
Fixed the hotspot for the crosshair cursor
...
svn-id: r34489
2008-09-11 09:33:15 +00:00
Filippos Karapetis
fa3d3e3643
- The game's cursor is now handled via ScummVM's cursor manager, instead of the game itself (this means that there might be regressions where the cursor is visible when it shouldn't be)
...
- Removed the textSurface pointer, which was used in the Spanish version. Non-Spanish versions of the game hold the font data in the tableSurface buffer (which contains picture 96). The font data for Spanish versions is in picture 974. Now both versions load their font data from the tableSurface buffer
- hay_que_load -> loadedDifferentChapter
- Merged withoutVerb() and selectVerb()
This is a big change, it might lead to regressions!
svn-id: r34488
2008-09-11 09:31:45 +00:00
Max Horn
19dd03dfa8
Remove obsolete note about fopen
...
svn-id: r34487
2008-09-11 09:28:14 +00:00
Max Horn
62a75f2615
Added detection for 4-language floppy version of DW (see report on forum post 39703)
...
svn-id: r34486
2008-09-11 09:26:27 +00:00
Max Horn
14ac01a11a
Simplify check for a slash in the string *g*
...
svn-id: r34485
2008-09-11 09:25:13 +00:00
Johannes Schickel
25d79f8918
Cleanup.
...
svn-id: r34484
2008-09-10 20:47:58 +00:00
Oystein Eftevaag
3b83564ad5
Merged up iPhone backend changes from 0.12 to trunk
...
svn-id: r34483
2008-09-10 19:46:08 +00:00
Johannes Schickel
a54d1dbde6
Cleanup.
...
svn-id: r34481
2008-09-10 18:01:02 +00:00
Filippos Karapetis
77cd9d6230
Removed the unused variable changeColor
...
svn-id: r34480
2008-09-10 13:06:40 +00:00
Filippos Karapetis
f5fecc864f
Merged all the methods to assign and set default palettes
...
svn-id: r34479
2008-09-10 12:03:42 +00:00
Max Horn
4a2a9f49ca
Small fix to help with compile problems on Amiga
...
svn-id: r34474
2008-09-10 09:20:38 +00:00
Filippos Karapetis
3202ef4dd1
Reduced game memory usage by about 400KB by only loading the current language strings, not all strings
...
svn-id: r34472
2008-09-10 08:25:12 +00:00
Filippos Karapetis
cde2ee58b1
Fix for bug #2102828 - "AGOS - compilation error, uninitialized variable"
...
svn-id: r34469
2008-09-10 06:59:55 +00:00
Filippos Karapetis
fbc75cc8e5
Fix in the Igor engine for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-errors"
...
svn-id: r34468
2008-09-10 06:57:32 +00:00
Johannes Schickel
6fad6711d9
Changed static resource code to use Streams instead of operating on buffers.
...
svn-id: r34467
2008-09-09 18:09:46 +00:00
Filippos Karapetis
cd194805bf
New version of drascula.dat
...
svn-id: r34466
2008-09-09 16:00:28 +00:00
Filippos Karapetis
64228b1973
New version of the create_drascula tool
...
svn-id: r34465
2008-09-09 15:59:52 +00:00
Filippos Karapetis
932399481a
- Cleanup and simplification
...
- Moved several simple animations out of animation.cpp
- Moved some animations with talk sequences inside drascula.dat
- A new version of drascula.dat is needed (will be uploaded shortly)
svn-id: r34464
2008-09-09 15:59:06 +00:00
Filippos Karapetis
2ddadd7a45
Cleanup of exitRoom()
...
svn-id: r34463
2008-09-09 12:57:57 +00:00
Filippos Karapetis
d829f40f08
Cleanup
...
svn-id: r34462
2008-09-09 12:57:12 +00:00
Filippos Karapetis
dc304dbde2
Cleanup. Simplified converse()
...
svn-id: r34460
2008-09-09 11:20:34 +00:00
Filippos Karapetis
726e7e7ef9
Committed patch #2100962 - "Saga engine reduced memory usage"
...
svn-id: r34458
2008-09-09 07:05:47 +00:00
Filippos Karapetis
814e27fe40
Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-errors"
...
svn-id: r34457
2008-09-09 06:47:41 +00:00
Nicola Mettifogo
83e09d1aa4
Documented commit 34450 (game path searched recursively).
...
svn-id: r34456
2008-09-08 23:24:20 +00:00