aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2003-07-27oops this was never meant to be removedMax Horn
2003-07-27fix inventory scrolling V1/V2 games (there were problems with an odd inventor...Max Horn
2003-07-27some cleanupPaweł Kołodziejski
2003-07-27Count amount of save files available so load/save dialog works correctly.Travis Howell
2003-07-26Fixed unit'd var in Adlib driverJamieson Christian
2003-07-26For for Bug [775654] DOTT: Hanging notesJamieson Christian
2003-07-26Added gui/about.*Jamieson Christian
2003-07-26oops accidentally broke the 'old' 8bit resampling code :-(Max Horn
2003-07-25fixed setActorCostume for COMI; fixees bug #754421 and hopefully also the iss...Max Horn
2003-07-25move AudioInputStream implementations & makeInputStream into separate .cpp fileMax Horn
2003-07-25reduced source code duplicationMax Horn
2003-07-25Surprised this has not caused major problemsTravis Howell
2003-07-25Use correct frame rate value from disasm, fixes minor timing issue in simon 2 inTravis Howell