Age | Commit message (Expand) | Author |
2003-12-10 | Sprite surfaces (as opposed to standard sprites) are always display | Torbjörn Andersson |
2003-11-16 | More cleanup. I've eliminated all the temporary global variables I've added | Torbjörn Andersson |
2003-11-11 | Moved low-level keyboard and mouse handling to a new Input class, and | Torbjörn Andersson |
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski |
2003-11-08 | Removed some now redundant header files. | Torbjörn Andersson |
2003-11-08 | Moved more stuff into classes, changed some static allocation to dynamic, | Torbjörn Andersson |
2003-11-03 | The resource and memory managers are now created dynamically. | Torbjörn Andersson |
2003-10-28 | bs2 -> sword2 | Max Horn |
2003-10-15 | Dumped most of the remaining "driver" code into a new "Display" class. This | Torbjörn Andersson |
2003-10-11 | Moved the text drawing stuff into a class of its own. (Adding another | Torbjörn Andersson |
2003-10-05 | Made a separate class for the cutscene functions, removed some unused code | Torbjörn Andersson |
2003-10-04 | Changed to use #include "bs2/..." and removed the inclusion of standard C | Torbjörn Andersson |
2003-10-04 | added namespace Sword2 | Max Horn |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-10-02 | Cleanups, mostly related to sound effects. | Torbjörn Andersson |
2003-09-30 | Clear cutscene subtitles before changing back the palette, and slow down | Torbjörn Andersson |
2003-09-30 | Moved the memory manager functions into an object of its own (and enabled | Torbjörn Andersson |
2003-09-28 | cleanup | Torbjörn Andersson |
2003-09-28 | More cleanup, plus support for cutscene leadout music. For now, we only | Torbjörn Andersson |
2003-09-27 | cleanup | Torbjörn Andersson |
2003-09-23 | Must ... make ... space ... for ... FotAQ ... | Torbjörn Andersson |
2003-09-23 | Removed the screenshot code. (The SDL backend already has the ability to | Torbjörn Andersson |
2003-09-23 | Changed the keyboard handling to store "keyboard events", rather than just | Torbjörn Andersson |
2003-09-23 | Fixed really brain-dead bug. (I made it myself - I can call it whatever I | Torbjörn Andersson |
2003-09-23 | Removed unused code | Torbjörn Andersson |
2003-09-23 | Initialize the cutscene voice-over sound handle, in case you press Escape | Torbjörn Andersson |
2003-09-22 | Cleaned up the sound code enough to add cutscene voice-overs. I haven't had | Torbjörn Andersson |
2003-09-14 | actually this is the correct fix to "Cutscene - Press ESC to exit" :) | Oliver Kiehl |
2003-09-14 | fix "Cutscene - Press ESC to exit" message | Oliver Kiehl |
2003-09-10 | disable code because it crashes | Oliver Kiehl |
2003-09-09 | HACK: Display instructions during the cutscenes, so that the user won't | Torbjörn Andersson |
2003-09-09 | Reworked the last commit a bit, so that PlaySmacker() doesn't need to know | Torbjörn Andersson |
2003-09-09 | In PlaySmacker(), make sure there really is a text sprite to draw. | Torbjörn Andersson |
2003-09-09 | Clarified some comments in PlaySmacker(). At this point it should be fairly | Torbjörn Andersson |
2003-09-08 | Cleanup. | Torbjörn Andersson |
2003-09-08 | Added some code to display the subtitles for the Smacker movies, when | Torbjörn Andersson |
2003-08-29 | Added some code to stop producing interpolation frames if the scene has | Torbjörn Andersson |
2003-08-28 | Removed the Surface class in favor of small struct specially made for the | Torbjörn Andersson |
2003-08-26 | The graphics detail settings partially work now. They only affect how | Torbjörn Andersson |
2003-08-23 | Unstubbed the Create/Draw/DeleteSurface() functions, and removed some | Torbjörn Andersson |
2003-08-19 | Remove a bunch of unneeded cruft - but barely the surface of it. This code is... | James Brown |
2003-08-17 | patch #790060 SWORD2: Initial graphics work from erik very nice indeed :) | Jonathan Gray |
2003-07-28 | substitute long int for LARGE_INTEGER | Jonathan Gray |
2003-07-28 | Compiles on mingw now | Travis Howell |
2003-07-28 | fixed yet more warnings | Max Horn |
2003-07-28 | bs2 driver | Jonathan Gray |