Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-28 | Fixed crash. Original clip routine was more sane. | Eugene Sandulenko | |
Some code formatting. svn-id: r13658 | |||
2004-04-28 | Removing more files from SAGA. Justification: we already have XMIDI/SMF ↵ | Max Horn | |
code; SDL already gets inited by OSystem (which this code should use, too, of course...); no need to have a simple poly hit test in a separate file svn-id: r13657 | |||
2004-04-27 | that is not need anymore | Paweł Kołodziejski | |
svn-id: r13656 | |||
2004-04-27 | more dead code gone | Max Horn | |
svn-id: r13655 | |||
2004-04-27 | Remove yet another file | Max Horn | |
svn-id: r13654 | |||
2004-04-27 | Remove some more unused code | Max Horn | |
svn-id: r13653 | |||
2004-04-27 | cleanup | Max Horn | |
svn-id: r13652 | |||
2004-04-27 | Fixed warnings. At the time of writing, only xmidi.cpp causes warnings for | Torbjörn Andersson | |
me now, but I'm not sure how to fix those. svn-id: r13651 | |||
2004-04-27 | Fixed warning by removing unused variable. | Torbjörn Andersson | |
svn-id: r13650 | |||
2004-04-27 | Cleanup | Torbjörn Andersson | |
svn-id: r13649 | |||
2004-04-27 | Don't use uninitialized variable, lang_path, in debugging messages. It | Torbjörn Andersson | |
caused ScummVM to hang on my Linux box. Fixed - correctly, I hope - compiler warning. svn-id: r13648 | |||
2004-04-26 | imuse audio stream are use dynamic append size now | Paweł Kołodziejski | |
svn-id: r13647 | |||
2004-04-26 | synced code free space with buffer changes | Paweł Kołodziejski | |
svn-id: r13646 | |||
2004-04-26 | MIDI control change 18 is no longer transmitted. | Jamieson Christian | |
It is not a valid MIDI control change message. It is used internally in the SCUMM MIDI tracks to indicate part priority. The only MidiDriver that needs it is Adlib. It should be noted that the priority values are out of bounds for a regular MIDI message anyway. Valid control change values are 0-127, but the priority value ranges from 0-255. This fixes a crash with a certain software MT-32 emulator running under Linux. Thanks to olki for bringing up this issue. svn-id: r13645 | |||
2004-04-26 | Tweaked a few things to accommodate | Jamieson Christian | |
MSVC6's idiosyncracies. svn-id: r13644 | |||
2004-04-26 | Cleaned up and updated MSVC6 projects. | Jamieson Christian | |
svn-id: r13643 | |||
2004-04-26 | MSVC6 projects for the new engines | Jamieson Christian | |
svn-id: r13642 | |||
2004-04-26 | fixed logic code bug. it should not try start sound if not free slot | Paweł Kołodziejski | |
svn-id: r13641 | |||
2004-04-26 | locking resource sounds while using them to prevent expire | Paweł Kołodziejski | |
svn-id: r13640 | |||
2004-04-26 | added mutex into smush player | Paweł Kołodziejski | |
svn-id: r13639 | |||
2004-04-26 | rename | Paweł Kołodziejski | |
svn-id: r13638 | |||
2004-04-26 | forgot it | Paweł Kołodziejski | |
svn-id: r13637 | |||
2004-04-26 | mixer buffer size depend on format of sound, it's 1 second timed buffer | Paweł Kołodziejski | |
svn-id: r13636 | |||
2004-04-26 | fixed stopping imuse sounds | Paweł Kołodziejski | |
svn-id: r13635 | |||
2004-04-26 | Cleanup. Mostly removal of redundant comments. | Torbjörn Andersson | |
I've also made the SaveGameHeader struct packed, which may break savegame compatibility on some architectures (though not on the Linux and Windows boxes I've tried it on). But I'm hoping it will guarantee, or at least make it more likely, that savegames will be portable across architectures. svn-id: r13634 | |||
2004-04-26 | fixed cue music in FT | Paweł Kołodziejski | |
svn-id: r13633 | |||
2004-04-26 | added some indexed comments | Paweł Kołodziejski | |
svn-id: r13632 | |||
2004-04-25 | - added workaround for strange regions length in some FT voc samples | Paweł Kołodziejski | |
- increased regions up to 70 svn-id: r13631 | |||
2004-04-25 | Add FreeBSD plugins building | Eugene Sandulenko | |
svn-id: r13630 | |||
2004-04-25 | delete CustomProcInputStream and add getFreeSpace for appendable audiostream | Paweł Kołodziejski | |
svn-id: r13629 | |||
2004-04-25 | dropped pull method for imuse | Paweł Kołodziejski | |
svn-id: r13628 | |||
2004-04-25 | Fix regression in DIG demo | Max Horn | |
svn-id: r13627 | |||
2004-04-25 | Comment about how our Rect class works. Note: the SAGA engine currently does ↵ | Max Horn | |
use the alternate approach to rects! Hence we can't currently use all those nice and nifty helper methods from Common::Rect in SAGA. svn-id: r13626 | |||
2004-04-25 | more cleanup | Max Horn | |
svn-id: r13625 | |||
2004-04-25 | More ScummVMification | Max Horn | |
svn-id: r13624 | |||
2004-04-25 | Fix yet another const warning | Max Horn | |
svn-id: r13623 | |||
2004-04-25 | Fix many warnings; use C++ type system instead of C style typedefs; removed ↵ | Max Horn | |
various unused stuff; const correctness; etc. svn-id: r13622 | |||
2004-04-25 | Workaround for bug #864030 (COMI: ASCII 0xb (11) not handled) | Max Horn | |
svn-id: r13621 | |||
2004-04-25 | Updated the 'report to fingolfin' message | Max Horn | |
svn-id: r13620 | |||
2004-04-24 | Patch #937443 (Monkey Island SegaCD Sound Fix), and some changes by me | Max Horn | |
svn-id: r13619 | |||
2004-04-24 | few corrections, more debug | Paweł Kołodziejski | |
svn-id: r13618 | |||
2004-04-24 | add check if track is meanwhile stoped | Paweł Kołodziejski | |
svn-id: r13617 | |||
2004-04-24 | forgot removed hack | Paweł Kołodziejski | |
svn-id: r13616 | |||
2004-04-24 | in pull method code also | Paweł Kołodziejski | |
svn-id: r13615 | |||
2004-04-24 | c&p bug, it should not break loop but continue | Paweł Kołodziejski | |
svn-id: r13614 | |||
2004-04-24 | fixed bug related to regions. sound of status for remove should not ↵ | Paweł Kołodziejski | |
processed anymore svn-id: r13613 | |||
2004-04-24 | free slot and return NULL when it can't open bundle file | Paweł Kołodziejski | |
svn-id: r13612 | |||
2004-04-24 | Increased _numNewNames to 150. Judging by bug #941275 it wasn't enough to | Torbjörn Andersson | |
increase it to 100, like we did recently. svn-id: r13611 | |||
2004-04-24 | fetchObjectName() no longer assumes that the resource will still be in the | Torbjörn Andersson | |
cache after it's been closed. (Currently it always is, but ideally I'd like for BS to work even if resource caching is disabled.) svn-id: r13610 | |||
2004-04-23 | mention zak256 removal | Jonathan Gray | |
svn-id: r13609 |