Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-05 | escoba -> runCurrentChapter | Filippos Karapetis | |
svn-id: r32557 | |||
2008-06-05 | Added enums for all items up to chapter 3 and some of chapter 4 | Filippos Karapetis | |
svn-id: r32556 | |||
2008-06-05 | Fix 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-05 | Forgot the separator | Filippos 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-05 | Slighlty modified patch #1984858: "DRASCULA: more english grammar/spelling ↵ | Eugene Sandulenko | |
fixes" svn-id: r32551 | |||
2008-06-04 | saves -> saveLoadScreen | Filippos Karapetis | |
svn-id: r32546 | |||
2008-06-04 | Clear "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-04 | Reduced 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-04 | Fix memory overwrite | Eugene Sandulenko | |
svn-id: r32543 | |||
2008-06-04 | Fixed the animation where the window is broken by the spear outside the church | Filippos Karapetis | |
svn-id: r32542 | |||
2008-06-04 | Removed decompressPic() and fixed the animation of Von Braun and his glass cage | Filippos 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-04 | Fixed 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-04 | Fixed regression from commit #32536 | Filippos Karapetis | |
svn-id: r32538 | |||
2008-06-04 | Fixed the misuse of ARRAYSIZE | Filippos Karapetis | |
svn-id: r32537 | |||
2008-06-04 | Rewrote some more room logic. Added a FIXME about the usage of ARRAYSIZE in ↵ | Filippos Karapetis | |
this case svn-id: r32536 | |||
2008-06-04 | lleva_vb -> placeVB | Filippos Karapetis | |
c_mirar -> curExcuseLook c_poder -> curExcuseAction sentido -> trackCharacter mirar_t -> lookExcuses poder_t -> actionExcuses svn-id: r32535 | |||
2008-06-04 | Simplified some more calls to loadPic() | Filippos Karapetis | |
svn-id: r32534 | |||
2008-06-04 | releaseGame() -> quitGame() | Filippos Karapetis | |
nivel_osc -> palLevel Simplified calls to loadPic() svn-id: r32533 | |||
2008-06-04 | Fixed regression from commit #32507 | Filippos Karapetis | |
svn-id: r32532 | |||
2008-06-04 | oops. Changed stricmp to scumm_stricmp from last commit. | Nicola Mettifogo | |
svn-id: r32531 | |||
2008-06-04 | enterNewRoom -> enterRoom | Filippos Karapetis | |
Added debug output when entering/exiting rooms svn-id: r32530 | |||
2008-06-04 | * Implemented character change opcodes in BRA | Nicola Mettifogo | |
* Fixed loading of dialogue characters in BRA svn-id: r32529 | |||
2008-06-04 | carga_escoba -> enterNewRoom | Filippos 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-04 | Merged para_grabar() with saveGame() | Filippos Karapetis | |
sentido_igor -> trackIgor sentido_bj -> trackBJ svn-id: r32527 | |||
2008-06-04 | Removed junk code from update_1_pre, update_4 and update_6_pre | Filippos 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-04 | Script instructions referencing unexisting animations are now skipped, ↵ | Nicola Mettifogo | |
instead of crashing the engine. svn-id: r32524 | |||
2008-06-04 | Return to menu after introduction has played (with glitches). | Nicola Mettifogo | |
svn-id: r32523 | |||
2008-06-03 | Initial WIP and still non-working code for the blinking save reminder icon ↵ | Filippos Karapetis | |
(bug reports #1981081 and #1971729) svn-id: r32521 | |||
2008-06-03 | Rewrote some more room logic | Filippos Karapetis | |
svn-id: r32518 | |||
2008-06-03 | Added support for compressed kyra3 audio files. | Johannes Schickel | |
svn-id: r32516 | |||
2008-06-03 | Reordered and grouped function definitions | Filippos Karapetis | |
svn-id: r32513 | |||
2008-06-03 | x_talk_izq/x_talk_dch are used in more than 1 place | Filippos 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-03 | Removed the now empty files stringSupport.cpp/.h | Filippos Karapetis | |
svn-id: r32510 | |||
2008-06-03 | Fixed initialization of parsers, necessary after the latest removal of ↵ | Nicola Mettifogo | |
static arrays. svn-id: r32509 | |||
2008-06-02 | hare_x/hare_y -> curX/curY | Filippos Karapetis | |
ancho_hare -> curWidth alto_hare -> curHeight direccion_hare -> curDirection Some slight cleanup svn-id: r32508 | |||
2008-06-02 | elige_en_barra -> selectVerbFromBar | Filippos Karapetis | |
comprueba -> verify1 x_barra -> verbBarX conta_vez -> startTime diff_vez -> timeDiff Some cleanup svn-id: r32507 | |||
2008-06-02 | rayo_x -> rayX | Filippos 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-02 | Added an enum for Igor's possible states | Filippos Karapetis | |
svn-id: r32502 | |||
2008-06-02 | This should fix a regression in the recent talk_igor() cleanup. I don't | Torbjö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-02 | Simplified detection table | Eugene Sandulenko | |
svn-id: r32500 | |||
2008-06-02 | Add 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 to | Eugene Sandulenko | |
ADGF_KEEPMATCH - Fix detection of French version svn-id: r32498 | |||
2008-06-02 | Sorted 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-02 | Further cleanup of the talk code | Filippos Karapetis | |
svn-id: r32494 | |||
2008-06-02 | Add Macintosh version of Blue's 123 Time Activities. | Travis Howell | |
svn-id: r32492 | |||
2008-06-02 | Better implementation of packet games loading | Eugene Sandulenko | |
svn-id: r32490 | |||
2008-06-02 | Proper detection for packed German and French versions. Removed unneeded code. | Eugene Sandulenko | |
svn-id: r32489 |