Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-10 | Hopefully fixing bug #2948858 "MP3 (CD Audio) Broken under SVN". | Johannes Schickel | |
svn-id: r48032 | |||
2010-02-10 | Fix warning | Willem Jan Palenstijn | |
svn-id: r48031 | |||
2010-02-10 | Separated scene info console method between M4 and MADS classes, and cleaned ↵ | Paul Gilbert | |
up the message method svn-id: r48030 | |||
2010-02-10 | Bugfix for crash when view gets focus based on a key event | Paul Gilbert | |
svn-id: r48029 | |||
2010-02-10 | Add support for the Motion JPEG codec (used in some Myst ME 10th Anniversary ↵ | Matthew Hoops | |
videos); minor cleanup. svn-id: r48028 | |||
2010-02-09 | Remove last traces of File::addDefaultDirectory | Max Horn | |
svn-id: r48027 | |||
2010-02-09 | Formatting. | Johannes Schickel | |
svn-id: r48023 | |||
2010-02-09 | Be a bit more forgiveful in case the SeekableAudioStream passed to ↵ | Johannes Schickel | |
SubLoopingAudioStream does not allow reading the requested sample count at once (i.e. do not tread that as error, unless endOfData() is set). svn-id: r48022 | |||
2010-02-09 | Stop SubLoopingAudioStream playback, in case reading from the parent stream ↵ | Johannes Schickel | |
fails. svn-id: r48021 | |||
2010-02-09 | Make Audio::convertTimeToStreamPos return a frame-precision based result ↵ | Johannes Schickel | |
instead of a sub-frame-precision based result. This fixes the SubLoopingAudioStream tests. svn-id: r48020 | |||
2010-02-09 | Add some additional tests for SubLoopingAudioStream and LoopingAudioStream. ↵ | Johannes Schickel | |
(Currently SubLoopingAudioStream tests fail for a reason unknown to me...) svn-id: r48019 | |||
2010-02-09 | Fix SubLoopingAudioStream's readBuffer implementation. | Johannes Schickel | |
svn-id: r48018 | |||
2010-02-09 | Add unit test for SubLoopingAudioStream. (Currently they fail though :-/) | Johannes Schickel | |
svn-id: r48017 | |||
2010-02-09 | LOL: fixed script bug in castle cimmeria that would cause out of bounds mem ↵ | Florian Kagerer | |
access (should fix bug #2948109) svn-id: r48016 | |||
2010-02-09 | SCI: also reset some variables inside reset(), so we dont error() out in ↵ | Martin Kiewitz | |
lsl2 and other games that reset game engine inbetween svn-id: r48015 | |||
2010-02-09 | Add test cases for RawStream playing from a stream via a block list. | Johannes Schickel | |
svn-id: r48014 | |||
2010-02-09 | Moved text parsing to a new class. | Nicola Mettifogo | |
svn-id: r48013 | |||
2010-02-09 | Merged _headers and _filemap. | Nicola Mettifogo | |
svn-id: r48012 | |||
2010-02-08 | Fascination: - Suppress the recently added oFascin_keyFunc, replace it with ↵ | Arnaud Boutonné | |
a check in o1_keyFunc. This fixes the animation speed regression - Rename Amiga-specific protracker functions - Rewrite winDecomp. svn-id: r48011 | |||
2010-02-08 | Reduce header interdependencies | Max Horn | |
svn-id: r48010 | |||
2010-02-08 | Introduce factory function makeArjArchive, hide ArjArchive class implementation | Max Horn | |
svn-id: r48009 | |||
2010-02-08 | Make the "seek after the end of the stream" test case a bit "harder". | Johannes Schickel | |
svn-id: r48008 | |||
2010-02-08 | Fix RawStream::seek implementation. | Johannes Schickel | |
svn-id: r48007 | |||
2010-02-08 | Get rid of the workaround for a g++ (code generation) bug on AMD64, by ↵ | Johannes Schickel | |
passing a reference of a Color instance to saturatedAddColor instead of a value. svn-id: r48006 | |||
2010-02-08 | According to Buddha^ it should be fine to calculate (and set) the AMIGA dim ↵ | Johannes Schickel | |
palette in Palette::setGlobalOSystemPalette. svn-id: r48005 | |||
2010-02-08 | Mention that the music/sound effects support for KYRA1 AMIGA was from a GSoC ↵ | Johannes Schickel | |
task. svn-id: r48004 | |||
2010-02-08 | Allow credits and md5scumm rule to be working, when not building from the ↵ | Johannes Schickel | |
source dir. svn-id: r48002 | |||
2010-02-08 | Renamed variable to fix warning. | Torbjörn Andersson | |
svn-id: r48001 | |||
2010-02-08 | Renamed ArjFile to ArchiveMan, and _arj to _archives. | Nicola Mettifogo | |
svn-id: r48000 | |||
2010-02-08 | Moved ArjFile to drascula. | Nicola Mettifogo | |
svn-id: r47999 | |||
2010-02-08 | Fix trunk after fscking up. | Nicola Mettifogo | |
svn-id: r47998 | |||
2010-02-08 | Made ArjFile use a new ArjArchive class. | Nicola Mettifogo | |
svn-id: r47997 | |||
2010-02-08 | Objectified CRC32 calculator. | Nicola Mettifogo | |
svn-id: r47996 | |||
2010-02-08 | Shuffled code around a bit. | Nicola Mettifogo | |
svn-id: r47995 | |||
2010-02-08 | Let ArjFile return a SeekableReadStream instead of implementing | Nicola Mettifogo | |
the same interface itself. The caller is now responsible for deleting the returned streams. svn-id: r47994 | |||
2010-02-08 | Reduced references to _arj to the minimum. It is passed as a | Nicola Mettifogo | |
SeekableReadStream everywhere. svn-id: r47993 | |||
2010-02-08 | Pass the input stream to text parser functions. | Nicola Mettifogo | |
svn-id: r47992 | |||
2010-02-08 | The text parser functions can create their temporary buffers on the stack. | Nicola Mettifogo | |
svn-id: r47991 | |||
2010-02-08 | Close the FLI file only from the routine that opened it. | Nicola Mettifogo | |
svn-id: r47990 | |||
2010-02-08 | Search through arrays for outgoing references to fix possible garbage ↵ | Matthew Hoops | |
collector problems; minor cleanup. svn-id: r47989 | |||
2010-02-08 | Add N64 backend to credits | Fabio Battaglia | |
svn-id: r47988 | |||
2010-02-08 | Script workaround fix for DW1, for being able to give the whistle back to ↵ | Paul Gilbert | |
the pirate before the parrot svn-id: r47987 | |||
2010-02-08 | Add the missing ResMan debug channel. | Matthew Hoops | |
svn-id: r47986 | |||
2010-02-07 | Add the DOSBox Team to our "Special Thanks" section for their awesome ↵ | Johannes Schickel | |
OPL2/OPL3 emulator. svn-id: r47983 | |||
2010-02-07 | removed debug keys, sorry | Vladimir Menshakov | |
svn-id: r47982 | |||
2010-02-07 | compile debug keys if NDEBUG was not defined | Vladimir Menshakov | |
svn-id: r47981 | |||
2010-02-07 | added background effect for the inventory items | Vladimir Menshakov | |
svn-id: r47980 | |||
2010-02-07 | SCI: Move bulk of op_callk code to new func callKernelFunc() | Max Horn | |
svn-id: r47979 | |||
2010-02-07 | SCI: cleanup; try to unify var names when reading PMachine instructions a bit | Max Horn | |
svn-id: r47978 | |||
2010-02-07 | SCI: Simplify yet another case of weird 'unsigned to signed' conversion | Max Horn | |
svn-id: r47977 |