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
/
nut_renderer.cpp
Age
Commit message (
Expand
)
Author
2003-04-01
Patch 713149: Fix OOB access
Max Horn
2003-03-08
hacked in some crude clipping code for drawChar; let's see if that helps Valg...
Max Horn
2003-03-06
updated copyrights headers
Paweł Kołodziejski
2003-03-04
load NUT fonts even if they do not specify full 256 chars (e.g. the COMI demo...
Max Horn
2003-03-03
fix double free bug
Max Horn
2003-03-03
don't error out if a font is missing -> this fixes the COMI demo
Max Horn
2003-01-30
fixed crash with non-ASCII chars
Max Horn
2003-01-19
some cleanup
Paweł Kołodziejski
2003-01-15
made NUT font rendered honor _ignoreCharsetMask
Max Horn
2002-12-31
hacked in font shadow. font shadows are very important for readability. Howev...
Max Horn
2002-12-31
added masking to nut charset renderer
Max Horn
2002-12-31
hack to get actor text color right
Max Horn
2002-12-31
fixed NUT text render when screen is scrolled
Max Horn
2002-12-30
removed more dead weight
Max Horn
2002-12-30
small optimization
Max Horn
2002-12-27
Error out when fonts are missing
James Brown
2002-12-25
cleanup
Max Horn
2002-12-25
two good rules of thumb: don't use typecasts if you don't have to - type cast...
Max Horn
2002-12-25
use specified color
Max Horn
2002-12-25
fixed free buffer before alloc new
Paweł Kołodziejski
2002-12-25
fixed width font problem in NutRenderer
Paweł Kołodziejski
2002-12-25
added nut renderer, there is bug with font width, fix later
Paweł Kołodziejski