Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-26 | more const qualifiers | Max Horn | |
svn-id: r8002 | |||
2003-05-25 | oops | Max Horn | |
svn-id: r7950 | |||
2003-05-25 | Fixed VC++ warning | Jamieson Christian | |
svn-id: r7947 | |||
2003-05-24 | simplified addIntToStack a bit *cough*; added experimental code for the ↵ | Max Horn | |
message opcode 7 in V2 codes (see also patch #742851) svn-id: r7917 | |||
2003-05-24 | don't use _gameDataPath directly; minor cleanup | Max Horn | |
svn-id: r7907 | |||
2003-05-22 | renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrame | Max Horn | |
svn-id: r7819 | |||
2003-05-21 | many pedantic warning fixes (and some actual potential buglets fixed, too) | Max Horn | |
svn-id: r7795 | |||
2003-05-21 | constness fixes | Max Horn | |
svn-id: r7787 | |||
2003-05-19 | fix for bug #739661 | Max Horn | |
svn-id: r7699 | |||
2003-05-15 | Make use of ScummVM::Rect | Max Horn | |
svn-id: r7546 | |||
2003-05-14 | v2 text output tweak | Max Horn | |
svn-id: r7505 | |||
2003-05-14 | V2 text drawing | Max Horn | |
svn-id: r7502 | |||
2003-05-12 | swapped talkPosX and talkPosY (they were misnamed); factored out some ↵ | Max Horn | |
duplicate code in string.cpp; VC warning fix in smush_player.cpp svn-id: r7481 | |||
2003-05-10 | renamed _scrWidth/_scrHeight -> _roomWidht/_roomHeight, and ↵ | Max Horn | |
_realWidth/_realHeight -> _screenWidth/_screenHeight (inspired by MadMoose, but I'll take the blame - still this seems much more logical & intuitive) svn-id: r7423 | |||
2003-05-08 | init all VAR_* variables to 0xFF; replaced access to _vars in the form ↵ | Max Horn | |
_vars[VAR_*] by VARS(VAR_*) which performs a validity checK; renamed _vars to _scummVars to make sure I updated all places; fixed two places where V6 and newer games would access V5 vars (but there are still some left, it seems); checked VAR access for now only generates a warning svn-id: r7393 | |||
2003-04-29 | unified Zak256 charset code with the rest; this *might* cause a regression ↵ | Max Horn | |
should anywhere in Zak256 a charset > 1 be set; if so, tell me where exactly, and I can try to figure out a proper fix svn-id: r7195 | |||
2003-04-27 | drop shadow cleanup | Max Horn | |
svn-id: r7163 | |||
2003-04-27 | Patch #728483: EGA LOOM: More text-drawing hackery | Max Horn | |
svn-id: r7162 | |||
2003-04-26 | Erik's fix for text output in Loom (and Indy3?) | Max Horn | |
svn-id: r7140 | |||
2003-04-22 | script debug messages not just for comi | Jonathan Gray | |
svn-id: r7074 | |||
2003-04-09 | make zak use correct charset | Jonathan Gray | |
svn-id: r6945 | |||
2003-04-08 | change some stuff back that didn't merge properly when I cvs up'd | Jonathan Gray | |
svn-id: r6943 | |||
2003-04-08 | text in zak is now using the incorrect font and it does nasty stuff like ↵ | Jonathan Gray | |
overlapping text as well, but this makes zak work again to set values of work, someone please fix this before 0.4.0 svn-id: r6942 | |||
2003-04-08 | changed range from GF_OLD256 to GF_AFTER_V3 | Paweł Kołodziejski | |
svn-id: r6940 | |||
2003-04-07 | remove old fixme that seemingly isn't needed anymore. note this triggers an ↵ | Jonathan Gray | |
assertion in zak when text is used for some strange reason, but should make indy3/zak256 strings look normal again svn-id: r6938 | |||
2003-04-07 | Patch #712493: CMI: Object line | Max Horn | |
svn-id: r6930 | |||
2003-03-30 | fixed description centering in the FT and added hack for redraw descriptions ↵ | Paweł Kołodziejski | |
in height while scrolling room svn-id: r6890 | |||
2003-03-30 | added eriktorbjorn patch for multiple text lines for the dig ending credits | Paweł Kołodziejski | |
svn-id: r6889 | |||
2003-03-29 | hack for proper description redraw in the dig while scrolling room | Paweł Kołodziejski | |
svn-id: r6882 | |||
2003-03-29 | fix y position of text description in the dig | Paweł Kołodziejski | |
svn-id: r6881 | |||
2003-03-23 | cleanup | Max Horn | |
svn-id: r6847 | |||
2003-03-12 | separated comi/dig translation stuff | Paweł Kołodziejski | |
svn-id: r6801 | |||
2003-03-08 | fixed descriptions in the dig | Paweł Kołodziejski | |
svn-id: r6776 | |||
2003-03-07 | possible fix for a valgrind issue | Max Horn | |
svn-id: r6759 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup | Paweł Kołodziejski | |
svn-id: r6718 | |||
2003-02-14 | Patch #682981: Experimental translation optimisation (version 2), and | James Brown | |
#683384: Smush Regression Workaround svn-id: r6607 | |||
2003-02-03 | change translateText as per erik's patch, although if this is failing ↵ | Jonathan Gray | |
because the text is already translated we should probably be avoiding calling translateText multiple times for the same strings in the first place svn-id: r6584 | |||
2003-01-31 | increased buffer | Paweł Kołodziejski | |
svn-id: r6580 | |||
2003-01-30 | fix compatibility | Paweł Kołodziejski | |
svn-id: r6575 | |||
2003-01-30 | added language translation support for comi and some cleanup | Paweł Kołodziejski | |
svn-id: r6574 | |||
2003-01-16 | Add translate for the ComI map text | James Brown | |
svn-id: r6478 | |||
2003-01-16 | first blastText version. this is work in progress (note that e.g. text is ↵ | Max Horn | |
not clipped, and the extra information is not removed) svn-id: r6472 | |||
2002-12-31 | more cleanup | Max Horn | |
svn-id: r6292 | |||
2002-12-29 | fixed indentation and a warning | Max Horn | |
svn-id: r6260 | |||
2002-12-29 | Translate/say verbs added to converstion text. | James Brown | |
N.B: We might be able to cut back on all these translateText calls if we just do it in addMessageToStack() period... thoughts? svn-id: r6256 | |||
2002-12-29 | fix cutoff hack workaround | James Brown | |
svn-id: r6245 | |||
2002-12-28 | revert | James Brown | |
svn-id: r6233 | |||
2002-12-28 | fix compilation under VC6 | Paweł Kołodziejski | |
svn-id: r6230 | |||
2002-12-28 | Enable o8_printDebug() to the console | James Brown | |
svn-id: r6225 |