aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-09Implemented popAllCursors() in CursorManager to ensure that all unnecessary ↵Christopher Page
cursors are removed from the cursor stack when returning to the launcher svn-id: r32642
2008-06-09TOUCHE: Reverted some comments that were used for testing purposesChristopher Page
svn-id: r32641
2008-06-06SKY: Fixed a memory leak in SKY engineChristopher Page
svn-id: r32578
2008-06-06TOUCHE: Fixed a memory leakChristopher Page
svn-id: r32566
2008-06-05Merged revisions ↵Christopher Page
32507-32513,32516,32518,32520-32521,32523-32524,32526-32548,32550-32562 via svnmerge from https://scummvm.svn.sourceforge.net/svnroot/scummvm/scummvm/trunk svn-id: r32563
2008-06-05Fixed regression: rooms 0, 56 and 60 are not called by the default room ↵Filippos Karapetis
parser (13 and 21 too, but there are no default actions associated with them) svn-id: r32562
2008-06-05Optimize a bit roomParse, though ideal would be a binary search, but I amEugene Sandulenko
too lazy for that. svn-id: r32561
2008-06-05Converted most of checkAction() to pseudorooms 200 and 201, puttingEugene Sandulenko
them into roomActions. svn-id: r32560
2008-06-05Merged all roomXXActions into single array. Thus simplified room parsers.Eugene Sandulenko
svn-id: r32559
2008-06-05Pendulum room is room #102Eugene Sandulenko
svn-id: r32558
2008-06-05escoba -> runCurrentChapterFilippos Karapetis
svn-id: r32557
2008-06-05Added enums for all items up to chapter 3 and some of chapter 4Filippos Karapetis
svn-id: r32556
2008-06-05Fix compiler warning (to clear a C-string, do not abuse sprintf like that)Max Horn
svn-id: r32555
2008-06-05- Rewrote the way room updaters, preupdaters and room parsers are called and ↵Filippos Karapetis
added debug output when they're called - Simplified calls to converse() - Removed the useless para_codificar buffers - Renamed checkFlag -> checkAction svn-id: r32554
2008-06-05Forgot the separatorFilippos Karapetis
svn-id: r32553
2008-06-05- Removed the unused hay_sb variable (originally, it was meant to check if ↵Filippos Karapetis
the sound is active or not) - mesa -> volumeControls - Cleanup of volumeControls() - fliplay -> playFLI, and removed openSSN() and EndSSN() - Some translations: button_izq -> leftMouseButton button_dch -> rightMouseButton animation_rayo -> animation_ray hueso -> bone vuela -> fly svn-id: r32552
2008-06-05Slighlty modified patch #1984858: "DRASCULA: more english grammar/spelling ↵Eugene Sandulenko
fixes" svn-id: r32551
2008-06-04Add missing runtime dataAndre Heider
svn-id: r32550
2008-06-04Add dhewg to the teamEugene Sandulenko
svn-id: r32548
2008-06-04Patch #1971285: "Nintendo Wii port"Eugene Sandulenko
svn-id: r32547
2008-06-04saves -> saveLoadScreenFilippos Karapetis
svn-id: r32546
2008-06-04Clear "select" when the save/load screen pops up, to avoid having garbage ↵Filippos Karapetis
shown in the selected game slot svn-id: r32545
2008-06-04Reduced the delays in Drascula's save/load screen to make it more responsive ↵Filippos Karapetis
(since delay() waits for double the time internally) svn-id: r32544
2008-06-04Fix memory overwriteEugene Sandulenko
svn-id: r32543
2008-06-04Fixed the animation where the window is broken by the spear outside the churchFilippos Karapetis
svn-id: r32542
2008-06-04Removed decompressPic() and fixed the animation of Von Braun and his glass cageFilippos Karapetis
svn-id: r32541
2008-06-04- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has ↵Johannes Schickel
fundamently changed in g++ 4.3 - Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though) - Fixed some warnings for g++ 4.3 (only for the engines I'm using) svn-id: r32540
2008-06-04Fixed typo in the initialization of the _textd1 array, which is now set ↵Filippos Karapetis
correctly. Fixes bug #1982111 - "DRASCULA: Crash when buying sickle" svn-id: r32539
2008-06-04Fixed regression from commit #32536Filippos Karapetis
svn-id: r32538
2008-06-04Fixed the misuse of ARRAYSIZEFilippos Karapetis
svn-id: r32537
2008-06-04Rewrote some more room logic. Added a FIXME about the usage of ARRAYSIZE in ↵Filippos Karapetis
this case svn-id: r32536
2008-06-04lleva_vb -> placeVBFilippos Karapetis
c_mirar -> curExcuseLook c_poder -> curExcuseAction sentido -> trackCharacter mirar_t -> lookExcuses poder_t -> actionExcuses svn-id: r32535
2008-06-04Simplified some more calls to loadPic()Filippos Karapetis
svn-id: r32534
2008-06-04releaseGame() -> quitGame()Filippos Karapetis
nivel_osc -> palLevel Simplified calls to loadPic() svn-id: r32533
2008-06-04Fixed regression from commit #32507Filippos Karapetis
svn-id: r32532
2008-06-04oops. Changed stricmp to scumm_stricmp from last commit.Nicola Mettifogo
svn-id: r32531
2008-06-04enterNewRoom -> enterRoomFilippos Karapetis
Added debug output when entering/exiting rooms svn-id: r32530
2008-06-04* Implemented character change opcodes in BRANicola Mettifogo
* Fixed loading of dialogue characters in BRA svn-id: r32529
2008-06-04carga_escoba -> enterNewRoomFilippos Karapetis
talk_sinc -> talk_sync n_ejec2 -> savedChapter Removed updatePalette() Simplified enterNewRoom() Merged para_cargar() and loadGame() Slight cleanup to withoutVerb() Removed set_dac and set_dacSSN svn-id: r32528
2008-06-04Merged para_grabar() with saveGame()Filippos Karapetis
sentido_igor -> trackIgor sentido_bj -> trackBJ svn-id: r32527
2008-06-04Removed junk code from update_1_pre, update_4 and update_6_preFilippos Karapetis
pon_hare -> moveCharacters hare_oscuro -> setDarkPalette hare_claro -> setBrightPalette funde_hare -> setPaletteBase conta_blind_vez -> savedTime paleta_hare -> assignDefaultPalette paleta_hare_claro -> assignBrightPalette paleta_hare_oscuro -> assignDarkPalette distance_x/distance_y -> distanceX/distanceY palHare -> defaultPalette palHareClaro -> brightPalette palHareOscuro -> darkPalette pos_murci -> batPos murci_x/murci_y -> batX/batY blind_x/blind_y -> blindX/blindY svn-id: r32526
2008-06-04QUEEN: Modified engine to use a quit flag instead of system->quit() in order ↵Christopher Page
to return to the launcher svn-id: r32525
2008-06-04Script instructions referencing unexisting animations are now skipped, ↵Nicola Mettifogo
instead of crashing the engine. svn-id: r32524
2008-06-04Return to menu after introduction has played (with glitches).Nicola Mettifogo
svn-id: r32523
2008-06-03Initial WIP and still non-working code for the blinking save reminder icon ↵Filippos Karapetis
(bug reports #1981081 and #1971729) svn-id: r32521
2008-06-03DS: Forgot to commit #include changes in the ds-fs.* files; this allows to ↵Max Horn
get rid of -Isource/fat svn-id: r32520
2008-06-03PARA: Fixed some memory leaksChristopher Page
svn-id: r32519
2008-06-03Rewrote some more room logicFilippos Karapetis
svn-id: r32518
2008-06-03Added support for compressed kyra3 audio files.Johannes Schickel
svn-id: r32516
2008-06-03Reordered and grouped function definitionsFilippos Karapetis
svn-id: r32513