Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-10-13 | samdemo doesn't set VAR_SAVELOADDIALOG_KEY | Travis Howell | |
svn-id: r10774 | |||
2003-10-12 | some more target<->game cleanup | Max Horn | |
svn-id: r10769 | |||
2003-10-12 | some renaming for more consistent terminology (although we might want to ↵ | Max Horn | |
reevaluate this): 'target' is what is in your config file; 'game' is what a frontend provide. E.g. the scumm frontend provides the game 'monkeyvga', and my config file has target 'monkeyvga-ger' configured to use that game svn-id: r10766 | |||
2003-10-12 | cleanup | Max Horn | |
svn-id: r10764 | |||
2003-10-12 | code simplification | Max Horn | |
svn-id: r10762 | |||
2003-10-12 | sfx_volume and music_volume were swapped | Max Horn | |
svn-id: r10761 | |||
2003-10-12 | workaround for bug #820507 (INDY3TOWNS: Biplane controls are haywire) | Max Horn | |
svn-id: r10760 | |||
2003-10-12 | Fix for Bug [817871]: Added MT-32 master volume adjustment to pause(). | Jamieson Christian | |
svn-id: r10759 | |||
2003-10-12 | mac loom uses different var. | Travis Howell | |
svn-id: r10749 | |||
2003-10-12 | Missed two spots | Travis Howell | |
svn-id: r10740 | |||
2003-10-11 | Some Mac0 conversion tweaks | Jamieson Christian | |
svn-id: r10737 | |||
2003-10-10 | Feature Request [781797] Support music in the Mac version of MI1 | Jamieson Christian | |
Finished the Mac0 -> SMF (GMD) conversion code. Sounds good (albeit thin, with only 3 instruments), except that the looping songs are not looping with the right timing. svn-id: r10730 | |||
2003-10-10 | fix by hibernatus | Max Horn | |
svn-id: r10725 | |||
2003-10-10 | some cleanup | Max Horn | |
svn-id: r10720 | |||
2003-10-09 | get rid of the copy method again, instead create the sound object on the fly ↵ | Max Horn | |
in findSound(): this should avoid a compiler problem with gcc 2.95.2 (see bug #820641) and also reduce the number of unnecessary global objects for everybody svn-id: r10705 | |||
2003-10-09 | Disable unused Scumm version (8) in PalmOS port. | Chris Apers | |
svn-id: r10704 | |||
2003-10-09 | Moved PalmOS initializations out of namespaces. | Chris Apers | |
svn-id: r10703 | |||
2003-10-09 | kill reference to old url | Jonathan Gray | |
svn-id: r10702 | |||
2003-10-09 | I had this wrong way around. | Travis Howell | |
svn-id: r10691 | |||
2003-10-09 | Add player_v2a - fix crash when playing two identical sounds, patch #820427 | Travis Howell | |
svn-id: r10690 | |||
2003-10-08 | new config manager. not everything is completed, and some things will still ↵ | Max Horn | |
be changed, but it seems to work well enough to put it into CVS svn-id: r10687 | |||
2003-10-08 | Fixed Indy4-Towns music settings, plus small multi-midi quirk | Jamieson Christian | |
svn-id: r10680 | |||
2003-10-07 | More Euphony/YM2612 instrument layering and polyphony | Jamieson Christian | |
fixes. Aside from variations in the instrument timbre, the output from ScummVM now seems to match up with the output from UNZ (MAME YM2612 emulator). svn-id: r10672 | |||
2003-10-07 | Patch [818296] Modified MT-32 intialization sequence. | Jamieson Christian | |
svn-id: r10666 | |||
2003-10-07 | Set up MDT_TOWNS on remainder of FM-TOWNS targets | Jamieson Christian | |
svn-id: r10665 | |||
2003-10-07 | Remove comment, which is no longer needed too. | Travis Howell | |
svn-id: r10655 | |||
2003-10-07 | Ooops, used wrong one. | Travis Howell | |
svn-id: r10653 | |||
2003-10-07 | FM TOWNS sfx fix, correct sample rate. | Travis Howell | |
svn-id: r10652 | |||
2003-10-06 | *** empty log message *** | Travis Howell | |
svn-id: r10650 | |||
2003-10-06 | Fix text when room scrolls in game versions < 3. | Travis Howell | |
Manual redraw of verbs areas isn't require after reload of game in loom/loomcd, causes glitches in some locations. svn-id: r10648 | |||
2003-10-06 | removed obsolete | Max Horn | |
svn-id: r10645 | |||
2003-10-06 | Should not apply to loom/loomcd, they only use room scrolling at one point ↵ | Travis Howell | |
and this causes glitches. svn-id: r10635 | |||
2003-10-05 | Fixed crash with Euphony looping. (Not that we actually | Jamieson Christian | |
do looping right now, but I hit this during a test.) svn-id: r10623 | |||
2003-10-05 | cleanup | Max Horn | |
svn-id: r10620 | |||
2003-10-05 | fix compilation | Max Horn | |
svn-id: r10616 | |||
2003-10-05 | Preliminary preparation for new YM2612 FM emulator. | Jamieson Christian | |
All the hooks are in, but actual implementation needs to be checked for portability. svn-id: r10615 | |||
2003-10-05 | factor out common gfx_mode/fullscreen setup code from the game engines into ↵ | Max Horn | |
the main code (maybe putting this into the Engine constructor would be better, though?) svn-id: r10611 | |||
2003-10-05 | correct for towns version | Jonathan Gray | |
svn-id: r10602 | |||
2003-10-05 | This should fix distaff display after reload in loom/loomcd. | Travis Howell | |
svn-id: r10601 | |||
2003-10-05 | Use _roomPalette for 256 color 'SMALL_HEADER' games too, since it seems to ↵ | Travis Howell | |
help some. svn-id: r10599 | |||
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed ↵ | Max Horn | |
gets reset); remove obsolete 256 color blending code svn-id: r10592 | |||
2003-10-04 | fix target name | Jonathan Gray | |
svn-id: r10585 | |||
2003-10-04 | add indy4 towns target, untested but if the demo is any indication I don't ↵ | Jonathan Gray | |
see why it wouldn't work svn-id: r10584 | |||
2003-10-04 | let adlib/native music for indydemo work | Jonathan Gray | |
svn-id: r10580 | |||
2003-10-03 | cleanup / doxygenification | Max Horn | |
svn-id: r10578 | |||
2003-10-03 | Fix for Bug [817242] ALL: MT-32 to GM key velocity conversion | Jamieson Christian | |
Implemented dynamic range matching for MT-32 tracks routed to GM output devices. svn-id: r10573 | |||
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 | |||
2003-10-03 | fix another doxygen warning | Max Horn | |
svn-id: r10568 | |||
2003-10-03 | make doxygen happy | Max Horn | |
svn-id: r10567 | |||
2003-10-03 | Potential fix for bug #816086 | Max Horn | |
svn-id: r10566 |