Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-07 | SCI: Moved scummvm_get_event to operations.cpp (the only place where it is ↵ | Max Horn | |
used), to ease future refactoring of the event handling code svn-id: r39201 | |||
2009-03-07 | Updated savegame.cfsml | Filippos Karapetis | |
svn-id: r39198 | |||
2009-03-07 | Replaced getInt15 in intstrument-map.cpp as well | Filippos Karapetis | |
svn-id: r39196 | |||
2009-03-07 | The ScummVM debug console is now working (though only the "version" command ↵ | Filippos Karapetis | |
is assigned, for now) svn-id: r39195 | |||
2009-03-07 | Don't show a warning dialog for missing cutscenes in the demo. As noted in bug | Torbjörn Andersson | |
#2669360, the demo tries to play cutscenes which really aren't there. svn-id: r39194 | |||
2009-03-07 | Merged all the different cursor drawing functions inside ↵ | Filippos Karapetis | |
gfxr_interpreter_get_cursor() svn-id: r39192 | |||
2009-03-07 | Replaced gfxprintf | Filippos Karapetis | |
svn-id: r39190 | |||
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis | |
svn-id: r39189 | |||
2009-03-07 | Removed unused code | Filippos Karapetis | |
svn-id: r39188 | |||
2009-03-07 | LOL: - implemented some opcodes( | Florian Kagerer | |
svn-id: r39187 | |||
2009-03-07 | Don't crash if a cutscene is missing. (Like they are in the demo, for instance.) | Torbjörn Andersson | |
svn-id: r39186 | |||
2009-03-07 | Fixed crash when reading some SCI1 resource map | Greg Frieger | |
svn-id: r39185 | |||
2009-03-07 | Patch #2671477: Fix wrong usage of strncat | Willem Jan Palenstijn | |
svn-id: r39184 | |||
2009-03-07 | Fix buffer overflow in matchSaveGame(). | Travis Howell | |
svn-id: r39182 | |||
2009-03-07 | Fixed some method parameters, changed the main loop to a method of the ↵ | Paul Gilbert | |
engine class, and moved the frame delay code to the main loop to make the game more responsive to events svn-id: r39180 | |||
2009-03-07 | SCI: Replaced linked list of Sci1Samples by a Common::List | Max Horn | |
svn-id: r39178 | |||
2009-03-07 | SCI: More cleanup in the song iterator codebase | Max Horn | |
svn-id: r39177 | |||
2009-03-07 | SCI: Removed resource_map.o and resource_patch.o from module.mk | Max Horn | |
svn-id: r39176 | |||
2009-03-07 | Added detection of SCI1.1 and SCI32 resource volumes | Greg Frieger | |
svn-id: r39175 | |||
2009-03-07 | Merged scicore/resource_map.cpp and scicore/resource_patch.cpp to ↵ | Greg Frieger | |
scicore/resource.cpp because these remaining functions are members of ResourceManager svn-id: r39172 | |||
2009-03-07 | Cleaned / reworked readResourceMapSCI0 and readResourceMapSCI1 | Greg Frieger | |
Removed unused functions and #defines svn-id: r39171 | |||
2009-03-07 | Use map/volume versions from detection.cpp if set | Greg Frieger | |
svn-id: r39170 | |||
2009-03-07 | Map/volume loader and version detection functions cleaned and reworked. | Greg Frieger | |
Autodetection still misdetects some SCI1/SCI1.1 games though. svn-id: r39169 | |||
2009-03-06 | LOL: - some opcodes for the first throne room sequence | Florian Kagerer | |
svn-id: r39168 | |||
2009-03-06 | SongIterator is a class, not a struct | Filippos Karapetis | |
svn-id: r39167 | |||
2009-03-06 | LOL: - doors can now be opened and closed | Florian Kagerer | |
- some more work on monster walk code svn-id: r39166 | |||
2009-03-06 | SCI: Reduce SFX header dependencies | Max Horn | |
svn-id: r39159 | |||
2009-03-06 | SCI: Continued C++ification of SongIterator code | Max Horn | |
svn-id: r39158 | |||
2009-03-06 | SCI: Fixed (I hope) song iterator death listeners; and some cleanup | Max Horn | |
svn-id: r39157 | |||
2009-03-06 | SCI: Started to revamp the song iterator death notification system (which ↵ | Max Horn | |
currently is mess :) svn-id: r39156 | |||
2009-03-06 | Cleanup and unification. Merged decryptinit3() inside decrypt3() | Filippos Karapetis | |
svn-id: r39155 | |||
2009-03-06 | SongIterator is a class, not a struct | Filippos Karapetis | |
svn-id: r39154 | |||
2009-03-06 | Switch pause key to Pause in AGOS engine, and drop the debug keys. | Travis Howell | |
svn-id: r39153 | |||
2009-03-06 | SCI: C++ifyed SongIterator and its subclasses | Max Horn | |
svn-id: r39152 | |||
2009-03-06 | SCI: Some cleanup to the SongIteratorMessage code | Max Horn | |
svn-id: r39151 | |||
2009-03-06 | SCI: Converted SongIterator::get_pcm_feed into a virtual method | Max Horn | |
svn-id: r39150 | |||
2009-03-06 | SCI: Restructured PolledPlayerAudioStream::readBuffer a bit | Max Horn | |
svn-id: r39149 | |||
2009-03-06 | SCI: Renamed lots of classes related to song iterators; allocate song ↵ | Max Horn | |
iterators via new/delete instead of malloc/free svn-id: r39148 | |||
2009-03-06 | cleanup | Joost Peters | |
svn-id: r39147 | |||
2009-03-05 | - Change Resource::LRU to use Common::List | Greg Frieger | |
- Real patch filename stored and used instead of calling patch_sprintf_funct() - some fprintf()s replaced with debug() and warning() svn-id: r39140 | |||
2009-03-05 | Removed Resource.location_dir_name | Greg Frieger | |
svn-id: r39139 | |||
2009-03-05 | readResourcePatchesSCI0 and readResourcePatchesSCI1 merged. Some clean-ups | Greg Frieger | |
svn-id: r39138 | |||
2009-03-05 | don't crash if sound has been disabled or the backend driver failed to ↵ | Andre Heider | |
initialize. svn-id: r39137 | |||
2009-03-05 | Add minor verb code differences in Elvira 1/2. | Travis Howell | |
svn-id: r39136 | |||
2009-03-05 | Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ↵ | Max Horn | |
well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions svn-id: r39135 | |||
2009-03-05 | Added a missing NULLing | Sven Hesse | |
svn-id: r39134 | |||
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-04 | sword1: removed custom checks for thumbnails, using graphics/thumbnail.h ↵ | Fabio Battaglia | |
functions instead svn-id: r39130 | |||
2009-03-04 | Ease conditional LoL compiling with build systems not based on the default one. | Johannes Schickel | |
svn-id: r39125 | |||
2009-03-04 | Fixed compilation when ENABLE_LOL is not set | Filippos Karapetis | |
svn-id: r39123 |