aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Expand)Author
2011-08-26GOB: Add cheat output for Geisha's mastermindSven Hesse
2011-08-26GOB: Add a console command to dump the whole variable spaceSven Hesse
2011-08-26GOB: Add oGeisha_checkDataSven Hesse
2011-08-26GOB: Implement oGeisha_caress1 and oGeisha_caress2Sven Hesse
2011-08-26GOB: Stub the Geisha minigame "Diving"Sven Hesse
2011-08-26GOB: Stub the Geisha minigame "Penetration"Sven Hesse
2011-08-26GOB: Oops, don't skip vital parts of the scriptSven Hesse
2011-08-26GOB: Add Geisha AdLib music opcodesSven Hesse
2011-08-26GOB: Fix the Geisha cursorSven Hesse
2011-08-26GOB: Actually, we do support 16 color fadingSven Hesse
2011-08-26GOB: Fix EGA palette animationSven Hesse
2011-08-26GOB: Add inter_geisha.cpp and implement oGeisha_loadSoundSven Hesse
2011-08-26GOB: Geisha seems to be EGA-onlySven Hesse
2011-08-26GOB: Fix 0OT resource loading, used in GeishaSven Hesse
2011-08-07JANITORIAL: Remove trailing empty lines.Christoph Mallon
2011-07-25GOB: Add a workaround for bug #3376547 (gob3 footstep sound)Sven Hesse
2011-07-23GOB: Fix missing sound effects in Woodruff (bug #3374170)Sven Hesse
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-06-14DETECTOR: Change ADFileBasedFallback::desc to ADGameDescription pointerMax Horn
2011-06-14DETECTOR: Treat file based fallback like any other fallback methodMax Horn
2011-06-14DETECTOR: Separate code for handling obsolete gameids from advanced detectorMax Horn
2011-06-14DETECTOR: Merge ADParams into AdvancedMetaEngineMax Horn
2011-06-13I18N: Make many more GUI MessageDialog strings translatableThierry Crozat
2011-06-10GOB: Switch to alternate AdvancedMetaEngine, avoid ADParamsMax Horn
2011-06-10ENGINES: Change incorrect use of 'target' to 'gameid'Max Horn
2011-06-02GOB: Replace snprintf() usage with Common::String::format()D G Turner
2011-05-25ALL: behaviour -> behaviorMatthew Hoops
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
2011-05-16GOB: Add a non-interactive Adibou2 demoSven Hesse
2011-05-16ENGINES: Unify engine namesThierry Crozat
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-06GOB: Create a SafeSubReadStream for files in STKsSven Hesse
2011-05-05GOB: Fix a stupid typo in SlotFileIndexed::buildIndex()Sven Hesse
2011-05-04GOB: Add another Italian Fascination versionSven Hesse
2011-05-04GOB: Add another Italian Urban Runner versionSven Hesse
2011-05-04GOB: Don't overwrite _destSpriteX after PRINTTEXTSven Hesse
2011-05-04GOB: Plug a leakSven Hesse
2011-05-01Merge pull request #16 "Add a PixelFormat to Graphics::Surface.".Johannes Schickel
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-20GOB: Shut up VS2010 code analysis warningSven Hesse
2011-04-17GOB: Do not access Surface::bytesPerPixel anymore.Johannes Schickel
2011-04-12COMMON: Replace MKID_BE by MKTAGMax Horn
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
2011-03-29GOB: Use memmove instead of memcpy in Surface::blit()Sven Hesse
2011-03-20GOB: Add another US version of Urban RunnerSven Hesse
2011-03-20GOB: Fix Urban Runner fallback feature flagsSven Hesse
2011-03-19GOB: Init volume levels on startupdhewg
2011-03-18GOB: Add an Italian version of Urban RunnerSven Hesse
2011-02-26GOB: Avoid hiding overloaded virtual methodsOri Avtalion