Age | Commit message (Expand) | Author |
2010-01-08 | SCI: call gui-init right after loading a saved game, fixes weird gui issue th... | Martin Kiewitz |
2010-01-08 | minor cleanup | Vladimir Menshakov |
2010-01-08 | removed mark's animation z-odering, which seems to be invalid | Vladimir Menshakov |
2010-01-08 | fixed inventory animation speed | Vladimir Menshakov |
2010-01-08 | added zero-object special case in combine table | Vladimir Menshakov |
2010-01-08 | cleaned up blitting, fixed zoom+clipping issues | Vladimir Menshakov |
2010-01-08 | Nintendo64: some cleanup, added a workaround in case audio buffers get depleted | Fabio Battaglia |
2010-01-07 | Fix use of getRate in VorbisInputStream's constructor. (Thanks to cyx for spo... | Johannes Schickel |
2010-01-07 | SCI: remove displaying tag in menu of some games (e.g. qfg1ega) | Martin Kiewitz |
2010-01-07 | SCI: kPortrait actually gets lowres coordinates that need to get adjusted acc... | Martin Kiewitz |
2010-01-07 | SCI: sierra sci doesnt seem to adjust according to port on upscaledhires_save... | Martin Kiewitz |
2010-01-07 | SCI: implement crazy hack that fixes coordinates of some cel placements. I'm ... | Martin Kiewitz |
2010-01-07 | Cleanup. | Johannes Schickel |
2010-01-07 | Fix a little bug in LoopingAudioStream::readBuffer. | Johannes Schickel |
2010-01-07 | Remove setNumLoops and getNumPlayedLoops from AudioStream. | Johannes Schickel |
2010-01-07 | Premiliary adaption of SCI to use LoopingAudioStream. (This could really need... | Johannes Schickel |
2010-01-07 | Some formatting fixes. | Johannes Schickel |
2010-01-07 | Remove the deprecated FLAC, Vorbis and MP3 factories. | Johannes Schickel |
2010-01-07 | Cleanup. | Johannes Schickel |
2010-01-07 | Make VagStream a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | Do not try to destroy an object on the stack via delete. | Johannes Schickel |
2010-01-07 | Adapt TUCKER to use RewindableAudioStream and Mixer::playInputStreamLooping. ... | Johannes Schickel |
2010-01-07 | Make makeWAVStream return a RewindableAudioStream. | Johannes Schickel |
2010-01-07 | Create a wrapper makeLoopingAudioStream to reduce code duplcation. | Johannes Schickel |
2010-01-07 | Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be l... | Johannes Schickel |
2010-01-07 | Nintendo64: Add FlashRAM support for saving if a compatible cart is available. | Fabio Battaglia |
2010-01-07 | SCI: fixed save/restorebits within screen class for displayscreen case, fixes... | Martin Kiewitz |
2010-01-07 | Moved 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-07 | Get rid of calculatePlayTime, instead store playtimes as Timestamps | Max Horn |
2010-01-07 | SCI: changed kernel signature for kDrawCel, enabled upscaled hires savebox co... | Martin Kiewitz |
2010-01-07 | Add Timestamp::totalNumberOfFrames() method, clarify some comments | Max Horn |
2010-01-07 | Fix warning | Max Horn |
2010-01-07 | The default keycolor for mouse pointers used to be 255. | Marcus Comstedt |
2010-01-07 | SCI: implemented additional drawCel for hires views, fixes menu bar of kq6 - ... | Martin Kiewitz |
2010-01-07 | SCI: releasing sample stream as well (thx to LordHoto) | Martin Kiewitz |
2010-01-07 | Add important note for engine authors about SubSeekableAudioStream. | Johannes Schickel |
2010-01-07 | Add a playInputStreamLooping for RewindableAudioStream to Mixer. | Johannes Schickel |
2010-01-07 | Cleanup. | Johannes Schickel |
2010-01-07 | - Strip custom looping code out of FLAC, Vorbis and MP3 streams | Johannes Schickel |
2010-01-07 | Switch Mixer back to use only one Channel implementation. (partial revert of ... | Johannes Schickel |
2010-01-07 | First step of a slight revision of the new AudioStream looping API: | Johannes Schickel |
2010-01-07 | SCI: small cleanup in view drawing | Martin Kiewitz |
2010-01-07 | SCI: fixed stupid bug in putPixelOnDisplay, fixes height of displayed hires g... | Martin Kiewitz |
2010-01-07 | cleaned up player, fixed invalid delete's and memory leaks | Vladimir Menshakov |
2010-01-07 | SCI: some portrait work (kq6 now shows the main bitmap as portrait, coordinat... | Martin Kiewitz |
2010-01-07 | do not render overlays over the animation sequences | Vladimir Menshakov |
2010-01-07 | Add update of mohawk engine | Lars Persson |
2010-01-07 | Add browser to base.mmp | Lars Persson |
2010-01-06 | Fix warnings. | Eugene Sandulenko |