aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent/teenagent.cpp
AgeCommit message (Expand)Author
2011-10-23TEENAGENT: Improve code formatting.Johannes Schickel
2011-08-07TEENAGENT: Pass streams as references.Christoph Mallon
2011-06-23TEENAGENT: Allocate large buffers on the heap instead of the stackJulien
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-17TEEN: Use only one RandomSource and give that one a name.Max Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-02-14TEENAGENT: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-07ALL: Fix whitespaces / indentionMax Horn
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-01-31TEENAGENT: Fix Memory Leaks.David Turner
2010-11-08COMMON: Push #include audiocd.h in system.h out to .cpp filesMax Horn
2010-11-08BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes onlyMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-07-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
2010-05-07added voices pack/cd music supportVladimir Menshakov
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-04-28added cd-version detection and cdlogo.res supportVladimir Menshakov
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
2010-04-07fixed crash during time challenges (rclick without object)Vladimir Menshakov
2010-03-24validate path before examining objectVladimir Menshakov
2010-03-21preload inventory graphics on loadVladimir Menshakov
2010-03-21-added overlay rendering flagVladimir Menshakov
2010-03-20ported all code to ScopedPtrVladimir 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-20fixed stream leaksVladimir Menshakov
2010-03-20restored subtitle featureVladimir Menshakov
2010-03-20removed 'subtitle' option, added missing finalizeVladimir Menshakov
2010-03-18code convention fixes mentioned by Max HornVladimir Menshakov
2010-03-18removed 'varia.res' from the resident pack filesVladimir Menshakov
2010-03-18added abstract Pack class, moved code into FilePack and MemoryPackVladimir Menshakov
2010-02-26added async getFlag(addr)Vladimir Menshakov
2010-02-25reset intro flag after savegame loadingVladimir Menshakov
2010-02-25hide mouse while playing cutscenesVladimir Menshakov
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-07added setFlag, fixed non-mark's messagesVladimir 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