aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
2009-03-14SCI: Removed more dead codeMax Horn
2009-03-14Removed two empty switch statements to silence an MSVC warningFilippos Karapetis
2009-03-14Changed the "internal" variable inside gfxr_pic_t to priorityTable (cause tha...Filippos Karapetis
2009-03-13SCI: cleanupMax Horn
2009-03-13Changed the parameter passed to isprint() to be unsigned, according to MSDN (...Filippos Karapetis
2009-03-13Added an explanatory comment for commit #39368Filippos Karapetis
2009-03-13LSL5 no longer throws an assertion after the introFilippos Karapetis
2009-03-12EngineState is a struct, not a classFilippos Karapetis
2009-03-12SCI: cleanupMax Horn
2009-03-12SCI: Removed most uses of the 'inline' keyword. It is usually better to let ...Max Horn
2009-03-12SCI: Moved savegame specific stuff from state.h to a new header savegame.hMax Horn
2009-03-12SCI: Removed some dead codeMax Horn
2009-03-11Changed a case inside inline_lookup_node() to non-fatal, for now, to make it ...Filippos Karapetis
2009-03-11Fix heap corruption when assigning the save game directoryFilippos Karapetis
2009-03-11SCI: Removed some dead codeMax Horn
2009-03-10Added FIXME for heap corruption occurring when exiting SCI gamesFilippos Karapetis
2009-03-10SCI: Removing unused line from savegame.cfsml, fixing SongIteratorMessage -> ...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-10SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanupMax Horn
2009-03-09SCI: result_word_t -> ResultWord; switched to Common::List for storing lists ...Max Horn
2009-03-09Fix uninitialized color meta-values.Willem Jan Palenstijn
2009-03-09SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...Max Horn
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max 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-07Updated savegame.cfsmlFilippos Karapetis
2009-03-07Replaced getInt16, getUInt16 and putInt16Filippos Karapetis
2009-03-07SCI: More cleanup in the song iterator codebaseMax Horn
2009-03-06SCI: Reduce SFX header dependenciesMax Horn
2009-03-06SCI: Continued C++ification of SongIterator codeMax Horn
2009-03-06SCI: C++ifyed SongIterator and its subclassesMax Horn
2009-03-06SCI: Some cleanup to the SongIteratorMessage codeMax Horn
2009-03-06SCI: Converted SongIterator::get_pcm_feed into a virtual methodMax Horn
2009-03-06SCI: Renamed lots of classes related to song iterators; allocate song iterato...Max Horn
2009-03-04SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear...Max Horn
2009-03-04SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th...Max Horn
2009-03-04SCI: Reduce header interdepsMax Horn
2009-03-04SCI: cleanupMax Horn
2009-03-03SCI1: Improved color mapping when drawing line/box/text. Text with transparen...Greg Frieger
2009-03-01Partial revert of "Fix handling of parentheses in said specs" (20080705)Willem Jan Palenstijn
2009-03-01SCI: Forgot to commit a couple files after renaming sfx headersMax Horn
2009-03-01SCI: Renamed some sfx header filesMax Horn