aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2003-09-17some tweaks to the build system (work toward plugin support)Max Horn
svn-id: r10279
2003-09-14evil fix for #bug 801293 (ALL: Ctrl+alt+b opengl switch) and some cleanupMax Horn
svn-id: r10248
2003-09-11moved set_mouse_pos around just to make clear it's not part of the OSystem ↵Max Horn
API anymore svn-id: r10187
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10151
2003-09-10moved declaration of error/warning/debug from engine.h to util.hMax Horn
svn-id: r10149
2003-09-08removed some superfluous newlinesMax Horn
svn-id: r10086
2003-09-06added EVENT_SCREEN_CHANGED; small tweak to the way quit is handled in NewGuiMax Horn
svn-id: r10047
2003-08-23use startup message, avoid possible race condition on exitRuediger Hanke
svn-id: r9833
2003-08-23little bugfix, safer codeRuediger Hanke
svn-id: r9832
2003-08-22Add screenshot option for sdl backends, patch #590233Travis Howell
svn-id: r9821
2003-08-20Need explicit include of stdafx because of free_check kluge...Marcus Comstedt
svn-id: r9803
2003-08-20Change Amiga palette option to Amiga versionTravis Howell
svn-id: r9800
2003-08-18UpdatedChris Apers
svn-id: r9762
2003-08-18Updated globals access for PalmOSChris Apers
svn-id: r9759
2003-08-18Removed : read/write led indicatorChris Apers
svn-id: r9758
2003-08-18Added : UX50 support + fullscreen mode, Fixed : overlay, some memory cards ↵Chris Apers
related stuffs,... svn-id: r9757
2003-08-18CleanupChris Apers
svn-id: r9755
2003-08-18Added fullscreen optionChris Apers
svn-id: r9754
2003-08-17Changed adlib note priorities for small header gamesJochen Hoenicke
svn-id: r9746
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