aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2008-06-05Merged revisions 32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,...Christopher Page
2008-06-05Fixed regression: rooms 0, 56 and 60 are not called by the default room parse...Filippos Karapetis
2008-06-05Optimize a bit roomParse, though ideal would be a binary search, but I amEugene Sandulenko
2008-06-05Converted most of checkAction() to pseudorooms 200 and 201, puttingEugene 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-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-04QUEEN: Modified engine to use a quit flag instead of system->quit() in order ...Christopher Page
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-03PARA: Fixed some memory leaksChristopher Page
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-02Merged revisions 32348-32349,32351-32356,32358-32411,32413-32441,32443-32445,...Christopher Page
2008-06-02PARA: Got rid of calls to system->quit() so that the Parallaction engine can ...Christopher Page
2008-06-02rayo_x -> rayXFilippos Karapetis