index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scumm
/
smush
/
smush_font.cpp
Age
Commit message (
Expand
)
Author
2006-02-11
Change CVS keywords to SVN keywords
Max Horn
2006-01-18
Update copyright notice
Eugene Sandulenko
2005-10-18
Update FSF address. Eek. Actually that took place on May 1, 2005
Eugene Sandulenko
2005-10-08
revert previous changes related to #ifdefs
Chris Apers
2005-10-08
More DISABLE_SCUMM_7_8
Chris Apers
2005-08-14
Replace warnings with debug, errors or printfs:
Travis Howell
2005-07-30
Remove trailing whitespaces.
Eugene Sandulenko
2005-06-25
cleanup
Max Horn
2005-06-24
When including files from common/, explicitly use the common/ prefix
Max Horn
2005-05-15
Replaced global revBitMask array with a macro
Max Horn
2005-05-08
Comply to our coding conventions
Max Horn
2005-04-20
cleanup
Max Horn
2005-04-10
Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it c...
Max Horn
2005-01-01
Updated copyright
Max Horn
2004-10-23
Patch #1048283 (Improved CJK / FM-TOWNS support & some documention)
Max Horn
2004-09-18
Rename some member vars to avoid _ followed by an uppercase letter. More of t...
Max Horn
2004-08-22
Switch smush debug to channel
Travis Howell
2004-08-14
fixed warnings
Paweł Kołodziejski
2004-07-18
Too many newlines
Max Horn
2004-04-16
Revert debug levels
Max Horn
2004-04-16
Unify some code
Max Horn
2004-04-15
Changed the type of value from char to int8. Otherwise, if char happens to
Torbjörn Andersson
2004-01-06
updated copyright notice
Max Horn
2003-11-16
changed some shift operators to *, /
Paweł Kołodziejski
2003-10-03
introduced namespace Scumm; made #include statements use scumm/ prefix explic...
Max Horn
2003-06-09
Fixed text-positioning regressions in the Full Throttle intro and in The
Torbjörn Andersson
2003-06-08
cleanup; got rid of the split function and rather work in place (so instead o...
Max Horn
2003-06-07
cleanup
Max Horn
2003-06-07
cleanup and a few fixes for text positioning (but am not sure if it's fully c...
Max Horn
2003-06-07
adhere to our coding style conventions; removed some unneccessary code
Max Horn
2003-06-07
make SmushFont inherit from NutRenderer (TODO: drawChar stuff should be unifi...
Max Horn
2003-06-04
some more cleanup
Max Horn
2003-06-04
some cleanup & refactoring (CJK fonts have proper shadows now, for example); ...
Max Horn
2003-06-04
fix warning
Paweł Kołodziejski
2003-06-04
cleanup
Max Horn
2003-06-04
Patch #747021: DIG&CMI 2 byte charset support (very heavily modified by me; s...
Max Horn
2003-04-30
som changes to make Palm OS happy
Max Horn
2003-03-17
reorg/clenup, changed main loop in smush code
Paweł Kołodziejski