Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-05 | fix warning, cleanup code | Max Horn | |
svn-id: r9511 | |||
2003-08-05 | added support for output sample rates > 32767 (still limited to a max of ↵ | Max Horn | |
65535, but all we care about are 44100 and 48000 anyway) svn-id: r9510 | |||
2003-08-05 | cleanup | Max Horn | |
svn-id: r9509 | |||
2003-08-05 | oops | Travis Howell | |
svn-id: r9508 | |||
2003-08-05 | F10 key works in simon1 | Travis Howell | |
svn-id: r9507 | |||
2003-08-05 | F10 key works in simon1, although it highlights exits | Travis Howell | |
svn-id: r9506 | |||
2003-08-05 | Make prepositions work | James Brown | |
svn-id: r9505 | |||
2003-08-05 | fix warning / whitespace | Max Horn | |
svn-id: r9504 | |||
2003-08-05 | Forgot some V1 prep code | James Brown | |
svn-id: r9503 | |||
2003-08-05 | V1 preposition support, but broken. | James Brown | |
svn-id: r9502 | |||
2003-08-05 | Revert | Travis Howell | |
svn-id: r9500 | |||
2003-08-05 | This sam and max demo includes midi tracks | Travis Howell | |
svn-id: r9499 | |||
2003-08-05 | Rvert this non-smallheader adlib change | Travis Howell | |
svn-id: r9491 | |||
2003-08-05 | stdafx.h should always be first | Max Horn | |
svn-id: r9490 | |||
2003-08-05 | removed obsolete FIXME | Max Horn | |
svn-id: r9488 | |||
2003-08-05 | fixed VAR_TALKSTOP_KEY for V7 games (descumm6.cpp had it right all the time :-) | Max Horn | |
svn-id: r9486 | |||
2003-08-05 | fix bug #783423 | Max Horn | |
svn-id: r9484 | |||
2003-08-05 | Humongous Games should use native midi drivers if available, since music ↵ | Travis Howell | |
resources are MIDI type. svn-id: r9483 | |||
2003-08-05 | nuke old resource again | Travis Howell | |
svn-id: r9481 | |||
2003-08-05 | Add adlib music improvements for indy3/monkeyega/monkeyvga and cleanups from ↵ | Travis Howell | |
patch #770862 svn-id: r9480 | |||
2003-08-05 | more cleanup (like the previous two, I just moved around code, to clearly ↵ | Max Horn | |
separate the old and the new mixer code) svn-id: r9479 | |||
2003-08-05 | some more cleanup | Max Horn | |
svn-id: r9478 | |||
2003-08-05 | cleanup; removed some code duplication | Max Horn | |
svn-id: r9477 | |||
2003-08-05 | and finally VorbisInputStream::readBuffer. Once we verified the new ↵ | Max Horn | |
readBuffer methods all work, we can get rid of readIntern again and merge those back into the regular read() methods svn-id: r9476 | |||
2003-08-05 | optimized MP3InputStream::readBuffer (once more, I won't gurantee for ↵ | Max Horn | |
correctness although it seems to work fine over here) svn-id: r9475 | |||
2003-08-05 | simplified code a bit | Max Horn | |
svn-id: r9474 | |||
2003-08-05 | optimized WrappedMemoryStream::readBuffer (It's almost 3 AM, so I don't ↵ | Max Horn | |
trust myself, hence I'll leave this as an #ifdef for now :-) svn-id: r9473 | |||
2003-08-05 | catch one potential problem, namely if eos is already reached when ↵ | Max Horn | |
readBuffer is called ('This should never happen anyway', famous last words) svn-id: r9472 | |||
2003-08-05 | get rid of calls to the obsolete AudioInputStream::size method | Max Horn | |
svn-id: r9471 | |||
2003-08-04 | not really sure if using readBuffer would give any gain in CopyRateConverter | Max Horn | |
svn-id: r9470 | |||
2003-08-04 | while this fixed a problem with sdl_gl on OS X, it causes annoying problems ↵ | Max Horn | |
with fullscreen mode with the regular SDL backend on OS X -> disabling it (plus I couldn't reproduce this segfault with the GL backend anymore, too) svn-id: r9468 | |||
2003-08-04 | renamed eof -> eos (end of stream); hid MP3/Vorbis stream classes completly ↵ | Max Horn | |
(by providing factory methods); new readBuffer method for AudioInputStream for improved speed of the mixer; new MusicStream class (subclassed for MP3/Vorbis sound) which offers a getRate method; some other tweaks svn-id: r9467 | |||
2003-08-04 | oops, accidentally commited this one | Max Horn | |
svn-id: r9465 | |||
2003-08-04 | fixed EOF handling of MP3 streams (subtract time from duration timer, ↵ | Max Horn | |
instead of adding it...) svn-id: r9464 | |||
2003-08-04 | limit to 80 char again after last change... | Jonathan Gray | |
svn-id: r9462 | |||
2003-08-04 | ditto | Travis Howell | |
svn-id: r9461 | |||
2003-08-04 | fix lines exceeding 80 chars in usage help | Jonathan Gray | |
svn-id: r9458 | |||
2003-08-04 | more fixes from marticus | Jonathan Gray | |
svn-id: r9456 | |||
2003-08-04 | fix typo | Jonathan Gray | |
svn-id: r9454 | |||
2003-08-04 | Remove line | Travis Howell | |
svn-id: r9452 | |||
2003-08-04 | Typo | Travis Howell | |
svn-id: r9449 | |||
2003-08-04 | Add instructions for simon2mp3 | Travis Howell | |
svn-id: r9448 | |||
2003-08-04 | fixed dialog skipping | Robert Göffringmann | |
svn-id: r9447 | |||
2003-08-03 | fix for bug #781903 (ALL: jerky cursor movement regression) | Max Horn | |
svn-id: r9446 | |||
2003-08-03 | fix for bug #782132 (MI1: -e null doesn't work) | Max Horn | |
svn-id: r9445 | |||
2003-08-03 | Add Hebrew support for spoken text | Travis Howell | |
Thanks to Jamieson svn-id: r9444 | |||
2003-08-03 | fix warning | Max Horn | |
svn-id: r9443 | |||
2003-08-03 | removed obsolete warning | Max Horn | |
svn-id: r9442 | |||
2003-08-03 | o5_getStringWidth was missing getResultPos() (thanks to _Q for pointing this ↵ | Max Horn | |
out) svn-id: r9441 | |||
2003-08-03 | More complete keymap. | Marcus Comstedt | |
svn-id: r9440 |