aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
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 compile of SCI engine.Travis Howell
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-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-09SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...Max Horn
2009-03-09Don't adjust data pointer in makeStream.Willem Jan Palenstijn
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-09SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...Max Horn
2009-03-08Added more missing NULLingSven Hesse
2009-03-08Formatting.Johannes Schickel
2009-03-08Fix warning.Johannes Schickel
2009-03-08Fix missing return.Willem Jan Palenstijn
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-08Restore potentially useful info deleted in r39188Willem Jan Palenstijn
2009-03-08Fix boxes not blocking control/priority map.Willem Jan Palenstijn
2009-03-08SCI: Fixed regression in new_fast_forward_iteratorMax Horn
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max Horn
2009-03-08SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header fileMax Horn
2009-03-08SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16Max Horn
2009-03-08SCI: Added new header gfx/font.h and removed some dead codeMax Horn
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-07SCI: Reduced header interdependencies some moreMax Horn
2009-03-07SCI: Moved scummvm_get_event to operations.cpp (the only place where it is us...Max Horn
2009-03-07Updated savegame.cfsmlFilippos Karapetis
2009-03-07Replaced getInt15 in intstrument-map.cpp as wellFilippos Karapetis
2009-03-07The ScummVM debug console is now working (though only the "version" command i...Filippos Karapetis
2009-03-07Merged all the different cursor drawing functions inside gfxr_interpreter_get...Filippos Karapetis
2009-03-07Replaced gfxprintfFilippos Karapetis
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-07Removed unused codeFilippos Karapetis
2009-03-07Fixed crash when reading some SCI1 resource mapGreg Frieger
2009-03-07SCI: Replaced linked list of Sci1Samples by a Common::ListMax Horn
2009-03-07SCI: More cleanup in the song iterator codebaseMax Horn
2009-03-07SCI: Removed resource_map.o and resource_patch.o from module.mkMax Horn
2009-03-07Added detection of SCI1.1 and SCI32 resource volumesGreg Frieger
2009-03-07Merged scicore/resource_map.cpp and scicore/resource_patch.cpp to scicore/res...Greg Frieger
2009-03-07Cleaned / reworked readResourceMapSCI0 and readResourceMapSCI1Greg Frieger
2009-03-07Use map/volume versions from detection.cpp if setGreg Frieger
2009-03-07Map/volume loader and version detection functions cleaned and reworked.Greg Frieger