aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)Author
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
svn-id: r9337
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-31use #define instead of enum here because that makes ccache more effective ↵Max Horn
when changing sample rates svn-id: r9326
2003-07-31Disabled unknown pragma warning in MSVC-6.Jamieson Christian
svn-id: r9320
2003-07-30moved turn off warnings into vc7 project files. someone must also update vc6Paweł Kołodziejski
svn-id: r9311
2003-07-30disable empty statement warnings for vcPaweł Kołodziejski
svn-id: r9310
2003-07-30disable conversion type warnings for vcPaweł Kołodziejski
svn-id: r9309
2003-07-30version 0.5.3cvsMax Horn
svn-id: r9304
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
besides this way all our engines start with an "s" ;) svn-id: r9301
2003-07-30the VC warning for unknown pragmas is now gloabally disabled, no need to ↵Max Horn
work around it locally svn-id: r9300
2003-07-30globally disable 'unknown pragma' warning for VCMax Horn
svn-id: r9299
2003-07-29Add option for the demo included in Maniac Mansion (Classic version)Travis Howell
svn-id: r9279
2003-07-28change version to 0.5.3-cvs allowing room for two follow up minor releases...Jonathan Gray
svn-id: r9247
2003-07-28bs2Jonathan Gray
svn-id: r9213
2003-07-28Patch #715991: Quit Confirmation Dialog (feature request #642721) with some ↵Max Horn
tweaks by me svn-id: r9210
2003-07-24Fix warning (no newline at end of file)Torbjörn Andersson
svn-id: r9172
2003-07-24Remove palmos fixmeChris Apers
svn-id: r9169
2003-07-24scumm_strnicmpJonathan Gray
svn-id: r9168
2003-07-22start -> start_frame, to match backends (purely cosmetic :-)Max Horn
svn-id: r9140
2003-07-22fixed play_cdrom docsMax Horn
svn-id: r9131
2003-07-21Rest of patch #774556 (small optimization for aspect ratio correction)Max Horn
svn-id: r9103
2003-07-20Use automatic dirty rect code for simon games for now to reduce CPU usageTravis Howell
svn-id: r9093
2003-07-19added TODOs; made switching between asepct modes a bit nice; made scale a ↵Max Horn
template parameter to help compile optimizations svn-id: r9074
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-13linux/mingw compilation fix pointed out by Jeroen JanssenJonathan Gray
svn-id: r8984
2003-07-13Update WINDBG to WinCENicolas Bacca
svn-id: r8976
2003-07-13Do not use free_check on WinCENicolas Bacca
svn-id: r8975
2003-07-12added support for different languages and fixed memory leak and screen ↵Robert Göffringmann
refreshes in load/save dialogs svn-id: r8921
2003-07-07check for odd addresses being free'dMax Horn
svn-id: r8850
2003-07-05gah. I am stupidMax Horn
svn-id: r8780
2003-07-05fixed stack lock at startupMax Horn
svn-id: r8779
2003-07-05enforce use of type MutexRefMax Horn
svn-id: r8778
2003-07-05updated code to use type MutexRef; added class StackLock (from sdl backend, ↵Max Horn
now in util.*) svn-id: r8777
2003-07-05Fix irky old date. We need to autogenerate this somehow.James Brown
svn-id: r8771
2003-07-05Fix multiple debug level messages, when debug level is set in the config file.Travis Howell
svn-id: r8764
2003-07-05applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885)Joost Peters
svn-id: r8753
2003-07-04prevent (or rather: make much less likely) some sound output related race ↵Max Horn
conditions svn-id: r8740
2003-07-04Allow "no-" prefix to long command-line options, e.g. --no-aspect-ratio,Torbjörn Andersson
to invert their meanings. This is useful for overriding settings in the config file. svn-id: r8733
2003-07-03const correctnessMax Horn
svn-id: r8727
2003-07-03Timer now uses a mutex, which should make it thread safe (it wasn't before, ↵Max Horn
particuarly bad if timers are implemented via threads), plus this should help in fixing race conditions in classes using class Timer svn-id: r8722
2003-07-03Made read() return the number of bytes that were actually read, rather thanTorbjörn Andersson
the number that was requested. A lot of our code obviously assumes this behaviour, and the MP3 file player depends on it because otherwise, when reaching the end of the file, it will think it read a full buffer, when in fact it only got part of it and the rest is the remains from the previous read. This would cause a brief note from earlier in the track at the end of the MI1 chapter one screen. Probably other cases as well. Of course, this may cause regressions but only - I think - if the code was buggy to begin with. svn-id: r8721
2003-07-02don't default to the slowest aspect ratio correcter; rather use the medium ↵Max Horn
one (good quality with acceptable speed) svn-id: r8715
2003-06-27opsPaweł Kołodziejski
svn-id: r8667
2003-06-27chenged ifdef to handle all win32 portsPaweł Kołodziejski
svn-id: r8666
2003-06-22fix the inaccurate version of interpolate5Line to work correctly for odd widthsMax Horn
svn-id: r8628
2003-06-22undoing this optimization: despite my initial sureness about this being ↵Max Horn
correct - I was wrong :-) just plug in 0xFFFFFFFF to see it (roughly spoken, we can loose the uppermost bits if we shift after the addition instead of before it) svn-id: r8627
2003-06-22fixed warningPaweł Kołodziejski
svn-id: r8623
2003-06-22Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratioTorbjörn Andersson
correction mode by making sure that dirty rects always start on a line that won't have its colours changed by the stretching function. This was probably only noticeable when using the 1x scaler. [*] Actually, the glitches weren't specific to the mouse cursor, but it was useful for triggering them. svn-id: r8621
2003-06-22Rearranged logic in SuperEagleBertrand Augereau
svn-id: r8620
2003-06-22Fix some graphics glitches that would sometimes be visible around the mouseTorbjörn Andersson
cursor in aspect-ratio correction mode. svn-id: r8618