Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-08 | move the charset mask to the charset renderer class; some other related changes | Max Horn | |
svn-id: r12263 | |||
2004-01-08 | cleanup | Max Horn | |
svn-id: r12259 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 | |||
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also ↵ | Max Horn | |
makes room for a potential 'Scumm' namespace) svn-id: r10549 | |||
2003-10-02 | renamed namespace ScummVM to Common | Max Horn | |
svn-id: r10544 | |||
2003-06-26 | correct shadow color in Zak256 | Max Horn | |
svn-id: r8659 | |||
2003-06-04 | Patch #747021: DIG&CMI 2 byte charset support (very heavily modified by me; ↵ | Max Horn | |
still needs more cleanup but already works well enough) svn-id: r8293 | |||
2003-05-21 | constness fixes | Max Horn | |
svn-id: r7787 | |||
2003-05-20 | init charset data | Max Horn | |
svn-id: r7734 | |||
2003-05-15 | Make use of ScummVM::Rect | Max Horn | |
svn-id: r7546 | |||
2003-05-14 | V2 text drawing | Max Horn | |
svn-id: r7502 | |||
2003-05-14 | force fixed width font in V2 games (our font data is proportional, hence ↵ | Max Horn | |
this looks odd for now; proper fix will be to get proper font data) svn-id: r7499 | |||
2003-05-08 | added a v2 charset rendered (with a hardcoded font take from german zak); ↵ | Max Horn | |
enabled verbs in zak (well, they are drawn at least :-) svn-id: r7398 | |||
2003-04-27 | drop shadow cleanup | Max Horn | |
svn-id: r7163 | |||
2003-04-07 | added charset support for all V3 games, and fix for cleaning all 16 ↵ | Paweł Kołodziejski | |
variables not only 15 svn-id: r6928 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-03-06 | and more cleanup | Paweł Kołodziejski | |
svn-id: r6718 | |||
2002-12-31 | there are 5 fonts in CMI | Paweł Kołodziejski | |
svn-id: r6302 | |||
2002-12-26 | reuse the old (ugly nasty dreaded) string system for V8, too (by supplying a ↵ | Max Horn | |
NUT based CharsetRenderer) svn-id: r6162 | |||
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 |