Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-10-23 | Patch #1048283 (Improved CJK / FM-TOWNS support & some documention) | Max Horn | |
svn-id: r15671 | |||
2004-09-18 | Rename some member vars to avoid _ followed by an uppercase letter. More of ↵ | Max Horn | |
those are left in the code, though (and I am not really sure whether we want to change that, so far we had no problems caused by this) svn-id: r15175 | |||
2004-08-22 | Switch smush debug to channel | Travis Howell | |
svn-id: r14676 | |||
2004-08-14 | fixed warnings | Paweł Kołodziejski | |
svn-id: r14603 | |||
2004-07-18 | Too many newlines | Max Horn | |
svn-id: r14267 | |||
2004-04-16 | Revert debug levels | Max Horn | |
svn-id: r13590 | |||
2004-04-16 | Unify some code | Max Horn | |
svn-id: r13589 | |||
2004-04-15 | Changed the type of value from char to int8. Otherwise, if char happens to | Torbjörn Andersson | |
be unsigned, the test for if value == -31 will always fail. svn-id: r13580 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2003-11-16 | changed some shift operators to *, / | Paweł Kołodziejski | |
svn-id: r11315 | |||
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 | |||
2003-06-09 | Fixed text-positioning regressions in the Full Throttle intro and in The | Torbjörn Andersson | |
Dig's "Spacetime Six" movie. Also rewrote drawStringCentered() to be more like drawStringAbsolute(). It makes sense to me, but let me know if it causes any new regressions. svn-id: r8415 | |||
2003-06-08 | cleanup; got rid of the split function and rather work in place (so instead ↵ | Max Horn | |
of allocating dozens of small goblets of memory, we only need to duplicate the string once); fixed some text positioning bugs (but again, to get a real accurate implementation, I'll need to study screen shots of the Dig/FT/COMI videos and compare them to our results) svn-id: r8388 | |||
2003-06-07 | cleanup | Max Horn | |
svn-id: r8387 | |||
2003-06-07 | cleanup and a few fixes for text positioning (but am not sure if it's fully ↵ | Max Horn | |
correct now either; will have to compare smush subtitles we generate with those from the LEC engine) svn-id: r8386 | |||
2003-06-07 | adhere to our coding style conventions; removed some unneccessary code | Max Horn | |
svn-id: r8376 | |||
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 | fix warning | Paweł Kołodziejski | |
svn-id: r8298 | |||
2003-06-04 | cleanup | Max Horn | |
svn-id: r8294 | |||
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-04-30 | som changes to make Palm OS happy | Max Horn | |
svn-id: r7216 | |||
2003-03-17 | reorg/clenup, changed main loop in smush code | Paweł Kołodziejski | |
svn-id: r6817 |