aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-04-07Cleanup.Torbjörn Andersson
svn-id: r13495
2004-04-07Cleanup.Torbjörn Andersson
svn-id: r13494
2004-04-07Added notice about how I think CP_PUSH_LOCAL_ADDR is used.Torbjörn Andersson
svn-id: r13493
2004-04-07corections to music codePaweł Kołodziejski
svn-id: r13492
2004-04-07Cleanup. (Mostly to change the wording and priority of the debuggingTorbjörn Andersson
messages to be more like in BS1.) svn-id: r13491
2004-04-06cleanupMax Horn
svn-id: r13490
2004-04-06Fix for building from an external dir (ensures that the correct config.h ↵Max Horn
gets included) svn-id: r13489
2004-04-06fix for bug #928549.Gregory Montoir
Animations on objects/persons setup by cutaways can still be played after the end of the cutscene. (the only ?) one room in which this is reproducable is the first time you talk to the Oracle (first c44, then c47). As a Cutaway object is created for each cutscene, the _cutAnim member should be moved to an more "persistant" object. Otherwise we're reading data from free'd memory... svn-id: r13488
2004-04-06Fix building from external directoryMax Horn
svn-id: r13487
2004-04-06- split imuse digital code,Paweł Kołodziejski
- cleanup a little, - added pool method for FT voc sample from resource, - make struct sync, jump, regions dynamic memory allocation svn-id: r13486
2004-04-06voice_volume is now speech_volumeMax Horn
svn-id: r13485
2004-04-06Forgot to make this change before the last commit.Torbjörn Andersson
svn-id: r13484
2004-04-06Changed "voice_volume" to "speech_volume" for consistency with the BrokenTorbjörn Andersson
Sword games. (The digial iMUSE code still calls it voice volume, though.) svn-id: r13483
2004-04-06Fixed Rect(width, height) constructorMax Horn
svn-id: r13482
2004-04-06that is not needed anymorePaweł Kołodziejski
svn-id: r13481
2004-04-06that is not needed anymorePaweł Kołodziejski
svn-id: r13480
2004-04-06updatePaweł Kołodziejski
svn-id: r13479
2004-04-06Fix for bug #929724 (MI2: Intro regression) -> since _outheight can be ↵Max Horn
negative, negative y values aren't filtered out automatically anymore, so we have to explicitly check for them svn-id: r13478
2004-04-05Replaced FIXME with proper explanation and code (the previous hack was ↵Max Horn
actually correct, just incomplete) svn-id: r13477
2004-04-05Renamed StringTab::backup to StringTab::_default, as that describes better ↵Max Horn
what it does svn-id: r13476
2004-04-05Use config.guess to detect host OS/cpu/vendor; enforce memory alignment on ↵Max Horn
Alpha machines; do not use printf directly, rather use echo_n (not sure how portable 'printf' is) svn-id: r13475
2004-04-05Paranoid fix for potential 64bit issue; some possibly useful debug output addedMax Horn
svn-id: r13474
2004-04-05GNUs config.guess script - portable way to detect the host OS/cpu/vendor ↵Max Horn
(also used by autoconf, but actually maintained seperately) - to be used by our hand rolled configure script svn-id: r13473
2004-04-05remove usage VAR_SYNC. in scripts used only one time, it's set to 0Paweł Kołodziejski
svn-id: r13472
2004-04-05dropedPaweł Kołodziejski
svn-id: r13471
2004-04-05there is no imuse in he enginePaweł Kołodziejski
svn-id: r13470
2004-04-05removed exception for no used nut fontPaweł Kołodziejski
svn-id: r13469
2004-04-05added voice group volume to scumm engine for imuse digital and implemeted ↵Paweł Kołodziejski
volume groups control svn-id: r13468
2004-04-05pedantic const correctionMax Horn
svn-id: r13467
2004-04-04these debug() calls look as if they should be debugC() callsMax Horn
svn-id: r13466
2004-04-04Fix signedness issue (lead to incorred address computations on 64 bit machines)Max Horn
svn-id: r13465
2004-04-04Removed CharsetRenderer::_mask (this was used to optimize charset mask ↵Max Horn
handling). This shouldn't cause any noticable slowdowns, but allows us to get rid of two nasty hacks, and fixes bug #895355 (DIG: Subtitles sometimes stay on the screen), maybe also others svn-id: r13464
2004-04-04Added TODO/FIXME commentMax Horn
svn-id: r13463
2004-04-04My recent change to _draw_bottom caused a regression in The Dig (and maybe ↵Max Horn
elsewhere). Ah well, probably better to draw one line more than one line less anyway svn-id: r13462
2004-04-04Implement V8 queryQuit opcodeMax Horn
svn-id: r13461
2004-04-04Fix for last part of bug #766749 (COMI: Text should not always have a ↵Max Horn
shadow): do not draw shadow for charset 3 svn-id: r13460
2004-04-04allow disabling of text shadow in NUT font rendererMax Horn
svn-id: r13459
2004-04-04let compiler optimize code better <g>Max Horn
svn-id: r13458
2004-04-04Cleanup.Torbjörn Andersson
svn-id: r13457
2004-04-04Exit quietly if we just told the user we are going to exit; no need to call ↵Max Horn
error() (which pops up the console etc.) svn-id: r13456
2004-04-04Fix for bug #885466 (FT: Text gets drawn under moving bits), by making AKOS ↵Max Horn
codec 16 honor the charset mask svn-id: r13455
2004-04-04got rid of _msgPtrToAdd; slightly improved error checking in addMessageToStack()Max Horn
svn-id: r13454
2004-04-03Fix for bugs #915586, #905856, part of bug #766749 (COMI: Bug with text ↵Max Horn
being printed on the edge of the screen) svn-id: r13452
2004-04-03cleanupMax Horn
svn-id: r13450
2004-04-03fixed hypothetical off-by-one error when computing _draw_bottom (a ↵Max Horn
semantical problem: _draw_bottom is supposed to be the bottom most pixel which is actually drawn; in the other case, it's top+height, i.e. one pixel *below* that last drawn pixel row. In addition, some cleanup svn-id: r13449
2004-04-03cleanup StringTab stuffMax Horn
svn-id: r13448
2004-04-03patch #910779 (with minor tweaks), fotaq hebrew support :Gregory Montoir
- reversed button captions in journal - reversed command text in pinnacle room - reverse order of lines in dialogue chooser thanks Ori Avtalion ! svn-id: r13447
2004-04-03Fix for bug #896844 (DIG: Missing subtitle at the lab console)Max Horn
svn-id: r13446
2004-04-03make hdiutil overwrite the disk image if it already exists, although it will ↵Jonathan Gray
still fail if it is already attached svn-id: r13445
2004-04-03cleanupMax Horn
svn-id: r13444