aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
AgeCommit message (Expand)Author
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-02-03Yet more Flac -> FLAC changes for consistency.Johannes Schickel
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-28Hide VagStream implementation, only expose it via a factory methodMax Horn
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
2010-01-19Started to get rid of Audio::FLAG_LOOPMax Horn
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19sword1: removed a leftover semicolonFabio Battaglia
2010-01-19SWORD1: Fix memory leak in PSX audio code (seems to have been there for quite...Max Horn
2010-01-19Convert more engines from Mixer::playRaw to Mixer::playInputStreamMax Horn
2010-01-19Remove loop start/end params from Mixer::playRaw; convert some code from Mixe...Max Horn
2010-01-19SWORD1: Fix (?) sfx loopingMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-09Add Mixer::getElapsedTime() method returning a Timestamp, thus offering a hig...Max Horn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Fix sound effects in Sword1 PSX, regression from r47132.Johannes Schickel
2010-01-08This should fix bug #2928411, "SWORD1: Macintosh Demo crashes after Intro".Torbjörn Andersson
2010-01-08Remove custom AiffAudioStream and replace it by the use of makeLoopingAudioSt...Johannes Schickel
2010-01-07Remove the deprecated FLAC, Vorbis and MP3 factories.Johannes Schickel
2010-01-07Make VagStream a RewindableAudioStream.Johannes Schickel
2010-01-07Make makeWAVStream return a RewindableAudioStream.Johannes Schickel
2010-01-07The default keycolor for mouse pointers used to be 255.Marcus Comstedt
2010-01-06- Move openStreamFile from AudioStream to SeekableAudioStream.Johannes Schickel
2010-01-03Change BS 1 & 2 to I & II (see discussion on -devel)Max Horn
2010-01-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-20Fixed regression introduced when adding support for looping background sounds.Torbjörn Andersson
2009-10-20SWORD1: Resolve FIXME about weird static var 'left' in Router::slidyWalkAnimatorMax Horn
2009-10-20SWORD1: Resolve FIXME about weird static var 'k' in Router::smoothCheckMax Horn
2009-10-16Added a new convenience method to the video player, which adds the event of s...Filippos Karapetis
2009-10-14SWORD1: Remove obsolete TODOMax Horn
2009-10-14Patch #2834677: Wave/ADPCM Endianness FixesMax Horn
2009-10-11sword1: fix one gcc warning about comparison between signed and unsignedFabio Battaglia
2009-10-11sword1: fix psx demo startupFabio Battaglia
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-04Add missing PACKED_STRUCT attribute to FrameHeader.Johannes Schickel
2009-10-03If make*Stream failed, the file needs to be closed to prevent an assert on a ...Andre Heider
2009-10-01Fix free/delete/delete[] mismatches. Patch by salty-horseWillem Jan Palenstijn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-24Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings an...Filippos Karapetis
2009-09-24Fixed some more warnings about unreachable codeFilippos Karapetis
2009-09-23Got rid of Common::File::addDefaultDirectory, instead implemented the solutio...Johannes Schickel
2009-09-13Fixed bug #2847910, "Loss of background audio loop". It would probably be safeTorbjörn Andersson
2009-09-13Clarify things a bit by using the constant name rather than zero.Torbjörn Andersson
2009-08-30Fix indentationJordi Vilalta Prat