aboutsummaryrefslogtreecommitdiff
path: root/engines/lastexpress/data
AgeCommit message (Expand)Author
2018-10-20LASTEXPRESS: save/load sound stateEvgeny Grechnikov
2018-10-17LASTEXPRESS: support for looped soundsEvgeny Grechnikov
2018-10-16LASTEXPRESS: dynamic adjusting of sound volumeEvgeny Grechnikov
2018-10-16LASTEXPRESS: Remove Engine Specific All Debug Level.D G Turner
2018-10-16LASTEXPRESS: fix race condition in sound codeEvgeny Grechnikov
2015-08-30AUDIO: Make Rewindable- and SeekableAudioStream inherit virtuallyMatthew Hoops
2014-03-30ALL: Resolve multiple clang warningsMax Horn
2014-02-18LASTEXPRESS: Make GPL headers consistent in themselves.Johannes Schickel
2013-09-05LASTEXPRESS: Fix uninitialized scalar field (CID1002849)Littleboy
2013-08-03LASTEXRPESS: Take advantage of Surface::getPixels.Johannes Schickel
2013-08-03LASTEXPRESS: Prefer getBasePtr over direct Surface::pixels access.Johannes Schickel
2012-08-27LASTEXPRESS: Remove unnecessary castsLittleboy
2012-08-27LASTEXPRESS: Fix analysis warningsLittleboy
2012-07-28LASTEXPRESS: Disable sound filter reset on each decoded blockLittleboy
2012-07-27LASTEXPRESS: Add IgnoreSubtype option to AnimFrameLittleboy
2012-07-27LASTEXPRESS: Switch some warnings to debug console outputJulien
2012-07-16LASTEXPRESS: Use filter 16 as default filter for NIS animationsLittleboy
2012-07-16LASTEXPRESS: Remove strange castsLittleboy
2012-07-14LASTEXPRESS: Fix sound in animated sequencesLittleboy
2012-07-14LASTEXPRESS: CleanupLittleboy
2012-07-14LASTEXPRESS: Remove duplicated include statementsLittleboy
2012-06-16LASTEXPRESS: Get rid of casts on CursorManager::replaceCursor calls.Johannes Schickel
2012-06-16LASTEXPRESS: Get rid of casts on OSystem::copyRectToScreen calls.Johannes Schickel
2012-06-03ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" lo...Johannes Schickel
2011-12-13COMMON: Make more members of Archive constant.Andrea Corna
2011-11-21ALL: Remove unnecessary forward declarations.Christoph Mallon
2011-10-11Last Express: CLIP should use a <int> template to compile correctly.anotherguest
2011-07-08LASTEXPRESS: Have LastExpress_ADPCMStream inherit directly from Audio::ADPCMS...Littleboy
2011-07-08LASTEXPRESS: Replace existing decodeIMA calls by code using our custom set of...Littleboy
2011-07-08LASTEXPRESS: Fix typo in filter tableLittleboy
2011-07-04LASTEXPRESS: Move sound filtering to base Sound classLittleboy
2011-06-29LASTEXPRESS: Update sound timer and sound entry playingLittleboy
2011-06-28LASTEXPRESS: Cleanup commentsLittleboy
2011-06-03ENGINES: Remove some uses of g_engineMax Horn
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-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-04-28JANITORIAL: Format forward declarations to follow conventionOri Avtalion
2011-04-24AUDIO: Cleanup MS IMA handlingMatthew Hoops
2011-04-17LASTEXPRESS: Use RGB555 PixelFormat for surfaces instead of screen format.Johannes Schickel
2011-04-17LASTEXPRESS: Prefer Surface::create taking a PixelFormat over the one taking ...Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-09LASTEXPRESS: Refactor inventory handlingJulien Templier
2011-01-25LASTEXPRESS: Fixed Memory Leak in Subtitles.David Turner
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-11-19LASTEXPRESS: Simplify current frame calculation in Animation::processJulien Templier
2010-11-19ALL: Push down deps on stream.h from .h to .cpp filesMax Horn
2010-11-17ENGINES: Change 'colour' to 'color'Max Horn
2010-11-15LASTEXPRESS: Update Animation::process()Julien Templier
2010-11-11LASTEXPRESS: Use SAFE_DELETE for class variablesJulien Templier