aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-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-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
2009-03-09Added LGOP2 detection entries:Benjamin Haisch
2009-03-09SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun...Max Horn
2009-03-09Add more code differences in PN.Travis Howell
2009-03-09Cleanup.Travis Howell
2009-03-09Minor cleanup.Travis Howell
2009-03-09Changed _inputting & _inputReady from uint8 to bool.Travis Howell
2009-03-09AGOS: Changed _leftButtonDown & _rightButtonDown from byte to intMax Horn
2009-03-09Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as s...Max Horn
2009-03-09cleanup ;-)Max Horn
2009-03-09Change Personal Nightmare support to optional, until setjmp/longjmp code is c...Travis Howell
2009-03-09Add comment to getlong().Travis Howell
2009-03-09LOL: added scene animations (like that fountain right at the start)Florian Kagerer
2009-03-09LOL: minor fix for text displayer (text pages now advance automatically when ...Florian Kagerer
2009-03-08LOL: some more work on the text displayer so that it handles longer texts (ne...Florian Kagerer
2009-03-08Replace samewrd() function, with scumm_strnicmp.Travis Howell
2009-03-08Add loading of hard coded icon data in the AtariST version of PN.Travis Howell
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-08some cleanupMax Horn
2009-03-08Added game object data files for dino and FTA2Filippos Karapetis
2009-03-08- Reworked the different file types a bitFilippos Karapetis
2009-03-08Correct more errors in hitBox8().Travis Howell
2009-03-08Oops, fix size argument to memset call.Johannes Schickel
2009-03-08Variable _oneClick is a byte, so we can't compare it to boolean true/falseFilippos Karapetis
2009-03-08Restore potentially useful info deleted in r39188Willem Jan Palenstijn
2009-03-08Cleanup.Travis Howell
2009-03-08Fix boxes not blocking control/priority map.Willem Jan Palenstijn
2009-03-08- CleanupJohannes Schickel
2009-03-08Cleanup.Johannes Schickel
2009-03-08Correct error in hitBox8().Travis Howell
2009-03-08Cleanup.Travis Howell
2009-03-08Cleanup.Johannes Schickel
2009-03-08Clarify several errors messages.Travis Howell
2009-03-08Don't attempt to load save game slot in PN, if no match found.Travis Howell
2009-03-08Re-use save game slot, if the name matches, when saving in PN.Travis Howell
2009-03-08Add initial support for Personal Nightmare.Travis Howell