aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-08-05simplified code a bitMax Horn
2003-08-05optimized WrappedMemoryStream::readBuffer (It's almost 3 AM, so I don't trust...Max Horn
2003-08-05catch one potential problem, namely if eos is already reached when readBuffer...Max Horn
2003-08-05get rid of calls to the obsolete AudioInputStream::size methodMax Horn
2003-08-04not really sure if using readBuffer would give any gain in CopyRateConverterMax Horn
2003-08-04while this fixed a problem with sdl_gl on OS X, it causes annoying problems w...Max Horn
2003-08-04renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (...Max Horn
2003-08-04oops, accidentally commited this oneMax Horn
2003-08-04fixed EOF handling of MP3 streams (subtract time from duration timer, instead...Max Horn
2003-08-04limit to 80 char again after last change...Jonathan Gray
2003-08-04dittoTravis Howell
2003-08-04fix lines exceeding 80 chars in usage helpJonathan Gray
2003-08-04more fixes from marticusJonathan Gray
2003-08-04fix typoJonathan Gray
2003-08-04Remove lineTravis Howell
2003-08-04TypoTravis Howell
2003-08-04Add instructions for simon2mp3Travis Howell
2003-08-04fixed dialog skippingRobert Göffringmann
2003-08-03fix for bug #781903 (ALL: jerky cursor movement regression)Max Horn
2003-08-03fix for bug #782132 (MI1: -e null doesn't work)Max Horn
2003-08-03Add Hebrew support for spoken textTravis Howell
2003-08-03fix warningMax Horn
2003-08-03removed obsolete warningMax Horn
2003-08-03o5_getStringWidth was missing getResultPos() (thanks to _Q for pointing this ...Max Horn
2003-08-03More complete keymap.Marcus Comstedt
2003-08-03new compacts, new loading + saving code (not compatible to old one)Robert Göffringmann
2003-08-03new compact dataRobert Göffringmann
2003-08-03More const.Marcus Comstedt
2003-08-03Detect Simon.Marcus Comstedt
2003-08-03update dsp filesPaweł Kołodziejski
2003-08-03Added "fast mode" (Ctrl-F/Ctrl-G) like the one we have for SCUMM and Simon.Torbjörn Andersson
2003-08-03On second thought, WAVE_FORMAT_PCM probably means uncompressed WAV-dataTorbjörn Andersson
2003-08-03Don't use level 1 I/O, it's not part of the C++ standard...Marcus Comstedt
2003-08-03Added GCC bugtracking id to workaround for future reference.Marcus Comstedt
2003-08-03Add 0.5.0 release dateTravis Howell
2003-08-03GCC bug workaround... (merge from branch-0-5-0)Marcus Comstedt
2003-08-03Ignore bs2 builddir.Marcus Comstedt
2003-08-02Removed introimg.cpp. Apparently Foster's don't want to be associated withTorbjörn Andersson
2003-08-02fix autoroute return codes.Robert Göffringmann
2003-08-02one addition lessMax Horn
2003-08-02some more tweaksMax Horn
2003-08-02slightly cut down on the number of times eof() is calledMax Horn
2003-08-02slightly optimized MP3InputStream::eof, and some cleanupMax Horn
2003-08-02fix compile with vc7Paweł Kołodziejski
2003-08-02don't use asserts in these tight spotsMax Horn
2003-08-02optimize code flow a littleMax Horn
2003-08-02correct sound looping, thanks to our new mixer. :)Robert Göffringmann
2003-08-02cleanupMax Horn
2003-08-02added FLAG_REVERSE_STEREO supportMax Horn
2003-08-02remove debug outputMax Horn