aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Expand)Author
2003-07-05gah. I am stupidMax Horn
2003-07-05fixed stack lock at startupMax Horn
2003-07-05enforce use of type MutexRefMax Horn
2003-07-05updated code to use type MutexRef; added class StackLock (from sdl backend, n...Max Horn
2003-07-05Fix irky old date. We need to autogenerate this somehow.James Brown
2003-07-05Fix multiple debug level messages, when debug level is set in the config file.Travis Howell
2003-07-05applied eriktorbjorn's floppy-intro-with-cd-version patch (#765885)Joost Peters
2003-07-04prevent (or rather: make much less likely) some sound output related race con...Max Horn
2003-07-04Allow "no-" prefix to long command-line options, e.g. --no-aspect-ratio,Torbjörn Andersson
2003-07-03const correctnessMax Horn
2003-07-03Timer now uses a mutex, which should make it thread safe (it wasn't before, p...Max Horn
2003-07-03Made read() return the number of bytes that were actually read, rather thanTorbjörn Andersson
2003-07-02don't default to the slowest aspect ratio correcter; rather use the medium on...Max Horn
2003-06-27opsPaweł Kołodziejski
2003-06-27chenged ifdef to handle all win32 portsPaweł Kołodziejski
2003-06-22fix the inaccurate version of interpolate5Line to work correctly for odd widthsMax Horn
2003-06-22undoing this optimization: despite my initial sureness about this being corre...Max Horn
2003-06-22fixed warningPaweł Kołodziejski
2003-06-22Fixed the last (?) glitches around the mouse cursor [*] in aspect-ratioTorbjörn Andersson
2003-06-22Rearranged logic in SuperEagleBertrand Augereau
2003-06-22Fix some graphics glitches that would sometimes be visible around the mouseTorbjörn Andersson
2003-06-22cleanupMax Horn
2003-06-22fixed warningsPaweł Kołodziejski
2003-06-22Add opengl filter optionTravis Howell
2003-06-22no need to keep these regression tests: the changes are mathematically and op...Max Horn
2003-06-22Patch #757827: Aspect-ratio correctionMax Horn
2003-06-22Reduced the number of shifts in highly used functions in Super2xSaI and Super...Bertrand Augereau
2003-06-21make File constructor virtual to allow subclassing; made seek default to SEEK...Max Horn
2003-06-19cleanupMax Horn
2003-06-18Fix for bug [756559] ALL: 'multi_midi=true' in scummvm.ini does not work.Jamieson Christian
2003-06-17I will add a wrapper for that (currently NULL driver)Chris Apers
2003-06-17Make OpenGL specific scaler use other keys so all normal scaler canbe made av...Travis Howell
2003-06-15Parentheses didn't compile on WIN32Bertrand Augereau
2003-06-15moved GameId declaration to common/engine.h (more logical); moved scumm speci...Max Horn
2003-06-14some more cleanupMax Horn
2003-06-14fix for LE systemsMax Horn
2003-06-14Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; augme...Max Horn
2003-06-14fixed aquadran's Windows fix (a pointer is const for good reasons; simply cas...Max Horn
2003-06-14cleanupMax Horn
2003-06-14fix for bug #749249, related with path of game data placed on root drive unde...Paweł Kołodziejski
2003-06-13make -z output align nicelyJonathan Gray
2003-06-12Fixed problem with variant game IDs (e.g. 'tentaclea')Jamieson Christian
2003-06-12Made notation of transient config domains consistent.Jamieson Christian
2003-06-12indentionMax Horn
2003-06-11Fixed command line options being ignored when the launcher is used.Jamieson Christian
2003-06-11Fix for bug [741592] GUI: Switching music driver mixes up musicJamieson Christian
2003-06-11Fixed MSVC warningJamieson Christian
2003-06-10cleanupMax Horn
2003-06-09added clear_sound_proc method to backend API (this requires all backends to b...Max Horn
2003-06-08added quit eventMax Horn