Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-08-03 | new compacts, new loading + saving code (not compatible to old one) | Robert Göffringmann | |
svn-id: r9439 | |||
2003-08-03 | new compact data | Robert Göffringmann | |
svn-id: r9438 | |||
2003-08-03 | More const. | Marcus Comstedt | |
svn-id: r9437 | |||
2003-08-03 | Detect Simon. | Marcus Comstedt | |
svn-id: r9436 | |||
2003-08-03 | update dsp files | Paweł Kołodziejski | |
svn-id: r9435 | |||
2003-08-03 | Added "fast mode" (Ctrl-F/Ctrl-G) like the one we have for SCUMM and Simon. | Torbjörn Andersson | |
It does not change the game speed setting, because the most likely use (I think) is to toggle it on briefly, e.g. while travelling the walkways. svn-id: r9434 | |||
2003-08-03 | On second thought, WAVE_FORMAT_PCM probably means uncompressed WAV-data | Torbjörn Andersson | |
after all, or at least not ADPCM-compressed. Updated the comments, but I still don't know how to play it. svn-id: r9433 | |||
2003-08-03 | Don't use level 1 I/O, it's not part of the C++ standard... | Marcus Comstedt | |
svn-id: r9432 | |||
2003-08-03 | Added GCC bugtracking id to workaround for future reference. | Marcus Comstedt | |
svn-id: r9431 | |||
2003-08-03 | Add 0.5.0 release date | Travis Howell | |
svn-id: r9430 | |||
2003-08-03 | GCC bug workaround... (merge from branch-0-5-0) | Marcus Comstedt | |
svn-id: r9429 | |||
2003-08-03 | Ignore bs2 builddir. | Marcus Comstedt | |
svn-id: r9428 | |||
2003-08-02 | Removed introimg.cpp. Apparently Foster's don't want to be associated with | Torbjörn Andersson | |
gap-toothed doddering old fools, so we should just go with whatever image is in the game data files. svn-id: r9427 | |||
2003-08-02 | fix autoroute return codes. | Robert Göffringmann | |
svn-id: r9426 | |||
2003-08-02 | one addition less | Max Horn | |
svn-id: r9425 | |||
2003-08-02 | some more tweaks | Max Horn | |
svn-id: r9424 | |||
2003-08-02 | slightly cut down on the number of times eof() is called | Max Horn | |
svn-id: r9423 | |||
2003-08-02 | slightly optimized MP3InputStream::eof, and some cleanup | Max Horn | |
svn-id: r9422 | |||
2003-08-02 | fix compile with vc7 | Paweł Kołodziejski | |
svn-id: r9421 | |||
2003-08-02 | don't use asserts in these tight spots | Max Horn | |
svn-id: r9420 | |||
2003-08-02 | optimize code flow a little | Max Horn | |
svn-id: r9419 | |||
2003-08-02 | correct sound looping, thanks to our new mixer. :) | Robert Göffringmann | |
svn-id: r9418 | |||
2003-08-02 | cleanup | Max Horn | |
svn-id: r9417 | |||
2003-08-02 | added FLAG_REVERSE_STEREO support | Max Horn | |
svn-id: r9416 | |||
2003-08-02 | remove debug output | Max Horn | |
svn-id: r9415 | |||
2003-08-02 | fix for st_rate_flow, code is more straightforward now, too | Max Horn | |
svn-id: r9414 | |||
2003-08-02 | Added BASS to the hotkeys section and moved Alt-Enter to common. | Torbjörn Andersson | |
svn-id: r9413 | |||
2003-08-02 | Typo | Travis Howell | |
svn-id: r9411 | |||
2003-08-02 | obsolete | Max Horn | |
svn-id: r9410 | |||
2003-08-02 | garhg | Max Horn | |
svn-id: r9409 | |||
2003-08-02 | previous mod was techincally incorrect, this one should be better (but might ↵ | Max Horn | |
still be buggy?) svn-id: r9408 | |||
2003-08-02 | double broken in fact | Max Horn | |
svn-id: r9407 | |||
2003-08-02 | GCC3 mode and distclean target were broken | Max Horn | |
svn-id: r9406 | |||
2003-08-02 | Make code match | Travis Howell | |
svn-id: r9405 | |||
2003-08-02 | Always check for null string | Travis Howell | |
svn-id: r9404 | |||
2003-08-02 | I think this fixes bug #780167 ("SIMON1/2: Sound problems"). When | Torbjörn Andersson | |
st_rate_flow() had filled the output buffer, rate->icur and rate->ilast held the same values, which led to some samples being duplicated on the next call. svn-id: r9403 | |||
2003-08-02 | My last commit caused regression | Travis Howell | |
svn-id: r9402 | |||
2003-08-02 | Add combined speech/subtitles support for simon2 hebrew | Travis Howell | |
svn-id: r9401 | |||
2003-08-02 | Add combined speech/subtitles support for simon2 hebrew | Travis Howell | |
svn-id: r9400 | |||
2003-08-02 | automatically use gcc 3.x specific dependency rules if using gcc 3.x, enable ↵ | Jonathan Gray | |
some additional warnings in Makefile.new svn-id: r9399 | |||
2003-08-02 | Hebrew support for load/save dialog | Travis Howell | |
svn-id: r9398 | |||
2003-08-02 | Improved hebrew support, thanks to Jamieson | Travis Howell | |
svn-id: r9397 |