Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-10-17 | patch #823031: Support Russian Full Throttle | Max Horn | |
svn-id: r10879 | |||
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-09-06 | added support for codec1 in nut renderer | Paweł Kołodziejski | |
svn-id: r10046 | |||
2003-07-04 | fixed warning regarding overloaded virtual methods | Max Horn | |
svn-id: r8735 | |||
2003-06-07 | make SmushFont inherit from NutRenderer (TODO: drawChar stuff should be ↵ | Max Horn | |
unified, too) svn-id: r8375 | |||
2003-06-04 | some more cleanup | Max Horn | |
svn-id: r8304 | |||
2003-06-04 | some cleanup & refactoring (CJK fonts have proper shadows now, for example); ↵ | Max Horn | |
preparations to merge NutRenderer and SmushFont svn-id: r8303 | |||
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-27 | increased nut font debug level to 8 | Max Horn | |
svn-id: r8034 | |||
2003-03-06 | updated copyrights headers | Paweł Kołodziejski | |
svn-id: r6726 | |||
2003-01-30 | fixed crash with non-ASCII chars | Max Horn | |
svn-id: r6577 | |||
2003-01-15 | made NUT font rendered honor _ignoreCharsetMask | Max Horn | |
svn-id: r6466 | |||
2002-12-30 | removed more dead weight | Max Horn | |
svn-id: r6277 | |||
2002-12-25 | two good rules of thumb: don't use typecasts if you don't have to - type ↵ | Max Horn | |
cast have a nasty habit of hiding and causing problems. When a method takes a pointer argument, if possible make it const. :-). Cleanup. Fixed font rendering in CMI: you need to call updateDirtyRect() if you modify the screen... svn-id: r6143 | |||
2002-12-25 | added nut renderer, there is bug with font width, fix later | Paweł Kołodziejski | |
svn-id: r6126 |