aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-10Yet another few tiny formatting fixes.Johannes Schickel
2009-03-10Formatting.Johannes Schickel
2009-03-10Made Decompressor's destructor virtual. (fixes compilation and should fix pos...Johannes Schickel
2009-03-10- Fix warningsJohannes Schickel
2009-03-10Updated the MSVC project files for the SCI engine (added engine/stringfrag.cpp)Filippos Karapetis
2009-03-10Added FIXME for heap corruption occurring when exiting SCI gamesFilippos Karapetis
2009-03-10Synced the rest of the MSVC project files for the SCI engineFilippos Karapetis
2009-03-10- Convert some file references from uint16 to uint32 to suit 11HScott Thomas
2009-03-10Fix compile of CINE engine.Travis Howell
2009-03-10Resource decompression functions moved to scicore\decompressor.cpp and turned...Greg Frieger
2009-03-10Palette-class for Cine-engine, WIP: Take 2. Testing, using and documentation ...Kari Salminen
2009-03-10Use pow() instead of powf() when compiling with MinGW32 to work around a libs...Andre Heider
2009-03-10SCI: Moved cfsml.pl from tools/ to tools/sci/; also fixed circular dependencyMax Horn
2009-03-10SCI: EVIL temporary hack to ensure savegame.cpp is rebuilt when any of the he...Max Horn
2009-03-10SCI: Removing unused line from savegame.cfsml, fixing SongIteratorMessage -> ...Max Horn
2009-03-10SCI: Memory 'ref counting' code is only used by song iterators -> move it the...Max Horn
2009-03-10- Fix code indentationJohannes Schickel
2009-03-10Added missing SVN keywordsFilippos Karapetis
2009-03-10Formatted code to conform to our coding standards. Also, added parentheses to...Filippos Karapetis
2009-03-10- Fix warningJohannes Schickel
2009-03-10Add missing file.Lars Skovlund
2009-03-10Minor fix to deallocate STRING_FRAG segments properlyLars Skovlund
2009-03-10Fixed warningsFilippos Karapetis
2009-03-10String fragments supportLars Skovlund
2009-03-10Fix GMM loading disabled after loading savegame from ScummVM menuFabio Battaglia
2009-03-10Fix compile of SCI engine.Travis Howell
2009-03-10Updated the MSVC project files of the SCI engine and ScummVMFilippos Karapetis
2009-03-10Reverted some of the changes of commit #39192. The cursor reading code has be...Filippos Karapetis
2009-03-10- Renamed files inside gfx/resourceFilippos Karapetis
2009-03-10Fix graphics corruption in 11H FMV streamsScott Thomas
2009-03-10SCI: SongIterator::Message only needs to transfer a single argument, so get r...Max Horn
2009-03-10SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanupMax Horn
2009-03-10SCI: More SongIterator refactoring.Max Horn
2009-03-10Fixed warning in list codeMax Horn
2009-03-10SCUMM: Fix snap scroll dialog messagesMax Horn
2009-03-10Alter/revert last changes to moveCamera(), as VAR_CAMERA_FAST_X is used by a ...Travis Howell
2009-03-10LOL: - some opcodes and interface code so that you can at least get out of th...Florian Kagerer
2009-03-10Add snap scroll option from original games (SCUMM3-5), and enable for earlier...Travis Howell
2009-03-10Groovie: Initial support for different opcode setsJordi Vilalta Prat
2009-03-09Fix for bug #2671611: T7G: Checksums for unknown english 7th Guest cd versionEugene Sandulenko
2009-03-09Fix compiler warnings.Johannes Schickel
2009-03-09Rewrote Common::List iterator code to ensure const correctness is preserved.Max Horn
2009-03-09SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...Max Horn
2009-03-09Personal Nightmare is part of the AGOS engine.Travis Howell
2009-03-09Don't adjust data pointer in makeStream.Willem Jan Palenstijn
2009-03-09LOL: - fixed inventory bugFlorian Kagerer
2009-03-09Fix uninitialized color meta-values.Willem Jan Palenstijn
2009-03-09SCI: Added BaseSongIterator copy constructor which invokey sci_refcount_increfMax Horn
2009-03-09Reset child iterators on deletion.Willem Jan Palenstijn
2009-03-09- Applied patch #2668849 by sunmaxBenjamin Haisch