Age | Commit message (Expand) | Author |
2003-08-05 | optimized MP3InputStream::readBuffer (once more, I won't gurantee for correct... | Max Horn |
2003-08-05 | simplified code a bit | Max Horn |
2003-08-05 | optimized WrappedMemoryStream::readBuffer (It's almost 3 AM, so I don't trust... | Max Horn |
2003-08-05 | catch one potential problem, namely if eos is already reached when readBuffer... | Max Horn |
2003-08-05 | get rid of calls to the obsolete AudioInputStream::size method | Max Horn |
2003-08-04 | not really sure if using readBuffer would give any gain in CopyRateConverter | Max Horn |
2003-08-04 | while this fixed a problem with sdl_gl on OS X, it causes annoying problems w... | Max Horn |
2003-08-04 | renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly (... | Max Horn |
2003-08-04 | oops, accidentally commited this one | Max Horn |
2003-08-04 | fixed EOF handling of MP3 streams (subtract time from duration timer, instead... | Max Horn |
2003-08-04 | limit to 80 char again after last change... | Jonathan Gray |
2003-08-04 | ditto | Travis Howell |
2003-08-04 | fix lines exceeding 80 chars in usage help | Jonathan Gray |
2003-08-04 | more fixes from marticus | Jonathan Gray |
2003-08-04 | fix typo | Jonathan Gray |
2003-08-04 | Remove line | Travis Howell |
2003-08-04 | Typo | Travis Howell |
2003-08-04 | Add instructions for simon2mp3 | Travis Howell |
2003-08-04 | fixed dialog skipping | Robert Göffringmann |
2003-08-03 | fix for bug #781903 (ALL: jerky cursor movement regression) | Max Horn |
2003-08-03 | fix for bug #782132 (MI1: -e null doesn't work) | Max Horn |
2003-08-03 | Add Hebrew support for spoken text | Travis Howell |
2003-08-03 | fix warning | Max Horn |
2003-08-03 | removed obsolete warning | Max Horn |
2003-08-03 | o5_getStringWidth was missing getResultPos() (thanks to _Q for pointing this ... | Max Horn |
2003-08-03 | More complete keymap. | Marcus Comstedt |
2003-08-03 | new compacts, new loading + saving code (not compatible to old one) | Robert Göffringmann |
2003-08-03 | new compact data | Robert Göffringmann |
2003-08-03 | More const. | Marcus Comstedt |
2003-08-03 | Detect Simon. | Marcus Comstedt |
2003-08-03 | update dsp files | Paweł Kołodziejski |
2003-08-03 | Added "fast mode" (Ctrl-F/Ctrl-G) like the one we have for SCUMM and Simon. | Torbjörn Andersson |
2003-08-03 | On second thought, WAVE_FORMAT_PCM probably means uncompressed WAV-data | Torbjörn Andersson |
2003-08-03 | Don't use level 1 I/O, it's not part of the C++ standard... | Marcus Comstedt |
2003-08-03 | Added GCC bugtracking id to workaround for future reference. | Marcus Comstedt |
2003-08-03 | Add 0.5.0 release date | Travis Howell |
2003-08-03 | GCC bug workaround... (merge from branch-0-5-0) | Marcus Comstedt |
2003-08-03 | Ignore bs2 builddir. | Marcus Comstedt |
2003-08-02 | Removed introimg.cpp. Apparently Foster's don't want to be associated with | Torbjörn Andersson |
2003-08-02 | fix autoroute return codes. | Robert Göffringmann |
2003-08-02 | one addition less | Max Horn |
2003-08-02 | some more tweaks | Max Horn |
2003-08-02 | slightly cut down on the number of times eof() is called | Max Horn |
2003-08-02 | slightly optimized MP3InputStream::eof, and some cleanup | Max Horn |
2003-08-02 | fix compile with vc7 | Paweł Kołodziejski |
2003-08-02 | don't use asserts in these tight spots | Max Horn |
2003-08-02 | optimize code flow a little | Max Horn |
2003-08-02 | correct sound looping, thanks to our new mixer. :) | Robert Göffringmann |
2003-08-02 | cleanup | Max Horn |
2003-08-02 | added FLAG_REVERSE_STEREO support | Max Horn |