aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-07-28rename _mkdirJonathan Gray
svn-id: r9232
2003-07-28undefine these functions for now but in the long run we should probably ↵Jonathan Gray
rename them svn-id: r9231
2003-07-28-Werror cleanupJonathan Gray
svn-id: r9230
2003-07-28add bs2demo target for broken sword 2 demoJonathan Gray
svn-id: r9229
2003-07-28added vc7 files for bs2Paweł Kołodziejski
svn-id: r9228
2003-07-28it would be nice if people would update functions when adding qualifiers to ↵Jonathan Gray
prototypes svn-id: r9227
2003-07-28missed oneJonathan Gray
svn-id: r9226
2003-07-28OoopsTravis Howell
svn-id: r9225
2003-07-28A few warningsTravis Howell
svn-id: r9224
2003-07-28OoopsTravis Howell
svn-id: r9223
2003-07-28Compiles on mingw nowTravis Howell
svn-id: r9222
2003-07-28big FIXMEMax Horn
svn-id: r9221
2003-07-28fixed yet more warningsMax Horn
svn-id: r9220
2003-07-28fixed more warningsMax Horn
svn-id: r9219
2003-07-28more warningsMax Horn
svn-id: r9218
2003-07-28update for bs2Jonathan Gray
svn-id: r9217
2003-07-28fixed some warningsMax Horn
svn-id: r9216
2003-07-28make people happyJonathan Gray
svn-id: r9215
2003-07-28added CopyRateConverter (used if inrate == outrate)Max Horn
svn-id: r9214
2003-07-28bs2Jonathan Gray
svn-id: r9213
2003-07-28bs2 driverJonathan Gray
svn-id: r9212
2003-07-28bs2Jonathan Gray
svn-id: r9211
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some ↵Max Horn
tweaks by me svn-id: r9210
2003-07-28use a single converter for both channels (if input data is stereo), for ↵Max Horn
improved efficency; renamed MemoryAudioInputStream -> LinearMemoryStream and use some template voodoo to make the baseclass of Input8bitSignedStream etc. variable; added (commented out) draf of WrappedMemoryStream svn-id: r9209
2003-07-28more sanity checksMax Horn
svn-id: r9208
2003-07-28adding an assert (better paranoid than letting a null pointer slip thru)Max Horn
svn-id: r9207
2003-07-28fix return values in getObjectOrActorXY; turned unsafe derefActorSafe call ↵Max Horn
into derefActor (return value of derefActorSafe was used w/o checking it for 0) svn-id: r9206
2003-07-27init walkdata (fix for bug #770306); move Actor::Actor constructor from ↵Max Horn
header to source file svn-id: r9205
2003-07-27oops this was never meant to be removedMax Horn
svn-id: r9203
2003-07-27fix inventory scrolling V1/V2 games (there were problems with an odd ↵Max Horn
inventory count) svn-id: r9201
2003-07-27some cleanupPaweł Kołodziejski
svn-id: r9198
2003-07-27Count amount of save files available so load/save dialog works correctly.Travis Howell
svn-id: r9196
2003-07-26Fixed unit'd var in Adlib driverJamieson Christian
svn-id: r9195
2003-07-26For for Bug [775654] DOTT: Hanging notesJamieson Christian
Corrected active notes tracking when switching between Type 2 SMF tracks. Although Note Off events from the previous track are properly simulated, those sustaining notes are cleared from the active notes list so that jumps within the new track will not attempt to sustain them again. svn-id: r9194
2003-07-26Added gui/about.*Jamieson Christian
svn-id: r9193
2003-07-26oops accidentally broke the 'old' 8bit resampling code :-(Max Horn
svn-id: r9192
2003-07-25fixed setActorCostume for COMI; fixees bug #754421 and hopefully also the ↵Max Horn
issue described in patch #696033 svn-id: r9191
2003-07-25move AudioInputStream implementations & makeInputStream into separate .cpp fileMax Horn
svn-id: r9190
2003-07-25reduced source code duplicationMax Horn
svn-id: r9189
2003-07-25Surprised this has not caused major problemsTravis Howell
svn-id: r9188
2003-07-25Use correct frame rate value from disasm, fixes minor timing issue in simon 2 inTravis Howell
troduction. Correct default _lock_counter value svn-id: r9186
2003-07-25lots of mixer changes: replaced _volumeTable by _globalVolume (applying ↵Max Horn
volume after resampling is more accurate); made more member vars of SoundMixer protected (and thus added some new getter methods); added (untested) support for a second (stereo) channel when playing MP3 svn-id: r9184
2003-07-25round to nearestMax Horn
svn-id: r9183
2003-07-24oops, wanted to move talkFrequency initialisation, but only re-moved it, and ↵Max Horn
didn't add it in its new place. bad me! svn-id: r9182
2003-07-24whitespaceMax Horn
svn-id: r9181
2003-07-24added volume support; some cleanup; provided exactly as many samples as were ↵Max Horn
requested in the 'resample' algorithm (if possible) svn-id: r9180
2003-07-24added RateConverter classes as thin wrappers around st_* functions; renamed ↵Max Horn
InputStream -> AudioInputStream and cleaned up the hierarchy of its subclasses; added makeInputStream() auxillary function svn-id: r9179
2003-07-24ambient sfx works fine againTravis Howell
svn-id: r9178
2003-07-24new files, based on SoX (http://sox.sf.net): better resampling code. Note ↵Max Horn
that my mixer.cpp changes are on purpose not yet in CVS since they are not complete. Only reasons I checkin these files is that it's much more comfortable to have CVS, since I need to rewrite parts of resample.cpp now (I already have lots of modifications in). Also expect more OO in the future svn-id: r9176
2003-07-24cleanup: encapsulate some more members of class Actor, and rename ↵Max Horn
newDirection -> targetFacing (since it corresponds to the future value of 'facing'; the distinction between 'facing' and 'direction' is extremly fuzzy) svn-id: r9175