Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-28 | rename _mkdir | Jonathan Gray | |
svn-id: r9232 | |||
2003-07-28 | undefine these functions for now but in the long run we should probably ↵ | Jonathan Gray | |
rename them svn-id: r9231 | |||
2003-07-28 | -Werror cleanup | Jonathan Gray | |
svn-id: r9230 | |||
2003-07-28 | add bs2demo target for broken sword 2 demo | Jonathan Gray | |
svn-id: r9229 | |||
2003-07-28 | added vc7 files for bs2 | Paweł Kołodziejski | |
svn-id: r9228 | |||
2003-07-28 | it would be nice if people would update functions when adding qualifiers to ↵ | Jonathan Gray | |
prototypes svn-id: r9227 | |||
2003-07-28 | missed one | Jonathan Gray | |
svn-id: r9226 | |||
2003-07-28 | Ooops | Travis Howell | |
svn-id: r9225 | |||
2003-07-28 | A few warnings | Travis Howell | |
svn-id: r9224 | |||
2003-07-28 | Ooops | Travis Howell | |
svn-id: r9223 | |||
2003-07-28 | Compiles on mingw now | Travis Howell | |
svn-id: r9222 | |||
2003-07-28 | big FIXME | Max Horn | |
svn-id: r9221 | |||
2003-07-28 | fixed yet more warnings | Max Horn | |
svn-id: r9220 | |||
2003-07-28 | fixed more warnings | Max Horn | |
svn-id: r9219 | |||
2003-07-28 | more warnings | Max Horn | |
svn-id: r9218 | |||
2003-07-28 | update for bs2 | Jonathan Gray | |
svn-id: r9217 | |||
2003-07-28 | fixed some warnings | Max Horn | |
svn-id: r9216 | |||
2003-07-28 | make people happy | Jonathan Gray | |
svn-id: r9215 | |||
2003-07-28 | added CopyRateConverter (used if inrate == outrate) | Max Horn | |
svn-id: r9214 | |||
2003-07-28 | bs2 | Jonathan Gray | |
svn-id: r9213 | |||
2003-07-28 | bs2 driver | Jonathan Gray | |
svn-id: r9212 | |||
2003-07-28 | bs2 | Jonathan Gray | |
svn-id: r9211 | |||
2003-07-28 | Patch #715991: Quit Confirmation Dialog (feature request #642721) with some ↵ | Max Horn | |
tweaks by me svn-id: r9210 | |||
2003-07-28 | use 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-28 | more sanity checks | Max Horn | |
svn-id: r9208 | |||
2003-07-28 | adding an assert (better paranoid than letting a null pointer slip thru) | Max Horn | |
svn-id: r9207 | |||
2003-07-28 | fix 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-27 | init walkdata (fix for bug #770306); move Actor::Actor constructor from ↵ | Max Horn | |
header to source file svn-id: r9205 | |||
2003-07-27 | oops this was never meant to be removed | Max Horn | |
svn-id: r9203 | |||
2003-07-27 | fix inventory scrolling V1/V2 games (there were problems with an odd ↵ | Max Horn | |
inventory count) svn-id: r9201 | |||
2003-07-27 | some cleanup | Paweł Kołodziejski | |
svn-id: r9198 | |||
2003-07-27 | Count amount of save files available so load/save dialog works correctly. | Travis Howell | |
svn-id: r9196 | |||
2003-07-26 | Fixed unit'd var in Adlib driver | Jamieson Christian | |
svn-id: r9195 | |||
2003-07-26 | For for Bug [775654] DOTT: Hanging notes | Jamieson 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-26 | Added gui/about.* | Jamieson Christian | |
svn-id: r9193 | |||
2003-07-26 | oops accidentally broke the 'old' 8bit resampling code :-( | Max Horn | |
svn-id: r9192 | |||
2003-07-25 | fixed setActorCostume for COMI; fixees bug #754421 and hopefully also the ↵ | Max Horn | |
issue described in patch #696033 svn-id: r9191 | |||
2003-07-25 | move AudioInputStream implementations & makeInputStream into separate .cpp file | Max Horn | |
svn-id: r9190 | |||
2003-07-25 | reduced source code duplication | Max Horn | |
svn-id: r9189 | |||
2003-07-25 | Surprised this has not caused major problems | Travis Howell | |
svn-id: r9188 | |||
2003-07-25 | Use correct frame rate value from disasm, fixes minor timing issue in simon 2 in | Travis Howell | |
troduction. Correct default _lock_counter value svn-id: r9186 | |||
2003-07-25 | lots 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-25 | round to nearest | Max Horn | |
svn-id: r9183 | |||
2003-07-24 | oops, 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-24 | whitespace | Max Horn | |
svn-id: r9181 | |||
2003-07-24 | added 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-24 | added 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-24 | ambient sfx works fine again | Travis Howell | |
svn-id: r9178 | |||
2003-07-24 | new 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-24 | cleanup: 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 |