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
/
charset.h
Age
Commit message (
Expand
)
Author
2003-05-21
constness fixes
Max Horn
2003-05-20
init charset data
Max Horn
2003-05-15
Make use of ScummVM::Rect
Max Horn
2003-05-14
V2 text drawing
Max Horn
2003-05-14
force fixed width font in V2 games (our font data is proportional, hence this...
Max Horn
2003-05-08
added a v2 charset rendered (with a hardcoded font take from german zak); ena...
Max Horn
2003-04-27
drop shadow cleanup
Max Horn
2003-04-07
added charset support for all V3 games, and fix for cleaning all 16 variables...
Paweł Kołodziejski
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-06
and more cleanup
Paweł Kołodziejski
2002-12-31
there are 5 fonts in CMI
Paweł Kołodziejski
2002-12-26
reuse the old (ugly nasty dreaded) string system for V8, too (by supplying a ...
Max Horn
2002-12-26
fixed save/load; more restructuring of the charset rendering code
Max Horn
2002-12-25
seperated classic & old256 rendered (now subclasses of CharsetRenderer)
Max Horn
2002-12-25
more cleanup
Max Horn
2002-12-25
cleanup
Max Horn
2002-12-25
moved CharsetRendere into its own header/source file; changed Scumm::_charset...
Max Horn