Age | Commit message (Expand) | Author |
2011-04-24 | DRASCULA: Avoid crash in engine destructor after it failed to start. | Thierry Crozat |
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg |
2011-01-27 | DRASCULA: Fix Memory Leaks in Rooms Table. | David Turner |
2010-10-15 | DRASCULA: Fix some code analysis warnings (bug #3087830) | Eugene Sandulenko |
2010-06-15 | Drascula: hid room updater-related debug output to deeper level | Eugene Sandulenko |
2010-03-09 | DRASCULA: Some cleanup; turn some global C++ objects into members of Drascula... | Max Horn |
2010-02-09 | Moved text parsing to a new class. | Nicola Mettifogo |
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 | Pass the input stream to text parser functions. | Nicola Mettifogo |
2010-02-08 | The text parser functions can create their temporary buffers on the stack. | Nicola Mettifogo |
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-05-13 | Normalized types for several variables. Formatting | Eugene Sandulenko |
2009-05-12 | Replace verb numbers with constants in selectVerb() call | Eugene Sandulenko |
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel |
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops l... | Max Horn |
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko |
2008-09-12 | - Moved more animation data inside drascula.dat | Filippos Karapetis |
2008-09-11 | Cleanup | Filippos Karapetis |
2008-09-11 | - Merged openDoor() and closeDoor() | Filippos Karapetis |
2008-09-11 | - The game's cursor is now handled via ScummVM's cursor manager, instead of t... | Filippos Karapetis |
2008-09-10 | Removed the unused variable changeColor | Filippos Karapetis |
2008-09-10 | Merged all the methods to assign and set default palettes | Filippos Karapetis |
2008-09-10 | Reduced game memory usage by about 400KB by only loading the current language... | Filippos Karapetis |
2008-09-09 | - Cleanup and simplification | Filippos Karapetis |
2008-09-09 | Cleanup of exitRoom() | Filippos Karapetis |
2008-08-26 | talk_dr_grande -> talk_drascula_big | Filippos Karapetis |
2008-08-26 | Simplified several calls to copyBackground() | Filippos Karapetis |
2008-08-25 | Fix for original game bug with the wall plug in chapter 5. | Filippos Karapetis |
2008-06-25 | Possible fix for (for the drascula engine) for bug #2001583 - "WINCE: CRUISE ... | Filippos Karapetis |
2008-06-10 | Fixed regression in the pendulum room, preventing the player from selecting J... | Filippos Karapetis |
2008-06-10 | Use the array sizes loaded from drascula.dat, instead of ARRAYSIZE | Filippos Karapetis |
2008-06-10 | drawSurface1 -> bgSurface | Filippos Karapetis |
2008-06-09 | - drascula.dat is now read completely | Filippos Karapetis |
2008-06-08 | The pendulumSurface pointer is only used in update_102() | Filippos Karapetis |
2008-06-07 | Shuffled around more code. Now the files look more manageable. | Eugene Sandulenko |
2008-06-06 | - Cleanup | Filippos Karapetis |
2008-06-06 | Move more room code into roomActions[]. | Eugene Sandulenko |
2008-06-06 | Removed the useless textSurface buffer | Filippos Karapetis |
2008-06-06 | - Cleaned up the code that makes the in-game screensaver pop up | Filippos Karapetis |
2008-06-06 | Simplified the room preupdaters and updaters | Filippos Karapetis |
2008-06-06 | Fix regressions introduced in r32571 | Eugene Sandulenko |
2008-06-06 | Removed the empty specialized parsers for rooms 19, 44, 61 and 63 | Filippos Karapetis |
2008-06-06 | Added the rest of the rooms to the room parser | Filippos Karapetis |
2008-06-06 | Further unification of room code. | Eugene Sandulenko |
2008-06-05 | Fixed regression: rooms 0, 56 and 60 are not called by the default room parse... | Filippos Karapetis |
2008-06-05 | Optimize a bit roomParse, though ideal would be a binary search, but I am | Eugene Sandulenko |
2008-06-05 | Converted most of checkAction() to pseudorooms 200 and 201, putting | Eugene Sandulenko |
2008-06-05 | Merged all roomXXActions into single array. Thus simplified room parsers. | Eugene Sandulenko |