Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2003-07-24 | Should be right now | Travis Howell | |
svn-id: r9174 | |||
2003-07-24 | Fix warning (no newline at end of file) | Torbjörn Andersson | |
svn-id: r9172 | |||
2003-07-24 | Ooops | Travis Howell | |
svn-id: r9171 | |||
2003-07-24 | Add support for strnicmp | Chris Apers | |
svn-id: r9170 | |||
2003-07-24 | Remove palmos fixme | Chris Apers | |
svn-id: r9169 | |||
2003-07-24 | scumm_strnicmp | Jonathan Gray | |
svn-id: r9168 | |||
2003-07-24 | Simon games shold only play one voice at a time. | Travis Howell | |
Fixes many voice overlaps Fixes subtitles been ot of sync with voice, with simon 1 versions that had combi ned speech/subtitles. svn-id: r9167 | |||
2003-07-24 | Another leak | Travis Howell | |
svn-id: r9165 | |||
2003-07-24 | Check before releasing memory | Travis Howell | |
svn-id: r9163 | |||
2003-07-24 | Fix for simon2mac voices problem, bug #776803 | Travis Howell | |
svn-id: r9160 | |||
2003-07-24 | updated vc7 file | Paweł Kołodziejski | |
svn-id: r9157 | |||
2003-07-24 | Fix for Bug [775534] 0.5.0 RC SIMON1DOS Random sfx notes during music | Jamieson Christian | |
Corrected a problem with resource size computation for GMF sound effect resources. Since GMF resources have no size info, we were computing sizes with the assumption that each GMF appears in its own file, so the file size becomes the resource size. This is true for simon1dos music files but not for SFX files. This fix uses the resource offset pointers at the beginning of SFX files to properly compute the size of SFX resources. svn-id: r9155 | |||
2003-07-23 | Fix a bug with checkMSA that let the last track play even if we exit to the ↵ | Chris Apers | |
launcher. Also enable to use MSALib if the lib is opened by another application svn-id: r9151 | |||
2003-07-23 | applied eriktorbjorn's patch (#776225 - 'BASS CD intro fixes') | Joost Peters | |
svn-id: r9150 | |||
2003-07-23 | Quick hack to solve Simon problem | Ruediger Hanke | |
svn-id: r9149 | |||
2003-07-23 | Don't check for hotkeys when ascii is 0, since that is the default hotkey | Torbjörn Andersson | |
for widgets that have none. (This means the Shift key words in text edit widgets again, for instance.) svn-id: r9148 | |||
2003-07-23 | Slight cleanup of previous commit. | Torbjörn Andersson | |
svn-id: r9147 | |||
2003-07-23 | Allow the sentence line to be 40 printable characters long. The verb part | Torbjörn Andersson | |
is padded with '@', which should not be counted. svn-id: r9146 | |||
2003-07-23 | Fixed regression in clamped_add_16() that kept it from clamping. This was | Torbjörn Andersson | |
quite noticeable in the BASS floppy intro. Of course, if it turns out that 'int' is also only 16 bits it still won't work, but in that case we run into problems even before this function is called. svn-id: r9145 | |||
2003-07-23 | reset some CD related vars when AudioCD is opened | Max Horn | |
svn-id: r9144 | |||
2003-07-23 | Small correction for mac loom | Travis Howell | |
svn-id: r9143 | |||
2003-07-23 | Ooops that should not have been commmited | Travis Howell | |
svn-id: r9142 | |||
2003-07-23 | fm towns cd audio fix from Hibernatus | Travis Howell | |
svn-id: r9141 | |||
2003-07-22 | start -> start_frame, to match backends (purely cosmetic :-) | Max Horn | |
svn-id: r9140 | |||
2003-07-22 | *** empty log message *** | Ruediger Hanke | |
svn-id: r9139 | |||
2003-07-22 | Some MorphOS port fixes | Ruediger Hanke | |
svn-id: r9138 | |||
2003-07-22 | fix for bug #775839; unified the various Indy3 checks (this gets annoying, ↵ | Max Horn | |
maybe we can merge the three GIDs after 0.5.0; any difference could be handled via _feature flags (e.g. added a GF_TOWNS flag) svn-id: r9137 | |||
2003-07-22 | Some MorphOS port fixes | Ruediger Hanke | |
svn-id: r9136 |