aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_font.cpp
AgeCommit message (Collapse)Author
2004-10-23Patch #1048283 (Improved CJK / FM-TOWNS support & some documention)Max Horn
svn-id: r15671
2004-09-18Rename 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-22Switch smush debug to channelTravis Howell
svn-id: r14676
2004-08-14fixed warningsPaweł Kołodziejski
svn-id: r14603
2004-07-18Too many newlinesMax Horn
svn-id: r14267
2004-04-16Revert debug levelsMax Horn
svn-id: r13590
2004-04-16Unify some codeMax Horn
svn-id: r13589
2004-04-15Changed the type of value from char to int8. Otherwise, if char happens toTorbjörn Andersson
be unsigned, the test for if value == -31 will always fail. svn-id: r13580
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2003-11-16changed some shift operators to *, /Paweł Kołodziejski
svn-id: r11315
2003-10-03introduced namespace Scumm; made #include statements use scumm/ prefix ↵Max Horn
explicitly svn-id: r10571
2003-06-09Fixed text-positioning regressions in the Full Throttle intro and in TheTorbjö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-08cleanup; 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-07cleanupMax Horn
svn-id: r8387
2003-06-07cleanup 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-07adhere to our coding style conventions; removed some unneccessary codeMax Horn
svn-id: r8376
2003-06-07make SmushFont inherit from NutRenderer (TODO: drawChar stuff should be ↵Max Horn
unified, too) svn-id: r8375
2003-06-04some more cleanupMax Horn
svn-id: r8304
2003-06-04some cleanup & refactoring (CJK fonts have proper shadows now, for example); ↵Max Horn
preparations to merge NutRenderer and SmushFont svn-id: r8303
2003-06-04fix warningPaweł Kołodziejski
svn-id: r8298
2003-06-04cleanupMax Horn
svn-id: r8294
2003-06-04Patch #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-30som changes to make Palm OS happyMax Horn
svn-id: r7216
2003-03-17reorg/clenup, changed main loop in smush codePaweł Kołodziejski
svn-id: r6817