aboutsummaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2003-05-04new fmopl (from adplug, which has it from mame; we can use it under the LGPL ↵Max Horn
should we ever have to) svn-id: r7328
2003-05-04Support hires mode (CoMI).Marcus Comstedt
svn-id: r7326
2003-05-04*** empty log message ***Ruediger Hanke
svn-id: r7315
2003-05-02cleanup, move tmpScreen to storage heapChris Apers
svn-id: r7268
2003-05-02Not neededChris Apers
svn-id: r7267
2003-05-02Add Tempo (-t) and Write ScummVM.ini (-w)Chris Apers
svn-id: r7266
2003-05-02Constant global data PDB builderChris Apers
svn-id: r7263
2003-05-01fix another leakJonathan Gray
svn-id: r7245
2003-05-01Reactivate sound handler to prevent out of memoryChris Apers
svn-id: r7243
2003-05-01No more neededChris Apers
svn-id: r7241
2003-04-30Add copyright headerChris Apers
svn-id: r7232
2003-04-30Add copyright headerChris Apers
svn-id: r7231
2003-04-30moved screen mutex from smush into SDL backend (other backends have to make ↵Max Horn
sure they are thread safe by themselves) svn-id: r7230
2003-04-30free movement may not be necessary for now, but doing it is trivial, so why ↵Max Horn
not. Still this code is horribly inefficient :-/. svn-id: r7229
2003-04-30avoid unneccesary blitsMax Horn
svn-id: r7228
2003-04-30palmos midi driverMax Horn
svn-id: r7221
2003-04-30started to merge in Chrilith's PalmOS portMax Horn
svn-id: r7219
2003-04-26Whatever I changed since last commit ...Ruediger Hanke
svn-id: r7130
2003-04-25cleanup; added commentMax Horn
svn-id: r7119
2003-04-18Add patch #723308 - SDL/GL with SDL scalersTravis Howell
svn-id: r7015
2003-04-15Add patch #721194 - SDL/GL: hotswap_gfx_mode (win32 and MacOS)Travis Howell
svn-id: r7012
2003-04-13Looks like gcc is broken again... :-( Go back to -O1 for now.Marcus Comstedt
svn-id: r7000
2003-04-10fixed GP32 portJoost Peters
svn-id: r6958
2003-04-04Smartphone version of Sam & Max skip fixNicolas Bacca
svn-id: r6910
2003-04-04Latest local version, rewrite pending ...Nicolas Bacca
svn-id: r6909
2003-04-04Low quality FM synthesis, preliminary OGG stuff - do not try to compile that ↵Nicolas Bacca
I'll break everything in a few hours :) svn-id: r6908
2003-04-04Fix skip key problems mainly for Sam & MaxNicolas Bacca
svn-id: r6907
2003-04-04Fix compiling issues with Smartphone/HPC buildsNicolas Bacca
svn-id: r6906
2003-04-04Adding _heapchkNicolas Bacca
svn-id: r6905
2003-04-03zlib.h is no longer in ronin/.Marcus Comstedt
svn-id: r6904
2003-04-03Updated to new libronin layout.Marcus Comstedt
svn-id: r6903
2003-04-03Changed prerequisites to be more up to date (slightly ahead of date, actually :)Marcus Comstedt
svn-id: r6902
2003-03-29fix for wrong(or rather unset) mouse 0,0 (x,y) position when joystick is pluggedPaweł Kołodziejski
when code handle joystick motion and mapping to mouse motion, it should also set mouse x,y position svn-id: r6880
2003-03-27add back removed checks for definitions of mouse scrolling buttons before ↵Jonathan Gray
using them as we don't want to depend on sdl >= 1.2.5 svn-id: r6872
2003-03-26long standing evil bug (luckily hardly has any effect since almost ↵Max Horn
everything has 2 byte alignment; but if the motion/button structs are ever changed, this would have gone broke) svn-id: r6870
2003-03-26cleanup; added SDL_VIDEOEXPOSEMax Horn
svn-id: r6869
2003-03-26sys/types.h only needed on OS X to work non-POSIX compliance in system ↵Max Horn
headers; use getcwd instead of getwd svn-id: r6868
2003-03-26get scummvm to compile on unix != macosx as wellOliver Kiehl
svn-id: r6866
2003-03-25default to current directory (instead of FS root)Max Horn
svn-id: r6858
2003-03-18it omit one blit for scaler Normal1X in SDL backendPaweł Kołodziejski
svn-id: r6831
2003-03-10fix for numpad fighting (I hope)Max Horn
svn-id: r6790
2003-03-09fixed valgrind warning (though I don't see why this memset should be needed, ↵Max Horn
after reviewing the SDL_OpenAudio source) svn-id: r6783
2003-03-08change RBG to RGB which follows the argument order and hence makes more sense...Jonathan Gray
svn-id: r6767
2003-03-07Ignore BASS build dir.Marcus Comstedt
svn-id: r6746
2003-03-07Exclude movies from game name matching.Marcus Comstedt
svn-id: r6743
2003-03-07Handle slightly broken icons (The Dig).Marcus Comstedt
svn-id: r6742
2003-03-06updated copyrights headersPaweł Kołodziejski
svn-id: r6726
2003-03-06and more cleanup ....Paweł Kołodziejski
svn-id: r6719
2003-03-03added SysEx support to the CoreAudio midi backend - though I have no clue ↵Max Horn
what effect this will have, or how I could test this... svn-id: r6677
2003-03-03Don't keep a backlog of missed deadlines for event polling...Marcus Comstedt
svn-id: r6674