aboutsummaryrefslogtreecommitdiff
path: root/scumm/smush/smush_font.cpp
AgeCommit message (Collapse)Author
2006-02-11Change CVS keywords to SVN keywordsMax Horn
svn-id: r20511
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-08revert previous changes related to #ifdefsChris Apers
svn-id: r18969
2005-10-08More DISABLE_SCUMM_7_8Chris Apers
svn-id: r18967
2005-08-14Replace warnings with debug, errors or printfs:Travis Howell
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18682
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-25cleanupMax Horn
svn-id: r18464
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-05-15Replaced global revBitMask array with a macroMax Horn
svn-id: r18104
2005-05-08Comply to our coding conventionsMax Horn
svn-id: r17975
2005-04-20cleanupMax Horn
svn-id: r17718
2005-04-10Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it ↵Max Horn
complies a bit better with our code formatting rules svn-id: r17508
2005-01-01Updated copyrightMax Horn
svn-id: r16398
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