aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-08-04fixed dialog skippingRobert Göffringmann
svn-id: r9447
2003-08-03fix for bug #781903 (ALL: jerky cursor movement regression)Max Horn
svn-id: r9446
2003-08-03fix for bug #782132 (MI1: -e null doesn't work)Max Horn
svn-id: r9445
2003-08-03Add Hebrew support for spoken textTravis Howell
Thanks to Jamieson svn-id: r9444
2003-08-03fix warningMax Horn
svn-id: r9443
2003-08-03removed obsolete warningMax Horn
svn-id: r9442
2003-08-03o5_getStringWidth was missing getResultPos() (thanks to _Q for pointing this ↵Max Horn
out) svn-id: r9441
2003-08-03More complete keymap.Marcus Comstedt
svn-id: r9440
2003-08-03new compacts, new loading + saving code (not compatible to old one)Robert Göffringmann
svn-id: r9439
2003-08-03new compact dataRobert Göffringmann
svn-id: r9438
2003-08-03More const.Marcus Comstedt
svn-id: r9437
2003-08-03Detect Simon.Marcus Comstedt
svn-id: r9436
2003-08-03update dsp filesPaweł Kołodziejski
svn-id: r9435
2003-08-03Added "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-03On second thought, WAVE_FORMAT_PCM probably means uncompressed WAV-dataTorbjö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-03Don't use level 1 I/O, it's not part of the C++ standard...Marcus Comstedt
svn-id: r9432
2003-08-03Added GCC bugtracking id to workaround for future reference.Marcus Comstedt
svn-id: r9431
2003-08-03Add 0.5.0 release dateTravis Howell
svn-id: r9430
2003-08-03GCC bug workaround... (merge from branch-0-5-0)Marcus Comstedt
svn-id: r9429
2003-08-03Ignore bs2 builddir.Marcus Comstedt
svn-id: r9428
2003-08-02Removed introimg.cpp. Apparently Foster's don't want to be associated withTorbjö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-02fix autoroute return codes.Robert Göffringmann
svn-id: r9426
2003-08-02one addition lessMax Horn
svn-id: r9425
2003-08-02some more tweaksMax Horn
svn-id: r9424
2003-08-02slightly cut down on the number of times eof() is calledMax Horn
svn-id: r9423
2003-08-02slightly optimized MP3InputStream::eof, and some cleanupMax Horn
svn-id: r9422
2003-08-02fix compile with vc7Paweł Kołodziejski
svn-id: r9421
2003-08-02don't use asserts in these tight spotsMax Horn
svn-id: r9420
2003-08-02optimize code flow a littleMax Horn
svn-id: r9419
2003-08-02correct sound looping, thanks to our new mixer. :)Robert Göffringmann
svn-id: r9418
2003-08-02cleanupMax Horn
svn-id: r9417
2003-08-02added FLAG_REVERSE_STEREO supportMax Horn
svn-id: r9416
2003-08-02remove debug outputMax Horn
svn-id: r9415
2003-08-02fix for st_rate_flow, code is more straightforward now, tooMax Horn
svn-id: r9414
2003-08-02Added BASS to the hotkeys section and moved Alt-Enter to common.Torbjörn Andersson
svn-id: r9413
2003-08-02TypoTravis Howell
svn-id: r9411
2003-08-02obsoleteMax Horn
svn-id: r9410
2003-08-02garhgMax Horn
svn-id: r9409
2003-08-02previous mod was techincally incorrect, this one should be better (but might ↵Max Horn
still be buggy?) svn-id: r9408
2003-08-02double broken in factMax Horn
svn-id: r9407
2003-08-02GCC3 mode and distclean target were brokenMax Horn
svn-id: r9406
2003-08-02Make code matchTravis Howell
svn-id: r9405
2003-08-02Always check for null stringTravis Howell
svn-id: r9404
2003-08-02I think this fixes bug #780167 ("SIMON1/2: Sound problems"). WhenTorbjö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-02My last commit caused regressionTravis Howell
svn-id: r9402
2003-08-02Add combined speech/subtitles support for simon2 hebrewTravis Howell
svn-id: r9401
2003-08-02Add combined speech/subtitles support for simon2 hebrewTravis Howell
svn-id: r9400
2003-08-02automatically 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-02Hebrew support for load/save dialogTravis Howell
svn-id: r9398
2003-08-02Improved hebrew support, thanks to JamiesonTravis Howell
svn-id: r9397