scummvm/sword2/driver
Torbjörn Andersson a18d4d5c2f Replaced drawLine() with a shorter version described in Wikipedia. It uses
a callback to plot each point so that it doesn't need to worry about how
the caller deals with screen dirtying, etc.

My plan is to move this function into a standard class. (That's why I used
the American spelling "color" instead of "colour".) I just haven't made up
my mind on which is the most appropriate one yet.

svn-id: r17715
2005-04-20 14:45:23 +00:00
..
.cvsignore bs2 driver 2003-07-28 01:47:41 +00:00
_mouse.cpp Got rid of all the .h files but one in the 'driver' directory. They were 2005-02-27 16:11:19 +00:00
animation.cpp PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
animation.h PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
d_draw.cpp Got rid of all the .h files but one in the 'driver' directory. They were 2005-02-27 16:11:19 +00:00
d_sound.cpp PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method 2005-03-12 18:56:09 +00:00
menu.cpp Got rid of all the .h files but one in the 'driver' directory. They were 2005-02-27 16:11:19 +00:00
palette.cpp This is the second part of the BS2 restructuring. There are two new 2005-02-19 14:02:16 +00:00
rdwin.cpp Got rid of all the .h files but one in the 'driver' directory. They were 2005-02-27 16:11:19 +00:00
render.cpp Replaced drawLine() with a shorter version described in Wikipedia. It uses 2005-04-20 14:45:23 +00:00
sprite.cpp Got rid of all the .h files but one in the 'driver' directory. They were 2005-02-27 16:11:19 +00:00