aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
AgeCommit message (Expand)Author
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
2009-03-01Fixed windows and text drawing problem in SCI1Greg Frieger
2009-03-01SCI: Start converting MessageState into a classJordi Vilalta Prat
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow...Max Horn
2009-02-28strip trailing newline in SCI debuggerWillem Jan Palenstijn
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-28clean up some warningsAndre Heider
2009-02-28SCI: Renamed some kernel types and general cleanupJordi Vilalta Prat
2009-02-28Add support for saving Common::String objects.Willem Jan Palenstijn
2009-02-28Make CFSML writers take const argumentsWillem Jan Palenstijn
2009-02-27Fix reading corrupted saves.Willem Jan Palenstijn
2009-02-27fix warnings and memleaks in savegame.cfsmlWillem Jan Palenstijn
2009-02-27sync savegame.cfsml with include/ dir changesWillem Jan Palenstijn