Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-06 | Fix 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-05 | Replaced FIXME with proper explanation and code (the previous hack was ↵ | Max Horn | |
actually correct, just incomplete) svn-id: r13477 | |||
2004-04-05 | Renamed StringTab::backup to StringTab::_default, as that describes better ↵ | Max Horn | |
what it does svn-id: r13476 | |||
2004-04-05 | Use 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-05 | Paranoid fix for potential 64bit issue; some possibly useful debug output added | Max Horn | |
svn-id: r13474 | |||
2004-04-05 | GNUs 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-05 | remove usage VAR_SYNC. in scripts used only one time, it's set to 0 | Paweł Kołodziejski | |
svn-id: r13472 | |||
2004-04-05 | droped | Paweł Kołodziejski | |
svn-id: r13471 | |||
2004-04-05 | there is no imuse in he engine | Paweł Kołodziejski | |
svn-id: r13470 | |||
2004-04-05 | removed exception for no used nut font | Paweł Kołodziejski | |
svn-id: r13469 | |||
2004-04-05 | added voice group volume to scumm engine for imuse digital and implemeted ↵ | Paweł Kołodziejski | |
volume groups control svn-id: r13468 | |||
2004-04-05 | pedantic const correction | Max Horn | |
svn-id: r13467 | |||
2004-04-04 | these debug() calls look as if they should be debugC() calls | Max Horn | |
svn-id: r13466 | |||
2004-04-04 | Fix signedness issue (lead to incorred address computations on 64 bit machines) | Max Horn | |
svn-id: r13465 | |||
2004-04-04 | Removed 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-04 | Added TODO/FIXME comment | Max Horn | |
svn-id: r13463 | |||
2004-04-04 | My 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-04 | Implement V8 queryQuit opcode | Max Horn | |
svn-id: r13461 | |||
2004-04-04 | Fix 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-04 | allow disabling of text shadow in NUT font renderer | Max Horn | |
svn-id: r13459 | |||
2004-04-04 | let compiler optimize code better <g> | Max Horn | |
svn-id: r13458 | |||
2004-04-04 | Cleanup. | Torbjörn Andersson | |
svn-id: r13457 | |||
2004-04-04 | Exit 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-04 | Fix 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-04 | got rid of _msgPtrToAdd; slightly improved error checking in addMessageToStack() | Max Horn | |
svn-id: r13454 | |||
2004-04-03 | Fix 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-03 | cleanup | Max Horn | |
svn-id: r13450 | |||
2004-04-03 | fixed 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-03 | cleanup StringTab stuff | Max Horn | |
svn-id: r13448 | |||
2004-04-03 | patch #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-03 | Fix for bug #896844 (DIG: Missing subtitle at the lab console) | Max Horn | |
svn-id: r13446 | |||
2004-04-03 | make 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-03 | cleanup | Max Horn | |
svn-id: r13444 | |||
2004-04-02 | oops | Max Horn | |
svn-id: r13443 | |||
2004-04-02 | Got rid of _transText | Max Horn | |
svn-id: r13442 | |||
2004-04-02 | cleanup | Max Horn | |
svn-id: r13441 | |||
2004-04-02 | Remove obsolete code fragment (a good sign for a refactoring is if it allows ↵ | Max Horn | |
you to remove crufty hacks you didn't even think of :-) svn-id: r13440 | |||
2004-04-02 | One item less on the TODO | Max Horn | |
svn-id: r13439 | |||
2004-04-02 | simplify code by integrating a call to translateText() into ↵ | Max Horn | |
addMessageToStack(); improved translateText() further svn-id: r13438 | |||
2004-04-02 | Shouldn't be necessary to do a second translation run in this place (at ↵ | Max Horn | |
least I couldn't find any place were it is) svn-id: r13437 | |||
2004-04-02 | Added support for %___ strings (used in localized version of The Dig) | Max Horn | |
svn-id: r13436 | |||
2004-03-31 | be tolerant against abuse of ConfMan.getInt(); add missing default value for ↵ | Max Horn | |
'speech_volume' in bs1 svn-id: r13435 | |||
2004-03-30 | Use vsprintf instead of vsnprintf: more portable, less safe (but then again, ↵ | Max Horn | |
vsnprinft isn't that safe either) svn-id: r13434 | |||
2004-03-30 | please fix | Paweł Kołodziejski | |
svn-id: r13433 | |||
2004-03-30 | update | Paweł Kołodziejski | |
svn-id: r13432 | |||
2004-03-30 | Cleanup | Torbjörn Andersson | |
svn-id: r13431 | |||
2004-03-29 | Make use of Stack template | Max Horn | |
svn-id: r13430 | |||
2004-03-29 | very simpled and limited stack class (fixed size even) | Max Horn | |
svn-id: r13429 | |||
2004-03-29 | Fixed a bad crash that occured when adding a new game target in the launcher | Max Horn | |
svn-id: r13428 | |||
2004-03-29 | add most of my os x snapshot script as a makefile target | Jonathan Gray | |
svn-id: r13427 |