aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-07Updated xcde projectOystein Eftevaag
svn-id: r39191
2009-03-07Replaced gfxprintfFilippos Karapetis
svn-id: r39190
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
svn-id: r39189
2009-03-07Removed unused codeFilippos Karapetis
svn-id: r39188
2009-03-07LOL: - implemented some opcodes(Florian Kagerer
svn-id: r39187
2009-03-07Don't crash if a cutscene is missing. (Like they are in the demo, for instance.)Torbjörn Andersson
svn-id: r39186
2009-03-07Fixed crash when reading some SCI1 resource mapGreg Frieger
svn-id: r39185
2009-03-07Patch #2671477: Fix wrong usage of strncatWillem Jan Palenstijn
svn-id: r39184
2009-03-07Fix buffer overflow in matchSaveGame().Travis Howell
svn-id: r39182
2009-03-07Bye bye FNMatchLars Persson
svn-id: r39181
2009-03-07Fixed 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-07Added Greg and myself to SCI engine credisMax Horn
svn-id: r39179
2009-03-07SCI: Replaced linked list of Sci1Samples by a Common::ListMax Horn
svn-id: r39178
2009-03-07SCI: More cleanup in the song iterator codebaseMax Horn
svn-id: r39177
2009-03-07SCI: Removed resource_map.o and resource_patch.o from module.mkMax Horn
svn-id: r39176
2009-03-07Added detection of SCI1.1 and SCI32 resource volumesGreg Frieger
svn-id: r39175
2009-03-07Modified HashMap ctr to skip _defaultVal() on PS2 to avoid gcc 3.2.2 ICEMax Lingua
svn-id: r39174
2009-03-07Merged 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-07Cleaned / reworked readResourceMapSCI0 and readResourceMapSCI1Greg Frieger
Removed unused functions and #defines svn-id: r39171
2009-03-07Use map/volume versions from detection.cpp if setGreg Frieger
svn-id: r39170
2009-03-07Map/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-06LOL: - some opcodes for the first throne room sequenceFlorian Kagerer
svn-id: r39168
2009-03-06SongIterator is a class, not a structFilippos Karapetis
svn-id: r39167
2009-03-06LOL: - doors can now be opened and closedFlorian Kagerer
- some more work on monster walk code svn-id: r39166
2009-03-06Added save action for CruiseLars Persson
svn-id: r39164
2009-03-06Add initial support for VKB and keymapper shortcuts.Lars Persson
Add missing fnmatch function svn-id: r39163
2009-03-06Add subsection for subengine LOL in kyraLars Persson
svn-id: r39162
2009-03-06Handle subengine LOL in perl scriptLars Persson
svn-id: r39161
2009-03-06Add LOL as an enabled engine to enable compilationLars Persson
svn-id: r39160
2009-03-06SCI: Reduce SFX header dependenciesMax Horn
svn-id: r39159
2009-03-06SCI: Continued C++ification of SongIterator codeMax Horn
svn-id: r39158
2009-03-06SCI: Fixed (I hope) song iterator death listeners; and some cleanupMax Horn
svn-id: r39157
2009-03-06SCI: Started to revamp the song iterator death notification system (which ↵Max Horn
currently is mess :) svn-id: r39156
2009-03-06Cleanup and unification. Merged decryptinit3() inside decrypt3() Filippos Karapetis
svn-id: r39155
2009-03-06SongIterator is a class, not a structFilippos Karapetis
svn-id: r39154
2009-03-06Switch pause key to Pause in AGOS engine, and drop the debug keys.Travis Howell
svn-id: r39153
2009-03-06SCI: C++ifyed SongIterator and its subclassesMax Horn
svn-id: r39152
2009-03-06SCI: Some cleanup to the SongIteratorMessage codeMax Horn
svn-id: r39151
2009-03-06SCI: Converted SongIterator::get_pcm_feed into a virtual methodMax Horn
svn-id: r39150
2009-03-06SCI: Restructured PolledPlayerAudioStream::readBuffer a bitMax Horn
svn-id: r39149
2009-03-06SCI: 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-06cleanupJoost Peters
svn-id: r39147
2009-03-06Removed the defined(__PLAYSTATION2__) case to re-enable extra paths for PS2.Max Lingua
svn-id: r39144
2009-03-06Added more ps2_* pseudo-posix entries for PS2 backend inMax Lingua
fs/stdiostream.cpp to properly support eof / clearerr. svn-id: r39143
2009-03-06Oops!Max Lingua
Forgot to commit backends/fs/ps2/ps2-fs.cpp in #36014 (here it comes!) svn-id: r39142
2009-03-06Implemented _overlayFormat in Gs2dScreenMax 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::ListGreg 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-05Removed Resource.location_dir_nameGreg Frieger
svn-id: r39139
2009-03-05readResourcePatchesSCI0 and readResourcePatchesSCI1 merged. Some clean-upsGreg Frieger
svn-id: r39138
2009-03-05don't crash if sound has been disabled or the backend driver failed to ↵Andre Heider
initialize. svn-id: r39137