Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2002-12-28 | get rid of getStringLen and use the more powerful resStrLen instead; moved ↵ | Max Horn | |
resStrLen from common/ to scumm/, where it belongs; enhanced resStrLen to suport V8; fixed translateText to support embeded vars (in strings I mean) - it may still not be fully correct but at least is better now; rewrote o6_arrayOps to parallel the V8 version - needs testing svn-id: r6215 | |||
2002-12-27 | added FIXME | Max Horn | |
svn-id: r6211 | |||
2002-12-27 | cleanup | Max Horn | |
svn-id: r6206 | |||
2002-12-27 | verb ids can be > 255 in V8; more V8 verbop corrections | Max Horn | |
svn-id: r6204 | |||
2002-12-26 | fixed compilation under VC6 | Paweł Kołodziejski | |
svn-id: r6165 | |||
2002-12-26 | fixed save/load; more restructuring of the charset rendering code | Max Horn | |
svn-id: r6154 | |||
2002-12-25 | seperated classic & old256 rendered (now subclasses of CharsetRenderer) | Max Horn | |
svn-id: r6152 | |||
2002-12-25 | more cleanup | Max Horn | |
svn-id: r6149 | |||
2002-12-25 | cleanup | Max Horn | |
svn-id: r6148 | |||
2002-12-25 | moved CharsetRendere into its own header/source file; changed ↵ | Max Horn | |
Scumm::_charset into a pointer, to make it possible to use different implementations of it svn-id: r6147 | |||
2002-12-25 | renamed Scumm::charset -> Scumm::_charset | Max Horn | |
svn-id: r6119 | |||
2002-12-23 | more V8 work | Max Horn | |
svn-id: r6074 | |||
2002-12-23 | renamed new_1, new_2, new_3 in class Actor | Max Horn | |
svn-id: r6069 |