Age | Commit message (Expand) | Author |
2010-06-15 | Drascula: Move more cursor-related blits to cursorSurface. | Eugene Sandulenko |
2010-06-15 | Drascula: Fixed bug #2826608. | Eugene Sandulenko |
2010-06-15 | Drascula: ease load on backend. | Eugene Sandulenko |
2010-06-15 | Drascula: add more pic-related debug output. | Eugene Sandulenko |
2010-06-15 | Drascula: Optimized blitting code. | Eugene Sandulenko |
2010-04-29 | Fixed a glitch when a one-word text (e.g. "TOTENKOPF" in the first room, when | Torbjörn Andersson |
2010-03-09 | DRASCULA: Simplify playFLI and its subroutines | Max Horn |
2010-02-08 | Renamed ArjFile to ArchiveMan, and _arj to _archives. | Nicola Mettifogo |
2010-02-08 | Let ArjFile return a SeekableReadStream instead of implementing | Nicola Mettifogo |
2010-02-08 | Reduced references to _arj to the minimum. It is passed as a | Nicola Mettifogo |
2010-02-08 | Close the FLI file only from the routine that opened it. | Nicola Mettifogo |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2009-08-04 | Cleanup | Filippos Karapetis |
2009-08-04 | Removed the superfluous VGA buffer, replacing it with direct writes to the vi... | Filippos Karapetis |
2009-07-25 | Added word-wrapping to Drascula's conversation options. Fixes bug #2826607. | Torbjörn Andersson |
2009-05-13 | Normalized types for several variables. Formatting | Eugene Sandulenko |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-09-16 | - Fixed centerText() to print text at the correct height | Filippos Karapetis |
2008-09-15 | Fixed compiler warnings | Max Horn |
2008-09-15 | Remove a workaround in textFitsCentered(). The blind man's dialog is a bit be... | Filippos Karapetis |
2008-09-15 | Rewrote the very confusing centerText() function into something that makes mo... | Filippos Karapetis |
2008-09-14 | Slight cleanup of centerText() | Filippos Karapetis |
2008-09-14 | Fix for bug #2110375 - "DRASCULA: Mouse visible in screen saver", a regressio... | Filippos Karapetis |
2008-09-13 | Indentation. | Torbjörn Andersson |
2008-09-12 | - Moved more animation data inside drascula.dat | Filippos Karapetis |
2008-09-11 | - Merged openDoor() and closeDoor() | Filippos Karapetis |
2008-09-11 | Code optimizations from Fingolfin | Filippos Karapetis |
2008-09-11 | Cleanup | Filippos Karapetis |
2008-09-11 | Fixed the hotspot for the crosshair cursor | Filippos Karapetis |
2008-09-11 | - The game's cursor is now handled via ScummVM's cursor manager, instead of t... | Filippos Karapetis |
2008-09-09 | Cleanup. Simplified converse() | Filippos Karapetis |
2008-08-26 | Removed some unneeded sanity checks that have been introduced with the latest... | Filippos Karapetis |
2008-08-26 | Simplified several calls to copyBackground() | Filippos Karapetis |
2008-08-17 | Patch #2045543: Possible fix for Drascula's decodeRLE() | Eugene Sandulenko |
2008-06-17 | Removed duplicate code | Filippos Karapetis |
2008-06-10 | drawSurface1 -> bgSurface | Filippos Karapetis |
2008-06-09 | endianess fixes | Filippos Karapetis |
2008-06-08 | Restore apostrophe hack. | Eugene Sandulenko |
2008-06-08 | Removed the MiVideoSSN buffer, using screenSurface instead. Added a FIXME for... | Filippos Karapetis |
2008-06-08 | pointer -> memPtr | Filippos Karapetis |
2008-06-08 | Use mixVideo() in showFrame() and some capitalization fixes | Filippos Karapetis |
2008-06-08 | - Removed the AuxBuffOrg and AuxBuffDes buffers | Filippos Karapetis |
2008-06-08 | Removed the useless pcxBuffer buffer and auxPun pointer and fixed an off-by-o... | Filippos Karapetis |
2008-06-08 | Cleanup | Filippos Karapetis |
2008-06-07 | WIP of drascula.dat loading. | Eugene Sandulenko |
2008-06-07 | Shuffled around more code. Now the files look more manageable. | Eugene Sandulenko |