aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent
AgeCommit message (Expand)Author
2010-03-20removed 'subtitle' option, added missing finalizeVladimir Menshakov
2010-03-20added close()Vladimir Menshakov
2010-03-20added TransientFilePackVladimir Menshakov
2010-03-20marked all methods with virtualVladimir Menshakov
2010-03-20do not read last dummy entry in packVladimir Menshakov
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-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-02-26better flag/scene checking for the last intrusion attemptVladimir Menshakov
2010-02-26added async getFlag(addr)Vladimir Menshakov
2010-02-25interpret several consequent moving command as one. Vladimir Menshakov
2010-02-25reset intro flag after savegame loadingVladimir Menshakov
2010-02-25fixed haystack and fatso problemsVladimir Menshakov
2010-02-25hide mouse while playing cutscenesVladimir Menshakov
2010-02-25fixed delayed callback timingVladimir Menshakov
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-17fixed "Cannot use rake on grass - ID: 2953464"Vladimir Menshakov
2010-02-07removed debug keys, sorryVladimir Menshakov
2010-02-07compile debug keys if NDEBUG was not definedVladimir Menshakov
2010-02-07added background effect for the inventory itemsVladimir Menshakov
2010-02-07removed mark animation and overlay animation hackVladimir Menshakov
2010-02-07do not trigger combine for the one objectVladimir Menshakov
2010-02-07fixed rgb chief glitch in final sceneVladimir Menshakov
2010-02-07added missing haystack callback, fixed fatso visibility bugVladimir Menshakov
2010-02-07committed missing fileVladimir Menshakov
2010-02-07process object callback both on left and right click. skip r-click callback f...Vladimir Menshakov
2010-02-07added setFlag, fixed non-mark's messagesVladimir Menshakov
2010-02-07pathfinding improvements, added async flag settingVladimir Menshakov
2010-02-04added fading in certain areas (bush in forest)Vladimir Menshakov
2010-02-02fixed actor glitchVladimir Menshakov
2010-02-02added all wait'sVladimir Menshakov
2010-02-02added kWait event typeVladimir Menshakov
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Convert more engines from Mixer::playRaw to Mixer::playInputStreamMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-13fix comparison for platforms where char is unsignedJoost Peters
2010-01-10fix #2926655: "Teenagent: Inventory problems on BE systems"Joost Peters
2010-01-09removed useless rtl logsVladimir Menshakov
2010-01-09fixed RTLVladimir Menshakov
2010-01-09log when EVENT_RTL receivedVladimir Menshakov
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08minor fixesVladimir Menshakov