aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-05Forgot the separatorFilippos Karapetis
2008-06-05- Removed the unused hay_sb variable (originally, it was meant to check if th...Filippos Karapetis
2008-06-05Slighlty modified patch #1984858: "DRASCULA: more english grammar/spelling fi...Eugene Sandulenko
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-04Fix memory overwriteEugene Sandulenko
2008-06-04Fixed the animation where the window is broken by the spear outside the churchFilippos Karapetis
2008-06-04Removed decompressPic() and fixed the animation of Von Braun and his glass cageFilippos Karapetis
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has f...Johannes Schickel
2008-06-04Fixed typo in the initialization of the _textd1 array, which is now set corre...Filippos Karapetis
2008-06-04Fixed regression from commit #32536Filippos Karapetis
2008-06-04Fixed the misuse of ARRAYSIZEFilippos Karapetis
2008-06-04Rewrote some more room logic. Added a FIXME about the usage of ARRAYSIZE in t...Filippos 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-04oops. Changed stricmp to scumm_stricmp from last commit.Nicola Mettifogo
2008-06-04enterNewRoom -> enterRoomFilippos Karapetis
2008-06-04* Implemented character change opcodes in BRANicola Mettifogo
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-04Script instructions referencing unexisting animations are now skipped, instea...Nicola Mettifogo
2008-06-04Return to menu after introduction has played (with glitches).Nicola Mettifogo
2008-06-03Initial WIP and still non-working code for the blinking save reminder icon (b...Filippos Karapetis
2008-06-03Rewrote some more room logicFilippos Karapetis
2008-06-03Added support for compressed kyra3 audio files.Johannes Schickel
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-03Removed the now empty files stringSupport.cpp/.hFilippos Karapetis
2008-06-03Fixed initialization of parsers, necessary after the latest removal of static...Nicola Mettifogo
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-02Sorted static mouse arrow bitmap, so it doesn't have to be 'decoded' on the f...Nicola Mettifogo
2008-06-02Further cleanup of the talk codeFilippos Karapetis
2008-06-02Add Macintosh version of Blue's 123 Time Activities.Travis Howell
2008-06-02Better implementation of packet games loadingEugene Sandulenko
2008-06-02Proper detection for packed German and French versions. Removed unneeded code.Eugene Sandulenko