aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/drascula.cpp
AgeCommit message (Expand)Author
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
2008-05-31rompo_y_salgo -> breakOutFilippos Karapetis
2008-05-31tabernero -> bartenderFilippos Karapetis
2008-05-30The game's screensaver should now kick in correctlyFilippos Karapetis
2008-05-30- Simplified font mapping (in print_abc and print_abc_opc)Filippos Karapetis
2008-05-30CleanupFilippos Karapetis
2008-05-30- Renamed texts.cpp to staticdata.h and moved all game static data thereFilippos Karapetis
2008-05-30Fix warningsMax Horn
2008-05-30LookForFree -> soundIsActiveFilippos Karapetis
2008-05-30- x_alakeva/y_alakeva -> destX/destYFilippos Karapetis
2008-05-30- Merged loadPic and decompressPicFilippos Karapetis
2008-05-30Simplified calls to playSound()Filippos Karapetis
2008-05-30Wrapped up talk_drunkFilippos Karapetis
2008-05-30Moved SSN frame definitions into their own enum and removed unused definition...Filippos Karapetis
2008-05-30Fix compilationEugene Sandulenko
2008-05-30Wrap up rest of talk() callsEugene Sandulenko