aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-08minor cleanupVladimir Menshakov
2010-01-08removed mark's animation z-odering, which seems to be invalidVladimir Menshakov
2010-01-08fixed inventory animation speedVladimir Menshakov
2010-01-08added zero-object special case in combine tableVladimir Menshakov
2010-01-08cleaned up blitting, fixed zoom+clipping issuesVladimir Menshakov
2010-01-08Nintendo64: some cleanup, added a workaround in case audio buffers get depletedFabio Battaglia
2010-01-07Fix use of getRate in VorbisInputStream's constructor. (Thanks to cyx for spo...Johannes Schickel
2010-01-07SCI: remove displaying tag in menu of some games (e.g. qfg1ega)Martin Kiewitz
2010-01-07SCI: kPortrait actually gets lowres coordinates that need to get adjusted acc...Martin Kiewitz
2010-01-07SCI: sierra sci doesnt seem to adjust according to port on upscaledhires_save...Martin Kiewitz
2010-01-07SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ...Martin Kiewitz
2010-01-07Cleanup.Johannes Schickel
2010-01-07Fix a little bug in LoopingAudioStream::readBuffer.Johannes Schickel
2010-01-07Remove setNumLoops and getNumPlayedLoops from AudioStream.Johannes Schickel
2010-01-07Premiliary adaption of SCI to use LoopingAudioStream. (This could really need...Johannes Schickel
2010-01-07Some formatting fixes.Johannes Schickel
2010-01-07Remove the deprecated FLAC, Vorbis and MP3 factories.Johannes Schickel
2010-01-07Cleanup.Johannes Schickel
2010-01-07Make VagStream a RewindableAudioStream.Johannes Schickel
2010-01-07Do not try to destroy an object on the stack via delete.Johannes Schickel
2010-01-07Adapt TUCKER to use RewindableAudioStream and Mixer::playInputStreamLooping. ...Johannes Schickel
2010-01-07Make makeWAVStream return a RewindableAudioStream.Johannes Schickel
2010-01-07Create a wrapper makeLoopingAudioStream to reduce code duplcation.Johannes Schickel
2010-01-07Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be l...Johannes Schickel
2010-01-07Nintendo64: Add FlashRAM support for saving if a compatible cart is available.Fabio Battaglia
2010-01-07SCI: fixed save/restorebits within screen class for displayscreen case, fixes...Martin Kiewitz
2010-01-07Moved creation of 'beep' sound buffer to sound manager constructor.Nicola Mettifogo
2010-01-07- Adapt documentation, that keycolor in setMouseCursor may not exceed the max...Johannes Schickel
2010-01-07Get rid of calculatePlayTime, instead store playtimes as TimestampsMax Horn
2010-01-07SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co...Martin Kiewitz
2010-01-07Add Timestamp::totalNumberOfFrames() method, clarify some commentsMax Horn
2010-01-07Fix warningMax Horn
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2010-01-07SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ...Martin Kiewitz
2010-01-07SCI: releasing sample stream as well (thx to LordHoto)Martin Kiewitz
2010-01-07Add important note for engine authors about SubSeekableAudioStream.Johannes Schickel
2010-01-07Add a playInputStreamLooping for RewindableAudioStream to Mixer.Johannes Schickel
2010-01-07Cleanup.Johannes Schickel
2010-01-07- Strip custom looping code out of FLAC, Vorbis and MP3 streamsJohannes Schickel
2010-01-07Switch Mixer back to use only one Channel implementation. (partial revert of ...Johannes Schickel
2010-01-07First step of a slight revision of the new AudioStream looping API:Johannes Schickel
2010-01-07SCI: small cleanup in view drawingMartin Kiewitz
2010-01-07SCI: fixed stupid bug in putPixelOnDisplay, fixes height of displayed hires g...Martin Kiewitz
2010-01-07cleaned up player, fixed invalid delete's and memory leaksVladimir Menshakov
2010-01-07SCI: some portrait work (kq6 now shows the main bitmap as portrait, coordinat...Martin Kiewitz
2010-01-07do not render overlays over the animation sequencesVladimir Menshakov
2010-01-07Add update of mohawk engineLars Persson
2010-01-07Add browser to base.mmpLars Persson
2010-01-06Fix warnings.Eugene Sandulenko
2010-01-06add new robot.cpp fileJoost Peters