Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-06 | - Cleanup | Filippos Karapetis | |
- Removed the unneeded AuxBuffLast buffer (this one is really not necessary :) ) - Simplified some more room actions svn-id: r32583 | |||
2008-06-06 | Move more room code into roomActions[]. | Eugene Sandulenko | |
svn-id: r32582 | |||
2008-06-06 | Partially reverted r32580. That surface is used by Spanish version. | Eugene Sandulenko | |
svn-id: r32581 | |||
2008-06-06 | Removed the useless textSurface buffer | Filippos Karapetis | |
frame_x -> frameX candleX, candleY, pianistX and drunkX are used in more than one place svn-id: r32580 | |||
2008-06-06 | Initialize roomNumber correctly | Filippos Karapetis | |
svn-id: r32579 | |||
2008-06-06 | - Cleaned up the code that makes the in-game screensaver pop up | Filippos Karapetis | |
- Grouped all the frame_* variables - Removed the unused mouseY_ant variable Renamed: x_dr/y_dr -> drasculaX/drasculaY x_bj/y_bj -> bjX/bjY vb -> VonBraun wolf -> werewolf pos_cabina -> cabinPos dir_lectura -> pal plt -> colorCount palNegra -> blackPalette cont_sv -> framesWithoutAction svn-id: r32577 | |||
2008-06-06 | - Fixed a valgrind waring | Johannes Schickel | |
- Formatting - Removed an assert svn-id: r32575 | |||
2008-06-06 | Cleanup | Filippos Karapetis | |
svn-id: r32574 | |||
2008-06-06 | Simplified the room preupdaters and updaters | Filippos Karapetis | |
svn-id: r32573 | |||
2008-06-06 | Fix regressions introduced in r32571 | Eugene Sandulenko | |
svn-id: r32572 | |||
2008-06-06 | Removed the empty specialized parsers for rooms 19, 44, 61 and 63 | Filippos Karapetis | |
svn-id: r32571 | |||
2008-06-06 | Added the rest of the rooms to the room parser | Filippos Karapetis | |
svn-id: r32570 | |||
2008-06-06 | Removed left-over debugging. | Torbjörn Andersson | |
svn-id: r32569 | |||
2008-06-06 | Only try to play a sound file if the file could be found. (Otherwise, it looks | Torbjörn Andersson | |
like it will try to use the most recently opened file, which is probably not a sound at all.) svn-id: r32568 | |||
2008-06-06 | Further unification of room code. | Eugene Sandulenko | |
svn-id: r32567 | |||
2008-06-05 | recreated icon.png from scummvm_logo.svg | Andre Heider | |
svn-id: r32565 | |||
2008-06-05 | disable more more compiler warnings | Andre Heider | |
svn-id: r32564 | |||
2008-06-05 | Fixed 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-05 | Optimize a bit roomParse, though ideal would be a binary search, but I am | Eugene Sandulenko | |
too lazy for that. svn-id: r32561 | |||
2008-06-05 | Converted most of checkAction() to pseudorooms 200 and 201, putting | Eugene Sandulenko | |
them into roomActions. svn-id: r32560 | |||
2008-06-05 | Merged all roomXXActions into single array. Thus simplified room parsers. | Eugene Sandulenko | |
svn-id: r32559 | |||
2008-06-05 | Pendulum room is room #102 | Eugene Sandulenko | |
svn-id: r32558 | |||
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 | Add missing runtime data | Andre Heider | |
svn-id: r32550 | |||
2008-06-04 | Add dhewg to the team | Eugene Sandulenko | |
svn-id: r32548 | |||
2008-06-04 | Patch #1971285: "Nintendo Wii port" | Eugene Sandulenko | |
svn-id: r32547 | |||
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 |