aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-07-28moved st_gcd to resample.cppMax Horn
2003-07-28rewrote the input streams, this should be more straightforward and inline sli...Max Horn
2003-07-28<memory.h> is not a standard header file. (Merge from branch-0-5-0.)Marcus Comstedt
2003-07-28no need to zero these variables twiceMax Horn
2003-07-28more work on WrappedMemoryStream (not yet tested)Max Horn
2003-07-28removed _encbyte (it's only used locally)Max Horn
2003-07-28Fix for bug #778060 ("DOTT: Subtitle drawing glitch").Torbjörn Andersson
2003-07-28StopSpeech -> StopSpeechBS2 (avoid conflict wiht SpeechSynthesis framework on...Max Horn
2003-07-28change version to 0.5.3-cvs allowing room for two follow up minor releases...Jonathan Gray
2003-07-28fix shadow'd varsJonathan Gray
2003-07-28fix shadow warningMax Horn
2003-07-28fixed const errorsMax Horn
2003-07-28unificationMax Horn
2003-07-28correct cflags variablesJonathan Gray
2003-07-28fix some VC7 warningsJonathan Gray
2003-07-28instead of 'int channels', use 'bool stereo' (less extensible, but then I don...Max Horn
2003-07-28match prototypeJonathan Gray
2003-07-28rename _DEBUG define to _BS2_DEBUG to stop it conflicting with VCJonathan Gray
2003-07-28substitute long int for LARGE_INTEGERJonathan Gray
2003-07-28replace DWORD usage with uint32Jonathan Gray
2003-07-28rename memory struct as wellJonathan Gray
2003-07-28rename functions with windows specific namesJonathan Gray
2003-07-28rename _mkdirJonathan Gray
2003-07-28undefine these functions for now but in the long run we should probably renam...Jonathan Gray
2003-07-28-Werror cleanupJonathan Gray
2003-07-28add bs2demo target for broken sword 2 demoJonathan Gray
2003-07-28added vc7 files for bs2Paweł Kołodziejski
2003-07-28it would be nice if people would update functions when adding qualifiers to p...Jonathan Gray
2003-07-28missed oneJonathan Gray
2003-07-28OoopsTravis Howell
2003-07-28A few warningsTravis Howell
2003-07-28OoopsTravis Howell
2003-07-28Compiles on mingw nowTravis Howell
2003-07-28big FIXMEMax Horn
2003-07-28fixed yet more warningsMax Horn
2003-07-28fixed more warningsMax Horn
2003-07-28more warningsMax Horn
2003-07-28update for bs2Jonathan Gray
2003-07-28fixed some warningsMax Horn
2003-07-28make people happyJonathan Gray
2003-07-28added CopyRateConverter (used if inrate == outrate)Max Horn
2003-07-28bs2Jonathan Gray
2003-07-28bs2 driverJonathan Gray
2003-07-28bs2Jonathan Gray
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some t...Max Horn
2003-07-28use a single converter for both channels (if input data is stereo), for impro...Max Horn
2003-07-28more sanity checksMax Horn
2003-07-28adding an assert (better paranoid than letting a null pointer slip thru)Max Horn
2003-07-28fix return values in getObjectOrActorXY; turned unsafe derefActorSafe call in...Max Horn
2003-07-27init walkdata (fix for bug #770306); move Actor::Actor constructor from heade...Max Horn