aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2008-06-03x_talk_izq/x_talk_dch are used in more than 1 placeFilippos Karapetis
sentido_dr -> trackDrascula sentido_hare -> trackProtagonist sentido_final -> trackFinal lleva_al_hare -> gotoObject pon_vb/sentido_vb -> moveVB/trackVB hay_seleccion -> selectionMade suelo -> floor obj_salir -> objIsExit sitio_x/sitio_y -> roomX/roomY fundido -> fade cuanto -> duration (in pause()) pos_hare -> curPos nom_fich -> fileName sitiobj_x/sitiobj_y -> roomObjX/roomObjY sentidobj -> trackObj cirio -> candle pianista -> pianist suma_1_pixel -> talkOffset sincronia -> syncChar svn-id: r32512
2008-06-03Removed stringSupport.cpp/.h from the MSVC project files of the cruise engineFilippos Karapetis
svn-id: r32511
2008-06-03Removed the now empty files stringSupport.cpp/.hFilippos Karapetis
svn-id: r32510
2008-06-03Fixed initialization of parsers, necessary after the latest removal of ↵Nicola Mettifogo
static arrays. svn-id: r32509
2008-06-02hare_x/hare_y -> curX/curYFilippos Karapetis
ancho_hare -> curWidth alto_hare -> curHeight direccion_hare -> curDirection Some slight cleanup svn-id: r32508
2008-06-02elige_en_barra -> selectVerbFromBarFilippos Karapetis
comprueba -> verify1 x_barra -> verbBarX conta_vez -> startTime diff_vez -> timeDiff Some cleanup svn-id: r32507
2008-06-02rayo_x -> rayXFilippos Karapetis
PASO_HARE_X/PASO_HARE_Y -> STEP_X/STEP_Y PIES_HARE -> FEET_HEIGHT ALTO_TALK_HARE -> TALK_HEIGHT ANCHO_TALK_HARE -> TALK_WIDTH salgo -> roomExit num_cara -> faceBuffer pantalla -> curScreen svn-id: r32503
2008-06-02Added an enum for Igor's possible statesFilippos Karapetis
svn-id: r32502
2008-06-02This should fix a regression in the recent talk_igor() cleanup. I don'tTorbjörn Andersson
actually have the game, though, so I can't actually verify that there is a regression, nor that this fixes it. svn-id: r32501
2008-06-02Simplified detection tableEugene Sandulenko
svn-id: r32500
2008-06-02Add detection for original unpacked Spanish and Italian versions.Eugene Sandulenko
svn-id: r32499
2008-06-02- Now it is possible to choose English version from original CD. Thanks toEugene Sandulenko
ADGF_KEEPMATCH - Fix detection of French version svn-id: r32498
2008-06-02Implement ADGF_KEEPMATCHEugene Sandulenko
svn-id: r32497
2008-06-02Plug memory leakEugene Sandulenko
svn-id: r32496
2008-06-02Sorted static mouse arrow bitmap, so it doesn't have to be 'decoded' on the ↵Nicola Mettifogo
fly. This saves a headache on re-entry. svn-id: r32495
2008-06-02Further cleanup of the talk codeFilippos Karapetis
svn-id: r32494
2008-06-02Add Macintosh version of Blue's 123 Time Activities.Travis Howell
svn-id: r32492
2008-06-02Updated the MSVC project files (added unarj.cpp/.h)Filippos Karapetis
svn-id: r32491
2008-06-02Better implementation of packet games loadingEugene Sandulenko
svn-id: r32490
2008-06-02Proper detection for packed German and French versions. Removed unneeded code.Eugene Sandulenko
svn-id: r32489
2008-06-02Proper implementation for talk_banterder(82)Eugene Sandulenko
svn-id: r32488
2008-06-02Removed some of the old talk functionsFilippos Karapetis
svn-id: r32487
2008-06-02GID_WATER is no longer required.Travis Howell
svn-id: r32486
2008-06-02Simplified talk_blind()Filippos Karapetis
svn-id: r32485
2008-06-02loadAndDecompressPic -> loadPicFilippos Karapetis
svn-id: r32484
2008-06-02Show the 3 pictures in carga_escoba after the initial file is loaded (so as ↵Filippos Karapetis
not to attempt and reopen the ARJ file) svn-id: r32483
2008-06-01Should fix gcc warningJohannes Schickel
svn-id: r32482
2008-06-01Removed the now obsolete talk_dr_dchFilippos Karapetis
Merged talk_bartender and talk_taber2 Merged talk_pen and talk_pen2 svn-id: r32481