aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2010-03-24Bugfixes for correctly getting string lengths and cropping drawn textPaul Gilbert
2010-03-23Cine: Fix regression in executePlayerInput (Caused slowness when clicking whe...Kari Salminen
2010-03-23do not skip warp+walk eventsVladimir Menshakov
2010-03-23Added further code for the game dialog frameworkPaul Gilbert
2010-03-23do not close inventory if mouse moves up. better mouseless experience.Vladimir Menshakov
2010-03-23Fix compiler warning.Travis Howell
2010-03-22Patch #2973283: SCUMM: Unneeded pointer dereferenceMax Horn
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-21Fix shadow member of this warnings of gcc.Johannes Schickel
2010-03-21Revert of accidental commit to engines.mkPaul Gilbert
2010-03-21Added framework for displaying game dialogsPaul Gilbert
2010-03-21preload inventory graphics on loadVladimir Menshakov
2010-03-21-added overlay rendering flagVladimir Menshakov
2010-03-21reverted the z-order patch. Vladimir Menshakov
2010-03-20documented psp hackVladimir Menshakov
2010-03-20reverted inventory objects patch, added mark's animation z-order patch.Vladimir Menshakov
2010-03-20fixed inventory object overflowVladimir Menshakov
2010-03-20ported all code to ScopedPtrVladimir Menshakov
2010-03-20Fix out of bounds access.Johannes Schickel
2010-03-20removed local scopedptrVladimir Menshakov
2010-03-20textual cleanupsVladimir Menshakov
2010-03-20cleaned up inventory activation, enter toggles the inventory.Vladimir Menshakov
2010-03-20fixed endianess issueVladimir Menshakov
2010-03-20removed auto_ptr semantics in a favor of boost's scoped_ptrVladimir Menshakov
2010-03-20fixed another stream leakVladimir Menshakov
2010-03-20flush inventory items on savegame load, fixing invalid item tiles after multi...Vladimir Menshakov
2010-03-20documented pack classes, restored old substream creation for FilePackVladimir Menshakov
2010-03-20fixed stream leaksVladimir Menshakov
2010-03-20restored subtitle featureVladimir Menshakov
2010-03-20fixed file leak, cleanupsVladimir Menshakov
2010-03-20fixed compilation errorVladimir Menshakov
2010-03-20use TransientFilePack on pspVladimir Menshakov
2010-03-20removed 'subtitle' option, added missing finalizeVladimir Menshakov
2010-03-20added close()Vladimir Menshakov
2010-03-20added TransientFilePackVladimir Menshakov
2010-03-20Move StringTokenizer to its own files (tokenizer.h/tokenizer.cpp).Johannes Schickel
2010-03-20marked all methods with virtualVladimir Menshakov
2010-03-20do not read last dummy entry in packVladimir Menshakov
2010-03-19Beginnings of hooking up the new logic for current action displayPaul Gilbert
2010-03-18code convention fixes mentioned by Max HornVladimir Menshakov
2010-03-18removed 'varia.res' from the resident pack filesVladimir Menshakov
2010-03-18do not seek for the empty assetsVladimir Menshakov
2010-03-18added abstract Pack class, moved code into FilePack and MemoryPackVladimir Menshakov
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18TINSEL: Change SaveSceneSsData from char* to SAVED_DATA*Max Horn
2010-03-18SCUMM: Add WORKAROUND commentMax Horn
2010-03-18ENGINES: Move SaveStateDescriptor etc. to engine/savestate.*Max Horn
2010-03-18COMMON: Move typedef StringList from str.h to new header str-array.hMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-18Switch from Common::tag2string(foo).c_str() to tag2str(foo)Max Horn