Age | Commit message (Collapse) | Author |
|
svn-id: r39003
|
|
implemented by calling the existing init&go methods; to be cleaned up by engine authors
svn-id: r39002
|
|
svn-id: r35747
|
|
game names lags"
svn-id: r35221
|
|
svn-id: r34916
|
|
- Allowed to disable subtitles from options dialogs including RTL.
svn-id: r34675
|
|
- Moved grr() to talk.cpp
- Removed the unnecessary parameter length from isTalkFinished()
svn-id: r34577
|
|
more sense, and matches the way that the original printed text on screen (in most cases)
Fixes bugs #2102657 - "DRASCULA: Crash when talking to the piano player" and #2111820 - "DRASCULA: Dialog texts too long"
svn-id: r34558
|
|
- Merged copyRect and copyRectClip
- Added enums for all the possible character directions and removed duplicate directions
- Extended the talk sequence commands a bit
- Removed unnecessary buffer faceBuffer and the unneeded casts between byte * and char * that were used
svn-id: r34503
|
|
svn-id: r34494
|
|
- Cleaned up updateDoor()
- Bugfixes to exitRoom() and gotoObject()
- Moved cursor-related functions to interface.cpp
- alapuertakeva -> roomExits
svn-id: r34493
|
|
the game itself (this means that there might be regressions where the cursor is visible when it shouldn't be)
- Removed the textSurface pointer, which was used in the Spanish version. Non-Spanish versions of the game hold the font data in the tableSurface buffer (which contains picture 96). The font data for Spanish versions is in picture 974. Now both versions load their font data from the tableSurface buffer
- hay_que_load -> loadedDifferentChapter
- Merged withoutVerb() and selectVerb()
This is a big change, it might lead to regressions!
svn-id: r34488
|
|
svn-id: r34480
|
|
svn-id: r34479
|
|
language strings, not all strings
svn-id: r34472
|
|
- Moved several simple animations out of animation.cpp
- Moved some animations with talk sequences inside drascula.dat
- A new version of drascula.dat is needed (will be uploaded shortly)
svn-id: r34464
|
|
svn-id: r34460
|
|
talk_baul -> talk_trunk
svn-id: r34182
|
|
svn-id: r34181
|
|
svn-id: r34180
|
|
and DRASCULA engines can not be compiled"
svn-id: r32777
|
|
crash"
svn-id: r32728
|
|
John's hands (new version of drascula.dat needed)
svn-id: r32657
|
|
svn-id: r32644
|
|
svn-id: r32634
|
|
- Removed the rest of the game static data (staticdata.h)
- Some naming convention fixes (added underscore to some shared variables)
- Renamed objeto -> object
svn-id: r32628
|
|
svn-id: r32622
|
|
svn-id: r32620
|
|
for decodeOffset (as it can incorrectly write beyond 64000 bytes, up to 64256)
svn-id: r32619
|
|
Des_RLE -> decodeRLE
Des_OFF -> decodeOffset
Lenght -> length
Removed duplicate code for RLE decoding
svn-id: r32617
|
|
svn-id: r32616
|
|
- Renamed loadPCX -> showFrame
- Removed WaitForNext()
- Cleaned up the PCX frame loading code
svn-id: r32615
|
|
svn-id: r32614
|
|
off-by-one error in the PCX decoding routine
svn-id: r32613
|
|
svn-id: r32612
|
|
svn-id: r32605
|
|
DISCLAIMER: this is too far from finished. From now drascula.dat is required to
run the game, but in the meantime you have to make it by yourself. Do not
update DRASCULA_DAT_VER as I want it to be version 1 once all loading will
be implemented, but that may lead to some changes similar to r32602.
svn-id: r32603
|
|
svn-id: r32590
|
|
Merged a lot of code of talk_pianist, talk_drunk, talk_werewolf and talk_mus
svn-id: r32589
|
|
svn-id: r32588
|
|
english updates"
svn-id: r32585
|
|
- Removed the unneeded AuxBuffLast buffer (this one is really not necessary :) )
- Simplified some more room actions
svn-id: r32583
|
|
svn-id: r32581
|
|
frame_x -> frameX
candleX, candleY, pianistX and drunkX are used in more than one place
svn-id: r32580
|
|
- 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
|
|
svn-id: r32573
|
|
svn-id: r32571
|
|
svn-id: r32567
|
|
svn-id: r32559
|
|
svn-id: r32558
|