aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2003-08-16Added fullscreen support to palmosChris Apers
svn-id: r9721
2003-08-15Changed on_timer frequency in adlib so V3 SFX are correctly timed.Jochen Hoenicke
Changed V3 conversion code to adapt to the new (correct) speed. svn-id: r9712
2003-08-13Remove debug code that shouldn't have been commitTravis Howell
svn-id: r9655
2003-08-12Add adlib music for indy3ega/loom and adlib sfx, patch #770862Travis Howell
svn-id: r9649
2003-08-11Fixed compilation error introduced by Marcus ;)Chris Apers
svn-id: r9639
2003-08-11Missing function with new savefile.cppChris Apers
svn-id: r9638
2003-08-10Harmonized SaveFile API with File API a bit.Marcus Comstedt
svn-id: r9626
2003-08-08Revamped the GM-to-FM emulation tables.Jamieson Christian
The new tables come directly from the Adlib driver for the original Sam & Max distro. Sam & Max using Adlib should now sound essentially identical to the original distro ("a few more tests"), and other games without specific Adlib support, such as Simon, should sound a whole lot closer to the GM tonality. Percussion support is now comprehensive for Sam & Max and a lot more thorough for other games. svn-id: r9605
2003-08-08Added generic send() option to MidiChannel.Jamieson Christian
This circumvents problems doing generic send() calls to MidiDrivers that support more than 16 MIDI channels (i.e. Adlib). Because of the way it interacts with MidiDriver, Simon could have run into a problem if it tried to allocate more than 15 Adlib music channels (though this would only happen in very, VERY rare circumstances). Also fixed a problem with the channel numbering scheme used by MidiDriver_Adlib, in particular the percussion channel number. svn-id: r9604
2003-08-06Added .ini parametersNicolas Bacca
svn-id: r9553
2003-08-06ChangedChris Apers
svn-id: r9543
2003-08-06Added --demo-mode optionChris Apers
svn-id: r9542
2003-08-06Get rid of the bad onehalf array (thx to Mark Fechtner)Chris Apers
svn-id: r9540
2003-08-06Disable SWORD2Chris Apers
svn-id: r9539
2003-08-06Added --demo-mode optionChris Apers
svn-id: r9538
2003-08-05getting rid of g_mixer; removing lots of whitespaceMax Horn
svn-id: r9527
2003-08-05removing whitespaceMax Horn
svn-id: r9526
2003-08-05Update right click stuffNicolas Bacca
svn-id: r9523
2003-08-05Hotfixes ...Ruediger Hanke
svn-id: r9514
2003-08-05Rvert this non-smallheader adlib changeTravis Howell
svn-id: r9491
2003-08-05Add adlib music improvements for indy3/monkeyega/monkeyvga and cleanups from ↵Travis Howell
patch #770862 svn-id: r9480
2003-08-04while this fixed a problem with sdl_gl on OS X, it causes annoying problems ↵Max Horn
with fullscreen mode with the regular SDL backend on OS X -> disabling it (plus I couldn't reproduce this segfault with the GL backend anymore, too) svn-id: r9468
2003-08-04oops, accidentally commited this oneMax Horn
svn-id: r9465
2003-08-03fix for bug #781903 (ALL: jerky cursor movement regression)Max Horn
svn-id: r9446
2003-08-03More complete keymap.Marcus Comstedt
svn-id: r9440
2003-08-03More const.Marcus Comstedt
svn-id: r9437
2003-08-03Detect Simon.Marcus Comstedt
svn-id: r9436
2003-08-03Ignore bs2 builddir.Marcus Comstedt
svn-id: r9428
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ↵Max Horn
did it should be trivial to get them working again) svn-id: r9391
2003-08-01The (long) WinCE FAQ has arrived ...Nicolas Bacca
svn-id: r9388
2003-08-01#include cleanup (explicityl specify the location for headers from common/, ↵Max Horn
so that we at some point can get rid of -Icommon; exception is made for stdafx.h, since a) we might want to rename it and b) might want to move it to the top level) svn-id: r9359
2003-08-01Small cleanupTravis Howell
svn-id: r9354
2003-07-31added new header file backends/intern.h; removed some stuff from ↵Max Horn
common/system.h which is either only of interest to backends or code instantiating a backend (->backends/intern.h); also removed fmopl specific enums (->sound/fmopl.h) svn-id: r9327
2003-07-30Merged fixes from branch-0-5-0:Marcus Comstedt
* Max's "adjustment" was incomplete, fixed. * Initialize shake_pos to 0 (fixes Sky, which never sets the shake_pos). * Changed sematics of X button to allow boxing in Indy (I hope...) svn-id: r9307
2003-07-26Fixed unit'd var in Adlib driverJamieson Christian
svn-id: r9195
2003-07-24Add support for strnicmpChris Apers
svn-id: r9170
2003-07-23Fix 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-23Quick hack to solve Simon problemRuediger Hanke
svn-id: r9149
2003-07-23reset some CD related vars when AudioCD is openedMax Horn
svn-id: r9144
2003-07-23Ooops that should not have been commmitedTravis Howell
svn-id: r9142
2003-07-23fm towns cd audio fix from HibernatusTravis Howell
svn-id: r9141
2003-07-22*** empty log message ***Ruediger Hanke
svn-id: r9139
2003-07-22Some MorphOS port fixesRuediger Hanke
svn-id: r9138
2003-07-22Some MorphOS port fixesRuediger Hanke
svn-id: r9136
2003-07-22forgot to commit this oneMax Horn
svn-id: r9133
2003-07-22adjusted to play_cdrom parameter name change in common/system.hMax Horn
svn-id: r9132
2003-07-22Use ScummVM version strings in about formChris Apers
svn-id: r9120
2003-07-22Fix for bug #775512Chris Apers
svn-id: r9117
2003-07-21Fix for #775275 : debugger support on WinCENicolas Bacca
svn-id: r9114
2003-07-21Fix COMI detection - allow auto detection if only the main data file is presentNicolas Bacca
svn-id: r9113