aboutsummaryrefslogtreecommitdiff
path: root/engines/teenagent
AgeCommit message (Expand)Author
2011-11-21ALL: Remove unnecessary forward declarations.Christoph Mallon
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-03TEENAGENT: Added robot's dialogue animation.Vladimir Menshakov
2011-11-03TEENAGENT: Added "animation", "actor_animation" and "call" commands to debug ...Vladimir Menshakov
2011-11-02TEENAGENT: removed another duplicated ifVladimir Menshakov
2011-11-02TEENAGENT: fixed typo (duplicate if)Vladimir Menshakov
2011-10-27TEENAGENT: Added missing lock in music player, replaced protected with private.Vladimir Menshakov
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-23TEENAGENT: Improve code formatting.Johannes Schickel
2011-08-07GRAPHICS: Simplify the interface of Graphics::loadThumbnail().Christoph Mallon
2011-08-07TEENAGENT: Pass streams as references.Christoph Mallon
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-06-23TEENAGENT: Allocate large buffers on the heap instead of the stackJulien
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-19TEENAGENT: Get rid of unused variable.Johannes Schickel
2011-06-14DETECTOR: Pass allFiles to AdvancedMetaEngine::fallbackDetect()Max Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-10TEENAGENT: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02ENGINES: Change 2nd param of Engine::saveGameState to Common::StringMax Horn
2011-05-23TEEN: Change Inventory members to comple with CFGMax Horn
2011-05-22ENGINES: Further unify engine namesThierry Crozat
2011-05-17TEEN: Use only one RandomSource and give that one a name.Max Horn
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28TEEN: Fix incorrect keyword in forward declarationOri Avtalion
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-24TEEN: Fix duplicate header guardOri Avtalion
2011-04-17TEENAGENT: Prefer Surface::create taking a PixelFormat over the one taking a ...Johannes Schickel
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: Hopefully fixed an issue reported by Valgrind (found by digitall)Filippos Karapetis
2011-01-31TEENAGENT: Further Memory Leak Fixes.David Turner
2011-01-31TEENAGENT: Fix Memory Leaks.David Turner
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
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-07ENGINES: Unify code layout of all ADParams instancesMax Horn
2010-11-01COMMON: Rename String::printf() to String::format()Max Horn
2010-10-15ENGINES: Enhance namespace comments a bitMax Horn
2010-10-15Bug #3087858: fixed null pointer dereferencingVladimir Menshakov
2010-07-30Merged from trunk, from Rev 50841 to HEADAlejandro Marzini
2010-07-27TEENAGENT: Sort the object files alphabetically.Jordi Vilalta Prat
2010-07-17DEBUGGER: Simplify how our console debugger works / is usedMax Horn
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
2010-06-15AdvancedDetector: Add new parameter directoryGlobs.Eugene Sandulenko
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini