Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-09-14 | Only setup 'cdaudio' config default for FM-Towns/PC98. | Johannes Schickel | |
svn-id: r34522 | |||
2008-09-14 | Added a hack in KyraMetaEngine::listSaves to prevent slot 0 from being ↵ | Johannes Schickel | |
listed. Check comment for additional information. svn-id: r34521 | |||
2008-09-14 | Rename save slots in KyraMetaEngine::removeSaveState, so it matches behavior ↵ | Johannes Schickel | |
in GUI_v2::deleteMenu at least a little bit more. svn-id: r34520 | |||
2008-09-13 | SCUMM: Got rid of class Chunk | Max Horn | |
svn-id: r34518 | |||
2008-09-13 | SCUMM: Merged class Chunk & FileChunk | Max Horn | |
svn-id: r34517 | |||
2008-09-13 | SCUMM: Merged class BaseChunk & Chunk; got rid of MemoryChunk | Max Horn | |
svn-id: r34516 | |||
2008-09-13 | Portability fixes. | Eugene Sandulenko | |
svn-id: r34515 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-13 | Indentation. | Torbjörn Andersson | |
svn-id: r34513 | |||
2008-09-13 | Fixed rev nr. 130 will give wrong ver. in installation. | Lars Persson | |
svn-id: r34512 | |||
2008-09-13 | Fixed drascula dat path and version nr. | Lars Persson | |
svn-id: r34511 | |||
2008-09-13 | Add missing targets. | Travis Howell | |
svn-id: r34508 | |||
2008-09-12 | New version of drascula.dat | Filippos Karapetis | |
svn-id: r34505 | |||
2008-09-12 | New version of the create_drascula tool | Filippos Karapetis | |
svn-id: r34504 | |||
2008-09-12 | - Moved more animation data inside drascula.dat | Filippos Karapetis | |
- 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 | Fixed slot 0 savefile name in Kyra3. (Now using 'New game' instead of 'German') | Johannes Schickel | |
svn-id: r34502 | |||
2008-09-12 | Fix compiling under mingw, when using latest mingw-runtime (3.15). | Travis Howell | |
svn-id: r34501 | |||
2008-09-11 | Added SymbianStream.h for SymbianStdioStream definition | Lars Persson | |
Renamed Symbian stream implementation to SymbianStdioStream instead of StdioStream. svn-id: r34498 | |||
2008-09-11 | Little more cleanup. | Johannes Schickel | |
svn-id: r34497 | |||
2008-09-11 | - Moved delete confirm dialog to SaveLoadChooser, allows the user to check ↵ | Johannes Schickel | |
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 | Committed my patch #2105593 "Launcher/MetaEngine: Finnished removeSaveState". | Johannes Schickel | |
svn-id: r34495 | |||
2008-09-11 | Cleanup | Filippos Karapetis | |
svn-id: r34494 | |||
2008-09-11 | - Merged openDoor() and closeDoor() | Filippos Karapetis | |
- Cleaned up updateDoor() - Bugfixes to exitRoom() and gotoObject() - Moved cursor-related functions to interface.cpp - alapuertakeva -> roomExits svn-id: r34493 | |||
2008-09-11 | Added first version of the SearchManager, as it is presented in patch ↵ | Nicola Mettifogo | |
tracker item 2093502. svn-id: r34492 | |||
2008-09-11 | Code optimizations from Fingolfin | Filippos Karapetis | |
svn-id: r34491 | |||
2008-09-11 | Cleanup | Filippos Karapetis | |
svn-id: r34490 | |||
2008-09-11 | Fixed the hotspot for the crosshair cursor | Filippos Karapetis | |
svn-id: r34489 | |||
2008-09-11 | - The game's cursor is now handled via ScummVM's cursor manager, instead of ↵ | Filippos Karapetis | |
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 | Remove obsolete note about fopen | Max Horn | |
svn-id: r34487 | |||
2008-09-11 | Added detection for 4-language floppy version of DW (see report on forum ↵ | Max Horn | |
post 39703) svn-id: r34486 | |||
2008-09-11 | Simplify check for a slash in the string *g* | Max Horn | |
svn-id: r34485 | |||
2008-09-10 | Cleanup. | Johannes Schickel | |
svn-id: r34484 | |||
2008-09-10 | Merged up iPhone backend changes from 0.12 to trunk | Oystein Eftevaag | |
svn-id: r34483 | |||
2008-09-10 | Cleanup. | Johannes Schickel | |
svn-id: r34481 | |||
2008-09-10 | Removed the unused variable changeColor | Filippos Karapetis | |
svn-id: r34480 | |||
2008-09-10 | Merged all the methods to assign and set default palettes | Filippos Karapetis | |
svn-id: r34479 | |||
2008-09-10 | Small fix to help with compile problems on Amiga | Max Horn | |
svn-id: r34474 | |||
2008-09-10 | Reduced game memory usage by about 400KB by only loading the current ↵ | Filippos Karapetis | |
language strings, not all strings svn-id: r34472 | |||
2008-09-10 | Fix for bug #2102828 - "AGOS - compilation error, uninitialized variable" | Filippos Karapetis | |
svn-id: r34469 | |||
2008-09-10 | Fix in the Igor engine for bug #2101083 - "ANY - MSVC71 compilation fails ↵ | Filippos Karapetis | |
due to warnings-as-errors" svn-id: r34468 | |||
2008-09-09 | Changed static resource code to use Streams instead of operating on buffers. | Johannes Schickel | |
svn-id: r34467 | |||
2008-09-09 | New version of drascula.dat | Filippos Karapetis | |
svn-id: r34466 | |||
2008-09-09 | New version of the create_drascula tool | Filippos Karapetis | |
svn-id: r34465 | |||
2008-09-09 | - Cleanup and simplification | Filippos Karapetis | |
- 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 | Cleanup of exitRoom() | Filippos Karapetis | |
svn-id: r34463 | |||
2008-09-09 | Cleanup | Filippos Karapetis | |
svn-id: r34462 | |||
2008-09-09 | Cleanup. Simplified converse() | Filippos Karapetis | |
svn-id: r34460 | |||
2008-09-09 | Committed patch #2100962 - "Saga engine reduced memory usage" | Filippos Karapetis | |
svn-id: r34458 | |||
2008-09-09 | Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to ↵ | Filippos Karapetis | |
warnings-as-errors" svn-id: r34457 | |||
2008-09-08 | Documented commit 34450 (game path searched recursively). | Nicola Mettifogo | |
svn-id: r34456 |