Age | Commit message (Expand) | Author |
2003-11-25 | More cleanup. Another unused file bites the dust. | Torbjörn Andersson |
2003-11-16 | More cleanup. I've eliminated all the temporary global variables I've added | Torbjörn Andersson |
2003-11-13 | Re-enabled the CD swapping code, after rewriting it a bit. | Torbjörn Andersson |
2003-11-12 | cleanup | Torbjörn Andersson |
2003-11-11 | Removed SVM_timeGetTime(). We may as well call get_msecs() directly. | Torbjörn Andersson |
2003-11-11 | Removed redundant header files. | 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-11-02 | fixed warnings | Paweł Kołodziejski |
2003-11-01 | Instead of having a function that reverses the panning table, we now have a | Torbjörn Andersson |
2003-10-29 | Use the ScummVM config manager instead of a separate BS2-specific config | Torbjörn Andersson |
2003-10-28 | bs2 -> sword2 | Max Horn |
2003-10-26 | Enable the debug console. Actually, what I've done is to adapt the debug | Torbjörn Andersson |
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-08 | cleanup | Torbjörn Andersson |
2003-10-08 | Some more cosmetic changes while I'm considering the next move. (Or maybe | Torbjörn Andersson |
2003-10-07 | Some cleanup, some code removal and some unstubbing. Nothing important. | Torbjörn Andersson |
2003-10-05 | Made a separate class for the cutscene functions, removed some unused code | Torbjörn Andersson |
2003-10-04 | use namespace Common a bit more; don't zero the RNG in scumm (else the seed g... | Max Horn |
2003-10-04 | Moved some stuff out of driver96.h. Eventually I'd like to get rid of most | Torbjörn Andersson |
2003-10-04 | Changed to use #include "bs2/..." and removed the inclusion of standard C | Torbjörn Andersson |
2003-10-04 | removed Sword2 prefixes of most classes (made obsolete by our namespace usage... | Max Horn |
2003-10-04 | added namespace Sword2 | Max Horn |
2003-10-03 | fix doxygen comment | Max Horn |
2003-10-03 | use C++ struct naming instead of typedefs -> this fixes (or works around, wha... | Max Horn |
2003-10-03 | Some renaming (ironic in the light of Fingolfin's recent namespace | Torbjörn Andersson |
2003-10-02 | renamed namespace ScummVM to Common | Max Horn |
2003-10-02 | Cleanups, mostly related to sound effects. | Torbjörn Andersson |
2003-10-01 | ScummVM naming conventions and cleanup in the Sword2Sound class. | 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-29 | Removed - it's the same file as _mouse.h | Torbjörn Andersson |
2003-09-29 | cleanup | Torbjörn Andersson |
2003-09-29 | cleanup (I meant to do this in my previous commit) | Torbjörn Andersson |
2003-09-29 | cleanup | Torbjörn Andersson |
2003-09-29 | cleanup | Torbjörn Andersson |
2003-09-28 | cleanup | 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-28 | Alignment fix | Nicolas Bacca |
2003-09-27 | cleanup | Torbjörn Andersson |
2003-09-27 | Began unifying the function documentation in driver96.h with the one in the | Torbjörn Andersson |
2003-09-27 | Save enough information about the currently playing music before the | Torbjörn Andersson |
2003-09-27 | Removed CopyScreenBuffer() since it was a no-op anyway. | Torbjörn Andersson |
2003-09-27 | cleanup | Torbjörn Andersson |
2003-09-27 | I don't think UpdatePaletteMatchTable() has to write the table to file. In | Torbjörn Andersson |