aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
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
2003-07-21Fix 774982Nicolas Bacca
svn-id: r9107
2003-07-21update, fix compilationJoost Peters
svn-id: r9104
2003-07-21part of patch #774556: fix for aspect mode + shakingMax Horn
svn-id: r9102
2003-07-20Bass skip fixNicolas Bacca
svn-id: r9101
2003-07-20Compile with new version stringNicolas Bacca
svn-id: r9100
2003-07-20Fixed mishandling of _mode_flags that prevented the Simon games from usingTorbjörn Andersson
the DF_WANT_RECT_OPTIM flag. svn-id: r9095
2003-07-20Use automatic dirty rect code for simon games for now to reduce CPU usageTravis Howell
svn-id: r9093
2003-07-20whitespaceMax Horn
svn-id: r9089
2003-07-17Update project filesNicolas Bacca
svn-id: r9056
2003-07-16Fix compile without USE_VORBISNicolas Bacca
svn-id: r9048
2003-07-15FixedChris Apers
svn-id: r9037
2003-07-15Check path before launching a gameChris Apers
svn-id: r9036
2003-07-15replaced SCUMMVM_VERSION/SCUMMVM_CVS by ↵Max Horn
gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date svn-id: r9032
2003-07-14Hires mouse pointer (CoMI).Marcus Comstedt
svn-id: r9026
2003-07-14Skip the "INSTALL" directory when looking for games (CoMI).Marcus Comstedt
svn-id: r9024
2003-07-13Get rid of additional version #define, add dynamic key ratesNicolas Bacca
svn-id: r8987
2003-07-13Get rid of additional version #define, default is now to disable HPC GameX ↵Nicolas Bacca
(does it even work ?) svn-id: r8986
2003-07-13Get rid of additional version #defineNicolas Bacca
svn-id: r8985
2003-07-13linux/mingw compilation fix pointed out by Jeroen JanssenJonathan Gray
svn-id: r8984
2003-07-13Add Sky dependencyNicolas Bacca
svn-id: r8983
2003-07-13Fix save key (EGA games)Nicolas Bacca
svn-id: r8982
2003-07-13Fix keyboard (Simon quit works) - Fix save key (EGA games) - Add Free Look keyNicolas Bacca
svn-id: r8981
2003-07-13Update events - BASS & Simon updates - Fix keyboard (Simon quit works) - Fix ↵Nicolas Bacca
save key (EGA games) svn-id: r8980
2003-07-13Add Free-Look keyNicolas Bacca
svn-id: r8979
2003-07-13Add Mac Simon, change Simon detection, update descriptionsNicolas Bacca
svn-id: r8978
2003-07-13Fix screen limit (Zak)Nicolas Bacca
svn-id: r8977
2003-07-13Don't try to run the sound thread if not setChris Apers
svn-id: r8971