aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.cpp
AgeCommit message (Expand)Author
2008-06-06Fix apostrophe rendering in conversation texts.Eugene Sandulenko
2008-06-06Slighly modified patch #1985341: "DRASCULA: Hopefully my last batch of englis...Eugene Sandulenko
2008-06-06Partially reverted the changes to for loops in my last commit. It's not wise ...Filippos Karapetis
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-06Initialize roomNumber correctlyFilippos Karapetis
2008-06-06- Cleaned up the code that makes the in-game screensaver pop upFilippos Karapetis
2008-06-06Removed left-over debugging.Torbjörn Andersson
2008-06-06Only try to play a sound file if the file could be found. (Otherwise, it looksTorbjörn Andersson
2008-06-05escoba -> runCurrentChapterFilippos Karapetis
2008-06-05Added enums for all items up to chapter 3 and some of chapter 4Filippos Karapetis
2008-06-05Fix compiler warning (to clear a C-string, do not abuse sprintf like that)Max Horn
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-04Clear "select" when the save/load screen pops up, to avoid having garbage sho...Filippos Karapetis
2008-06-04Reduced the delays in Drascula's save/load screen to make it more responsive ...Filippos Karapetis
2008-06-04Removed decompressPic() and fixed the animation of Von Braun and his glass cageFilippos Karapetis
2008-06-04lleva_vb -> placeVBFilippos Karapetis
2008-06-04Simplified some more calls to loadPic()Filippos Karapetis
2008-06-04releaseGame() -> quitGame()Filippos Karapetis
2008-06-04Fixed regression from commit #32507Filippos 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-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-02Better implementation of packet games loadingEugene Sandulenko
2008-06-02Proper detection for packed German and French versions. Removed unneeded code.Eugene Sandulenko
2008-06-02loadAndDecompressPic -> loadPicFilippos Karapetis
2008-06-02Show the 3 pictures in carga_escoba after the initial file is loaded (so as n...Filippos Karapetis
2008-06-01Add MD5's and packed file overrides for original packed files of the Multilin...Filippos Karapetis
2008-06-01Enable file fallback for drascula. Now old uncompressed games should work.Eugene Sandulenko
2008-06-01Now whole game could be run from original packed files.Eugene Sandulenko
2008-06-01More ArjFile usageEugene Sandulenko
2008-06-01WIP for hooking unarj in order to play unmodified files from CD.Eugene Sandulenko
2008-05-31More endianness fixesEugene Sandulenko
2008-05-31Endianness fixes in FLI playerEugene Sandulenko
2008-05-31x_igor/y_igor -> igorX/igorYFilippos Karapetis
2008-05-31Simplified calls to updateScreen()Filippos Karapetis
2008-05-31CleanupFilippos Karapetis
2008-05-31Remove trailing spacesEugene Sandulenko
2008-05-31x_pantalla/y_pantalla -> screenX/screenYFilippos Karapetis
2008-05-31CleanupFilippos Karapetis
2008-05-31updateData -> updateVisibleFilippos Karapetis
2008-05-31Eliminated more gotosEugene Sandulenko