aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-06-07Preparations for optimal memory allocation on reading.Eugene Sandulenko
svn-id: r32606
2008-06-07Add stubs for .dat file loadingEugene Sandulenko
svn-id: r32605
2008-06-07WIP of drascula.dat loading. Eugene Sandulenko
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
2008-06-07Make .dat file a bit smaller.Eugene Sandulenko
svn-id: r32602
2008-06-07Update Drascula's MSVC project files for r32599.Kari Salminen
svn-id: r32601
2008-06-07Add new files to makefile.Eugene Sandulenko
svn-id: r32600
2008-06-07Shuffled around more code. Now the files look more manageable.Eugene Sandulenko
svn-id: r32599
2008-06-07create_drascula tool, courtsey of md5. Not yet used by the engine.Eugene Sandulenko
svn-id: r32598
2008-06-07Another fix, now to German texts.Eugene Sandulenko
svn-id: r32597
2008-06-07Ooops. Several missing colons in the texts which lead to wrong messages were ↵Eugene Sandulenko
spotted and fixed. svn-id: r32596
2008-06-07-Wno-multichar slipped in twiceAndre Heider
svn-id: r32594
2008-06-07added support for reset and power buttonsAndre Heider
svn-id: r32593
2008-06-07Patch #1986992: "DRASCULA: correcting errors"Eugene Sandulenko
svn-id: r32592
2008-06-07CleanupFilippos Karapetis
estanteria -> bookcase svn-id: r32591
2008-06-07Fixed regression from last commitFilippos Karapetis
svn-id: r32590
2008-06-07Used enums for igor talker typesFilippos Karapetis
Merged a lot of code of talk_pianist, talk_drunk, talk_werewolf and talk_mus svn-id: r32589
2008-06-07Simplified talk_hackerFilippos Karapetis
svn-id: r32588
2008-06-06Fix apostrophe rendering in conversation texts.Eugene Sandulenko
svn-id: r32587
2008-06-06Another English fix from sanguinehEugene Sandulenko
svn-id: r32586
2008-06-06Slighly modified patch #1985341: "DRASCULA: Hopefully my last batch of ↵Eugene Sandulenko
english updates" svn-id: r32585
2008-06-06Partially reverted the changes to for loops in my last commit. It's not wise ↵Filippos Karapetis
to call strlen() on each loop iteration... svn-id: r32584
2008-06-06- CleanupFilippos Karapetis
- Removed the unneeded AuxBuffLast buffer (this one is really not necessary :) ) - Simplified some more room actions svn-id: r32583
2008-06-06Move more room code into roomActions[].Eugene Sandulenko
svn-id: r32582
2008-06-06Partially reverted r32580. That surface is used by Spanish version.Eugene Sandulenko
svn-id: r32581
2008-06-06Removed the useless textSurface bufferFilippos Karapetis
frame_x -> frameX candleX, candleY, pianistX and drunkX are used in more than one place svn-id: r32580
2008-06-06Initialize roomNumber correctlyFilippos Karapetis
svn-id: r32579
2008-06-06- Cleaned up the code that makes the in-game screensaver pop upFilippos 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 waringJohannes Schickel
- Formatting - Removed an assert svn-id: r32575
2008-06-06CleanupFilippos Karapetis
svn-id: r32574
2008-06-06Simplified the room preupdaters and updatersFilippos Karapetis
svn-id: r32573
2008-06-06Fix regressions introduced in r32571Eugene Sandulenko
svn-id: r32572
2008-06-06Removed the empty specialized parsers for rooms 19, 44, 61 and 63Filippos Karapetis
svn-id: r32571
2008-06-06Added the rest of the rooms to the room parserFilippos Karapetis
svn-id: r32570
2008-06-06Removed left-over debugging.Torbjörn Andersson
svn-id: r32569
2008-06-06Only try to play a sound file if the file could be found. (Otherwise, it looksTorbjö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-06Further unification of room code.Eugene Sandulenko
svn-id: r32567
2008-06-05recreated icon.png from scummvm_logo.svgAndre Heider
svn-id: r32565
2008-06-05disable more more compiler warningsAndre Heider
svn-id: r32564
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