Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn | |
svn-id: r47189 | |||
2010-01-08 | Switch Mixer::playInputStream to use DisposeAfterUse::Flag | Max Horn | |
svn-id: r47182 | |||
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
2010-01-08 | Since AudioStream looping is no longer handled by the Mixer, drop ↵ | Johannes Schickel | |
Mixer::playAudioStreamLooping. (There's Audio::makeLoopingAudioStream). svn-id: r47160 | |||
2010-01-06 | - Simplify Audio::calculateSampleOffset. | Johannes Schickel | |
- Made Audio::calculateSampleOffset accessable from outside audiostream.cpp. - Adapt KYRA's AUDStream to use Audio::calculateSampleOffset. svn-id: r47082 | |||
2010-01-06 | Adapt KYRA to use the new FLAC, Vorbis and MP3 factories. | Johannes Schickel | |
svn-id: r47062 | |||
2010-01-05 | Properly adapt AUDStream to be a SeekableAudioStream and switched KYRA3 to ↵ | Johannes Schickel | |
use playAudioStreamLooping for its looping purposes. svn-id: r47060 | |||
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel | |
svn-id: r47037 | |||
2010-01-05 | Add a "getLength" function to SeekableAudioStream. | Johannes Schickel | |
svn-id: r47036 | |||
2010-01-05 | - Add a new SeekableAudioStream interface. Soon to be used to replace audio ↵ | Johannes Schickel | |
stream specific looping code by generic code in Mixer... - Adapted some existing AudioStreams to implement that interface (not tested!) svn-id: r47013 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2010-01-02 | Use Common::StackLock. | Johannes Schickel | |
svn-id: r46870 | |||
2010-01-01 | LOL: cleanup | Florian Kagerer | |
svn-id: r46866 | |||
2010-01-01 | Merge update_nop1 and update_nop2. | Johannes Schickel | |
svn-id: r46860 | |||
2010-01-01 | - Fix out of bounds array access. | Johannes Schickel | |
- Add some asserts in output related functions svn-id: r46859 | |||
2010-01-01 | - Add some asserts | Johannes Schickel | |
- Renamed snd_unkOpcode3 to snd_stopChannel - Cleanup svn-id: r46855 | |||
2010-01-01 | Fix out of bounds access reported by syke. | Johannes Schickel | |
svn-id: r46844 | |||
2009-12-28 | LOL: fixed debug message | Florian Kagerer | |
svn-id: r46675 | |||
2009-12-26 | LOL: - added workaround for portrait speech animations which would sometimes ↵ | Florian Kagerer | |
"freeze" - renamed some stuff svn-id: r46601 | |||
2009-12-26 | LOL: fixed minor bug in lamp code | Florian Kagerer | |
svn-id: r46587 | |||
2009-12-24 | LOL: fixed minor bug in lamp code | Florian Kagerer | |
svn-id: r46534 | |||
2009-12-20 | LOL: removed unused variable | Florian Kagerer | |
svn-id: r46434 | |||
2009-12-20 | LOL: fixed text fading | Florian Kagerer | |
svn-id: r46431 | |||
2009-12-13 | LOL: fixed regression | Florian Kagerer | |
svn-id: r46366 | |||
2009-12-13 | LOL: some cleanup for recent code changes | Florian Kagerer | |
svn-id: r46358 | |||
2009-12-12 | LOL: fixed regression | Florian Kagerer | |
svn-id: r46354 | |||
2009-12-12 | LOL: fix compilation when the LOL engine is disabled | Florian Kagerer | |
svn-id: r46352 | |||
2009-12-12 | LOL: moved TIM animation code into a separate class | Florian Kagerer | |
svn-id: r46351 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-12-07 | Hopefully silencing C4121 in MSVC. | Johannes Schickel | |
svn-id: r46278 | |||
2009-12-06 | Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 ↵ | Johannes Schickel | |
floppy/FM-TOWNS/PC98. svn-id: r46269 | |||
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r46232 | |||
2009-11-29 | Formatting. | Johannes Schickel | |
svn-id: r46195 | |||
2009-11-29 | Cleanup. | Johannes Schickel | |
svn-id: r46194 | |||
2009-11-29 | KYRA/PC98: fixed regression | Florian Kagerer | |
svn-id: r46190 | |||
2009-11-29 | KYRA: fixed pc98 intro sfx (regression) | Florian Kagerer | |
svn-id: r46185 | |||
2009-11-28 | KYRA: removed hack in staticres loader | Florian Kagerer | |
svn-id: r46181 | |||
2009-11-28 | KYRA: added HOF PC-98 static data to kyra.dat | Florian Kagerer | |
svn-id: r46180 | |||
2009-11-28 | Fix for bug #2905439 "AmigaOS: Recent Kryandia changes broke compilation". | Johannes Schickel | |
svn-id: r46178 | |||
2009-11-28 | LOL/Floppy: fixed crash | Florian Kagerer | |
svn-id: r46177 | |||
2009-11-28 | Fix compilation on 64bit systems. | Johannes Schickel | |
svn-id: r46176 | |||
2009-11-28 | LOL: completed support for floppy installer files | Florian Kagerer | |
svn-id: r46174 | |||
2009-11-26 | Typos. | Johannes Schickel | |
svn-id: r46159 | |||
2009-11-26 | Initial doxygen description of the Kyrandia engine. | Johannes Schickel | |
svn-id: r46158 | |||
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly ↵ | Max Horn | |
without details; help filling these out is welcome) svn-id: r46128 | |||
2009-11-24 | Fix incorrectly placed doxygen comments; replace Common::ID2string by ↵ | Max Horn | |
Common::tag2string svn-id: r46127 | |||
2009-11-22 | Slight simplification. | Johannes Schickel | |
svn-id: r46093 | |||
2009-11-22 | Remove dead code. | Johannes Schickel | |
svn-id: r46092 | |||
2009-11-22 | - Store ID map for static resources in kyra.dat instead of hardcoding it in ↵ | Johannes Schickel | |
the main KYRA source - Changed how static resource types are specified - Rebuilt kyra.dat svn-id: r46091 | |||
2009-11-21 | More cleanup. | Johannes Schickel | |
svn-id: r46055 |