aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.h
AgeCommit message (Expand)Author
2008-06-25Possible fix for (for the drascula engine) for bug #2001583 - "WINCE: CRUISE ...Filippos Karapetis
2008-06-17Possible fix for bug #1979086 - "DRASCULA: Wrong language detection(?) and c...Filippos Karapetis
2008-06-10Fixed regression in the pendulum room, preventing the player from selecting J...Filippos Karapetis
2008-06-10drawSurface1 -> bgSurfaceFilippos Karapetis
2008-06-09Bugfix to read the first array element correctly by sevFilippos Karapetis
2008-06-09- drascula.dat is now read completelyFilippos Karapetis
2008-06-08Load all texts from drascula.datEugene Sandulenko
2008-06-08quitGame() -> endChapter()Filippos Karapetis
2008-06-08Removed the MiVideoSSN buffer, using screenSurface instead. Added a FIXME for...Filippos Karapetis
2008-06-08pointer -> memPtrFilippos Karapetis
2008-06-08Use mixVideo() in showFrame() and some capitalization fixesFilippos Karapetis
2008-06-08- Removed the AuxBuffOrg and AuxBuffDes buffersFilippos Karapetis
2008-06-08The pendulumSurface pointer is only used in update_102()Filippos Karapetis
2008-06-08Removed the useless pcxBuffer buffer and auxPun pointer and fixed an off-by-o...Filippos Karapetis
2008-06-08Grouped all the different draw buffers/pointers togetherFilippos Karapetis
2008-06-07Add stubs for .dat file loadingEugene Sandulenko
2008-06-07WIP of drascula.dat loading. Eugene Sandulenko
2008-06-07Fixed regression from last commitFilippos Karapetis
2008-06-07Used enums for igor talker typesFilippos Karapetis
2008-06-07Simplified talk_hackerFilippos Karapetis
2008-06-06Slighly modified patch #1985341: "DRASCULA: Hopefully my last batch of englis...Eugene Sandulenko
2008-06-06- CleanupFilippos Karapetis
2008-06-06Partially reverted r32580. That surface is used by Spanish version.Eugene Sandulenko
2008-06-06Removed the useless textSurface bufferFilippos Karapetis
2008-06-06- Cleaned up the code that makes the in-game screensaver pop upFilippos Karapetis
2008-06-06Simplified the room preupdaters and updatersFilippos Karapetis
2008-06-06Removed the empty specialized parsers for rooms 19, 44, 61 and 63Filippos Karapetis
2008-06-06Further unification of room code.Eugene Sandulenko
2008-06-05Merged all roomXXActions into single array. Thus simplified room parsers.Eugene Sandulenko
2008-06-05Pendulum room is room #102Eugene Sandulenko
2008-06-05escoba -> runCurrentChapterFilippos Karapetis
2008-06-05Added enums for all items up to chapter 3 and some of chapter 4Filippos Karapetis
2008-06-05- Rewrote the way room updaters, preupdaters and room parsers are called and ...Filippos Karapetis
2008-06-05- Removed the unused hay_sb variable (originally, it was meant to check if th...Filippos Karapetis
2008-06-04saves -> saveLoadScreenFilippos Karapetis
2008-06-04Removed decompressPic() and fixed the animation of Von Braun and his glass cageFilippos Karapetis
2008-06-04Fixed the misuse of ARRAYSIZEFilippos Karapetis
2008-06-04lleva_vb -> placeVBFilippos Karapetis
2008-06-04releaseGame() -> quitGame()Filippos Karapetis
2008-06-04enterNewRoom -> enterRoomFilippos Karapetis
2008-06-04carga_escoba -> enterNewRoomFilippos Karapetis
2008-06-04Merged para_grabar() with saveGame()Filippos Karapetis
2008-06-04Removed junk code from update_1_pre, update_4 and update_6_preFilippos Karapetis
2008-06-03Rewrote some more room logicFilippos Karapetis
2008-06-03Reordered and grouped function definitionsFilippos Karapetis
2008-06-03x_talk_izq/x_talk_dch are used in more than 1 placeFilippos Karapetis
2008-06-02hare_x/hare_y -> curX/curYFilippos Karapetis
2008-06-02elige_en_barra -> selectVerbFromBarFilippos Karapetis
2008-06-02rayo_x -> rayXFilippos Karapetis
2008-06-02Added an enum for Igor's possible statesFilippos Karapetis