aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula
AgeCommit message (Expand)Author
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
2008-06-02This should fix a regression in the recent talk_igor() cleanup. I don'tTorbjörn Andersson
2008-06-02Simplified detection tableEugene Sandulenko
2008-06-02Add detection for original unpacked Spanish and Italian versions.Eugene Sandulenko
2008-06-02- Now it is possible to choose English version from original CD. Thanks toEugene Sandulenko
2008-06-02Further cleanup of the talk codeFilippos 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-02Proper implementation for talk_banterder(82)Eugene Sandulenko
2008-06-02Removed some of the old talk functionsFilippos Karapetis
2008-06-02Simplified talk_blind()Filippos Karapetis
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-01Removed the now obsolete talk_dr_dchFilippos 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-31Patch #1980689: "DRASCULA: ENGLISH GRAMMAR/SPELLING" thanks to sanguineheartsEugene 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-31Fix bug #1979579: "DRASCULA: typo in Spanish verbs"Eugene Sandulenko
2008-05-31OopsFilippos Karapetis
2008-05-31CleanupFilippos Karapetis
2008-05-31updateData -> updateVisibleFilippos Karapetis
2008-05-31Eliminated more gotosEugene Sandulenko
2008-05-31Fix old regressionEugene Sandulenko
2008-05-31Replace evil gotos with proper do-while loops.Eugene 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