scummvm/sword2/driver
Torbjörn Andersson a78508af33 On second thought, WAVE_FORMAT_PCM probably means uncompressed WAV-data
after all, or at least not ADPCM-compressed. Updated the comments, but I
still don't know how to play it.

svn-id: r9433
2003-08-03 15:45:09 +00:00
..
.cvsignore bs2 driver 2003-07-28 01:47:41 +00:00
_console.cpp Compiles on mingw now 2003-07-28 03:12:49 +00:00
_console.h bs2 driver 2003-07-28 01:47:41 +00:00
_mouse.cpp -Werror cleanup 2003-07-28 07:22:40 +00:00
_mouse.h bs2 driver 2003-07-28 01:47:41 +00:00
d_draw.cpp substitute long int for LARGE_INTEGER 2003-07-28 08:08:42 +00:00
d_draw.h slightly changed version of erik's implmentation of FadeServer 2003-07-31 14:51:02 +00:00
d_sound.cpp On second thought, WAVE_FORMAT_PCM probably means uncompressed WAV-data 2003-08-03 15:45:09 +00:00
d_sound.h patch #781530 Initial work on StreamCompMusic() by erik 2003-08-02 02:31:36 +00:00
ddutil.h bs2 driver 2003-07-28 01:47:41 +00:00
driver96.h #include cleanup (explicityl specify the location for headers from common/, 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) 2003-08-01 12:21:04 +00:00
keyboard.cpp Compiles on mingw now 2003-07-28 03:12:49 +00:00
keyboard.h bs2 driver 2003-07-28 01:47:41 +00:00
language.cpp Compiles on mingw now 2003-07-28 03:12:49 +00:00
menu.cpp -Werror cleanup 2003-07-28 07:22:40 +00:00
menu.h bs2 driver 2003-07-28 01:47:41 +00:00
misc.cpp remove bs2 specific osystem var 2003-07-31 15:24:23 +00:00
mouse.h missed one 2003-07-28 05:29:37 +00:00
palette.cpp back disable warnings into stdafx.h, vc6 is lack of warnings support 2003-07-31 18:35:01 +00:00
palette.h slightly changed version of erik's implmentation of FadeServer 2003-07-31 14:51:02 +00:00
rdwin.cpp removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I did it should be trivial to get them working again) 2003-08-02 00:36:38 +00:00
rdwin.h bs2 driver 2003-07-28 01:47:41 +00:00
render.cpp fix some VC7 warnings 2003-07-28 11:21:25 +00:00
render.h bs2 driver 2003-07-28 01:47:41 +00:00
sprite.cpp substitute long int for LARGE_INTEGER 2003-07-28 08:08:42 +00:00