Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-06 | Add initial support for VKB and keymapper shortcuts. | Lars Persson | |
Add missing fnmatch function svn-id: r39163 | |||
2009-03-06 | Add subsection for subengine LOL in kyra | Lars Persson | |
svn-id: r39162 | |||
2009-03-06 | Handle subengine LOL in perl script | Lars Persson | |
svn-id: r39161 | |||
2009-03-06 | Add LOL as an enabled engine to enable compilation | Lars Persson | |
svn-id: r39160 | |||
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-06 | Removed the defined(__PLAYSTATION2__) case to re-enable extra paths for PS2. | Max Lingua | |
svn-id: r39144 | |||
2009-03-06 | Added more ps2_* pseudo-posix entries for PS2 backend in | Max Lingua | |
fs/stdiostream.cpp to properly support eof / clearerr. svn-id: r39143 | |||
2009-03-06 | Oops! | Max Lingua | |
Forgot to commit backends/fs/ps2/ps2-fs.cpp in #36014 (here it comes!) svn-id: r39142 | |||
2009-03-06 | Implemented _overlayFormat in Gs2dScreen | Max Lingua | |
Modified PS2FSNode openForReading -> createReadStream openForWriting -> createWriteStream Started Common::EventManager *OSystem::getEventManager() on backend side... svn-id: r39141 | |||
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 | Fix bug #2621207 "GUI: Debug console glitch". | Johannes Schickel | |
svn-id: r39128 | |||
2009-03-04 | Enabled LoL for MSVC | Filippos Karapetis | |
svn-id: r39127 | |||
2009-03-04 | Ease conditional LoL compiling with build systems not based on the default one. | Johannes Schickel | |
svn-id: r39125 | |||
2009-03-04 | Updated the MSVC project files for the SCI engine and the ScummVM common ↵ | Filippos Karapetis | |
code with the latest changes svn-id: r39124 | |||
2009-03-04 | Fixed compilation when ENABLE_LOL is not set | Filippos Karapetis | |
svn-id: r39123 | |||
2009-03-04 | sword1: disable saving/loading through GMM when in game menu | Fabio Battaglia | |
svn-id: r39122 | |||
2009-03-04 | sword1: enable thumbnails when saving through GMM | Fabio Battaglia | |
svn-id: r39121 | |||
2009-03-04 | SCI: Removed unused FEED_MODE_DEAD, extended FIXME comment for FEED_MODE_RESTART | Max Horn | |
svn-id: r39119 | |||
2009-03-04 | SCI: Merged polled player & PCMFeedAudioStream -> PolledPlayerAudioStream | Max Horn | |
svn-id: r39118 | |||
2009-03-04 | SCI: Added FIXME about Opl2 driver hardcoding sample rate. well, we probably ↵ | Max Horn | |
should ditch that one and use our fmopl... svn-id: r39117 | |||
2009-03-04 | SCI: Merged sfx/mixer.cpp into sfx/player/polled.cpp | Max Horn | |
svn-id: r39116 | |||
2009-03-04 | SCI: Replaced sfx_iterator_make_feed and associated code by ↵ | Max Horn | |
Audio::makeLinearInputStream svn-id: r39115 | |||
2009-03-04 | Added capabilities to allow BT Mouse support | Lars Persson | |
svn-id: r39114 | |||
2009-03-04 | SCI: Use Audio::Timestamp instead of sfx_timestamp_t | Max Horn | |
svn-id: r39113 | |||
2009-03-04 | Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ↵ | Max Horn | |
unit test for it, based on the old (and very outdated) timetest.cpp. To be used by Audio::Mixer one day... svn-id: r39112 | |||
2009-03-04 | SCI: mixer cleanup | Max Horn | |
svn-id: r39111 | |||
2009-03-04 | Fixed weirdness in groovie (as reported on scummvm-devel) | Max Horn | |
svn-id: r39109 | |||
2009-03-04 | SCI: Moved script.cpp from scicore/ to engine/ (because its header file is ↵ | Max Horn | |
there, and it seems its funcs are only called from stuff in engine/) svn-id: r39108 | |||
2009-03-04 | SCI: Reduce header interdeps | Max Horn | |
svn-id: r39107 | |||
2009-03-04 | SCI: cleanup | Max Horn | |
svn-id: r39106 |