aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/d_draw.cpp
AgeCommit message (Expand)Author
2003-10-15Dumped most of the remaining "driver" code into a new "Display" class. ThisTorbjörn Andersson
2003-10-11Moved the text drawing stuff into a class of its own. (Adding anotherTorbjörn Andersson
2003-10-05Made a separate class for the cutscene functions, removed some unused codeTorbjörn Andersson
2003-10-04Changed to use #include "bs2/..." and removed the inclusion of standard CTorbjörn Andersson
2003-10-04added namespace Sword2Max Horn
2003-10-02renamed namespace ScummVM to CommonMax Horn
2003-10-02Cleanups, mostly related to sound effects.Torbjörn Andersson
2003-09-30Clear cutscene subtitles before changing back the palette, and slow downTorbjörn Andersson
2003-09-30Moved the memory manager functions into an object of its own (and enabledTorbjörn Andersson
2003-09-28cleanupTorbjörn Andersson
2003-09-28More cleanup, plus support for cutscene leadout music. For now, we onlyTorbjörn Andersson
2003-09-27cleanupTorbjörn Andersson
2003-09-23Must ... make ... space ... for ... FotAQ ...Torbjörn Andersson
2003-09-23Removed the screenshot code. (The SDL backend already has the ability toTorbjörn Andersson
2003-09-23Changed the keyboard handling to store "keyboard events", rather than justTorbjörn Andersson
2003-09-23Fixed really brain-dead bug. (I made it myself - I can call it whatever ITorbjörn Andersson
2003-09-23Removed unused codeTorbjörn Andersson
2003-09-23Initialize the cutscene voice-over sound handle, in case you press EscapeTorbjörn Andersson
2003-09-22Cleaned up the sound code enough to add cutscene voice-overs. I haven't hadTorbjörn Andersson
2003-09-14actually this is the correct fix to "Cutscene - Press ESC to exit" :)Oliver Kiehl
2003-09-14fix "Cutscene - Press ESC to exit" messageOliver Kiehl
2003-09-10disable code because it crashesOliver Kiehl
2003-09-09HACK: Display instructions during the cutscenes, so that the user won'tTorbjörn Andersson
2003-09-09Reworked the last commit a bit, so that PlaySmacker() doesn't need to knowTorbjörn Andersson
2003-09-09In PlaySmacker(), make sure there really is a text sprite to draw.Torbjörn Andersson
2003-09-09Clarified some comments in PlaySmacker(). At this point it should be fairlyTorbjörn Andersson
2003-09-08Cleanup.Torbjörn Andersson
2003-09-08Added some code to display the subtitles for the Smacker movies, whenTorbjörn Andersson
2003-08-29Added some code to stop producing interpolation frames if the scene hasTorbjörn Andersson
2003-08-28Removed the Surface class in favor of small struct specially made for theTorbjörn Andersson
2003-08-26The graphics detail settings partially work now. They only affect howTorbjörn Andersson
2003-08-23Unstubbed the Create/Draw/DeleteSurface() functions, and removed someTorbjörn Andersson
2003-08-19Remove a bunch of unneeded cruft - but barely the surface of it. This code is...James Brown
2003-08-17patch #790060 SWORD2: Initial graphics work from erik very nice indeed :)Jonathan Gray
2003-07-28substitute long int for LARGE_INTEGERJonathan Gray
2003-07-28Compiles on mingw nowTravis Howell
2003-07-28fixed yet more warningsMax Horn
2003-07-28bs2 driverJonathan Gray